@font-face {

    font-family: "zetworks";

    src: url(../fonts/zetworks/zetworks.eot);

    src: url(../../fonts/zetworks/?#iefix) format("embedded-opentype"), url(../fonts/zetworks/zetworks.woff) format("woff"), url(../fonts/zetworks/zetworks.ttf) format("truetype"), url(../fonts/zetworks/zetworks.svg#zetworks) format("svg");

    font-weight: 400;

    font-style: normal;

}

[data-icon]:before {

    content: attr(data-icon);

}

[class*=" icon-"]:before,

[class^="icon-"]:before,

[data-icon]:before {

    font-family: "zetworks" !important;

    font-style: normal !important;

    font-weight: 400 !important;

    font-variant: normal !important;

    text-transform: none !important;

    speak: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.icon-twitter:before {

    content: "\61";

}

.icon-insta:before {

    content: "\62";

}

.icon-youtube:before {

    content: "\63";

}

.icon-arrow:before {

    content: "\65";

}

.icon-facebook:before {

    content: "\64";

}

.icon {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

}

li,

ul {

    padding: 0;

    list-style: none;

}

video::-webkit-media-controls-panel {

    padding: 0 30px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;

    background-image: -webkit-linear-gradient(transparent, transparent) !important;

    background-image: linear-gradient(transparent, transparent) !important;

}

.ui.fluid.dropdown > .dropdown.icon {

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-align: end;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}

#NetwerkBoxlink1,

#NetwerkBoxlink1:hover path,

.filter-two,

.filter-two:hover path {

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

#NetwerkBoxlink1:hover path,

.filter-two:hover path {

    fill: red;

}

.filter-two:hover path {

    fill: green;

}

/*!

 * Bootstrap v5.0.1 (https://getbootstrap.com/)

 * Copyright 2011-2021 The Bootstrap Authors

 * Copyright 2011-2021 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

 */

@-webkit-keyframes fade-in {

    0% {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}

@keyframes fade-in {

    0% {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}

@-webkit-keyframes fade-out {

    0% {

        opacity: 1;

    }

    to {

        opacity: 0;

    }

}

@keyframes fade-out {

    0% {

        opacity: 1;

    }

    to {

        opacity: 0;

    }

}

@-webkit-keyframes scrollArrow {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    to {

        -webkit-transform: translateY(10px);

        transform: translateY(10px);

    }

}

@keyframes scrollArrow {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    to {

        -webkit-transform: translateY(10px);

        transform: translateY(10px);

    }

}

:root {

    --bs-blue: #051d60;

    --bs-indigo: #6610f2;

    --bs-purple: #6f42c1;

    --bs-pink: #d63384;

    --bs-red: #dc3545;

    --bs-orange: #fd7e14;

    --bs-yellow: #ffc107;

    --bs-green: #198754;

    --bs-teal: #20c997;

    --bs-cyan: #0dcaf0;

    --bs-white: #fff;

    --bs-gray: #6c757d;

    --bs-gray-dark: #343a40;

    --bs-primary: #202020;

    --bs-secondary: #6c757d;

    --bs-success: #198754;

    --bs-info: #0dcaf0;

    --bs-warning: #ffc107;

    --bs-danger: #dc3545;

    --bs-light: #f8f9fa;

    --bs-dark: #212529;

    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

}

*,

::after,

::before {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

@media (prefers-reduced-motion: no-preference) {

    :root {

        scroll-behavior: smooth;

    }

}

body {

    margin: 0;

    font-family: var(--bs-font-sans-serif);

    font-size: 1rem;

    line-height: 1.5;

    background-color: #fff;

    -webkit-text-size-adjust: 100%;

    -webkit-tap-highlight-color: transparent;

    font-family: "Mulish", sans-serif;

    font-weight: 400;

    overflow-x: hidden;

    color: #202020;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;

}

hr {

    margin: 1rem 0;

    color: inherit;

    background-color: currentColor;

    border: 0;

    opacity: 0.25;

}

hr:not([size]) {

    height: 1px;

}

.h1,

h1,

h2 {

    margin-top: 0;

}

.h1,

.h1Heading,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    margin-bottom: 0.5rem;

    font-weight: 500;

    line-height: 1.2;

}

.h2,

.h3,

.h4,

.h5,

.h6,

h3,

h4,

h5,

h6 {

    margin-top: 0;

}

.h1,

.h1Heading,

h1 {

    font-size: calc(1.375rem + 1.5vw);

}

@media (min-width: 1200px) {

    .h1,

    .h1Heading,

    h1 {

        font-size: 2.5rem;

    }

}

.h2,

h2 {

    font-size: calc(1.325rem + 0.9vw);

}

@media (min-width: 1200px) {

    .h2,

    h2 {

        font-size: 2rem;

    }

}

.h3,

h3 {

    font-size: calc(1.3rem + 0.6vw);

}

@media (min-width: 1200px) {

    .h3,

    h3 {

        font-size: 1.75rem;

    }

}

.h4,

h4 {

    font-size: calc(1.275rem + 0.3vw);

}

@media (min-width: 1200px) {

    .h4,

    h4 {

        font-size: 1.5rem;

    }

}

.h5,

h5 {

    font-size: 1.25rem;

}

.h6,

h6 {

    font-size: 1rem;

}

dl,

ol,

p,

ul {

    margin-top: 0;

    margin-bottom: 1rem;

}

abbr[data-bs-original-title],

abbr[title] {

    -webkit-text-decoration: underline dotted;

    text-decoration: underline dotted;

    cursor: help;

    text-decoration-skip-ink: none;

}

address {

    margin-bottom: 1rem;

    font-style: normal;

    line-height: inherit;

}

ol ol,

ol ul,

ul ol,

ul ul {

    margin-bottom: 0;

}

dt {

    font-weight: 700;

}

dd {

    margin-bottom: 0.5rem;

    margin-left: 0;

}

blockquote,

figure {

    margin: 0 0 1rem;

}

b,

strong {

    font-weight: bolder;

}

.small,

small {

    font-size: 0.875em;

}

.mark,

mark {

    padding: 0.2em;

    background-color: #fcf8e3;

}

sub,

sup {

    position: relative;

    font-size: 0.75em;

    line-height: 0;

    vertical-align: baseline;

}

sub {

    bottom: -0.25em;

}

sup {

    top: -0.5em;

}

a {

    color: #202020;

    text-decoration: underline;

}

a:hover {

    color: #1a1a1a;

}

a:not([href]):not([class]),

a:not([href]):not([class]):hover {

    color: inherit;

    text-decoration: none;

}

code,

kbd,

pre,

samp {

    font-family: var(--bs-font-monospace);

    direction: ltr;

    unicode-bidi: bidi-override;

}

samp {

    font-size: 1em;

}

pre {

    display: block;

    margin-top: 0;

    margin-bottom: 1rem;

    overflow: auto;

}

pre code {

    font-size: inherit;

    word-break: normal;

}

code,

kbd,

pre {

    font-size: 0.875em;

}

code {

    word-wrap: break-word;

    color: #d63384;

}

a > code,

pre code {

    color: inherit;

}

kbd {

    padding: 0.2rem 0.4rem;

    color: #fff;

    background-color: #212529;

    -webkit-border-radius: 0.2rem;

    border-radius: 0.2rem;

}

kbd kbd {

    padding: 0;

    font-size: 1em;

    font-weight: 700;

}

img,

svg {

    vertical-align: middle;

}

table {

    caption-side: bottom;

    border-collapse: collapse;

}

caption {

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    color: #6c757d;

    text-align: left;

}

th {

    text-align: inherit;

    text-align: -webkit-match-parent;

}

tbody,

td,

tfoot,

th,

thead,

tr {

    border-color: inherit;

    border-style: solid;

    border-width: 0;

}

label,

output {

    display: inline-block;

}

button {

    -webkit-border-radius: 0;

    border-radius: 0;

}

button:focus:not(:focus-visible) {

    outline: 0;

}

button,

input,

optgroup,

select,

textarea {

    margin: 0;

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

}

button,

select {

    text-transform: none;

}

[role="button"] {

    cursor: pointer;

}

select {

    word-wrap: normal;

}

select:disabled {

    opacity: 1;

}

[list]::-webkit-calendar-picker-indicator {

    display: none;

}

[type="button"],

[type="reset"],

[type="submit"],

button {

    -webkit-appearance: button;

}

.form-control-color:not(:disabled):not([readonly]),

.form-control[type="file"]:not(:disabled):not([readonly]),

[type="button"]:not(:disabled),

[type="reset"]:not(:disabled),

[type="submit"]:not(:disabled),

button:not(:disabled) {

    cursor: pointer;

}

::-moz-focus-inner {

    padding: 0;

    border-style: none;

}

textarea {

    resize: vertical;

}

fieldset {

    min-width: 0;

    padding: 0;

    margin: 0;

    border: 0;

}

legend {

    float: left;

    width: 100%;

    padding: 0;

    margin-bottom: 0.5rem;

    font-size: calc(1.275rem + 0.3vw);

    line-height: inherit;

}

@media (min-width: 1200px) {

    legend {

        font-size: 1.5rem;

    }

}

legend + * {

    clear: left;

}

::-webkit-datetime-edit-day-field,

::-webkit-datetime-edit-fields-wrapper,

::-webkit-datetime-edit-hour-field,

::-webkit-datetime-edit-minute,

::-webkit-datetime-edit-month-field,

::-webkit-datetime-edit-text,

::-webkit-datetime-edit-year-field {

    padding: 0;

}

::-webkit-inner-spin-button {

    height: auto;

}

[type="search"] {

    outline-offset: -2px;

    -webkit-appearance: textfield;

}

::-webkit-search-decoration {

    -webkit-appearance: none;

}

::-webkit-color-swatch-wrapper {

    padding: 0;

}

::file-selector-button {

    font: inherit;

}

::-webkit-file-upload-button {

    font: inherit;

    -webkit-appearance: button;

}

iframe {

    border: 0;

}

summary {

    display: list-item;

    cursor: pointer;

}

progress {

    vertical-align: baseline;

}

[hidden] {

    display: none !important;

}

.lead {

    font-size: 1.25rem;

    font-weight: 300;

}

.display-1 {

    font-size: calc(1.625rem + 4.5vw);

    font-weight: 300;

    line-height: 1.2;

}

@media (min-width: 1200px) {

    .display-1 {

        font-size: 5rem;

    }

}

.display-2 {

    font-size: calc(1.575rem + 3.9vw);

    font-weight: 300;

    line-height: 1.2;

}

@media (min-width: 1200px) {

    .display-2 {

        font-size: 4.5rem;

    }

}

.display-3 {

    font-size: calc(1.525rem + 3.3vw);

    font-weight: 300;

    line-height: 1.2;

}

@media (min-width: 1200px) {

    .display-3 {

        font-size: 4rem;

    }

}

.display-4 {

    font-size: calc(1.475rem + 2.7vw);

    font-weight: 300;

    line-height: 1.2;

}

@media (min-width: 1200px) {

    .display-4 {

        font-size: 3.5rem;

    }

}

.display-5 {

    font-size: calc(1.425rem + 2.1vw);

    font-weight: 300;

    line-height: 1.2;

}

@media (min-width: 1200px) {

    .display-5 {

        font-size: 3rem;

    }

}

.display-6 {

    font-size: calc(1.375rem + 1.5vw);

    font-weight: 300;

    line-height: 1.2;

}

@media (min-width: 1200px) {

    .display-6 {

        font-size: 2.5rem;

    }

}

.list-inline,

.list-unstyled {

    padding-left: 0;

    list-style: none;

}

.list-inline-item {

    display: inline-block;

}

.list-inline-item:not(:last-child) {

    margin-right: 0.5rem;

}

.initialism {

    font-size: 0.875em;

    text-transform: uppercase;

}

.blockquote {

    margin-bottom: 1rem;

    font-size: 1.25rem;

}

.blockquote > :last-child {

    margin-bottom: 0;

}

.blockquote-footer {

    margin-top: -1rem;

    margin-bottom: 1rem;

    font-size: 0.875em;

    color: #6c757d;

}

.blockquote-footer::before {

    content: "\2014\00A0";

}

.container,

.container-fluid,

.container-lg,

.container-md,

.container-sm,

.container-xl,

.container-xxl {

    width: 100%;

    padding-right: var(--bs-gutter-x, 0.75rem);

    padding-left: var(--bs-gutter-x, 0.75rem);

    margin-right: auto;

    margin-left: auto;

}

@media (min-width: 576px) {

    .container,

    .container-sm {

        max-width: 540px;

    }

}

@media (min-width: 768px) {

    .container,

    .container-md,

    .container-sm {

        max-width: 720px;

    }

}

@media (min-width: 992px) {

    .container,

    .container-lg,

    .container-md,

    .container-sm {

        max-width: 960px;

    }

}

@media (min-width: 1200px) {

    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl {

        max-width: 1140px;

    }

}

@media (min-width: 1400px) {

    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl,

    .container-xxl {

        max-width: 1320px;

    }

}

.row {

    --bs-gutter-x: 1.5rem;

    --bs-gutter-y: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: calc(var(--bs-gutter-y) * -1);

    margin-right: calc(var(--bs-gutter-x) / -2);

    margin-left: calc(var(--bs-gutter-x) / -2);

}

.row > * {

    -ms-flex-negative: 0;

    flex-shrink: 0;

    width: 100%;

    max-width: 100%;

    padding-right: calc(var(--bs-gutter-x) / 2);

    padding-left: calc(var(--bs-gutter-x) / 2);

    margin-top: var(--bs-gutter-y);

}

.col {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0%;

    flex: 1 0 0%;

}

.row-cols-1 > *,

.row-cols-auto > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

}

.row-cols-1 > * {

    width: 100%;

}

.row-cols-2 > *,

.row-cols-3 > *,

.row-cols-4 > *,

.row-cols-5 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

}

.row-cols-3 > *,

.row-cols-4 > *,

.row-cols-5 > * {

    width: 33.33333%;

}

.row-cols-4 > *,

.row-cols-5 > * {

    width: 25%;

}

.row-cols-5 > * {

    width: 20%;

}

.col-1,

.col-2,

.col-3,

.col-4,

.col-5,

.col-auto,

.row-cols-6 > * {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 16.66667%;

}

.col-1,

.col-2,

.col-3,

.col-4,

.col-5,

.col-auto {

    width: auto;

}

.col-1,

.col-2,

.col-3,

.col-4,

.col-5 {

    width: 8.33333%;

}

.col-2,

.col-3,

.col-4,

.col-5 {

    width: 16.66667%;

}

.col-3,

.col-4,

.col-5 {

    width: 25%;

}

.col-4,

.col-5 {

    width: 33.33333%;

}

.col-5 {

    width: 41.66667%;

}

.col-10,

.col-11,

.col-12,

.col-6,

.col-7,

.col-8,

.col-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 50%;

}

.col-10,

.col-11,

.col-12,

.col-7,

.col-8,

.col-9 {

    width: 58.33333%;

}

.col-10,

.col-11,

.col-12,

.col-8,

.col-9 {

    width: 66.66667%;

}

.col-10,

.col-11,

.col-12,

.col-9 {

    width: 75%;

}

.col-10,

.col-11,

.col-12 {

    width: 83.33333%;

}

.col-11,

.col-12 {

    width: 91.66667%;

}

.col-12 {

    width: 100%;

}

.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%;

}

.g-0,

.gx-0 {

    --bs-gutter-x: 0;

}

.g-0,

.gy-0 {

    --bs-gutter-y: 0;

}

.g-1,

.gx-1 {

    --bs-gutter-x: 0.25rem;

}

.g-1,

.gy-1 {

    --bs-gutter-y: 0.25rem;

}

.g-2,

.gx-2 {

    --bs-gutter-x: 0.5rem;

}

.g-2,

.gy-2 {

    --bs-gutter-y: 0.5rem;

}

.g-3,

.gx-3 {

    --bs-gutter-x: 1rem;

}

.g-3,

.gy-3 {

    --bs-gutter-y: 1rem;

}

.g-4,

.gx-4 {

    --bs-gutter-x: 1.5rem;

}

.g-4,

.gy-4 {

    --bs-gutter-y: 1.5rem;

}

.g-5,

.gx-5 {

    --bs-gutter-x: 3rem;

}

.g-5,

.gy-5 {

    --bs-gutter-y: 3rem;

}

@media (min-width: 576px) {

    .col-sm {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    }

    .row-cols-sm-1 > *,

    .row-cols-sm-auto > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .row-cols-sm-1 > * {

        width: 100%;

    }

    .row-cols-sm-2 > *,

    .row-cols-sm-3 > *,

    .row-cols-sm-4 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 50%;

    }

    .row-cols-sm-3 > *,

    .row-cols-sm-4 > * {

        width: 33.33333%;

    }

    .row-cols-sm-4 > * {

        width: 25%;

    }

    .col-sm-1,

    .col-sm-auto,

    .row-cols-sm-5 > *,

    .row-cols-sm-6 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 20%;

    }

    .col-sm-1,

    .col-sm-auto,

    .row-cols-sm-6 > * {

        width: 16.66667%;

    }

    .col-sm-1,

    .col-sm-auto {

        width: auto;

    }

    .col-sm-1 {

        width: 8.33333%;

    }

    .col-sm-2,

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 16.66667%;

    }

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7 {

        width: 25%;

    }

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7 {

        width: 33.33333%;

    }

    .col-sm-5,

    .col-sm-6,

    .col-sm-7 {

        width: 41.66667%;

    }

    .col-sm-6,

    .col-sm-7 {

        width: 50%;

    }

    .col-sm-7 {

        width: 58.33333%;

    }

    .col-sm-10,

    .col-sm-11,

    .col-sm-12,

    .col-sm-8,

    .col-sm-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 66.66667%;

    }

    .col-sm-10,

    .col-sm-11,

    .col-sm-12,

    .col-sm-9 {

        width: 75%;

    }

    .col-sm-10,

    .col-sm-11,

    .col-sm-12 {

        width: 83.33333%;

    }

    .col-sm-11,

    .col-sm-12 {

        width: 91.66667%;

    }

    .col-sm-12 {

        width: 100%;

    }

    .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%;

    }

    .g-sm-0,

    .gx-sm-0 {

        --bs-gutter-x: 0;

    }

    .g-sm-0,

    .gy-sm-0 {

        --bs-gutter-y: 0;

    }

    .g-sm-1,

    .gx-sm-1 {

        --bs-gutter-x: 0.25rem;

    }

    .g-sm-1,

    .gy-sm-1 {

        --bs-gutter-y: 0.25rem;

    }

    .g-sm-2,

    .gx-sm-2 {

        --bs-gutter-x: 0.5rem;

    }

    .g-sm-2,

    .gy-sm-2 {

        --bs-gutter-y: 0.5rem;

    }

    .g-sm-3,

    .gx-sm-3 {

        --bs-gutter-x: 1rem;

    }

    .g-sm-3,

    .gy-sm-3 {

        --bs-gutter-y: 1rem;

    }

    .g-sm-4,

    .gx-sm-4 {

        --bs-gutter-x: 1.5rem;

    }

    .g-sm-4,

    .gy-sm-4 {

        --bs-gutter-y: 1.5rem;

    }

    .g-sm-5,

    .gx-sm-5 {

        --bs-gutter-x: 3rem;

    }

    .g-sm-5,

    .gy-sm-5 {

        --bs-gutter-y: 3rem;

    }

}

@media (min-width: 768px) {

    .col-md {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    }

    .row-cols-md-1 > *,

    .row-cols-md-auto > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .row-cols-md-1 > * {

        width: 100%;

    }

    .row-cols-md-2 > *,

    .row-cols-md-3 > *,

    .row-cols-md-4 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 50%;

    }

    .row-cols-md-3 > *,

    .row-cols-md-4 > * {

        width: 33.33333%;

    }

    .row-cols-md-4 > * {

        width: 25%;

    }

    .col-md-1,

    .col-md-auto,

    .row-cols-md-5 > *,

    .row-cols-md-6 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 20%;

    }

    .col-md-1,

    .col-md-auto,

    .row-cols-md-6 > * {

        width: 16.66667%;

    }

    .col-md-1,

    .col-md-auto {

        width: auto;

    }

    .col-md-1 {

        width: 8.33333%;

    }

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 16.66667%;

    }

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7 {

        width: 25%;

    }

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7 {

        width: 33.33333%;

    }

    .col-md-5,

    .col-md-6,

    .col-md-7 {

        width: 41.66667%;

    }

    .col-md-6,

    .col-md-7 {

        width: 50%;

    }

    .col-md-7 {

        width: 58.33333%;

    }

    .col-md-10,

    .col-md-11,

    .col-md-12,

    .col-md-8,

    .col-md-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 66.66667%;

    }

    .col-md-10,

    .col-md-11,

    .col-md-12,

    .col-md-9 {

        width: 75%;

    }

    .col-md-10,

    .col-md-11,

    .col-md-12 {

        width: 83.33333%;

    }

    .col-md-11,

    .col-md-12 {

        width: 91.66667%;

    }

    .col-md-12 {

        width: 100%;

    }

    .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%;

    }

    .g-md-0,

    .gx-md-0 {

        --bs-gutter-x: 0;

    }

    .g-md-0,

    .gy-md-0 {

        --bs-gutter-y: 0;

    }

    .g-md-1,

    .gx-md-1 {

        --bs-gutter-x: 0.25rem;

    }

    .g-md-1,

    .gy-md-1 {

        --bs-gutter-y: 0.25rem;

    }

    .g-md-2,

    .gx-md-2 {

        --bs-gutter-x: 0.5rem;

    }

    .g-md-2,

    .gy-md-2 {

        --bs-gutter-y: 0.5rem;

    }

    .g-md-3,

    .gx-md-3 {

        --bs-gutter-x: 1rem;

    }

    .g-md-3,

    .gy-md-3 {

        --bs-gutter-y: 1rem;

    }

    .g-md-4,

    .gx-md-4 {

        --bs-gutter-x: 1.5rem;

    }

    .g-md-4,

    .gy-md-4 {

        --bs-gutter-y: 1.5rem;

    }

    .g-md-5,

    .gx-md-5 {

        --bs-gutter-x: 3rem;

    }

    .g-md-5,

    .gy-md-5 {

        --bs-gutter-y: 3rem;

    }

}

@media (min-width: 992px) {

    .col-lg {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    }

    .row-cols-lg-1 > *,

    .row-cols-lg-auto > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .row-cols-lg-1 > * {

        width: 100%;

    }

    .row-cols-lg-2 > *,

    .row-cols-lg-3 > *,

    .row-cols-lg-4 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 50%;

    }

    .row-cols-lg-3 > *,

    .row-cols-lg-4 > * {

        width: 33.33333%;

    }

    .row-cols-lg-4 > * {

        width: 25%;

    }

    .col-lg-1,

    .col-lg-auto,

    .row-cols-lg-5 > *,

    .row-cols-lg-6 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 20%;

    }

    .col-lg-1,

    .col-lg-auto,

    .row-cols-lg-6 > * {

        width: 16.66667%;

    }

    .col-lg-1,

    .col-lg-auto {

        width: auto;

    }

    .col-lg-1 {

        width: 8.33333%;

    }

    .col-lg-2,

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 16.66667%;

    }

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7 {

        width: 25%;

    }

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7 {

        width: 33.33333%;

    }

    .col-lg-5,

    .col-lg-6,

    .col-lg-7 {

        width: 41.66667%;

    }

    .col-lg-6,

    .col-lg-7 {

        width: 50%;

    }

    .col-lg-7 {

        width: 58.33333%;

    }

    .col-lg-10,

    .col-lg-11,

    .col-lg-12,

    .col-lg-8,

    .col-lg-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 66.66667%;

    }

    .col-lg-10,

    .col-lg-11,

    .col-lg-12,

    .col-lg-9 {

        width: 75%;

    }

    .col-lg-10,

    .col-lg-11,

    .col-lg-12 {

        width: 83.33333%;

    }

    .col-lg-11,

    .col-lg-12 {

        width: 91.66667%;

    }

    .col-lg-12 {

        width: 100%;

    }

    .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%;

    }

    .g-lg-0,

    .gx-lg-0 {

        --bs-gutter-x: 0;

    }

    .g-lg-0,

    .gy-lg-0 {

        --bs-gutter-y: 0;

    }

    .g-lg-1,

    .gx-lg-1 {

        --bs-gutter-x: 0.25rem;

    }

    .g-lg-1,

    .gy-lg-1 {

        --bs-gutter-y: 0.25rem;

    }

    .g-lg-2,

    .gx-lg-2 {

        --bs-gutter-x: 0.5rem;

    }

    .g-lg-2,

    .gy-lg-2 {

        --bs-gutter-y: 0.5rem;

    }

    .g-lg-3,

    .gx-lg-3 {

        --bs-gutter-x: 1rem;

    }

    .g-lg-3,

    .gy-lg-3 {

        --bs-gutter-y: 1rem;

    }

    .g-lg-4,

    .gx-lg-4 {

        --bs-gutter-x: 1.5rem;

    }

    .g-lg-4,

    .gy-lg-4 {

        --bs-gutter-y: 1.5rem;

    }

    .g-lg-5,

    .gx-lg-5 {

        --bs-gutter-x: 3rem;

    }

    .g-lg-5,

    .gy-lg-5 {

        --bs-gutter-y: 3rem;

    }

}

@media (min-width: 1200px) {

    .col-xl {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    }

    .row-cols-xl-1 > *,

    .row-cols-xl-auto > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .row-cols-xl-1 > * {

        width: 100%;

    }

    .row-cols-xl-2 > *,

    .row-cols-xl-3 > *,

    .row-cols-xl-4 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 50%;

    }

    .row-cols-xl-3 > *,

    .row-cols-xl-4 > * {

        width: 33.33333%;

    }

    .row-cols-xl-4 > * {

        width: 25%;

    }

    .col-xl-1,

    .col-xl-auto,

    .row-cols-xl-5 > *,

    .row-cols-xl-6 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 20%;

    }

    .col-xl-1,

    .col-xl-auto,

    .row-cols-xl-6 > * {

        width: 16.66667%;

    }

    .col-xl-1,

    .col-xl-auto {

        width: auto;

    }

    .col-xl-1 {

        width: 8.33333%;

    }

    .col-xl-2,

    .col-xl-3,

    .col-xl-4,

    .col-xl-5,

    .col-xl-6,

    .col-xl-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 16.66667%;

    }

    .col-xl-3,

    .col-xl-4,

    .col-xl-5,

    .col-xl-6,

    .col-xl-7 {

        width: 25%;

    }

    .col-xl-4,

    .col-xl-5,

    .col-xl-6,

    .col-xl-7 {

        width: 33.33333%;

    }

    .col-xl-5,

    .col-xl-6,

    .col-xl-7 {

        width: 41.66667%;

    }

    .col-xl-6,

    .col-xl-7 {

        width: 50%;

    }

    .col-xl-7 {

        width: 58.33333%;

    }

    .col-xl-10,

    .col-xl-11,

    .col-xl-12,

    .col-xl-8,

    .col-xl-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 66.66667%;

    }

    .col-xl-10,

    .col-xl-11,

    .col-xl-12,

    .col-xl-9 {

        width: 75%;

    }

    .col-xl-10,

    .col-xl-11,

    .col-xl-12 {

        width: 83.33333%;

    }

    .col-xl-11,

    .col-xl-12 {

        width: 91.66667%;

    }

    .col-xl-12 {

        width: 100%;

    }

    .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%;

    }

    .g-xl-0,

    .gx-xl-0 {

        --bs-gutter-x: 0;

    }

    .g-xl-0,

    .gy-xl-0 {

        --bs-gutter-y: 0;

    }

    .g-xl-1,

    .gx-xl-1 {

        --bs-gutter-x: 0.25rem;

    }

    .g-xl-1,

    .gy-xl-1 {

        --bs-gutter-y: 0.25rem;

    }

    .g-xl-2,

    .gx-xl-2 {

        --bs-gutter-x: 0.5rem;

    }

    .g-xl-2,

    .gy-xl-2 {

        --bs-gutter-y: 0.5rem;

    }

    .g-xl-3,

    .gx-xl-3 {

        --bs-gutter-x: 1rem;

    }

    .g-xl-3,

    .gy-xl-3 {

        --bs-gutter-y: 1rem;

    }

    .g-xl-4,

    .gx-xl-4 {

        --bs-gutter-x: 1.5rem;

    }

    .g-xl-4,

    .gy-xl-4 {

        --bs-gutter-y: 1.5rem;

    }

    .g-xl-5,

    .gx-xl-5 {

        --bs-gutter-x: 3rem;

    }

    .g-xl-5,

    .gy-xl-5 {

        --bs-gutter-y: 3rem;

    }

}

@media (min-width: 1400px) {

    .col-xxl {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    }

    .row-cols-xxl-1 > *,

    .row-cols-xxl-2 > *,

    .row-cols-xxl-auto > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .row-cols-xxl-1 > *,

    .row-cols-xxl-2 > * {

        width: 100%;

    }

    .row-cols-xxl-2 > * {

        width: 50%;

    }

    .row-cols-xxl-3 > *,

    .row-cols-xxl-4 > *,

    .row-cols-xxl-5 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 33.33333%;

    }

    .row-cols-xxl-4 > *,

    .row-cols-xxl-5 > * {

        width: 25%;

    }

    .row-cols-xxl-5 > * {

        width: 20%;

    }

    .col-xxl-1,

    .col-xxl-2,

    .col-xxl-auto,

    .row-cols-xxl-6 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 16.66667%;

    }

    .col-xxl-1,

    .col-xxl-2,

    .col-xxl-auto {

        width: auto;

    }

    .col-xxl-1,

    .col-xxl-2 {

        width: 8.33333%;

    }

    .col-xxl-2 {

        width: 16.66667%;

    }

    .col-xxl-3,

    .col-xxl-4,

    .col-xxl-5,

    .col-xxl-6,

    .col-xxl-7 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 25%;

    }

    .col-xxl-4,

    .col-xxl-5,

    .col-xxl-6,

    .col-xxl-7 {

        width: 33.33333%;

    }

    .col-xxl-5,

    .col-xxl-6,

    .col-xxl-7 {

        width: 41.66667%;

    }

    .col-xxl-6,

    .col-xxl-7 {

        width: 50%;

    }

    .col-xxl-7 {

        width: 58.33333%;

    }

    .col-xxl-10,

    .col-xxl-11,

    .col-xxl-12,

    .col-xxl-8,

    .col-xxl-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 66.66667%;

    }

    .col-xxl-10,

    .col-xxl-11,

    .col-xxl-12,

    .col-xxl-9 {

        width: 75%;

    }

    .col-xxl-10,

    .col-xxl-11,

    .col-xxl-12 {

        width: 83.33333%;

    }

    .col-xxl-11,

    .col-xxl-12 {

        width: 91.66667%;

    }

    .col-xxl-12 {

        width: 100%;

    }

    .offset-xxl-0 {

        margin-left: 0;

    }

    .offset-xxl-1 {

        margin-left: 8.33333%;

    }

    .offset-xxl-2 {

        margin-left: 16.66667%;

    }

    .offset-xxl-3 {

        margin-left: 25%;

    }

    .offset-xxl-4 {

        margin-left: 33.33333%;

    }

    .offset-xxl-5 {

        margin-left: 41.66667%;

    }

    .offset-xxl-6 {

        margin-left: 50%;

    }

    .offset-xxl-7 {

        margin-left: 58.33333%;

    }

    .offset-xxl-8 {

        margin-left: 66.66667%;

    }

    .offset-xxl-9 {

        margin-left: 75%;

    }

    .offset-xxl-10 {

        margin-left: 83.33333%;

    }

    .offset-xxl-11 {

        margin-left: 91.66667%;

    }

    .g-xxl-0,

    .gx-xxl-0 {

        --bs-gutter-x: 0;

    }

    .g-xxl-0,

    .gy-xxl-0 {

        --bs-gutter-y: 0;

    }

    .g-xxl-1,

    .gx-xxl-1 {

        --bs-gutter-x: 0.25rem;

    }

    .g-xxl-1,

    .gy-xxl-1 {

        --bs-gutter-y: 0.25rem;

    }

    .g-xxl-2,

    .gx-xxl-2 {

        --bs-gutter-x: 0.5rem;

    }

    .g-xxl-2,

    .gy-xxl-2 {

        --bs-gutter-y: 0.5rem;

    }

    .g-xxl-3,

    .gx-xxl-3 {

        --bs-gutter-x: 1rem;

    }

    .g-xxl-3,

    .gy-xxl-3 {

        --bs-gutter-y: 1rem;

    }

    .g-xxl-4,

    .gx-xxl-4 {

        --bs-gutter-x: 1.5rem;

    }

    .g-xxl-4,

    .gy-xxl-4 {

        --bs-gutter-y: 1.5rem;

    }

    .g-xxl-5,

    .gx-xxl-5 {

        --bs-gutter-x: 3rem;

    }

    .g-xxl-5,

    .gy-xxl-5 {

        --bs-gutter-y: 3rem;

    }

}

@media (min-width: 1600px) {

    .col-xxlg {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    }

    .row-cols-xxlg-auto > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .row-cols-xxlg-1 > *,

    .row-cols-xxlg-2 > *,

    .row-cols-xxlg-3 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 100%;

    }

    .row-cols-xxlg-2 > *,

    .row-cols-xxlg-3 > * {

        width: 50%;

    }

    .row-cols-xxlg-3 > * {

        width: 33.33333%;

    }

    .row-cols-xxlg-4 > *,

    .row-cols-xxlg-5 > *,

    .row-cols-xxlg-6 > * {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 25%;

    }

    .row-cols-xxlg-5 > *,

    .row-cols-xxlg-6 > * {

        width: 20%;

    }

    .row-cols-xxlg-6 > * {

        width: 16.66667%;

    }

    .col-xxlg-1,

    .col-xxlg-2,

    .col-xxlg-3,

    .col-xxlg-auto {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

    }

    .col-xxlg-1,

    .col-xxlg-2,

    .col-xxlg-3 {

        width: 8.33333%;

    }

    .col-xxlg-2,

    .col-xxlg-3 {

        width: 16.66667%;

    }

    .col-xxlg-3 {

        width: 25%;

    }

    .col-xxlg-4,

    .col-xxlg-5,

    .col-xxlg-6,

    .col-xxlg-7,

    .col-xxlg-8 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 33.33333%;

    }

    .col-xxlg-5,

    .col-xxlg-6,

    .col-xxlg-7,

    .col-xxlg-8 {

        width: 41.66667%;

    }

    .col-xxlg-6,

    .col-xxlg-7,

    .col-xxlg-8 {

        width: 50%;

    }

    .col-xxlg-7,

    .col-xxlg-8 {

        width: 58.33333%;

    }

    .col-xxlg-8 {

        width: 66.66667%;

    }

    .col-xxlg-10,

    .col-xxlg-11,

    .col-xxlg-12,

    .col-xxlg-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: 75%;

    }

    .col-xxlg-10,

    .col-xxlg-11,

    .col-xxlg-12 {

        width: 83.33333%;

    }

    .col-xxlg-11,

    .col-xxlg-12 {

        width: 91.66667%;

    }

    .col-xxlg-12 {

        width: 100%;

    }

    .offset-xxlg-0 {

        margin-left: 0;

    }

    .offset-xxlg-1 {

        margin-left: 8.33333%;

    }

    .offset-xxlg-2 {

        margin-left: 16.66667%;

    }

    .offset-xxlg-3 {

        margin-left: 25%;

    }

    .offset-xxlg-4 {

        margin-left: 33.33333%;

    }

    .offset-xxlg-5 {

        margin-left: 41.66667%;

    }

    .offset-xxlg-6 {

        margin-left: 50%;

    }

    .offset-xxlg-7 {

        margin-left: 58.33333%;

    }

    .offset-xxlg-8 {

        margin-left: 66.66667%;

    }

    .offset-xxlg-9 {

        margin-left: 75%;

    }

    .offset-xxlg-10 {

        margin-left: 83.33333%;

    }

    .offset-xxlg-11 {

        margin-left: 91.66667%;

    }

    .g-xxlg-0,

    .gx-xxlg-0 {

        --bs-gutter-x: 0;

    }

    .g-xxlg-0,

    .gy-xxlg-0 {

        --bs-gutter-y: 0;

    }

    .g-xxlg-1,

    .gx-xxlg-1 {

        --bs-gutter-x: 0.25rem;

    }

    .g-xxlg-1,

    .gy-xxlg-1 {

        --bs-gutter-y: 0.25rem;

    }

    .g-xxlg-2,

    .gx-xxlg-2 {

        --bs-gutter-x: 0.5rem;

    }

    .g-xxlg-2,

    .gy-xxlg-2 {

        --bs-gutter-y: 0.5rem;

    }

    .g-xxlg-3,

    .gx-xxlg-3 {

        --bs-gutter-x: 1rem;

    }

    .g-xxlg-3,

    .gy-xxlg-3 {

        --bs-gutter-y: 1rem;

    }

    .g-xxlg-4,

    .gx-xxlg-4 {

        --bs-gutter-x: 1.5rem;

    }

    .g-xxlg-4,

    .gy-xxlg-4 {

        --bs-gutter-y: 1.5rem;

    }

    .g-xxlg-5,

    .gx-xxlg-5 {

        --bs-gutter-x: 3rem;

    }

    .g-xxlg-5,

    .gy-xxlg-5 {

        --bs-gutter-y: 3rem;

    }

}

.form-label {

    margin-bottom: 0.5rem;

}

.col-form-label {

    padding-top: calc(0.375rem + 1px);

    padding-bottom: calc(0.375rem + 1px);

    margin-bottom: 0;

    font-size: inherit;

    line-height: 1.5;

}

.col-form-label-lg {

    padding-top: calc(0.5rem + 1px);

    padding-bottom: calc(0.5rem + 1px);

    font-size: 1.25rem;

}

.col-form-label-sm {

    padding-top: calc(0.25rem + 1px);

    padding-bottom: calc(0.25rem + 1px);

    font-size: 0.875rem;

}

.form-text {

    margin-top: 0.25rem;

    font-size: 0.875em;

    color: #6c757d;

}

.form-control {

    display: block;

    width: 100%;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    background-color: #fff;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

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

    .form-control {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-control[type="file"] {

    overflow: hidden;

}

.form-control:focus {

    color: #212529;

    background-color: #fff;

    border-color: #909090;

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.form-control::-webkit-date-and-time-value {

    height: 1.5em;

}

.form-control::-webkit-input-placeholder {

    color: #6c757d;

    opacity: 1;

}

.form-control::-moz-placeholder {

    color: #6c757d;

    opacity: 1;

}

.form-control::-ms-input-placeholder {

    color: #6c757d;

    opacity: 1;

}

.form-control::placeholder {

    color: #6c757d;

    opacity: 1;

}

.form-control:disabled,

.form-control[readonly] {

    background-color: #e9ecef;

    opacity: 1;

}

.form-control::file-selector-button {

    padding: 0.375rem 0.75rem;

    margin: -0.375rem -0.75rem;

    -webkit-margin-end: 0.75rem;

    margin-inline-end: 0.75rem;

    color: #212529;

    background-color: #e9ecef;

    pointer-events: none;

    border-color: inherit;

    border-style: solid;

    border-width: 0;

    border-inline-end-width: 1px;

    -webkit-border-radius: 0;

    border-radius: 0;

    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

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

    .form-control::file-selector-button {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {

    background-color: #dde0e3;

}

.form-control::-webkit-file-upload-button {

    padding: 0.375rem 0.75rem;

    margin: -0.375rem -0.75rem;

    -webkit-margin-end: 0.75rem;

    margin-inline-end: 0.75rem;

    color: #212529;

    background-color: #e9ecef;

    pointer-events: none;

    border-color: inherit;

    border-style: solid;

    border-width: 0;

    border-inline-end-width: 1px;

    -webkit-border-radius: 0;

    border-radius: 0;

    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

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

    .form-control::-webkit-file-upload-button {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {

    background-color: #dde0e3;

}

.form-control-plaintext {

    display: block;

    width: 100%;

    padding: 0.375rem 0;

    margin-bottom: 0;

    line-height: 1.5;

    color: #212529;

    background-color: transparent;

    border: solid transparent;

    border-width: 1px 0;

}

.form-control-plaintext.form-control-lg,

.form-control-plaintext.form-control-sm {

    padding-right: 0;

    padding-left: 0;

}

.form-control-sm {

    min-height: calc(1.5em + 0.5rem + 2px);

    padding: 0.25rem 0.5rem;

    font-size: 0.875rem;

    -webkit-border-radius: 0.2rem;

    border-radius: 0.2rem;

}

.form-control-sm::file-selector-button {

    padding: 0.25rem 0.5rem;

    margin: -0.25rem -0.5rem;

    -webkit-margin-end: 0.5rem;

    margin-inline-end: 0.5rem;

}

.form-control-sm::-webkit-file-upload-button {

    padding: 0.25rem 0.5rem;

    margin: -0.25rem -0.5rem;

    -webkit-margin-end: 0.5rem;

    margin-inline-end: 0.5rem;

}

.form-control-lg {

    min-height: calc(1.5em + 1rem + 2px);

    padding: 0.5rem 1rem;

    font-size: 1.25rem;

    -webkit-border-radius: 0.3rem;

    border-radius: 0.3rem;

}

.form-control-lg::file-selector-button {

    padding: 0.5rem 1rem;

    margin: -0.5rem -1rem;

    -webkit-margin-end: 1rem;

    margin-inline-end: 1rem;

}

.form-control-lg::-webkit-file-upload-button {

    padding: 0.5rem 1rem;

    margin: -0.5rem -1rem;

    -webkit-margin-end: 1rem;

    margin-inline-end: 1rem;

}

textarea.form-control {

    min-height: calc(1.5em + 0.75rem + 2px);

}

textarea.form-control-sm {

    min-height: calc(1.5em + 0.5rem + 2px);

}

textarea.form-control-lg {

    min-height: calc(1.5em + 1rem + 2px);

}

.form-control-color {

    max-width: 3rem;

    height: auto;

    padding: 0.375rem;

}

.form-control-color::-moz-color-swatch {

    height: 1.5em;

    border-radius: 0.25rem;

}

.form-control-color::-webkit-color-swatch {

    height: 1.5em;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.form-select {

    display: block;

    width: 100%;

    padding: 0.375rem 2.25rem 0.375rem 0.75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    background-color: #fff;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

    background-repeat: no-repeat;

    background-position: right 0.75rem center;

    -webkit-background-size: 16px 12px;

    background-size: 16px 12px;

    border: 1px solid #ced4da;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

.form-select:focus {

    border-color: #909090;

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.form-select[multiple],

.form-select[size]:not([size="1"]) {

    padding-right: 0.75rem;

    background-image: none;

}

.form-select:disabled {

    background-color: #e9ecef;

}

.form-select:-moz-focusring {

    color: transparent;

    text-shadow: 0 0 0 #212529;

}

.form-select-sm {

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    padding-left: 0.5rem;

    font-size: 0.875rem;

}

.form-select-lg {

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    font-size: 1.25rem;

}

.form-check {

    display: block;

    min-height: 1.5rem;

    padding-left: 1.5em;

    margin-bottom: 0.125rem;

}

.form-check .form-check-input {

    float: left;

    margin-left: -1.5em;

}

.form-check-input {

    width: 1em;

    height: 1em;

    margin-top: 0.25em;

    vertical-align: top;

    background-color: #fff;

    background-repeat: no-repeat;

    background-position: center;

    -webkit-background-size: contain;

    background-size: contain;

    border: 1px solid rgba(0, 0, 0, 0.25);

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    color-adjust: exact;

}

.form-check-input[type="checkbox"] {

    -webkit-border-radius: 0.25em;

    border-radius: 0.25em;

}

.form-check-input[type="radio"] {

    -webkit-border-radius: 50%;

    border-radius: 50%;

}

.form-check-input:active {

    -webkit-filter: brightness(90%);

    filter: brightness(90%);

}

.form-check-input:focus {

    border-color: #909090;

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.form-check-input:checked {

    background-color: #202020;

    border-color: #202020;

}

.form-check-input:checked[type="checkbox"] {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");

}

.form-check-input:checked[type="radio"] {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");

}

.form-check-input[type="checkbox"]:indeterminate {

    background-color: #202020;

    border-color: #202020;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");

}

.form-check-input:disabled {

    pointer-events: none;

    -webkit-filter: none;

    filter: none;

    opacity: 0.5;

}

.form-check-input:disabled ~ .form-check-label,

.form-check-input[disabled] ~ .form-check-label {

    opacity: 0.5;

}

.form-switch {

    padding-left: 2.5em;

}

.form-switch .form-check-input {

    width: 2em;

    margin-left: -2.5em;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");

    background-position: left center;

    -webkit-border-radius: 2em;

    border-radius: 2em;

    -webkit-transition: background-position 0.15s ease-in-out;

    -o-transition: background-position 0.15s ease-in-out;

    transition: background-position 0.15s ease-in-out;

}

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

    .form-switch .form-check-input {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-switch .form-check-input:focus {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23909090'/%3e%3c/svg%3e");

}

.form-switch .form-check-input:checked {

    background-position: right center;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

}

.form-check-inline {

    display: inline-block;

    margin-right: 1rem;

}

.btn-check {

    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none;

}

.btn-check:disabled + .btn,

.btn-check[disabled] + .btn {

    pointer-events: none;

    -webkit-filter: none;

    filter: none;

    opacity: 0.65;

}

.form-range {

    width: 100%;

    height: 1.5rem;

    padding: 0;

    background-color: transparent;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

.form-range:focus {

    outline: 0;

}

.form-range:focus::-webkit-slider-thumb {

    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.form-range:focus::-moz-range-thumb {

    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.form-range::-moz-focus-outer {

    border: 0;

}

.form-range::-webkit-slider-thumb {

    width: 1rem;

    height: 1rem;

    margin-top: -0.25rem;

    background-color: #202020;

    border: 0;

    -webkit-border-radius: 1rem;

    border-radius: 1rem;

    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -webkit-appearance: none;

    appearance: none;

}

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

    .form-range::-webkit-slider-thumb {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-range::-webkit-slider-thumb:active {

    background-color: #bcbcbc;

}

.form-range::-webkit-slider-runnable-track {

    width: 100%;

    height: 0.5rem;

    color: transparent;

    cursor: pointer;

    background-color: #dee2e6;

    border-color: transparent;

    -webkit-border-radius: 1rem;

    border-radius: 1rem;

}

.form-range::-moz-range-thumb {

    width: 1rem;

    height: 1rem;

    background-color: #202020;

    border: 0;

    border-radius: 1rem;

    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -moz-appearance: none;

    appearance: none;

}

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

    .form-range::-moz-range-thumb {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-range::-moz-range-thumb:active {

    background-color: #bcbcbc;

}

.form-range::-moz-range-track {

    width: 100%;

    height: 0.5rem;

    color: transparent;

    cursor: pointer;

    background-color: #dee2e6;

    border-color: transparent;

    border-radius: 1rem;

}

.form-range:disabled {

    pointer-events: none;

}

.form-range:disabled::-webkit-slider-thumb {

    background-color: #adb5bd;

}

.form-range:disabled::-moz-range-thumb {

    background-color: #adb5bd;

}

.form-floating {

    position: relative;

}

.form-floating > .form-control,

.form-floating > .form-select {

    height: calc(3.5rem + 2px);

    padding: 1rem 0.75rem;

}

.form-floating > label {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    padding: 1rem 0.75rem;

    pointer-events: none;

    border: 1px solid transparent;

    -webkit-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    transform-origin: 0 0;

    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;

    -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;

    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;

    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;

}

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

    .form-floating > label {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.form-floating > .form-control::-webkit-input-placeholder {

    color: transparent;

}

.form-floating > .form-control::-moz-placeholder {

    color: transparent;

}

.form-floating > .form-control::-ms-input-placeholder {

    color: transparent;

}

.form-floating > .form-control::placeholder {

    color: transparent;

}

.form-floating > .form-control:focus,

.form-floating > .form-control:not(:placeholder-shown) {

    padding-top: 1.625rem;

    padding-bottom: 0.625rem;

}

.form-floating > .form-control:-webkit-autofill {

    padding-top: 1.625rem;

    padding-bottom: 0.625rem;

}

.form-floating > .form-select {

    padding-top: 1.625rem;

    padding-bottom: 0.625rem;

}

.form-floating > .form-control:focus ~ label,

.form-floating > .form-control:not(:placeholder-shown) ~ label,

.form-floating > .form-select ~ label {

    opacity: 0.65;

    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

}

.form-floating > .form-control:-webkit-autofill ~ label {

    opacity: 0.65;

    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

}

.input-group {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;

    width: 100%;

}

.input-group > .form-control,

.input-group > .form-select {

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

}

.input-group .btn:focus,

.input-group > .form-control:focus,

.input-group > .form-select:focus {

    z-index: 3;

}

.input-group .btn {

    position: relative;

    z-index: 2;

}

.input-group-text {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    text-align: center;

    white-space: nowrap;

    background-color: #e9ecef;

    border: 1px solid #ced4da;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.input-group-lg > .btn,

.input-group-lg > .form-control,

.input-group-lg > .form-select,

.input-group-lg > .input-group-text {

    padding: 0.5rem 1rem;

    font-size: 1.25rem;

    -webkit-border-radius: 0.3rem;

    border-radius: 0.3rem;

}

.input-group-sm > .btn,

.input-group-sm > .form-control,

.input-group-sm > .form-select,

.input-group-sm > .input-group-text {

    padding: 0.25rem 0.5rem;

    font-size: 0.875rem;

    -webkit-border-radius: 0.2rem;

    border-radius: 0.2rem;

}

.input-group-lg > .form-select,

.input-group-sm > .form-select {

    padding-right: 3rem;

}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {

    -webkit-border-top-right-radius: 0;

    border-top-right-radius: 0;

    -webkit-border-bottom-right-radius: 0;

    border-bottom-right-radius: 0;

}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    margin-left: -1px;

    -webkit-border-top-left-radius: 0;

    border-top-left-radius: 0;

    -webkit-border-bottom-left-radius: 0;

    border-bottom-left-radius: 0;

}

.valid-feedback {

    display: none;

    width: 100%;

    margin-top: 0.25rem;

    font-size: 0.875em;

    color: #198754;

}

.valid-tooltip {

    position: absolute;

    top: 100%;

    z-index: 5;

    display: none;

    max-width: 100%;

    padding: 0.25rem 0.5rem;

    margin-top: 0.1rem;

    font-size: 0.875rem;

    color: #fff;

    background-color: rgba(25, 135, 84, 0.9);

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.is-valid ~ .valid-feedback,

.is-valid ~ .valid-tooltip,

.was-validated :valid ~ .valid-feedback,

.was-validated :valid ~ .valid-tooltip {

    display: block;

}

.form-control.is-valid,

.was-validated .form-control:valid {

    border-color: #198754;

    padding-right: calc(1.5em + 0.75rem);

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");

    background-repeat: no-repeat;

    background-position: right calc(0.375em + 0.1875rem) center;

    -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.form-control.is-valid:focus,

.was-validated .form-control:valid:focus {

    border-color: #198754;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

}

.was-validated textarea.form-control:valid,

textarea.form-control.is-valid {

    padding-right: calc(1.5em + 0.75rem);

    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);

}

.form-select.is-valid,

.was-validated .form-select:valid {

    border-color: #198754;

}

.form-select.is-valid:not([multiple]):not([size]),

.form-select.is-valid:not([multiple])[size="1"],

.was-validated .form-select:valid:not([multiple]):not([size]),

.was-validated .form-select:valid:not([multiple])[size="1"] {

    padding-right: 4.125rem;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),

        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;

    -webkit-background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.form-select.is-valid:focus,

.was-validated .form-select:valid:focus {

    border-color: #198754;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

}

.form-check-input.is-valid,

.was-validated .form-check-input:valid {

    border-color: #198754;

}

.form-check-input.is-valid:checked,

.was-validated .form-check-input:valid:checked {

    background-color: #198754;

}

.form-check-input.is-valid:focus,

.was-validated .form-check-input:valid:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);

}

.form-check-input.is-valid ~ .form-check-label,

.was-validated .form-check-input:valid ~ .form-check-label {

    color: #198754;

}

.form-check-inline .form-check-input ~ .valid-feedback {

    margin-left: 0.5em;

}

.input-group .form-control.is-valid,

.input-group .form-select.is-valid,

.was-validated .input-group .form-control:valid,

.was-validated .input-group .form-select:valid {

    z-index: 1;

}

.input-group .form-control.is-valid:focus,

.input-group .form-select.is-valid:focus,

.was-validated .input-group .form-control:valid:focus,

.was-validated .input-group .form-select:valid:focus {

    z-index: 3;

}

.invalid-feedback {

    display: none;

    width: 100%;

    margin-top: 0.25rem;

    font-size: 0.875em;

    color: #dc3545;

}

.invalid-tooltip {

    position: absolute;

    top: 100%;

    z-index: 5;

    display: none;

    max-width: 100%;

    padding: 0.25rem 0.5rem;

    margin-top: 0.1rem;

    font-size: 0.875rem;

    color: #fff;

    background-color: rgba(220, 53, 69, 0.9);

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.is-invalid ~ .invalid-feedback,

.is-invalid ~ .invalid-tooltip,

.was-validated :invalid ~ .invalid-feedback,

.was-validated :invalid ~ .invalid-tooltip {

    display: block;

}

.form-control.is-invalid,

.was-validated .form-control:invalid {

    border-color: #dc3545;

    padding-right: calc(1.5em + 0.75rem);

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");

    background-repeat: no-repeat;

    background-position: right calc(0.375em + 0.1875rem) center;

    -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.form-control.is-invalid:focus,

.was-validated .form-control:invalid:focus {

    border-color: #dc3545;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

}

.was-validated textarea.form-control:invalid,

textarea.form-control.is-invalid {

    padding-right: calc(1.5em + 0.75rem);

    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);

}

.form-select.is-invalid,

.was-validated .form-select:invalid {

    border-color: #dc3545;

}

.form-select.is-invalid:not([multiple]):not([size]),

.form-select.is-invalid:not([multiple])[size="1"],

.was-validated .form-select:invalid:not([multiple]):not([size]),

.was-validated .form-select:invalid:not([multiple])[size="1"] {

    padding-right: 4.125rem;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),

        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;

    -webkit-background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.form-select.is-invalid:focus,

.was-validated .form-select:invalid:focus {

    border-color: #dc3545;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

}

.form-check-input.is-invalid,

.was-validated .form-check-input:invalid {

    border-color: #dc3545;

}

.form-check-input.is-invalid:checked,

.was-validated .form-check-input:invalid:checked {

    background-color: #dc3545;

}

.form-check-input.is-invalid:focus,

.was-validated .form-check-input:invalid:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);

}

.form-check-input.is-invalid ~ .form-check-label,

.was-validated .form-check-input:invalid ~ .form-check-label {

    color: #dc3545;

}

.form-check-inline .form-check-input ~ .invalid-feedback {

    margin-left: 0.5em;

}

.input-group .form-control.is-invalid,

.input-group .form-select.is-invalid,

.was-validated .input-group .form-control:invalid,

.was-validated .input-group .form-select:invalid {

    z-index: 2;

}

.input-group .form-control.is-invalid:focus,

.input-group .form-select.is-invalid:focus,

.was-validated .input-group .form-control:invalid:focus,

.was-validated .input-group .form-select:invalid:focus {

    z-index: 3;

}

.btn {

    display: inline-block;

    text-decoration: none;

    vertical-align: middle;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-color: transparent;

    border: 1px solid transparent;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

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

    .btn {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.btn,

.btn:hover {

    color: #212529;

}

.btn-check:focus + .btn,

.btn:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.btn.disabled,

.btn:disabled,

fieldset:disabled .btn {

    pointer-events: none;

    opacity: 0.65;

}

.btn-primary {

    color: #fff;

    background-color: #202020;

    border-color: #202020;

}

.btn-primary:hover {

    color: #fff;

    background-color: #1b1b1b;

    border-color: #1a1a1a;

}

.btn-check:focus + .btn-primary,

.btn-primary:focus {

    color: #fff;

    background-color: #1b1b1b;

    border-color: #1a1a1a;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(65, 65, 65, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(65, 65, 65, 0.5);

}

.btn-check:active + .btn-primary,

.btn-check:checked + .btn-primary,

.btn-primary.active,

.btn-primary:active,

.show > .btn-primary.dropdown-toggle {

    color: #fff;

    background-color: #1a1a1a;

    border-color: #181818;

}

.btn-check:active + .btn-primary:focus,

.btn-check:checked + .btn-primary:focus,

.btn-primary.active:focus,

.btn-primary:active:focus,

.show > .btn-primary.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(65, 65, 65, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(65, 65, 65, 0.5);

}

.btn-primary.disabled,

.btn-primary:disabled {

    color: #fff;

    background-color: #202020;

    border-color: #202020;

}

.btn-secondary {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d;

}

.btn-secondary:hover {

    color: #fff;

    background-color: #5c636a;

    border-color: #565e64;

}

.btn-check:focus + .btn-secondary,

.btn-secondary:focus {

    color: #fff;

    background-color: #5c636a;

    border-color: #565e64;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);

}

.btn-check:active + .btn-secondary,

.btn-check:checked + .btn-secondary,

.btn-secondary.active,

.btn-secondary:active,

.show > .btn-secondary.dropdown-toggle {

    color: #fff;

    background-color: #565e64;

    border-color: #51585e;

}

.btn-check:active + .btn-secondary:focus,

.btn-check:checked + .btn-secondary:focus,

.btn-secondary.active:focus,

.btn-secondary:active:focus,

.show > .btn-secondary.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);

}

.btn-secondary.disabled,

.btn-secondary:disabled {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d;

}

.btn-success {

    color: #fff;

    background-color: #198754;

    border-color: #198754;

}

.btn-success:hover {

    color: #fff;

    background-color: #157347;

    border-color: #146c43;

}

.btn-check:focus + .btn-success,

.btn-success:focus {

    color: #fff;

    background-color: #157347;

    border-color: #146c43;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

}

.btn-check:active + .btn-success,

.btn-check:checked + .btn-success,

.btn-success.active,

.btn-success:active,

.show > .btn-success.dropdown-toggle {

    color: #fff;

    background-color: #146c43;

    border-color: #13653f;

}

.btn-check:active + .btn-success:focus,

.btn-check:checked + .btn-success:focus,

.btn-success.active:focus,

.btn-success:active:focus,

.show > .btn-success.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);

}

.btn-success.disabled,

.btn-success:disabled {

    color: #fff;

    background-color: #198754;

    border-color: #198754;

}

.btn-info {

    color: #000;

    background-color: #0dcaf0;

    border-color: #0dcaf0;

}

.btn-info:hover {

    color: #000;

    background-color: #31d2f2;

    border-color: #25cff2;

}

.btn-check:focus + .btn-info,

.btn-info:focus {

    color: #000;

    background-color: #31d2f2;

    border-color: #25cff2;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

}

.btn-check:active + .btn-info,

.btn-check:checked + .btn-info,

.btn-info.active,

.btn-info:active,

.show > .btn-info.dropdown-toggle {

    color: #000;

    background-color: #3dd5f3;

    border-color: #25cff2;

}

.btn-check:active + .btn-info:focus,

.btn-check:checked + .btn-info:focus,

.btn-info.active:focus,

.btn-info:active:focus,

.show > .btn-info.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);

}

.btn-info.disabled,

.btn-info:disabled {

    color: #000;

    background-color: #0dcaf0;

    border-color: #0dcaf0;

}

.btn-warning {

    color: #000;

    background-color: #ffc107;

    border-color: #ffc107;

}

.btn-warning:hover {

    color: #000;

    background-color: #ffca2c;

    border-color: #ffc720;

}

.btn-check:focus + .btn-warning,

.btn-warning:focus {

    color: #000;

    background-color: #ffca2c;

    border-color: #ffc720;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

}

.btn-check:active + .btn-warning,

.btn-check:checked + .btn-warning,

.btn-warning.active,

.btn-warning:active,

.show > .btn-warning.dropdown-toggle {

    color: #000;

    background-color: #ffcd39;

    border-color: #ffc720;

}

.btn-check:active + .btn-warning:focus,

.btn-check:checked + .btn-warning:focus,

.btn-warning.active:focus,

.btn-warning:active:focus,

.show > .btn-warning.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);

}

.btn-warning.disabled,

.btn-warning:disabled {

    color: #000;

    background-color: #ffc107;

    border-color: #ffc107;

}

.btn-danger {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545;

}

.btn-danger:hover {

    color: #fff;

    background-color: #bb2d3b;

    border-color: #b02a37;

}

.btn-check:focus + .btn-danger,

.btn-danger:focus {

    color: #fff;

    background-color: #bb2d3b;

    border-color: #b02a37;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

}

.btn-check:active + .btn-danger,

.btn-check:checked + .btn-danger,

.btn-danger.active,

.btn-danger:active,

.show > .btn-danger.dropdown-toggle {

    color: #fff;

    background-color: #b02a37;

    border-color: #a52834;

}

.btn-check:active + .btn-danger:focus,

.btn-check:checked + .btn-danger:focus,

.btn-danger.active:focus,

.btn-danger:active:focus,

.show > .btn-danger.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);

}

.btn-danger.disabled,

.btn-danger:disabled {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545;

}

.btn-light {

    color: #000;

    background-color: #f8f9fa;

    border-color: #f8f9fa;

}

.btn-light:hover {

    color: #000;

    background-color: #f9fafb;

    border-color: #f9fafb;

}

.btn-check:focus + .btn-light,

.btn-light:focus {

    color: #000;

    background-color: #f9fafb;

    border-color: #f9fafb;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);

}

.btn-check:active + .btn-light,

.btn-check:checked + .btn-light,

.btn-light.active,

.btn-light:active,

.show > .btn-light.dropdown-toggle {

    color: #000;

    background-color: #f9fafb;

    border-color: #f9fafb;

}

.btn-check:active + .btn-light:focus,

.btn-check:checked + .btn-light:focus,

.btn-light.active:focus,

.btn-light:active:focus,

.show > .btn-light.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);

}

.btn-light.disabled,

.btn-light:disabled {

    color: #000;

    background-color: #f8f9fa;

    border-color: #f8f9fa;

}

.btn-dark {

    color: #fff;

    background-color: #212529;

    border-color: #212529;

}

.btn-dark:hover {

    color: #fff;

    background-color: #1c1f23;

    border-color: #1a1e21;

}

.btn-check:focus + .btn-dark,

.btn-dark:focus {

    color: #fff;

    background-color: #1c1f23;

    border-color: #1a1e21;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);

}

.btn-check:active + .btn-dark,

.btn-check:checked + .btn-dark,

.btn-dark.active,

.btn-dark:active,

.show > .btn-dark.dropdown-toggle {

    color: #fff;

    background-color: #1a1e21;

    border-color: #191c1f;

}

.btn-check:active + .btn-dark:focus,

.btn-check:checked + .btn-dark:focus,

.btn-dark.active:focus,

.btn-dark:active:focus,

.show > .btn-dark.dropdown-toggle:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);

}

.btn-dark.disabled,

.btn-dark:disabled {

    color: #fff;

    background-color: #212529;

    border-color: #212529;

}

.btn-outline-primary {

    color: #202020;

    border-color: #202020;

}

.btn-outline-primary:hover {

    color: #fff;

    background-color: #202020;

    border-color: #202020;

}

.btn-check:focus + .btn-outline-primary,

.btn-outline-primary:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.5);

}

.btn-check:active + .btn-outline-primary,

.btn-check:checked + .btn-outline-primary,

.btn-outline-primary.active,

.btn-outline-primary.dropdown-toggle.show,

.btn-outline-primary:active {

    color: #fff;

    background-color: #202020;

    border-color: #202020;

}

.btn-check:active + .btn-outline-primary:focus,

.btn-check:checked + .btn-outline-primary:focus,

.btn-outline-primary.active:focus,

.btn-outline-primary.dropdown-toggle.show:focus,

.btn-outline-primary:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.5);

}

.btn-outline-primary.disabled,

.btn-outline-primary:disabled {

    color: #202020;

    background-color: transparent;

}

.btn-outline-secondary {

    color: #6c757d;

    border-color: #6c757d;

}

.btn-outline-secondary:hover {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d;

}

.btn-check:focus + .btn-outline-secondary,

.btn-outline-secondary:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);

}

.btn-check:active + .btn-outline-secondary,

.btn-check:checked + .btn-outline-secondary,

.btn-outline-secondary.active,

.btn-outline-secondary.dropdown-toggle.show,

.btn-outline-secondary:active {

    color: #fff;

    background-color: #6c757d;

    border-color: #6c757d;

}

.btn-check:active + .btn-outline-secondary:focus,

.btn-check:checked + .btn-outline-secondary:focus,

.btn-outline-secondary.active:focus,

.btn-outline-secondary.dropdown-toggle.show:focus,

.btn-outline-secondary:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);

}

.btn-outline-secondary.disabled,

.btn-outline-secondary:disabled {

    color: #6c757d;

    background-color: transparent;

}

.btn-outline-success {

    color: #198754;

    border-color: #198754;

}

.btn-outline-success:hover {

    color: #fff;

    background-color: #198754;

    border-color: #198754;

}

.btn-check:focus + .btn-outline-success,

.btn-outline-success:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

}

.btn-check:active + .btn-outline-success,

.btn-check:checked + .btn-outline-success,

.btn-outline-success.active,

.btn-outline-success.dropdown-toggle.show,

.btn-outline-success:active {

    color: #fff;

    background-color: #198754;

    border-color: #198754;

}

.btn-check:active + .btn-outline-success:focus,

.btn-check:checked + .btn-outline-success:focus,

.btn-outline-success.active:focus,

.btn-outline-success.dropdown-toggle.show:focus,

.btn-outline-success:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);

}

.btn-outline-success.disabled,

.btn-outline-success:disabled {

    color: #198754;

    background-color: transparent;

}

.btn-outline-info {

    color: #0dcaf0;

    border-color: #0dcaf0;

}

.btn-outline-info:hover {

    color: #000;

    background-color: #0dcaf0;

    border-color: #0dcaf0;

}

.btn-check:focus + .btn-outline-info,

.btn-outline-info:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

}

.btn-check:active + .btn-outline-info,

.btn-check:checked + .btn-outline-info,

.btn-outline-info.active,

.btn-outline-info.dropdown-toggle.show,

.btn-outline-info:active {

    color: #000;

    background-color: #0dcaf0;

    border-color: #0dcaf0;

}

.btn-check:active + .btn-outline-info:focus,

.btn-check:checked + .btn-outline-info:focus,

.btn-outline-info.active:focus,

.btn-outline-info.dropdown-toggle.show:focus,

.btn-outline-info:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);

}

.btn-outline-info.disabled,

.btn-outline-info:disabled {

    color: #0dcaf0;

    background-color: transparent;

}

.btn-outline-warning {

    color: #ffc107;

    border-color: #ffc107;

}

.btn-outline-warning:hover {

    color: #000;

    background-color: #ffc107;

    border-color: #ffc107;

}

.btn-check:focus + .btn-outline-warning,

.btn-outline-warning:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

}

.btn-check:active + .btn-outline-warning,

.btn-check:checked + .btn-outline-warning,

.btn-outline-warning.active,

.btn-outline-warning.dropdown-toggle.show,

.btn-outline-warning:active {

    color: #000;

    background-color: #ffc107;

    border-color: #ffc107;

}

.btn-check:active + .btn-outline-warning:focus,

.btn-check:checked + .btn-outline-warning:focus,

.btn-outline-warning.active:focus,

.btn-outline-warning.dropdown-toggle.show:focus,

.btn-outline-warning:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);

}

.btn-outline-warning.disabled,

.btn-outline-warning:disabled {

    color: #ffc107;

    background-color: transparent;

}

.btn-outline-danger {

    color: #dc3545;

    border-color: #dc3545;

}

.btn-outline-danger:hover {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545;

}

.btn-check:focus + .btn-outline-danger,

.btn-outline-danger:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

}

.btn-check:active + .btn-outline-danger,

.btn-check:checked + .btn-outline-danger,

.btn-outline-danger.active,

.btn-outline-danger.dropdown-toggle.show,

.btn-outline-danger:active {

    color: #fff;

    background-color: #dc3545;

    border-color: #dc3545;

}

.btn-check:active + .btn-outline-danger:focus,

.btn-check:checked + .btn-outline-danger:focus,

.btn-outline-danger.active:focus,

.btn-outline-danger.dropdown-toggle.show:focus,

.btn-outline-danger:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);

}

.btn-outline-danger.disabled,

.btn-outline-danger:disabled {

    color: #dc3545;

    background-color: transparent;

}

.btn-outline-light {

    color: #f8f9fa;

    border-color: #f8f9fa;

}

.btn-outline-light:hover {

    color: #000;

    background-color: #f8f9fa;

    border-color: #f8f9fa;

}

.btn-check:focus + .btn-outline-light,

.btn-outline-light:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);

}

.btn-check:active + .btn-outline-light,

.btn-check:checked + .btn-outline-light,

.btn-outline-light.active,

.btn-outline-light.dropdown-toggle.show,

.btn-outline-light:active {

    color: #000;

    background-color: #f8f9fa;

    border-color: #f8f9fa;

}

.btn-check:active + .btn-outline-light:focus,

.btn-check:checked + .btn-outline-light:focus,

.btn-outline-light.active:focus,

.btn-outline-light.dropdown-toggle.show:focus,

.btn-outline-light:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);

}

.btn-outline-light.disabled,

.btn-outline-light:disabled {

    color: #f8f9fa;

    background-color: transparent;

}

.btn-outline-dark {

    color: #212529;

    border-color: #212529;

}

.btn-outline-dark:hover {

    color: #fff;

    background-color: #212529;

    border-color: #212529;

}

.btn-check:focus + .btn-outline-dark,

.btn-outline-dark:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);

}

.btn-check:active + .btn-outline-dark,

.btn-check:checked + .btn-outline-dark,

.btn-outline-dark.active,

.btn-outline-dark.dropdown-toggle.show,

.btn-outline-dark:active {

    color: #fff;

    background-color: #212529;

    border-color: #212529;

}

.btn-check:active + .btn-outline-dark:focus,

.btn-check:checked + .btn-outline-dark:focus,

.btn-outline-dark.active:focus,

.btn-outline-dark.dropdown-toggle.show:focus,

.btn-outline-dark:active:focus {

    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);

    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);

}

.btn-outline-dark.disabled,

.btn-outline-dark:disabled {

    color: #212529;

    background-color: transparent;

}

.btn-link {

    font-weight: 400;

    color: #202020;

    text-decoration: underline;

}

.btn-link:hover {

    color: #1a1a1a;

}

.btn-link.disabled,

.btn-link:disabled {

    color: #6c757d;

}

.btn-group-lg > .btn,

.btn-lg {

    padding: 0.5rem 1rem;

    font-size: 1.25rem;

    -webkit-border-radius: 0.3rem;

    border-radius: 0.3rem;

}

.btn-group-sm > .btn,

.btn-sm {

    padding: 0.25rem 0.5rem;

    font-size: 0.875rem;

    -webkit-border-radius: 0.2rem;

    border-radius: 0.2rem;

}

.fade {

    -webkit-transition: opacity 0.15s linear;

    -o-transition: opacity 0.15s linear;

    transition: opacity 0.15s linear;

}

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

    .fade {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.fade:not(.show) {

    opacity: 0;

}

.collapse:not(.show) {

    display: none;

}

.collapsing {

    height: 0;

    overflow: hidden;

    -webkit-transition: height 0.35s ease;

    -o-transition: height 0.35s ease;

    transition: height 0.35s ease;

}

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

    .collapsing {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.dropdown,

.dropend,

.dropstart,

.dropup {

    position: relative;

}

.dropdown-toggle {

    white-space: nowrap;

}

.dropdown-toggle::after {

    display: inline-block;

    margin-left: 0.255em;

    vertical-align: 0.255em;

    content: "";

    border-top: 0.3em solid;

    border-right: 0.3em solid transparent;

    border-bottom: 0;

    border-left: 0.3em solid transparent;

}

.dropdown-toggle:empty::after,

.dropend .dropdown-toggle:empty::after,

.dropstart .dropdown-toggle:empty::after,

.dropup .dropdown-toggle:empty::after {

    margin-left: 0;

}

.dropdown-menu {

    position: absolute;

    z-index: 1000;

    display: none;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left;

    list-style: none;

    background-color: #fff;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.dropdown-menu[data-bs-popper] {

    top: 100%;

    left: 0;

    margin-top: 0.125rem;

}

.dropdown-menu-start {

    --bs-position: start;

}

.dropdown-menu-start[data-bs-popper] {

    right: auto;

    left: 0;

}

.dropdown-menu-end {

    --bs-position: end;

}

.dropdown-menu-end[data-bs-popper] {

    right: 0;

    left: auto;

}

@media (min-width: 576px) {

    .dropdown-menu-sm-start {

        --bs-position: start;

    }

    .dropdown-menu-sm-start[data-bs-popper] {

        right: auto;

        left: 0;

    }

    .dropdown-menu-sm-end {

        --bs-position: end;

    }

    .dropdown-menu-sm-end[data-bs-popper] {

        right: 0;

        left: auto;

    }

}

@media (min-width: 768px) {

    .dropdown-menu-md-start {

        --bs-position: start;

    }

    .dropdown-menu-md-start[data-bs-popper] {

        right: auto;

        left: 0;

    }

    .dropdown-menu-md-end {

        --bs-position: end;

    }

    .dropdown-menu-md-end[data-bs-popper] {

        right: 0;

        left: auto;

    }

}

@media (min-width: 992px) {

    .dropdown-menu-lg-start {

        --bs-position: start;

    }

    .dropdown-menu-lg-start[data-bs-popper] {

        right: auto;

        left: 0;

    }

    .dropdown-menu-lg-end {

        --bs-position: end;

    }

    .dropdown-menu-lg-end[data-bs-popper] {

        right: 0;

        left: auto;

    }

}

@media (min-width: 1200px) {

    .dropdown-menu-xl-start {

        --bs-position: start;

    }

    .dropdown-menu-xl-start[data-bs-popper] {

        right: auto;

        left: 0;

    }

    .dropdown-menu-xl-end {

        --bs-position: end;

    }

    .dropdown-menu-xl-end[data-bs-popper] {

        right: 0;

        left: auto;

    }

}

@media (min-width: 1400px) {

    .dropdown-menu-xxl-start {

        --bs-position: start;

    }

    .dropdown-menu-xxl-start[data-bs-popper] {

        right: auto;

        left: 0;

    }

    .dropdown-menu-xxl-end {

        --bs-position: end;

    }

    .dropdown-menu-xxl-end[data-bs-popper] {

        right: 0;

        left: auto;

    }

}

@media (min-width: 1600px) {

    .dropdown-menu-xxlg-start {

        --bs-position: start;

    }

    .dropdown-menu-xxlg-start[data-bs-popper] {

        right: auto;

        left: 0;

    }

    .dropdown-menu-xxlg-end {

        --bs-position: end;

    }

    .dropdown-menu-xxlg-end[data-bs-popper] {

        right: 0;

        left: auto;

    }

}

.dropup .dropdown-menu[data-bs-popper] {

    top: auto;

    bottom: 100%;

    margin-top: 0;

    margin-bottom: 0.125rem;

}

.dropend .dropdown-toggle::after,

.dropup .dropdown-toggle::after {

    display: inline-block;

    margin-left: 0.255em;

    vertical-align: 0.255em;

    content: "";

    border-top: 0;

    border-right: 0.3em solid transparent;

    border-bottom: 0.3em solid;

    border-left: 0.3em solid transparent;

}

.dropend .dropdown-menu[data-bs-popper] {

    top: 0;

    right: auto;

    left: 100%;

    margin-top: 0;

    margin-left: 0.125rem;

}

.dropend .dropdown-toggle::after {

    border-top: 0.3em solid transparent;

    border-right: 0;

    border-bottom: 0.3em solid transparent;

    border-left: 0.3em solid;

    vertical-align: 0;

}

.dropstart .dropdown-menu[data-bs-popper] {

    top: 0;

    right: 100%;

    left: auto;

    margin-top: 0;

    margin-right: 0.125rem;

}

.dropstart .dropdown-toggle::after {

    margin-left: 0.255em;

    vertical-align: 0.255em;

    content: "";

    display: none;

}

.dropstart .dropdown-toggle::before {

    display: inline-block;

    margin-right: 0.255em;

    content: "";

    border-top: 0.3em solid transparent;

    border-right: 0.3em solid;

    border-bottom: 0.3em solid transparent;

    vertical-align: 0;

}

.dropdown-divider {

    height: 0;

    margin: 0.5rem 0;

    overflow: hidden;

    border-top: 1px solid rgba(0, 0, 0, 0.15);

}

.dropdown-item {

    display: block;

    width: 100%;

    padding: 0.25rem 1rem;

    clear: both;

    font-weight: 400;

    color: #212529;

    text-align: inherit;

    text-decoration: none;

    white-space: nowrap;

    background-color: transparent;

    border: 0;

}

.dropdown-item:focus,

.dropdown-item:hover {

    color: #1e2125;

    background-color: #e9ecef;

}

.dropdown-item.active,

.dropdown-item:active {

    color: #fff;

    text-decoration: none;

    background-color: #202020;

}

.dropdown-item.disabled,

.dropdown-item:disabled {

    color: #adb5bd;

    pointer-events: none;

    background-color: transparent;

}

.dropdown-menu.show {

    display: block;

}

.dropdown-header {

    display: block;

    padding: 0.5rem 1rem;

    margin-bottom: 0;

    font-size: 0.875rem;

    color: #6c757d;

    white-space: nowrap;

}

.dropdown-item-text {

    display: block;

    padding: 0.25rem 1rem;

    color: #212529;

}

.dropdown-menu-dark {

    color: #dee2e6;

    background-color: #343a40;

    border-color: rgba(0, 0, 0, 0.15);

}

.dropdown-menu-dark .dropdown-item {

    color: #dee2e6;

}

.dropdown-menu-dark .dropdown-item:focus,

.dropdown-menu-dark .dropdown-item:hover {

    color: #fff;

    background-color: rgba(255, 255, 255, 0.15);

}

.dropdown-menu-dark .dropdown-item.active,

.dropdown-menu-dark .dropdown-item:active {

    color: #fff;

    background-color: #202020;

}

.dropdown-menu-dark .dropdown-item.disabled,

.dropdown-menu-dark .dropdown-item:disabled {

    color: #adb5bd;

}

.dropdown-menu-dark .dropdown-divider {

    border-color: rgba(0, 0, 0, 0.15);

}

.dropdown-menu-dark .dropdown-item-text {

    color: #dee2e6;

}

.dropdown-menu-dark .dropdown-header {

    color: #adb5bd;

}

.btn-group,

.btn-group-vertical {

    position: relative;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    vertical-align: middle;

}

.btn-group-vertical > .btn,

.btn-group > .btn {

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

}

.btn-group-vertical > .btn-check:checked + .btn,

.btn-group-vertical > .btn-check:focus + .btn,

.btn-group-vertical > .btn.active,

.btn-group-vertical > .btn:active,

.btn-group-vertical > .btn:focus,

.btn-group-vertical > .btn:hover,

.btn-group > .btn-check:checked + .btn,

.btn-group > .btn-check:focus + .btn,

.btn-group > .btn.active,

.btn-group > .btn:active,

.btn-group > .btn:focus,

.btn-group > .btn:hover {

    z-index: 1;

}

.btn-toolbar {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

}

.btn-toolbar .input-group {

    width: auto;

}

.btn-group > .btn-group:not(:first-child),

.btn-group > .btn:not(:first-child) {

    margin-left: -1px;

}

.btn-group > .btn-group:not(:last-child) > .btn,

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {

    -webkit-border-top-right-radius: 0;

    border-top-right-radius: 0;

    -webkit-border-bottom-right-radius: 0;

    border-bottom-right-radius: 0;

}

.btn-group > .btn-group:not(:first-child) > .btn,

.btn-group > .btn:nth-child(n + 3),

.btn-group > :not(.btn-check) + .btn {

    -webkit-border-top-left-radius: 0;

    border-top-left-radius: 0;

    -webkit-border-bottom-left-radius: 0;

    border-bottom-left-radius: 0;

}

.dropdown-toggle-split {

    padding-right: 0.5625rem;

    padding-left: 0.5625rem;

}

.dropdown-toggle-split::after,

.dropend .dropdown-toggle-split::after,

.dropup .dropdown-toggle-split::after {

    margin-left: 0;

}

.dropstart .dropdown-toggle-split::before {

    margin-right: 0;

}

.btn-group-sm > .btn + .dropdown-toggle-split,

.btn-sm + .dropdown-toggle-split {

    padding-right: 0.375rem;

    padding-left: 0.375rem;

}

.btn-group-lg > .btn + .dropdown-toggle-split,

.btn-lg + .dropdown-toggle-split {

    padding-right: 0.75rem;

    padding-left: 0.75rem;

}

.btn-group-vertical {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.btn-group-vertical > .btn,

.btn-group-vertical > .btn-group {

    width: 100%;

}

.btn-group-vertical > .btn-group:not(:first-child),

.btn-group-vertical > .btn:not(:first-child) {

    margin-top: -1px;

}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {

    -webkit-border-bottom-right-radius: 0;

    border-bottom-right-radius: 0;

    -webkit-border-bottom-left-radius: 0;

    border-bottom-left-radius: 0;

}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,

.btn-group-vertical > .btn ~ .btn {

    -webkit-border-top-left-radius: 0;

    border-top-left-radius: 0;

    -webkit-border-top-right-radius: 0;

    border-top-right-radius: 0;

}

.nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

}

.nav-link {

    display: block;

    padding: 0.5rem 1rem;

    text-decoration: none;

    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

}

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

    .nav-link {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.nav-link:focus,

.nav-link:hover {

    color: #1a1a1a;

}

.nav-link.disabled {

    color: #6c757d;

    pointer-events: none;

    cursor: default;

}

.nav-tabs {

    border-bottom: 1px solid #dee2e6;

}

.nav-tabs .nav-link {

    margin-bottom: -1px;

    background: 0 0;

    border: 1px solid transparent;

    -webkit-border-top-left-radius: 0.25rem;

    border-top-left-radius: 0.25rem;

    -webkit-border-top-right-radius: 0.25rem;

    border-top-right-radius: 0.25rem;

}

.nav-tabs .nav-link:focus,

.nav-tabs .nav-link:hover {

    border-color: #e9ecef #e9ecef #dee2e6;

    isolation: isolate;

}

.nav-tabs .nav-link.disabled {

    color: #6c757d;

    background-color: transparent;

    border-color: transparent;

}

.nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    color: #495057;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff;

}

.nav-tabs .dropdown-menu {

    margin-top: -1px;

    -webkit-border-top-left-radius: 0;

    border-top-left-radius: 0;

    -webkit-border-top-right-radius: 0;

    border-top-right-radius: 0;

}

.nav-pills .nav-link {

    background: 0 0;

    border: 0;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.nav-pills .nav-link.active,

.nav-pills .show > .nav-link {

    color: #fff;

    background-color: #202020;

}

.nav-fill .nav-item,

.nav-fill > .nav-link {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    text-align: center;

}

.nav-justified .nav-item,

.nav-justified > .nav-link {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    text-align: center;

}

.nav-fill .nav-item .nav-link,

.nav-justified .nav-item .nav-link {

    width: 100%;

}

.tab-content > .tab-pane {

    display: none;

}

.tab-content > .active {

    display: block;

}

.navbar,

.navbar > .container,

.navbar > .container-fluid,

.navbar > .container-lg,

.navbar > .container-md,

.navbar > .container-sm,

.navbar > .container-xl,

.navbar > .container-xxl {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.navbar {

    position: relative;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.navbar > .container,

.navbar > .container-fluid,

.navbar > .container-lg,

.navbar > .container-md,

.navbar > .container-sm,

.navbar > .container-xl,

.navbar > .container-xxl {

    -ms-flex-wrap: inherit;

    flex-wrap: inherit;

}

.navbar-brand {

    padding-top: 0.3125rem;

    padding-bottom: 0.3125rem;

    margin-right: 1rem;

    font-size: 1.25rem;

    text-decoration: none;

    white-space: nowrap;

}

.navbar-nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

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

}

.navbar-text {

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

}

.navbar-collapse {

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.navbar-toggler {

    padding: 0.25rem 0.75rem;

    font-size: 1.25rem;

    line-height: 1;

    background-color: transparent;

    border: 1px solid transparent;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: box-shadow 0.15s ease-in-out;

    transition: box-shadow 0.15s ease-in-out;

    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

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

    .navbar-toggler {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.navbar-toggler:hover {

    text-decoration: none;

}

.navbar-toggler:focus {

    text-decoration: none;

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem;

    box-shadow: 0 0 0 0.25rem;

}

.navbar-toggler-icon {

    display: inline-block;

    width: 1.5em;

    height: 1.5em;

    vertical-align: middle;

    background-repeat: no-repeat;

    background-position: center;

    -webkit-background-size: 100% 100%;

    background-size: 100%;

}

.navbar-nav-scroll {

    max-height: var(--bs-scroll-height, 75vh);

    overflow-y: auto;

}

@media (min-width: 576px) {

    .navbar-expand-sm {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .navbar-expand-sm .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -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: 0.5rem;

        padding-left: 0.5rem;

    }

    .navbar-expand-sm .navbar-nav-scroll {

        overflow: visible;

    }

    .navbar-expand-sm .navbar-collapse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-preferred-size: auto;

        flex-basis: auto;

    }

    .navbar-expand-sm .navbar-toggler {

        display: none;

    }

}

@media (min-width: 768px) {

    .navbar-expand-md {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .navbar-expand-md .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -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: 0.5rem;

        padding-left: 0.5rem;

    }

    .navbar-expand-md .navbar-nav-scroll {

        overflow: visible;

    }

    .navbar-expand-md .navbar-collapse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-preferred-size: auto;

        flex-basis: auto;

    }

    .navbar-expand-md .navbar-toggler {

        display: none;

    }

}

@media (min-width: 992px) {

    .navbar-expand-lg {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .navbar-expand-lg .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -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: 0.5rem;

        padding-left: 0.5rem;

    }

    .navbar-expand-lg .navbar-nav-scroll {

        overflow: visible;

    }

    .navbar-expand-lg .navbar-collapse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-preferred-size: auto;

        flex-basis: auto;

    }

    .navbar-expand-lg .navbar-toggler {

        display: none;

    }

}

@media (min-width: 1200px) {

    .navbar-expand-xl {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .navbar-expand-xl .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -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: 0.5rem;

        padding-left: 0.5rem;

    }

    .navbar-expand-xl .navbar-nav-scroll {

        overflow: visible;

    }

    .navbar-expand-xl .navbar-collapse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-preferred-size: auto;

        flex-basis: auto;

    }

    .navbar-expand-xl .navbar-toggler {

        display: none;

    }

}

@media (min-width: 1400px) {

    .navbar-expand-xxl {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .navbar-expand-xxl .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;

    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {

        position: absolute;

    }

    .navbar-expand-xxl .navbar-nav .nav-link {

        padding-right: 0.5rem;

        padding-left: 0.5rem;

    }

    .navbar-expand-xxl .navbar-nav-scroll {

        overflow: visible;

    }

    .navbar-expand-xxl .navbar-collapse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-preferred-size: auto;

        flex-basis: auto;

    }

    .navbar-expand-xxl .navbar-toggler {

        display: none;

    }

}

@media (min-width: 1600px) {

    .navbar-expand-xxlg {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .navbar-expand-xxlg .navbar-nav {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;

    }

    .navbar-expand-xxlg .navbar-nav .dropdown-menu {

        position: absolute;

    }

    .navbar-expand-xxlg .navbar-nav .nav-link {

        padding-right: 0.5rem;

        padding-left: 0.5rem;

    }

    .navbar-expand-xxlg .navbar-nav-scroll {

        overflow: visible;

    }

    .navbar-expand-xxlg .navbar-collapse {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-preferred-size: auto;

        flex-basis: auto;

    }

    .navbar-expand-xxlg .navbar-toggler {

        display: none;

    }

}

.navbar-expand {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

}

.navbar-expand .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

}

.navbar-expand .navbar-nav .dropdown-menu {

    position: absolute;

}

.navbar-expand .navbar-nav .nav-link {

    padding-right: 0.5rem;

    padding-left: 0.5rem;

}

.navbar-expand .navbar-nav-scroll {

    overflow: visible;

}

.navbar-expand .navbar-collapse {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -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:focus,

.navbar-light .navbar-brand:hover,

.navbar-light .navbar-text a,

.navbar-light .navbar-text a:focus,

.navbar-light .navbar-text a:hover {

    color: rgba(0, 0, 0, 0.9);

}

.navbar-light .navbar-nav .nav-link {

    color: rgba(0, 0, 0, 0.55);

}

.navbar-light .navbar-nav .nav-link:focus,

.navbar-light .navbar-nav .nav-link:hover {

    color: rgba(0, 0, 0, 0.7);

}

.navbar-light .navbar-nav .nav-link.disabled {

    color: rgba(0, 0, 0, 0.3);

}

.navbar-light .navbar-nav .nav-link.active,

.navbar-light .navbar-nav .show > .nav-link {

    color: rgba(0, 0, 0, 0.9);

}

.navbar-light .navbar-toggler {

    color: rgba(0, 0, 0, 0.55);

    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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' 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.55);

}

.navbar-dark .navbar-brand {

    color: #fff;

}

.navbar-dark .navbar-brand:focus,

.navbar-dark .navbar-brand:hover,

.navbar-dark .navbar-text a,

.navbar-dark .navbar-text a:focus,

.navbar-dark .navbar-text a:hover {

    color: #fff;

}

.navbar-dark .navbar-nav .nav-link {

    color: rgba(255, 255, 255, 0.55);

}

.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .nav-link:hover {

    color: rgba(255, 255, 255, 0.75);

}

.navbar-dark .navbar-nav .nav-link.disabled {

    color: rgba(255, 255, 255, 0.25);

}

.navbar-dark .navbar-nav .nav-link.active,

.navbar-dark .navbar-nav .show > .nav-link {

    color: #fff;

}

.navbar-dark .navbar-toggler {

    color: rgba(255, 255, 255, 0.55);

    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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.navbar-dark .navbar-text {

    color: rgba(255, 255, 255, 0.55);

}

.accordion-button {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 100%;

    padding: 1rem 1.25rem;

    font-size: 1rem;

    color: #212529;

    text-align: left;

    background-color: #fff;

    border: 0;

    -webkit-border-radius: 0;

    border-radius: 0;

    overflow-anchor: none;

    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-border-radius 0.15s ease;

    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

    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, border-radius 0.15s ease;

    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, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out, -webkit-border-radius 0.15s ease;

}

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

    .accordion-button {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.accordion-button:not(.collapsed) {

    color: #1d1d1d;

    background-color: #e9e9e9;

    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);

    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);

}

.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d1d1d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    -webkit-transform: rotate(-180deg);

    -ms-transform: rotate(-180deg);

    transform: rotate(-180deg);

}

.accordion-button::after {

    -ms-flex-negative: 0;

    flex-shrink: 0;

    width: 1.25rem;

    height: 1.25rem;

    margin-left: auto;

    content: "";

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    background-repeat: no-repeat;

    -webkit-background-size: 1.25rem 1.25rem;

    background-size: 1.25rem;

    -webkit-transition: -webkit-transform 0.2s ease-in-out;

    -o-transition: transform 0.2s ease-in-out;

    transition: transform 0.2s ease-in-out;

    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

}

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

    .accordion-button::after {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.accordion-button:hover {

    z-index: 2;

}

.accordion-button:focus {

    z-index: 3;

    border-color: #909090;

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.accordion-header {

    margin-bottom: 0;

}

.accordion-item {

    background-color: #fff;

    border: 1px solid rgba(0, 0, 0, 0.125);

}

.accordion-item:first-of-type {

    -webkit-border-top-left-radius: 0.25rem;

    border-top-left-radius: 0.25rem;

    -webkit-border-top-right-radius: 0.25rem;

    border-top-right-radius: 0.25rem;

}

.accordion-item:first-of-type .accordion-button {

    -webkit-border-top-left-radius: calc(0.25rem - 1px);

    border-top-left-radius: calc(0.25rem - 1px);

    -webkit-border-top-right-radius: calc(0.25rem - 1px);

    border-top-right-radius: calc(0.25rem - 1px);

}

.accordion-item:not(:first-of-type) {

    border-top: 0;

}

.accordion-item:last-of-type,

.accordion-item:last-of-type .accordion-collapse {

    -webkit-border-bottom-right-radius: 0.25rem;

    border-bottom-right-radius: 0.25rem;

    -webkit-border-bottom-left-radius: 0.25rem;

    border-bottom-left-radius: 0.25rem;

}

.accordion-item:last-of-type .accordion-button.collapsed {

    -webkit-border-bottom-right-radius: calc(0.25rem - 1px);

    border-bottom-right-radius: calc(0.25rem - 1px);

    -webkit-border-bottom-left-radius: calc(0.25rem - 1px);

    border-bottom-left-radius: calc(0.25rem - 1px);

}

.accordion-body {

    padding: 1rem 1.25rem;

}

.accordion-flush .accordion-collapse {

    border-width: 0;

}

.accordion-flush .accordion-item {

    border-right: 0;

    border-left: 0;

    -webkit-border-radius: 0;

    border-radius: 0;

}

.accordion-flush .accordion-item:first-child {

    border-top: 0;

}

.accordion-flush .accordion-item:last-child {

    border-bottom: 0;

}

.accordion-flush .accordion-item .accordion-button {

    -webkit-border-radius: 0;

    border-radius: 0;

}

.breadcrumb,

.pagination {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    list-style: none;

}

.breadcrumb {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding: 0;

    margin-bottom: 1rem;

}

.breadcrumb-item + .breadcrumb-item {

    padding-left: 0.5rem;

}

.breadcrumb-item + .breadcrumb-item::before {

    float: left;

    padding-right: 0.5rem;

    color: #6c757d;

    content: var(--bs-breadcrumb-divider, "/");

}

.breadcrumb-item.active {

    color: #6c757d;

}

.pagination {

    padding-left: 0;

}

.page-link {

    position: relative;

    display: block;

    text-decoration: none;

    background-color: #fff;

    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

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

    .page-link {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.page-link:hover {

    z-index: 2;

    color: #1a1a1a;

    background-color: #e9ecef;

    border-color: #dee2e6;

}

.page-link:focus {

    z-index: 3;

    color: #1a1a1a;

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

}

.page-item:not(:first-child) .page-link {

    margin-left: -1px;

}

.page-item.active .page-link {

    z-index: 3;

    color: #fff;

    background-color: #202020;

    border-color: #202020;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    background-color: #fff;

    border-color: #dee2e6;

}

.page-link {

    padding: 0.375rem 0.75rem;

}

.page-item:first-child .page-link {

    -webkit-border-top-left-radius: 0.25rem;

    border-top-left-radius: 0.25rem;

    -webkit-border-bottom-left-radius: 0.25rem;

    border-bottom-left-radius: 0.25rem;

}

.page-item:last-child .page-link {

    -webkit-border-top-right-radius: 0.25rem;

    border-top-right-radius: 0.25rem;

    -webkit-border-bottom-right-radius: 0.25rem;

    border-bottom-right-radius: 0.25rem;

}

.pagination-lg .page-link {

    padding: 0.75rem 1.5rem;

    font-size: 1.25rem;

}

.pagination-lg .page-item:first-child .page-link {

    -webkit-border-top-left-radius: 0.3rem;

    border-top-left-radius: 0.3rem;

    -webkit-border-bottom-left-radius: 0.3rem;

    border-bottom-left-radius: 0.3rem;

}

.pagination-lg .page-item:last-child .page-link {

    -webkit-border-top-right-radius: 0.3rem;

    border-top-right-radius: 0.3rem;

    -webkit-border-bottom-right-radius: 0.3rem;

    border-bottom-right-radius: 0.3rem;

}

.pagination-sm .page-link {

    padding: 0.25rem 0.5rem;

    font-size: 0.875rem;

}

.pagination-sm .page-item:first-child .page-link {

    -webkit-border-top-left-radius: 0.2rem;

    border-top-left-radius: 0.2rem;

    -webkit-border-bottom-left-radius: 0.2rem;

    border-bottom-left-radius: 0.2rem;

}

.pagination-sm .page-item:last-child .page-link {

    -webkit-border-top-right-radius: 0.2rem;

    border-top-right-radius: 0.2rem;

    -webkit-border-bottom-right-radius: 0.2rem;

    border-bottom-right-radius: 0.2rem;

}

.btn-close {

    -webkit-box-sizing: content-box;

    box-sizing: content-box;

    width: 1em;

    height: 1em;

    padding: 0.25em;

    color: #000;

    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")

        center/1em auto no-repeat;

    border: 0;

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

    opacity: 0.5;

}

.btn-close:hover {

    color: #000;

    text-decoration: none;

    opacity: 0.75;

}

.btn-close:focus {

    outline: 0;

    -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.25);

    opacity: 1;

}

.btn-close.disabled,

.btn-close:disabled {

    pointer-events: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    opacity: 0.25;

}

.btn-close-white {

    -webkit-filter: invert(1) grayscale(100%) brightness(200%);

    filter: invert(1) grayscale(100%) brightness(200%);

}

.toast {

    width: 350px;

    max-width: 100%;

    font-size: 0.875rem;

    pointer-events: auto;

    background-color: rgba(255, 255, 255, 0.85);

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

    -webkit-border-radius: 0.25rem;

    border-radius: 0.25rem;

}

.toast:not(.showing):not(.show) {

    opacity: 0;

}

.toast.hide {

    display: none;

}

.toast-container {

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;

    max-width: 100%;

    pointer-events: none;

}

.toast-container > :not(:last-child) {

    margin-bottom: 0.75rem;

}

.toast-header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 0.5rem 0.75rem;

    color: #6c757d;

    background-color: rgba(255, 255, 255, 0.85);

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

    -webkit-border-top-left-radius: calc(0.25rem - 1px);

    border-top-left-radius: calc(0.25rem - 1px);

    -webkit-border-top-right-radius: calc(0.25rem - 1px);

    border-top-right-radius: calc(0.25rem - 1px);

}

.toast-header .btn-close {

    margin-right: -0.375rem;

    margin-left: 0.75rem;

}

.toast-body {

    padding: 0.75rem;

    word-wrap: break-word;

}

.modal {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1060;

    display: none;

    width: 100%;

    height: 100%;

    overflow-x: hidden;

    overflow-y: auto;

    outline: 0;

}

.modal-dialog {

    position: relative;

    width: auto;

    margin: 0.5rem;

    pointer-events: none;

}

.modal.fade .modal-dialog {

    -webkit-transition: -webkit-transform 0.3s ease-out;

    -o-transition: transform 0.3s ease-out;

    transition: transform 0.3s ease-out;

    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;

    -webkit-transform: translate(0, -50px);

    -ms-transform: translate(0, -50px);

    transform: translate(0, -50px);

}

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

    .modal.fade .modal-dialog {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.modal.show .modal-dialog {

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

}

.modal.modal-static .modal-dialog {

    -webkit-transform: scale(1.02);

    -ms-transform: scale(1.02);

    transform: scale(1.02);

}

.modal-dialog-scrollable {

    height: calc(100% - 1rem);

}

.modal-dialog-scrollable .modal-content {

    max-height: 100%;

    overflow: hidden;

}

.modal-dialog-scrollable .modal-body {

    overflow-y: auto;

}

.modal-content,

.modal-dialog-centered {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.modal-dialog-centered {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    min-height: calc(100% - 1rem);

}

.modal-content {

    position: relative;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 100%;

    pointer-events: auto;

    background-color: #fff;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-border-radius: 0.3rem;

    border-radius: 0.3rem;

    outline: 0;

}

.modal-backdrop {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1040;

    width: 100vw;

    height: 100vh;

    background-color: #000;

}

.modal-backdrop.fade {

    opacity: 0;

}

.modal-backdrop.show {

    opacity: 0.5;

}

.modal-header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    padding: 1rem;

    border-bottom: 1px solid #dee2e6;

    -webkit-border-top-left-radius: calc(0.3rem - 1px);

    border-top-left-radius: calc(0.3rem - 1px);

    -webkit-border-top-right-radius: calc(0.3rem - 1px);

    border-top-right-radius: calc(0.3rem - 1px);

}

.modal-header .btn-close {

    padding: 0.5rem;

    margin: -0.5rem -0.5rem -0.5rem auto;

}

.modal-title {

    margin-bottom: 0;

    line-height: 1.5;

}

.modal-body {

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    padding: 1rem;

}

.modal-footer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    padding: 0.75rem;

    border-top: 1px solid #dee2e6;

    -webkit-border-bottom-right-radius: calc(0.3rem - 1px);

    border-bottom-right-radius: calc(0.3rem - 1px);

    -webkit-border-bottom-left-radius: calc(0.3rem - 1px);

    border-bottom-left-radius: calc(0.3rem - 1px);

}

.modal-footer > * {

    margin: 0.25rem;

}

@media (min-width: 576px) {

    .modal-dialog {

        max-width: 500px;

        margin: 1.75rem auto;

    }

    .modal-dialog-scrollable {

        height: calc(100% - 3.5rem);

    }

    .modal-dialog-centered {

        min-height: calc(100% - 3.5rem);

    }

    .modal-sm {

        max-width: 300px;

    }

}

@media (min-width: 992px) {

    .modal-lg,

    .modal-xl {

        max-width: 800px;

    }

}

@media (min-width: 1200px) {

    .modal-xl {

        max-width: 1140px;

    }

}

.modal-fullscreen {

    width: 100vw;

    max-width: none;

    height: 100%;

    margin: 0;

}

.modal-fullscreen .modal-content {

    height: 100%;

    border: 0;

}

.modal-fullscreen .modal-content,

.modal-fullscreen .modal-header {

    -webkit-border-radius: 0;

    border-radius: 0;

}

.modal-fullscreen .modal-body {

    overflow-y: auto;

}

.modal-fullscreen .modal-footer {

    -webkit-border-radius: 0;

    border-radius: 0;

}

@media (max-width: 575.98px) {

    .modal-fullscreen-sm-down {

        width: 100vw;

        max-width: none;

        height: 100%;

        margin: 0;

    }

    .modal-fullscreen-sm-down .modal-content {

        height: 100%;

        border: 0;

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-sm-down .modal-header {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-sm-down .modal-body {

        overflow-y: auto;

    }

    .modal-fullscreen-sm-down .modal-footer {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

}

@media (max-width: 767.98px) {

    .modal-fullscreen-md-down {

        width: 100vw;

        max-width: none;

        height: 100%;

        margin: 0;

    }

    .modal-fullscreen-md-down .modal-content {

        height: 100%;

        border: 0;

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-md-down .modal-header {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-md-down .modal-body {

        overflow-y: auto;

    }

    .modal-fullscreen-md-down .modal-footer {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

}

@media (max-width: 991.98px) {

    .modal-fullscreen-lg-down {

        width: 100vw;

        max-width: none;

        height: 100%;

        margin: 0;

    }

    .modal-fullscreen-lg-down .modal-content {

        height: 100%;

        border: 0;

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-lg-down .modal-header {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-lg-down .modal-body {

        overflow-y: auto;

    }

    .modal-fullscreen-lg-down .modal-footer {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

}

@media (max-width: 1199.98px) {

    .modal-fullscreen-xl-down {

        width: 100vw;

        max-width: none;

        height: 100%;

        margin: 0;

    }

    .modal-fullscreen-xl-down .modal-content {

        height: 100%;

        border: 0;

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-xl-down .modal-header {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-xl-down .modal-body {

        overflow-y: auto;

    }

    .modal-fullscreen-xl-down .modal-footer {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

}

@media (max-width: 1399.98px) {

    .modal-fullscreen-xxl-down {

        width: 100vw;

        max-width: none;

        height: 100%;

        margin: 0;

    }

    .modal-fullscreen-xxl-down .modal-content {

        height: 100%;

        border: 0;

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-xxl-down .modal-header {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-xxl-down .modal-body {

        overflow-y: auto;

    }

    .modal-fullscreen-xxl-down .modal-footer {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

}

@media (max-width: 1599.98px) {

    .modal-fullscreen-xxlg-down {

        width: 100vw;

        max-width: none;

        height: 100%;

        margin: 0;

    }

    .modal-fullscreen-xxlg-down .modal-content {

        height: 100%;

        border: 0;

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-xxlg-down .modal-header {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

    .modal-fullscreen-xxlg-down .modal-body {

        overflow-y: auto;

    }

    .modal-fullscreen-xxlg-down .modal-footer {

        -webkit-border-radius: 0;

        border-radius: 0;

    }

}

.offcanvas {

    position: fixed;

    bottom: 0;

    z-index: 1050;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    max-width: 100%;

    visibility: hidden;

    background-color: #fff;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    outline: 0;

    -webkit-transition: -webkit-transform 0.3s ease-in-out;

    -o-transition: transform 0.3s ease-in-out;

    transition: transform 0.3s ease-in-out;

    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

}

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

    .offcanvas {

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

}

.offcanvas-header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    padding: 1rem;

}

.offcanvas-header .btn-close {

    padding: 0.5rem;

    margin: -0.5rem -0.5rem -0.5rem auto;

}

.offcanvas-title {

    margin-bottom: 0;

    line-height: 1.5;

}

.offcanvas-body {

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    padding: 1rem;

    overflow-y: auto;

}

.offcanvas-start {

    top: 0;

    left: 0;

    width: 400px;

    border-right: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    transform: translateX(-100%);

}

.offcanvas-end {

    top: 0;

    right: 0;

    width: 400px;

    border-left: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);

}

.offcanvas-bottom,

.offcanvas-top {

    right: 0;

    left: 0;

    height: 30vh;

    max-height: 100%;

}

.offcanvas-top {

    top: 0;

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

}

.offcanvas-bottom {

    border-top: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);

}

.offcanvas.show {

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

}

.clearfix::after {

    display: block;

    clear: both;

    content: "";

}

.link-primary {

    color: #202020;

}

.link-primary:focus,

.link-primary:hover {

    color: #1a1a1a;

}

.link-secondary {

    color: #6c757d;

}

.link-secondary:focus,

.link-secondary:hover {

    color: #565e64;

}

.link-success {

    color: #198754;

}

.link-success:focus,

.link-success:hover {

    color: #146c43;

}

.link-info {

    color: #0dcaf0;

}

.link-info:focus,

.link-info:hover {

    color: #3dd5f3;

}

.link-warning {

    color: #ffc107;

}

.link-warning:focus,

.link-warning:hover {

    color: #ffcd39;

}

.link-danger {

    color: #dc3545;

}

.link-danger:focus,

.link-danger:hover {

    color: #b02a37;

}

.link-light {

    color: #f8f9fa;

}

.link-light:focus,

.link-light:hover {

    color: #f9fafb;

}

.link-dark {

    color: #212529;

}

.link-dark:focus,

.link-dark:hover {

    color: #1a1e21;

}

.ratio,

.ratio > * {

    position: relative;

    width: 100%;

}

.ratio::before {

    display: block;

    padding-top: var(--bs-aspect-ratio);

    content: "";

}

.ratio > * {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

}

.ratio-1x1 {

    --bs-aspect-ratio: 100%;

}

.ratio-4x3 {

    --bs-aspect-ratio: calc(3 / 4 * 100%);

}

.ratio-16x9 {

    --bs-aspect-ratio: calc(9 / 16 * 100%);

}

.ratio-21x9 {

    --bs-aspect-ratio: calc(9 / 21 * 100%);

}

.fixed-bottom,

.fixed-top {

    position: fixed;

    right: 0;

    left: 0;

    z-index: 1030;

}

.fixed-top {

    top: 0;

}

.fixed-bottom {

    bottom: 0;

}

.sticky-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

}

@media (min-width: 576px) {

    .sticky-sm-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020;

    }

}

@media (min-width: 768px) {

    .sticky-md-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020;

    }

}

@media (min-width: 992px) {

    .sticky-lg-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020;

    }

}

@media (min-width: 1200px) {

    .sticky-xl-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020;

    }

}

@media (min-width: 1400px) {

    .sticky-xxl-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020;

    }

}

@media (min-width: 1600px) {

    .sticky-xxlg-top {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 1020;

    }

}

.visually-hidden,

.visually-hidden-focusable:not(:focus):not(:focus-within) {

    position: absolute !important;

    width: 1px !important;

    height: 1px !important;

    padding: 0 !important;

    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;

}

.stretched-link::after {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1;

    content: "";

}

.inf04,

.text-truncate {

    overflow: hidden;

    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

}

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

}

.float-start {

    float: left !important;

}

.float-end {

    float: right !important;

}

.float-none {

    float: none !important;

}

.overflow-auto {

    overflow: auto !important;

}

.overflow-hidden {

    overflow: hidden !important;

}

.overflow-visible {

    overflow: visible !important;

}

.overflow-scroll {

    overflow: scroll !important;

}

.d-inline {

    display: inline !important;

}

.d-inline-block {

    display: inline-block !important;

}

.d-block {

    display: block !important;

}

.d-grid {

    display: grid !important;

}

.d-table {

    display: table !important;

}

.d-table-row {

    display: table-row !important;

}

.d-table-cell {

    display: table-cell !important;

}

.d-flex {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

}

.d-inline-flex {

    display: -webkit-inline-box !important;

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

}

.d-none {

    display: none !important;

}

.shadow {

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

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

}

.shadow-sm {

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

    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

}

.shadow-lg {

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

    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;

}

.shadow-none {

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

}

.position-static {

    position: static !important;

}

.position-relative {

    position: relative !important;

}

.position-absolute {

    position: absolute !important;

}

.position-fixed {

    position: fixed !important;

}

.position-sticky {

    position: -webkit-sticky !important;

    position: sticky !important;

}

.top-0 {

    top: 0 !important;

}

.top-50 {

    top: 50% !important;

}

.top-100 {

    top: 100% !important;

}

.bottom-0 {

    bottom: 0 !important;

}

.bottom-50 {

    bottom: 50% !important;

}

.bottom-100 {

    bottom: 100% !important;

}

.start-0 {

    left: 0 !important;

}

.start-50 {

    left: 50% !important;

}

.start-100 {

    left: 100% !important;

}

.end-0 {

    right: 0 !important;

}

.end-50 {

    right: 50% !important;

}

.end-100 {

    right: 100% !important;

}

.translate-middle {

    -webkit-transform: translate(-50%, -50%) !important;

    -ms-transform: translate(-50%, -50%) !important;

    transform: translate(-50%, -50%) !important;

}

.translate-middle-x {

    -webkit-transform: translateX(-50%) !important;

    -ms-transform: translateX(-50%) !important;

    transform: translateX(-50%) !important;

}

.translate-middle-y {

    -webkit-transform: translateY(-50%) !important;

    -ms-transform: translateY(-50%) !important;

    transform: translateY(-50%) !important;

}

.border {

    border: 1px solid #dee2e6 !important;

}

.border-0 {

    border: 0 !important;

}

.border-top {

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

}

.border-top-0 {

    border-top: 0 !important;

}

.border-end {

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

}

.border-end-0 {

    border-right: 0 !important;

}

.border-bottom {

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

}

.border-bottom-0 {

    border-bottom: 0 !important;

}

.border-start {

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

}

.border-start-0 {

    border-left: 0 !important;

}

.border-primary {

    border-color: #202020 !important;

}

.border-secondary {

    border-color: #6c757d !important;

}

.border-success {

    border-color: #198754 !important;

}

.border-info {

    border-color: #0dcaf0 !important;

}

.border-warning {

    border-color: #ffc107 !important;

}

.border-danger {

    border-color: #dc3545 !important;

}

.border-light {

    border-color: #f8f9fa !important;

}

.border-dark {

    border-color: #212529 !important;

}

.border-white {

    border-color: #fff !important;

}

.border-1 {

    border-width: 1px !important;

}

.border-2 {

    border-width: 2px !important;

}

.border-3 {

    border-width: 3px !important;

}

.border-4 {

    border-width: 4px !important;

}

.border-5 {

    border-width: 5px !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;

}

.mw-100 {

    max-width: 100% !important;

}

.vw-100 {

    width: 100vw !important;

}

.min-vw-100 {

    min-width: 100vw !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;

}

.mh-100 {

    max-height: 100% !important;

}

.vh-100 {

    height: 100vh !important;

}

.min-vh-100 {

    min-height: 100vh !important;

}

.flex-fill {

    -webkit-box-flex: 1 !important;

    -ms-flex: 1 1 auto !important;

    flex: 1 1 auto !important;

}

.flex-column,

.flex-row {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

}

.flex-column {

    -webkit-box-orient: vertical !important;

    -ms-flex-direction: column !important;

    flex-direction: column !important;

}

.flex-column-reverse,

.flex-row-reverse {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

}

.flex-column-reverse {

    -webkit-box-orient: vertical !important;

    -ms-flex-direction: column-reverse !important;

    flex-direction: column-reverse !important;

}

.flex-grow-0 {

    -webkit-box-flex: 0 !important;

    -ms-flex-positive: 0 !important;

    flex-grow: 0 !important;

}

.flex-grow-1 {

    -webkit-box-flex: 1 !important;

    -ms-flex-positive: 1 !important;

    flex-grow: 1 !important;

}

.flex-shrink-0 {

    -ms-flex-negative: 0 !important;

    flex-shrink: 0 !important;

}

.flex-shrink-1 {

    -ms-flex-negative: 1 !important;

    flex-shrink: 1 !important;

}

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

}

.gap-0 {

    gap: 0 !important;

}

.gap-1 {

    gap: 0.25rem !important;

}

.gap-2 {

    gap: 0.5rem !important;

}

.gap-3 {

    gap: 1rem !important;

}

.gap-4 {

    gap: 1.5rem !important;

}

.gap-5 {

    gap: 3rem !important;

}

.justify-content-start {

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

}

.justify-content-end {

    -webkit-box-pack: end !important;

    -ms-flex-pack: end !important;

    justify-content: flex-end !important;

}

.justify-content-center {

    -webkit-box-pack: center !important;

    -ms-flex-pack: center !important;

    justify-content: center !important;

}

.justify-content-between {

    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;

}

.justify-content-around {

    -ms-flex-pack: distribute !important;

    justify-content: space-around !important;

}

.justify-content-evenly {

    -webkit-box-pack: space-evenly !important;

    -ms-flex-pack: space-evenly !important;

    justify-content: space-evenly !important;

}

.align-items-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

}

.align-items-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

}

.align-items-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

}

.align-items-baseline {

    -webkit-box-align: baseline !important;

    -ms-flex-align: baseline !important;

    align-items: baseline !important;

}

.align-items-stretch {

    -webkit-box-align: stretch !important;

    -ms-flex-align: stretch !important;

    align-items: stretch !important;

}

.align-content-start {

    -ms-flex-line-pack: start !important;

    align-content: flex-start !important;

}

.align-content-end {

    -ms-flex-line-pack: end !important;

    align-content: flex-end !important;

}

.align-content-center {

    -ms-flex-line-pack: center !important;

    align-content: center !important;

}

.align-content-between {

    -ms-flex-line-pack: justify !important;

    align-content: space-between !important;

}

.align-content-around {

    -ms-flex-line-pack: distribute !important;

    align-content: space-around !important;

}

.align-content-stretch {

    -ms-flex-line-pack: stretch !important;

    align-content: stretch !important;

}

.align-self-auto {

    -ms-flex-item-align: auto !important;

    align-self: auto !important;

}

.align-self-start {

    -ms-flex-item-align: start !important;

    align-self: flex-start !important;

}

.align-self-end {

    -ms-flex-item-align: end !important;

    align-self: flex-end !important;

}

.align-self-center {

    -ms-flex-item-align: center !important;

    align-self: center !important;

}

.align-self-baseline {

    -ms-flex-item-align: baseline !important;

    align-self: baseline !important;

}

.align-self-stretch {

    -ms-flex-item-align: stretch !important;

    align-self: stretch !important;

}

.order-first {

    -webkit-box-ordinal-group: 0 !important;

    -ms-flex-order: -1 !important;

    order: -1 !important;

}

.order-0 {

    -webkit-box-ordinal-group: 1 !important;

    -ms-flex-order: 0 !important;

    order: 0 !important;

}

.order-1 {

    -webkit-box-ordinal-group: 2 !important;

    -ms-flex-order: 1 !important;

    order: 1 !important;

}

.order-2 {

    -webkit-box-ordinal-group: 3 !important;

    -ms-flex-order: 2 !important;

    order: 2 !important;

}

.order-3 {

    -webkit-box-ordinal-group: 4 !important;

    -ms-flex-order: 3 !important;

    order: 3 !important;

}

.order-4 {

    -webkit-box-ordinal-group: 5 !important;

    -ms-flex-order: 4 !important;

    order: 4 !important;

}

.order-5 {

    -webkit-box-ordinal-group: 6 !important;

    -ms-flex-order: 5 !important;

    order: 5 !important;

}

.order-last {

    -webkit-box-ordinal-group: 7 !important;

    -ms-flex-order: 6 !important;

    order: 6 !important;

}

.m-0 {

    margin: 0 !important;

}

.m-1 {

    margin: 0.25rem !important;

}

.m-2 {

    margin: 0.5rem !important;

}

.m-3 {

    margin: 1rem !important;

}

.m-4 {

    margin: 1.5rem !important;

}

.m-5 {

    margin: 3rem !important;

}

.m-auto {

    margin: auto !important;

}

.mx-0 {

    margin-right: 0 !important;

    margin-left: 0 !important;

}

.mx-1 {

    margin-right: 0.25rem !important;

    margin-left: 0.25rem !important;

}

.mx-2 {

    margin-right: 0.5rem !important;

    margin-left: 0.5rem !important;

}

.mx-3 {

    margin-right: 1rem !important;

    margin-left: 1rem !important;

}

.mx-4 {

    margin-right: 1.5rem !important;

    margin-left: 1.5rem !important;

}

.mx-5 {

    margin-right: 3rem !important;

    margin-left: 3rem !important;

}

.mx-auto {

    margin-right: auto !important;

    margin-left: auto !important;

}

.-description__name,

.my-0 {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

}

.my-1 {

    margin-top: 0.25rem !important;

    margin-bottom: 0.25rem !important;

}

.my-2 {

    margin-top: 0.5rem !important;

    margin-bottom: 0.5rem !important;

}

.inf04,

.my-3,

.zw-second-unorderList {

    margin-top: 1rem !important;

    margin-bottom: 1rem !important;

}

.my-4 {

    margin-top: 1.5rem !important;

    margin-bottom: 1.5rem !important;

}

.my-5 {

    margin-top: 3rem !important;

    margin-bottom: 3rem !important;

}

.my-auto {

    margin-top: auto !important;

    margin-bottom: auto !important;

}

.mt-0 {

    margin-top: 0 !important;

}

.mt-1 {

    margin-top: 0.25rem !important;

}

.mt-2 {

    margin-top: 0.5rem !important;

}

.mt-3 {

    margin-top: 1rem !important;

}

.mt-4 {

    margin-top: 1.5rem !important;

}

.mt-5 {

    margin-top: 3rem !important;

}

.mt-auto {

    margin-top: auto !important;

}

.me-0 {

    margin-right: 0 !important;

}

.me-1 {

    margin-right: 0.25rem !important;

}

.me-2 {

    margin-right: 0.5rem !important;

}

.me-3 {

    margin-right: 1rem !important;

}

.me-4 {

    margin-right: 1.5rem !important;

}

.me-5 {

    margin-right: 3rem !important;

}

.me-auto {

    margin-right: auto !important;

}

.ZW-unOrderList,

.ZW-unOrderList li:last-child,

.mb-0 {

    margin-bottom: 0 !important;

}

.mb-1 {

    margin-bottom: 0.25rem !important;

}

.ZW-unOrderList li,

.ZW-unOrderList--primary li,

.ZW-unOrderList--secondary li,

.mb-2 {

    margin-bottom: 0.5rem !important;

}

.mb-3 {

    margin-bottom: 1rem !important;

}

.mb-4 {

    margin-bottom: 1.5rem !important;

}

.mb-5 {

    margin-bottom: 3rem !important;

}

.mb-auto {

    margin-bottom: auto !important;

}

.ms-0 {

    margin-left: 0 !important;

}

.ms-1 {

    margin-left: 0.25rem !important;

}

.ms-2 {

    margin-left: 0.5rem !important;

}

.ms-3 {

    margin-left: 1rem !important;

}

.ms-4 {

    margin-left: 1.5rem !important;

}

.ms-5 {

    margin-left: 3rem !important;

}

.ms-auto {

    margin-left: auto !important;

}

.p-0 {

    padding: 0 !important;

}

.p-1 {

    padding: 0.25rem !important;

}

.p-2 {

    padding: 0.5rem !important;

}

.p-3 {

    padding: 1rem !important;

}

.p-4 {

    padding: 1.5rem !important;

}

.p-5 {

    padding: 3rem !important;

}

.px-0 {

    padding-right: 0 !important;

    padding-left: 0 !important;

}

.px-1 {

    padding-right: 0.25rem !important;

    padding-left: 0.25rem !important;

}

.px-2 {

    padding-right: 0.5rem !important;

    padding-left: 0.5rem !important;

}

.px-3 {

    padding-right: 1rem !important;

    padding-left: 1rem !important;

}

.px-4 {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

}

.px-5 {

    padding-right: 3rem !important;

    padding-left: 3rem !important;

}

.py-0 {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

}

.py-1 {

    padding-top: 0.25rem !important;

    padding-bottom: 0.25rem !important;

}

.py-2 {

    padding-top: 0.5rem !important;

    padding-bottom: 0.5rem !important;

}

.py-3 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

}

.py-4 {

    padding-top: 1.5rem !important;

    padding-bottom: 1.5rem !important;

}

.py-5 {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

}

.pt-0 {

    padding-top: 0 !important;

}

.pt-1 {

    padding-top: 0.25rem !important;

}

.pt-2 {

    padding-top: 0.5rem !important;

}

.pt-3 {

    padding-top: 1rem !important;

}

.pt-4 {

    padding-top: 1.5rem !important;

}

.pt-5 {

    padding-top: 3rem !important;

}

.pe-0 {

    padding-right: 0 !important;

}

.pe-1 {

    padding-right: 0.25rem !important;

}

.pe-2 {

    padding-right: 0.5rem !important;

}

.pe-3 {

    padding-right: 1rem !important;

}

.pe-4 {

    padding-right: 1.5rem !important;

}

.pe-5 {

    padding-right: 3rem !important;

}

.pb-0 {

    padding-bottom: 0 !important;

}

.pb-1 {

    padding-bottom: 0.25rem !important;

}

.pb-2 {

    padding-bottom: 0.5rem !important;

}

.pb-3 {

    padding-bottom: 1rem !important;

}

.pb-4 {

    padding-bottom: 1.5rem !important;

}

.pb-5 {

    padding-bottom: 3rem !important;

}

.ps-0 {

    padding-left: 0 !important;

}

.ps-1 {

    padding-left: 0.25rem !important;

}

.ps-2 {

    padding-left: 0.5rem !important;

}

.ps-3 {

    padding-left: 1rem !important;

}

.ps-4 {

    padding-left: 1.5rem !important;

}

.ps-5 {

    padding-left: 3rem !important;

}

.font-monospace {

    font-family: var(--bs-font-monospace) !important;

}

.fs-1 {

    font-size: calc(1.375rem + 1.5vw) !important;

}

.fs-2 {

    font-size: calc(1.325rem + 0.9vw) !important;

}

.fs-3 {

    font-size: calc(1.3rem + 0.6vw) !important;

}

.fs-4 {

    font-size: calc(1.275rem + 0.3vw) !important;

}

.fs-5 {

    font-size: 1.25rem !important;

}

.fs-6 {

    font-size: 1rem !important;

}

.fst-italic {

    font-style: italic !important;

}

.fst-normal {

    font-style: normal !important;

}

.fw-light {

    font-weight: 300 !important;

}

.fw-lighter {

    font-weight: lighter !important;

}

.fw-normal {

    font-weight: 400 !important;

}

.fw-bold {

    font-weight: 700 !important;

}

.fw-bolder {

    font-weight: bolder !important;

}

.lh-1 {

    line-height: 1 !important;

}

.lh-sm {

    line-height: 1.25 !important;

}

.lh-base {

    line-height: 1.5 !important;

}

.lh-lg {

    line-height: 2 !important;

}

.text-start {

    text-align: left !important;

}

.text-end {

    text-align: right !important;

}

.text-center {

    text-align: center !important;

}

.text-decoration-none {

    text-decoration: none !important;

}

.text-decoration-underline {

    text-decoration: underline !important;

}

.text-decoration-line-through {

    text-decoration: line-through !important;

}

.text-lowercase {

    text-transform: lowercase !important;

}

.text-uppercase {

    text-transform: uppercase !important;

}

.-description__name,

.text-capitalize {

    text-transform: capitalize !important;

}

.text-wrap {

    white-space: normal !important;

}

.text-nowrap {

    white-space: nowrap !important;

}

.text-break {

    word-wrap: break-word !important;

    word-break: break-word !important;

}

.text-primary {

    color: #202020 !important;

}

.text-secondary {

    color: #6c757d !important;

}

.text-success {

    color: #198754 !important;

}

.text-info {

    color: #0dcaf0 !important;

}

.text-warning {

    color: #ffc107 !important;

}

.text-danger {

    color: #dc3545 !important;

}

.text-light {

    color: #f8f9fa !important;

}

.text-dark {

    color: #212529 !important;

}

.text-white {

    color: #fff !important;

}

.text-body {

    color: #212529 !important;

}

.text-muted {

    color: #6c757d !important;

}

.text-black-50 {

    color: rgba(0, 0, 0, 0.5) !important;

}

.text-white-50 {

    color: rgba(255, 255, 255, 0.5) !important;

}

.text-reset {

    color: inherit !important;

}

.bg-primary {

    background-color: #202020 !important;

}

.bg-secondary {

    background-color: #6c757d !important;

}

.bg-success {

    background-color: #198754 !important;

}

.bg-info {

    background-color: #0dcaf0 !important;

}

.bg-warning {

    background-color: #ffc107 !important;

}

.bg-danger {

    background-color: #dc3545 !important;

}

.bg-light {

    background-color: #f8f9fa !important;

}

.bg-dark {

    background-color: #212529 !important;

}

.bg-body,

.bg-white {

    background-color: #fff !important;

}

.bg-transparent {

    background-color: transparent !important;

}

.bg-gradient {

    background-image: var(--bs-gradient) !important;

}

.user-select-all {

    -webkit-user-select: all !important;

    -moz-user-select: all !important;

    -ms-user-select: all !important;

    user-select: all !important;

}

.user-select-auto {

    -webkit-user-select: auto !important;

    -moz-user-select: auto !important;

    -ms-user-select: auto !important;

    user-select: auto !important;

}

.user-select-none {

    -webkit-user-select: none !important;

    -moz-user-select: none !important;

    -ms-user-select: none !important;

    user-select: none !important;

}

.pe-none {

    pointer-events: none !important;

}

.pe-auto {

    pointer-events: auto !important;

}

.rounded {

    -webkit-border-radius: 0.25rem !important;

    border-radius: 0.25rem !important;

}

.rounded-0 {

    -webkit-border-radius: 0 !important;

    border-radius: 0 !important;

}

.rounded-1 {

    -webkit-border-radius: 0.2rem !important;

    border-radius: 0.2rem !important;

}

.rounded-2 {

    -webkit-border-radius: 0.25rem !important;

    border-radius: 0.25rem !important;

}

.rounded-3 {

    -webkit-border-radius: 0.3rem !important;

    border-radius: 0.3rem !important;

}

.rounded-circle {

    -webkit-border-radius: 50% !important;

    border-radius: 50% !important;

}

.rounded-pill {

    -webkit-border-radius: 50rem !important;

    border-radius: 50rem !important;

}

.rounded-end,

.rounded-top {

    -webkit-border-top-right-radius: 0.25rem !important;

    border-top-right-radius: 0.25rem !important;

}

.rounded-top {

    -webkit-border-top-left-radius: 0.25rem !important;

    border-top-left-radius: 0.25rem !important;

}

.rounded-end {

    -webkit-border-bottom-right-radius: 0.25rem !important;

    border-bottom-right-radius: 0.25rem !important;

}

.rounded-bottom,

.rounded-start {

    -webkit-border-bottom-left-radius: 0.25rem !important;

    border-bottom-left-radius: 0.25rem !important;

}

.rounded-bottom {

    -webkit-border-bottom-right-radius: 0.25rem !important;

    border-bottom-right-radius: 0.25rem !important;

}

.rounded-start {

    -webkit-border-top-left-radius: 0.25rem !important;

    border-top-left-radius: 0.25rem !important;

}

.visible {

    visibility: visible !important;

}

.invisible {

    visibility: hidden !important;

}

@media (min-width: 576px) {

    .float-sm-start {

        float: left !important;

    }

    .float-sm-end {

        float: right !important;

    }

    .float-sm-none {

        float: none !important;

    }

    .d-sm-inline {

        display: inline !important;

    }

    .d-sm-inline-block {

        display: inline-block !important;

    }

    .d-sm-block {

        display: block !important;

    }

    .d-sm-grid {

        display: grid !important;

    }

    .d-sm-table {

        display: table !important;

    }

    .d-sm-table-row {

        display: table-row !important;

    }

    .d-sm-table-cell {

        display: table-cell !important;

    }

    .d-sm-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-sm-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-sm-none {

        display: none !important;

    }

    .flex-sm-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important;

    }

    .flex-sm-column,

    .flex-sm-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important;

    }

    .flex-sm-column {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important;

    }

    .flex-sm-column-reverse,

    .flex-sm-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

    }

    .flex-sm-column-reverse {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

    }

    .flex-sm-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important;

    }

    .flex-sm-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important;

    }

    .flex-sm-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;

    }

    .flex-sm-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important;

    }

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

    }

    .gap-sm-0 {

        gap: 0 !important;

    }

    .gap-sm-1 {

        gap: 0.25rem !important;

    }

    .gap-sm-2 {

        gap: 0.5rem !important;

    }

    .gap-sm-3 {

        gap: 1rem !important;

    }

    .gap-sm-4 {

        gap: 1.5rem !important;

    }

    .gap-sm-5 {

        gap: 3rem !important;

    }

    .justify-content-sm-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }

    .justify-content-sm-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important;

    }

    .justify-content-sm-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }

    .justify-content-sm-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important;

    }

    .justify-content-sm-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

    }

    .justify-content-sm-evenly {

        -webkit-box-pack: space-evenly !important;

        -ms-flex-pack: space-evenly !important;

        justify-content: space-evenly !important;

    }

    .align-items-sm-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important;

    }

    .align-items-sm-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important;

    }

    .align-items-sm-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important;

    }

    .align-items-sm-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important;

    }

    .align-items-sm-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important;

    }

    .align-content-sm-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

    }

    .align-content-sm-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

    }

    .align-content-sm-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important;

    }

    .align-content-sm-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

    }

    .align-content-sm-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

    }

    .align-content-sm-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

    }

    .align-self-sm-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important;

    }

    .align-self-sm-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important;

    }

    .align-self-sm-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important;

    }

    .align-self-sm-center {

        -ms-flex-item-align: center !important;

        align-self: center !important;

    }

    .align-self-sm-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

    }

    .align-self-sm-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

    }

    .order-sm-first {

        -webkit-box-ordinal-group: 0 !important;

        -ms-flex-order: -1 !important;

        order: -1 !important;

    }

    .order-sm-0 {

        -webkit-box-ordinal-group: 1 !important;

        -ms-flex-order: 0 !important;

        order: 0 !important;

    }

    .order-sm-1 {

        -webkit-box-ordinal-group: 2 !important;

        -ms-flex-order: 1 !important;

        order: 1 !important;

    }

    .order-sm-2 {

        -webkit-box-ordinal-group: 3 !important;

        -ms-flex-order: 2 !important;

        order: 2 !important;

    }

    .order-sm-3 {

        -webkit-box-ordinal-group: 4 !important;

        -ms-flex-order: 3 !important;

        order: 3 !important;

    }

    .order-sm-4 {

        -webkit-box-ordinal-group: 5 !important;

        -ms-flex-order: 4 !important;

        order: 4 !important;

    }

    .order-sm-5 {

        -webkit-box-ordinal-group: 6 !important;

        -ms-flex-order: 5 !important;

        order: 5 !important;

    }

    .order-sm-last {

        -webkit-box-ordinal-group: 7 !important;

        -ms-flex-order: 6 !important;

        order: 6 !important;

    }

    .m-sm-0 {

        margin: 0 !important;

    }

    .m-sm-1 {

        margin: 0.25rem !important;

    }

    .m-sm-2 {

        margin: 0.5rem !important;

    }

    .m-sm-3 {

        margin: 1rem !important;

    }

    .m-sm-4 {

        margin: 1.5rem !important;

    }

    .m-sm-5 {

        margin: 3rem !important;

    }

    .m-sm-auto {

        margin: auto !important;

    }

    .mx-sm-0 {

        margin-right: 0 !important;

        margin-left: 0 !important;

    }

    .mx-sm-1 {

        margin-right: 0.25rem !important;

        margin-left: 0.25rem !important;

    }

    .mx-sm-2 {

        margin-right: 0.5rem !important;

        margin-left: 0.5rem !important;

    }

    .mx-sm-3 {

        margin-right: 1rem !important;

        margin-left: 1rem !important;

    }

    .mx-sm-4 {

        margin-right: 1.5rem !important;

        margin-left: 1.5rem !important;

    }

    .mx-sm-5 {

        margin-right: 3rem !important;

        margin-left: 3rem !important;

    }

    .mx-sm-auto {

        margin-right: auto !important;

        margin-left: auto !important;

    }

    .my-sm-0 {

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }

    .my-sm-1 {

        margin-top: 0.25rem !important;

        margin-bottom: 0.25rem !important;

    }

    .my-sm-2 {

        margin-top: 0.5rem !important;

        margin-bottom: 0.5rem !important;

    }

    .my-sm-3 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    .my-sm-4 {

        margin-top: 1.5rem !important;

        margin-bottom: 1.5rem !important;

    }

    .my-sm-5 {

        margin-top: 3rem !important;

        margin-bottom: 3rem !important;

    }

    .my-sm-auto {

        margin-top: auto !important;

        margin-bottom: auto !important;

    }

    .mt-sm-0 {

        margin-top: 0 !important;

    }

    .mt-sm-1 {

        margin-top: 0.25rem !important;

    }

    .mt-sm-2 {

        margin-top: 0.5rem !important;

    }

    .mt-sm-3 {

        margin-top: 1rem !important;

    }

    .mt-sm-4 {

        margin-top: 1.5rem !important;

    }

    .mt-sm-5 {

        margin-top: 3rem !important;

    }

    .mt-sm-auto {

        margin-top: auto !important;

    }

    .me-sm-0 {

        margin-right: 0 !important;

    }

    .me-sm-1 {

        margin-right: 0.25rem !important;

    }

    .me-sm-2 {

        margin-right: 0.5rem !important;

    }

    .me-sm-3 {

        margin-right: 1rem !important;

    }

    .me-sm-4 {

        margin-right: 1.5rem !important;

    }

    .me-sm-5 {

        margin-right: 3rem !important;

    }

    .me-sm-auto {

        margin-right: auto !important;

    }

    .mb-sm-0 {

        margin-bottom: 0 !important;

    }

    .mb-sm-1 {

        margin-bottom: 0.25rem !important;

    }

    .mb-sm-2 {

        margin-bottom: 0.5rem !important;

    }

    .mb-sm-3 {

        margin-bottom: 1rem !important;

    }

    .mb-sm-4 {

        margin-bottom: 1.5rem !important;

    }

    .mb-sm-5 {

        margin-bottom: 3rem !important;

    }

    .mb-sm-auto {

        margin-bottom: auto !important;

    }

    .ms-sm-0 {

        margin-left: 0 !important;

    }

    .ms-sm-1 {

        margin-left: 0.25rem !important;

    }

    .ms-sm-2 {

        margin-left: 0.5rem !important;

    }

    .ms-sm-3 {

        margin-left: 1rem !important;

    }

    .ms-sm-4 {

        margin-left: 1.5rem !important;

    }

    .ms-sm-5 {

        margin-left: 3rem !important;

    }

    .ms-sm-auto {

        margin-left: auto !important;

    }

    .p-sm-0 {

        padding: 0 !important;

    }

    .p-sm-1 {

        padding: 0.25rem !important;

    }

    .p-sm-2 {

        padding: 0.5rem !important;

    }

    .p-sm-3 {

        padding: 1rem !important;

    }

    .p-sm-4 {

        padding: 1.5rem !important;

    }

    .p-sm-5 {

        padding: 3rem !important;

    }

    .px-sm-0 {

        padding-right: 0 !important;

        padding-left: 0 !important;

    }

    .px-sm-1 {

        padding-right: 0.25rem !important;

        padding-left: 0.25rem !important;

    }

    .px-sm-2 {

        padding-right: 0.5rem !important;

        padding-left: 0.5rem !important;

    }

    .px-sm-3 {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

    }

    .px-sm-4 {

        padding-right: 1.5rem !important;

        padding-left: 1.5rem !important;

    }

    .px-sm-5 {

        padding-right: 3rem !important;

        padding-left: 3rem !important;

    }

    .py-sm-0 {

        padding-top: 0 !important;

        padding-bottom: 0 !important;

    }

    .py-sm-1 {

        padding-top: 0.25rem !important;

        padding-bottom: 0.25rem !important;

    }

    .py-sm-2 {

        padding-top: 0.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .py-sm-3 {

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

    .py-sm-4 {

        padding-top: 1.5rem !important;

        padding-bottom: 1.5rem !important;

    }

    .py-sm-5 {

        padding-top: 3rem !important;

        padding-bottom: 3rem !important;

    }

    .pt-sm-0 {

        padding-top: 0 !important;

    }

    .pt-sm-1 {

        padding-top: 0.25rem !important;

    }

    .pt-sm-2 {

        padding-top: 0.5rem !important;

    }

    .pt-sm-3 {

        padding-top: 1rem !important;

    }

    .pt-sm-4 {

        padding-top: 1.5rem !important;

    }

    .pt-sm-5 {

        padding-top: 3rem !important;

    }

    .pe-sm-0 {

        padding-right: 0 !important;

    }

    .pe-sm-1 {

        padding-right: 0.25rem !important;

    }

    .pe-sm-2 {

        padding-right: 0.5rem !important;

    }

    .pe-sm-3 {

        padding-right: 1rem !important;

    }

    .pe-sm-4 {

        padding-right: 1.5rem !important;

    }

    .pe-sm-5 {

        padding-right: 3rem !important;

    }

    .pb-sm-0 {

        padding-bottom: 0 !important;

    }

    .pb-sm-1 {

        padding-bottom: 0.25rem !important;

    }

    .pb-sm-2 {

        padding-bottom: 0.5rem !important;

    }

    .pb-sm-3 {

        padding-bottom: 1rem !important;

    }

    .pb-sm-4 {

        padding-bottom: 1.5rem !important;

    }

    .pb-sm-5 {

        padding-bottom: 3rem !important;

    }

    .ps-sm-0 {

        padding-left: 0 !important;

    }

    .ps-sm-1 {

        padding-left: 0.25rem !important;

    }

    .ps-sm-2 {

        padding-left: 0.5rem !important;

    }

    .ps-sm-3 {

        padding-left: 1rem !important;

    }

    .ps-sm-4 {

        padding-left: 1.5rem !important;

    }

    .ps-sm-5 {

        padding-left: 3rem !important;

    }

    .text-sm-start {

        text-align: left !important;

    }

    .text-sm-end {

        text-align: right !important;

    }

    .text-sm-center {

        text-align: center !important;

    }

}

@media (min-width: 768px) {

    .float-md-start {

        float: left !important;

    }

    .float-md-end {

        float: right !important;

    }

    .float-md-none {

        float: none !important;

    }

    .d-md-inline {

        display: inline !important;

    }

    .d-md-inline-block {

        display: inline-block !important;

    }

    .d-md-block {

        display: block !important;

    }

    .d-md-grid {

        display: grid !important;

    }

    .d-md-table {

        display: table !important;

    }

    .d-md-table-row {

        display: table-row !important;

    }

    .d-md-table-cell {

        display: table-cell !important;

    }

    .d-md-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-md-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-md-none {

        display: none !important;

    }

    .flex-md-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important;

    }

    .flex-md-column,

    .flex-md-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important;

    }

    .flex-md-column {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important;

    }

    .flex-md-column-reverse,

    .flex-md-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

    }

    .flex-md-column-reverse {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

    }

    .flex-md-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important;

    }

    .flex-md-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important;

    }

    .flex-md-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;

    }

    .flex-md-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important;

    }

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

    }

    .gap-md-0 {

        gap: 0 !important;

    }

    .gap-md-1 {

        gap: 0.25rem !important;

    }

    .gap-md-2 {

        gap: 0.5rem !important;

    }

    .gap-md-3 {

        gap: 1rem !important;

    }

    .gap-md-4 {

        gap: 1.5rem !important;

    }

    .gap-md-5 {

        gap: 3rem !important;

    }

    .justify-content-md-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }

    .justify-content-md-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important;

    }

    .justify-content-md-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }

    .justify-content-md-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important;

    }

    .justify-content-md-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

    }

    .justify-content-md-evenly {

        -webkit-box-pack: space-evenly !important;

        -ms-flex-pack: space-evenly !important;

        justify-content: space-evenly !important;

    }

    .align-items-md-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important;

    }

    .align-items-md-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important;

    }

    .align-items-md-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important;

    }

    .align-items-md-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important;

    }

    .align-items-md-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important;

    }

    .align-content-md-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

    }

    .align-content-md-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

    }

    .align-content-md-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important;

    }

    .align-content-md-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

    }

    .align-content-md-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

    }

    .align-content-md-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

    }

    .align-self-md-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important;

    }

    .align-self-md-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important;

    }

    .align-self-md-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important;

    }

    .align-self-md-center {

        -ms-flex-item-align: center !important;

        align-self: center !important;

    }

    .align-self-md-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

    }

    .align-self-md-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

    }

    .order-md-first {

        -webkit-box-ordinal-group: 0 !important;

        -ms-flex-order: -1 !important;

        order: -1 !important;

    }

    .order-md-0 {

        -webkit-box-ordinal-group: 1 !important;

        -ms-flex-order: 0 !important;

        order: 0 !important;

    }

    .order-md-1 {

        -webkit-box-ordinal-group: 2 !important;

        -ms-flex-order: 1 !important;

        order: 1 !important;

    }

    .order-md-2 {

        -webkit-box-ordinal-group: 3 !important;

        -ms-flex-order: 2 !important;

        order: 2 !important;

    }

    .order-md-3 {

        -webkit-box-ordinal-group: 4 !important;

        -ms-flex-order: 3 !important;

        order: 3 !important;

    }

    .order-md-4 {

        -webkit-box-ordinal-group: 5 !important;

        -ms-flex-order: 4 !important;

        order: 4 !important;

    }

    .order-md-5 {

        -webkit-box-ordinal-group: 6 !important;

        -ms-flex-order: 5 !important;

        order: 5 !important;

    }

    .order-md-last {

        -webkit-box-ordinal-group: 7 !important;

        -ms-flex-order: 6 !important;

        order: 6 !important;

    }

    .m-md-0 {

        margin: 0 !important;

    }

    .m-md-1 {

        margin: 0.25rem !important;

    }

    .m-md-2 {

        margin: 0.5rem !important;

    }

    .m-md-3 {

        margin: 1rem !important;

    }

    .m-md-4 {

        margin: 1.5rem !important;

    }

    .m-md-5 {

        margin: 3rem !important;

    }

    .m-md-auto {

        margin: auto !important;

    }

    .mx-md-0 {

        margin-right: 0 !important;

        margin-left: 0 !important;

    }

    .mx-md-1 {

        margin-right: 0.25rem !important;

        margin-left: 0.25rem !important;

    }

    .mx-md-2 {

        margin-right: 0.5rem !important;

        margin-left: 0.5rem !important;

    }

    .mx-md-3 {

        margin-right: 1rem !important;

        margin-left: 1rem !important;

    }

    .mx-md-4 {

        margin-right: 1.5rem !important;

        margin-left: 1.5rem !important;

    }

    .mx-md-5 {

        margin-right: 3rem !important;

        margin-left: 3rem !important;

    }

    .mx-md-auto {

        margin-right: auto !important;

        margin-left: auto !important;

    }

    .my-md-0 {

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }

    .my-md-1 {

        margin-top: 0.25rem !important;

        margin-bottom: 0.25rem !important;

    }

    .my-md-2 {

        margin-top: 0.5rem !important;

        margin-bottom: 0.5rem !important;

    }

    .my-md-3 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    .my-md-4 {

        margin-top: 1.5rem !important;

        margin-bottom: 1.5rem !important;

    }

    .my-md-5 {

        margin-top: 3rem !important;

        margin-bottom: 3rem !important;

    }

    .my-md-auto {

        margin-top: auto !important;

        margin-bottom: auto !important;

    }

    .mt-md-0 {

        margin-top: 0 !important;

    }

    .mt-md-1 {

        margin-top: 0.25rem !important;

    }

    .mt-md-2 {

        margin-top: 0.5rem !important;

    }

    .mt-md-3 {

        margin-top: 1rem !important;

    }

    .mt-md-4 {

        margin-top: 1.5rem !important;

    }

    .mt-md-5 {

        margin-top: 3rem !important;

    }

    .mt-md-auto {

        margin-top: auto !important;

    }

    .me-md-0 {

        margin-right: 0 !important;

    }

    .me-md-1 {

        margin-right: 0.25rem !important;

    }

    .me-md-2 {

        margin-right: 0.5rem !important;

    }

    .me-md-3 {

        margin-right: 1rem !important;

    }

    .me-md-4 {

        margin-right: 1.5rem !important;

    }

    .me-md-5 {

        margin-right: 3rem !important;

    }

    .me-md-auto {

        margin-right: auto !important;

    }

    .mb-md-0 {

        margin-bottom: 0 !important;

    }

    .mb-md-1 {

        margin-bottom: 0.25rem !important;

    }

    .mb-md-2 {

        margin-bottom: 0.5rem !important;

    }

    .mb-md-3 {

        margin-bottom: 1rem !important;

    }

    .mb-md-4 {

        margin-bottom: 1.5rem !important;

    }

    .mb-md-5 {

        margin-bottom: 3rem !important;

    }

    .mb-md-auto {

        margin-bottom: auto !important;

    }

    .ms-md-0 {

        margin-left: 0 !important;

    }

    .ms-md-1 {

        margin-left: 0.25rem !important;

    }

    .ms-md-2 {

        margin-left: 0.5rem !important;

    }

    .ms-md-3 {

        margin-left: 1rem !important;

    }

    .ms-md-4 {

        margin-left: 1.5rem !important;

    }

    .ms-md-5 {

        margin-left: 3rem !important;

    }

    .ms-md-auto {

        margin-left: auto !important;

    }

    .p-md-0 {

        padding: 0 !important;

    }

    .p-md-1 {

        padding: 0.25rem !important;

    }

    .p-md-2 {

        padding: 0.5rem !important;

    }

    .p-md-3 {

        padding: 1rem !important;

    }

    .p-md-4 {

        padding: 1.5rem !important;

    }

    .p-md-5 {

        padding: 3rem !important;

    }

    .px-md-0 {

        padding-right: 0 !important;

        padding-left: 0 !important;

    }

    .px-md-1 {

        padding-right: 0.25rem !important;

        padding-left: 0.25rem !important;

    }

    .px-md-2 {

        padding-right: 0.5rem !important;

        padding-left: 0.5rem !important;

    }

    .px-md-3 {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

    }

    .px-md-4 {

        padding-right: 1.5rem !important;

        padding-left: 1.5rem !important;

    }

    .px-md-5 {

        padding-right: 3rem !important;

        padding-left: 3rem !important;

    }

    .py-md-0 {

        padding-top: 0 !important;

        padding-bottom: 0 !important;

    }

    .py-md-1 {

        padding-top: 0.25rem !important;

        padding-bottom: 0.25rem !important;

    }

    .py-md-2 {

        padding-top: 0.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .py-md-3 {

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

    .py-md-4 {

        padding-top: 1.5rem !important;

        padding-bottom: 1.5rem !important;

    }

    .py-md-5 {

        padding-top: 3rem !important;

        padding-bottom: 3rem !important;

    }

    .pt-md-0 {

        padding-top: 0 !important;

    }

    .pt-md-1 {

        padding-top: 0.25rem !important;

    }

    .pt-md-2 {

        padding-top: 0.5rem !important;

    }

    .pt-md-3 {

        padding-top: 1rem !important;

    }

    .pt-md-4 {

        padding-top: 1.5rem !important;

    }

    .pt-md-5 {

        padding-top: 3rem !important;

    }

    .pe-md-0 {

        padding-right: 0 !important;

    }

    .pe-md-1 {

        padding-right: 0.25rem !important;

    }

    .pe-md-2 {

        padding-right: 0.5rem !important;

    }

    .pe-md-3 {

        padding-right: 1rem !important;

    }

    .pe-md-4 {

        padding-right: 1.5rem !important;

    }

    .pe-md-5 {

        padding-right: 3rem !important;

    }

    .pb-md-0 {

        padding-bottom: 0 !important;

    }

    .pb-md-1 {

        padding-bottom: 0.25rem !important;

    }

    .pb-md-2 {

        padding-bottom: 0.5rem !important;

    }

    .pb-md-3 {

        padding-bottom: 1rem !important;

    }

    .pb-md-4 {

        padding-bottom: 1.5rem !important;

    }

    .pb-md-5 {

        padding-bottom: 3rem !important;

    }

    .ps-md-0 {

        padding-left: 0 !important;

    }

    .ps-md-1 {

        padding-left: 0.25rem !important;

    }

    .ps-md-2 {

        padding-left: 0.5rem !important;

    }

    .ps-md-3 {

        padding-left: 1rem !important;

    }

    .ps-md-4 {

        padding-left: 1.5rem !important;

    }

    .ps-md-5 {

        padding-left: 3rem !important;

    }

    .text-md-start {

        text-align: left !important;

    }

    .text-md-end {

        text-align: right !important;

    }

    .text-md-center {

        text-align: center !important;

    }

}

@media (min-width: 992px) {

    .float-lg-start {

        float: left !important;

    }

    .float-lg-end {

        float: right !important;

    }

    .float-lg-none {

        float: none !important;

    }

    .d-lg-inline {

        display: inline !important;

    }

    .d-lg-inline-block {

        display: inline-block !important;

    }

    .d-lg-block {

        display: block !important;

    }

    .d-lg-grid {

        display: grid !important;

    }

    .d-lg-table {

        display: table !important;

    }

    .d-lg-table-row {

        display: table-row !important;

    }

    .d-lg-table-cell {

        display: table-cell !important;

    }

    .d-lg-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-lg-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-lg-none {

        display: none !important;

    }

    .flex-lg-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important;

    }

    .flex-lg-column,

    .flex-lg-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important;

    }

    .flex-lg-column {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important;

    }

    .flex-lg-column-reverse,

    .flex-lg-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

    }

    .flex-lg-column-reverse {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

    }

    .flex-lg-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important;

    }

    .flex-lg-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important;

    }

    .flex-lg-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;

    }

    .flex-lg-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important;

    }

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

    }

    .gap-lg-0 {

        gap: 0 !important;

    }

    .gap-lg-1 {

        gap: 0.25rem !important;

    }

    .gap-lg-2 {

        gap: 0.5rem !important;

    }

    .gap-lg-3 {

        gap: 1rem !important;

    }

    .gap-lg-4 {

        gap: 1.5rem !important;

    }

    .gap-lg-5 {

        gap: 3rem !important;

    }

    .justify-content-lg-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }

    .justify-content-lg-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important;

    }

    .justify-content-lg-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }

    .justify-content-lg-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important;

    }

    .justify-content-lg-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

    }

    .justify-content-lg-evenly {

        -webkit-box-pack: space-evenly !important;

        -ms-flex-pack: space-evenly !important;

        justify-content: space-evenly !important;

    }

    .align-items-lg-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important;

    }

    .align-items-lg-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important;

    }

    .align-items-lg-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important;

    }

    .align-items-lg-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important;

    }

    .align-items-lg-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important;

    }

    .align-content-lg-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

    }

    .align-content-lg-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

    }

    .align-content-lg-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important;

    }

    .align-content-lg-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

    }

    .align-content-lg-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

    }

    .align-content-lg-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

    }

    .align-self-lg-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important;

    }

    .align-self-lg-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important;

    }

    .align-self-lg-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important;

    }

    .align-self-lg-center {

        -ms-flex-item-align: center !important;

        align-self: center !important;

    }

    .align-self-lg-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

    }

    .align-self-lg-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

    }

    .order-lg-first {

        -webkit-box-ordinal-group: 0 !important;

        -ms-flex-order: -1 !important;

        order: -1 !important;

    }

    .order-lg-0 {

        -webkit-box-ordinal-group: 1 !important;

        -ms-flex-order: 0 !important;

        order: 0 !important;

    }

    .order-lg-1 {

        -webkit-box-ordinal-group: 2 !important;

        -ms-flex-order: 1 !important;

        order: 1 !important;

    }

    .order-lg-2 {

        -webkit-box-ordinal-group: 3 !important;

        -ms-flex-order: 2 !important;

        order: 2 !important;

    }

    .order-lg-3 {

        -webkit-box-ordinal-group: 4 !important;

        -ms-flex-order: 3 !important;

        order: 3 !important;

    }

    .order-lg-4 {

        -webkit-box-ordinal-group: 5 !important;

        -ms-flex-order: 4 !important;

        order: 4 !important;

    }

    .order-lg-5 {

        -webkit-box-ordinal-group: 6 !important;

        -ms-flex-order: 5 !important;

        order: 5 !important;

    }

    .order-lg-last {

        -webkit-box-ordinal-group: 7 !important;

        -ms-flex-order: 6 !important;

        order: 6 !important;

    }

    .m-lg-0 {

        margin: 0 !important;

    }

    .m-lg-1 {

        margin: 0.25rem !important;

    }

    .m-lg-2 {

        margin: 0.5rem !important;

    }

    .m-lg-3 {

        margin: 1rem !important;

    }

    .m-lg-4 {

        margin: 1.5rem !important;

    }

    .m-lg-5 {

        margin: 3rem !important;

    }

    .m-lg-auto {

        margin: auto !important;

    }

    .mx-lg-0 {

        margin-right: 0 !important;

        margin-left: 0 !important;

    }

    .mx-lg-1 {

        margin-right: 0.25rem !important;

        margin-left: 0.25rem !important;

    }

    .mx-lg-2 {

        margin-right: 0.5rem !important;

        margin-left: 0.5rem !important;

    }

    .mx-lg-3 {

        margin-right: 1rem !important;

        margin-left: 1rem !important;

    }

    .mx-lg-4 {

        margin-right: 1.5rem !important;

        margin-left: 1.5rem !important;

    }

    .mx-lg-5 {

        margin-right: 3rem !important;

        margin-left: 3rem !important;

    }

    .mx-lg-auto {

        margin-right: auto !important;

        margin-left: auto !important;

    }

    .my-lg-0 {

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }

    .my-lg-1 {

        margin-top: 0.25rem !important;

        margin-bottom: 0.25rem !important;

    }

    .my-lg-2 {

        margin-top: 0.5rem !important;

        margin-bottom: 0.5rem !important;

    }

    .my-lg-3 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    .my-lg-4,

    .zw-second-unorderList {

        margin-top: 1.5rem !important;

        margin-bottom: 1.5rem !important;

    }

    .my-lg-5 {

        margin-top: 3rem !important;

        margin-bottom: 3rem !important;

    }

    .my-lg-auto {

        margin-top: auto !important;

        margin-bottom: auto !important;

    }

    .mt-lg-0 {

        margin-top: 0 !important;

    }

    .mt-lg-1 {

        margin-top: 0.25rem !important;

    }

    .mt-lg-2 {

        margin-top: 0.5rem !important;

    }

    .mt-lg-3 {

        margin-top: 1rem !important;

    }

    .mt-lg-4 {

        margin-top: 1.5rem !important;

    }

    .mt-lg-5 {

        margin-top: 3rem !important;

    }

    .mt-lg-auto {

        margin-top: auto !important;

    }

    .me-lg-0 {

        margin-right: 0 !important;

    }

    .me-lg-1 {

        margin-right: 0.25rem !important;

    }

    .me-lg-2 {

        margin-right: 0.5rem !important;

    }

    .me-lg-3 {

        margin-right: 1rem !important;

    }

    .me-lg-4 {

        margin-right: 1.5rem !important;

    }

    .me-lg-5 {

        margin-right: 3rem !important;

    }

    .me-lg-auto {

        margin-right: auto !important;

    }

    .mb-lg-0 {

        margin-bottom: 0 !important;

    }

    .mb-lg-1 {

        margin-bottom: 0.25rem !important;

    }

    .mb-lg-2 {

        margin-bottom: 0.5rem !important;

    }

    .mb-lg-3 {

        margin-bottom: 1rem !important;

    }

    .mb-lg-4 {

        margin-bottom: 1.5rem !important;

    }

    .ZW-unOrderList li,

    .mb-lg-5 {

        margin-bottom: 3rem !important;

    }

    .mb-lg-auto {

        margin-bottom: auto !important;

    }

    .ms-lg-0 {

        margin-left: 0 !important;

    }

    .ms-lg-1 {

        margin-left: 0.25rem !important;

    }

    .ms-lg-2 {

        margin-left: 0.5rem !important;

    }

    .ms-lg-3 {

        margin-left: 1rem !important;

    }

    .ms-lg-4 {

        margin-left: 1.5rem !important;

    }

    .ms-lg-5 {

        margin-left: 3rem !important;

    }

    .ms-lg-auto {

        margin-left: auto !important;

    }

    .p-lg-0 {

        padding: 0 !important;

    }

    .p-lg-1 {

        padding: 0.25rem !important;

    }

    .p-lg-2 {

        padding: 0.5rem !important;

    }

    .p-lg-3 {

        padding: 1rem !important;

    }

    .p-lg-4 {

        padding: 1.5rem !important;

    }

    .p-lg-5 {

        padding: 3rem !important;

    }

    .px-lg-0 {

        padding-right: 0 !important;

        padding-left: 0 !important;

    }

    .px-lg-1 {

        padding-right: 0.25rem !important;

        padding-left: 0.25rem !important;

    }

    .px-lg-2 {

        padding-right: 0.5rem !important;

        padding-left: 0.5rem !important;

    }

    .px-lg-3 {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

    }

    .px-lg-4 {

        padding-right: 1.5rem !important;

        padding-left: 1.5rem !important;

    }

    .px-lg-5 {

        padding-right: 3rem !important;

        padding-left: 3rem !important;

    }

    .py-lg-0 {

        padding-top: 0 !important;

        padding-bottom: 0 !important;

    }

    .py-lg-1 {

        padding-top: 0.25rem !important;

        padding-bottom: 0.25rem !important;

    }

    .py-lg-2 {

        padding-top: 0.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .py-lg-3 {

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

    .py-lg-4 {

        padding-top: 1.5rem !important;

        padding-bottom: 1.5rem !important;

    }

    .py-lg-5 {

        padding-top: 3rem !important;

        padding-bottom: 3rem !important;

    }

    .pt-lg-0 {

        padding-top: 0 !important;

    }

    .pt-lg-1 {

        padding-top: 0.25rem !important;

    }

    .pt-lg-2 {

        padding-top: 0.5rem !important;

    }

    .pt-lg-3 {

        padding-top: 1rem !important;

    }

    .pt-lg-4 {

        padding-top: 1.5rem !important;

    }

    .pt-lg-5 {

        padding-top: 3rem !important;

    }

    .pe-lg-0 {

        padding-right: 0 !important;

    }

    .pe-lg-1 {

        padding-right: 0.25rem !important;

    }

    .pe-lg-2 {

        padding-right: 0.5rem !important;

    }

    .pe-lg-3 {

        padding-right: 1rem !important;

    }

    .pe-lg-4 {

        padding-right: 1.5rem !important;

    }

    .-description__name,

    .pe-lg-5 {

        padding-right: 3rem !important;

    }

    .pb-lg-0 {

        padding-bottom: 0 !important;

    }

    .pb-lg-1 {

        padding-bottom: 0.25rem !important;

    }

    .pb-lg-2 {

        padding-bottom: 0.5rem !important;

    }

    .pb-lg-3 {

        padding-bottom: 1rem !important;

    }

    .pb-lg-4 {

        padding-bottom: 1.5rem !important;

    }

    .pb-lg-5 {

        padding-bottom: 3rem !important;

    }

    .ps-lg-0 {

        padding-left: 0 !important;

    }

    .ps-lg-1 {

        padding-left: 0.25rem !important;

    }

    .ps-lg-2 {

        padding-left: 0.5rem !important;

    }

    .ps-lg-3 {

        padding-left: 1rem !important;

    }

    .ps-lg-4 {

        padding-left: 1.5rem !important;

    }

    .ps-lg-5 {

        padding-left: 3rem !important;

    }

    .text-lg-start {

        text-align: left !important;

    }

    .text-lg-end {

        text-align: right !important;

    }

    .text-lg-center {

        text-align: center !important;

    }

}

@media (min-width: 1200px) {

    .float-xl-start {

        float: left !important;

    }

    .float-xl-end {

        float: right !important;

    }

    .float-xl-none {

        float: none !important;

    }

    .d-xl-inline {

        display: inline !important;

    }

    .d-xl-inline-block {

        display: inline-block !important;

    }

    .d-xl-block {

        display: block !important;

    }

    .d-xl-grid {

        display: grid !important;

    }

    .d-xl-table {

        display: table !important;

    }

    .d-xl-table-row {

        display: table-row !important;

    }

    .d-xl-table-cell {

        display: table-cell !important;

    }

    .d-xl-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-xl-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-xl-none {

        display: none !important;

    }

    .flex-xl-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important;

    }

    .flex-xl-column,

    .flex-xl-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important;

    }

    .flex-xl-column {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important;

    }

    .flex-xl-column-reverse,

    .flex-xl-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

    }

    .flex-xl-column-reverse {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

    }

    .flex-xl-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important;

    }

    .flex-xl-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important;

    }

    .flex-xl-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;

    }

    .flex-xl-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important;

    }

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

    }

    .gap-xl-0 {

        gap: 0 !important;

    }

    .gap-xl-1 {

        gap: 0.25rem !important;

    }

    .gap-xl-2 {

        gap: 0.5rem !important;

    }

    .gap-xl-3 {

        gap: 1rem !important;

    }

    .gap-xl-4 {

        gap: 1.5rem !important;

    }

    .gap-xl-5 {

        gap: 3rem !important;

    }

    .justify-content-xl-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }

    .justify-content-xl-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important;

    }

    .justify-content-xl-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }

    .justify-content-xl-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important;

    }

    .justify-content-xl-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

    }

    .justify-content-xl-evenly {

        -webkit-box-pack: space-evenly !important;

        -ms-flex-pack: space-evenly !important;

        justify-content: space-evenly !important;

    }

    .align-items-xl-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important;

    }

    .align-items-xl-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important;

    }

    .align-items-xl-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important;

    }

    .align-items-xl-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important;

    }

    .align-items-xl-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important;

    }

    .align-content-xl-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

    }

    .align-content-xl-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

    }

    .align-content-xl-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important;

    }

    .align-content-xl-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

    }

    .align-content-xl-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

    }

    .align-content-xl-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

    }

    .align-self-xl-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important;

    }

    .align-self-xl-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important;

    }

    .align-self-xl-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important;

    }

    .align-self-xl-center {

        -ms-flex-item-align: center !important;

        align-self: center !important;

    }

    .align-self-xl-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

    }

    .align-self-xl-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

    }

    .order-xl-first {

        -webkit-box-ordinal-group: 0 !important;

        -ms-flex-order: -1 !important;

        order: -1 !important;

    }

    .order-xl-0 {

        -webkit-box-ordinal-group: 1 !important;

        -ms-flex-order: 0 !important;

        order: 0 !important;

    }

    .order-xl-1 {

        -webkit-box-ordinal-group: 2 !important;

        -ms-flex-order: 1 !important;

        order: 1 !important;

    }

    .order-xl-2 {

        -webkit-box-ordinal-group: 3 !important;

        -ms-flex-order: 2 !important;

        order: 2 !important;

    }

    .order-xl-3 {

        -webkit-box-ordinal-group: 4 !important;

        -ms-flex-order: 3 !important;

        order: 3 !important;

    }

    .order-xl-4 {

        -webkit-box-ordinal-group: 5 !important;

        -ms-flex-order: 4 !important;

        order: 4 !important;

    }

    .order-xl-5 {

        -webkit-box-ordinal-group: 6 !important;

        -ms-flex-order: 5 !important;

        order: 5 !important;

    }

    .order-xl-last {

        -webkit-box-ordinal-group: 7 !important;

        -ms-flex-order: 6 !important;

        order: 6 !important;

    }

    .m-xl-0 {

        margin: 0 !important;

    }

    .m-xl-1 {

        margin: 0.25rem !important;

    }

    .m-xl-2 {

        margin: 0.5rem !important;

    }

    .m-xl-3 {

        margin: 1rem !important;

    }

    .m-xl-4 {

        margin: 1.5rem !important;

    }

    .m-xl-5 {

        margin: 3rem !important;

    }

    .m-xl-auto {

        margin: auto !important;

    }

    .mx-xl-0 {

        margin-right: 0 !important;

        margin-left: 0 !important;

    }

    .mx-xl-1 {

        margin-right: 0.25rem !important;

        margin-left: 0.25rem !important;

    }

    .mx-xl-2 {

        margin-right: 0.5rem !important;

        margin-left: 0.5rem !important;

    }

    .mx-xl-3 {

        margin-right: 1rem !important;

        margin-left: 1rem !important;

    }

    .mx-xl-4 {

        margin-right: 1.5rem !important;

        margin-left: 1.5rem !important;

    }

    .mx-xl-5 {

        margin-right: 3rem !important;

        margin-left: 3rem !important;

    }

    .mx-xl-auto {

        margin-right: auto !important;

        margin-left: auto !important;

    }

    .my-xl-0 {

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }

    .my-xl-1 {

        margin-top: 0.25rem !important;

        margin-bottom: 0.25rem !important;

    }

    .my-xl-2 {

        margin-top: 0.5rem !important;

        margin-bottom: 0.5rem !important;

    }

    .my-xl-3 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    .my-xl-4 {

        margin-top: 1.5rem !important;

        margin-bottom: 1.5rem !important;

    }

    .my-xl-5 {

        margin-top: 3rem !important;

        margin-bottom: 3rem !important;

    }

    .my-xl-auto {

        margin-top: auto !important;

        margin-bottom: auto !important;

    }

    .mt-xl-0 {

        margin-top: 0 !important;

    }

    .mt-xl-1 {

        margin-top: 0.25rem !important;

    }

    .mt-xl-2 {

        margin-top: 0.5rem !important;

    }

    .mt-xl-3 {

        margin-top: 1rem !important;

    }

    .mt-xl-4 {

        margin-top: 1.5rem !important;

    }

    .mt-xl-5 {

        margin-top: 3rem !important;

    }

    .mt-xl-auto {

        margin-top: auto !important;

    }

    .me-xl-0 {

        margin-right: 0 !important;

    }

    .me-xl-1 {

        margin-right: 0.25rem !important;

    }

    .me-xl-2 {

        margin-right: 0.5rem !important;

    }

    .me-xl-3 {

        margin-right: 1rem !important;

    }

    .me-xl-4 {

        margin-right: 1.5rem !important;

    }

    .me-xl-5 {

        margin-right: 3rem !important;

    }

    .me-xl-auto {

        margin-right: auto !important;

    }

    .mb-xl-0 {

        margin-bottom: 0 !important;

    }

    .mb-xl-1 {

        margin-bottom: 0.25rem !important;

    }

    .mb-xl-2 {

        margin-bottom: 0.5rem !important;

    }

    .mb-xl-3 {

        margin-bottom: 1rem !important;

    }

    .mb-xl-4 {

        margin-bottom: 1.5rem !important;

    }

    .ZW-unOrderList--primary li,

    .ZW-unOrderList--secondary li,

    .mb-xl-5 {

        margin-bottom: 3rem !important;

    }

    .mb-xl-auto {

        margin-bottom: auto !important;

    }

    .ms-xl-0 {

        margin-left: 0 !important;

    }

    .ms-xl-1 {

        margin-left: 0.25rem !important;

    }

    .ms-xl-2 {

        margin-left: 0.5rem !important;

    }

    .ms-xl-3 {

        margin-left: 1rem !important;

    }

    .ms-xl-4 {

        margin-left: 1.5rem !important;

    }

    .ms-xl-5 {

        margin-left: 3rem !important;

    }

    .ms-xl-auto {

        margin-left: auto !important;

    }

    .p-xl-0 {

        padding: 0 !important;

    }

    .p-xl-1 {

        padding: 0.25rem !important;

    }

    .p-xl-2 {

        padding: 0.5rem !important;

    }

    .p-xl-3 {

        padding: 1rem !important;

    }

    .p-xl-4 {

        padding: 1.5rem !important;

    }

    .p-xl-5 {

        padding: 3rem !important;

    }

    .px-xl-0 {

        padding-right: 0 !important;

        padding-left: 0 !important;

    }

    .px-xl-1 {

        padding-right: 0.25rem !important;

        padding-left: 0.25rem !important;

    }

    .px-xl-2 {

        padding-right: 0.5rem !important;

        padding-left: 0.5rem !important;

    }

    .px-xl-3 {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

    }

    .px-xl-4 {

        padding-right: 1.5rem !important;

        padding-left: 1.5rem !important;

    }

    .px-xl-5 {

        padding-right: 3rem !important;

        padding-left: 3rem !important;

    }

    .py-xl-0 {

        padding-top: 0 !important;

        padding-bottom: 0 !important;

    }

    .py-xl-1 {

        padding-top: 0.25rem !important;

        padding-bottom: 0.25rem !important;

    }

    .py-xl-2 {

        padding-top: 0.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .py-xl-3 {

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

    .py-xl-4 {

        padding-top: 1.5rem !important;

        padding-bottom: 1.5rem !important;

    }

    .py-xl-5 {

        padding-top: 3rem !important;

        padding-bottom: 3rem !important;

    }

    .pt-xl-0 {

        padding-top: 0 !important;

    }

    .pt-xl-1 {

        padding-top: 0.25rem !important;

    }

    .pt-xl-2 {

        padding-top: 0.5rem !important;

    }

    .pt-xl-3 {

        padding-top: 1rem !important;

    }

    .pt-xl-4 {

        padding-top: 1.5rem !important;

    }

    .pt-xl-5 {

        padding-top: 3rem !important;

    }

    .pe-xl-0 {

        padding-right: 0 !important;

    }

    .pe-xl-1 {

        padding-right: 0.25rem !important;

    }

    .pe-xl-2 {

        padding-right: 0.5rem !important;

    }

    .pe-xl-3 {

        padding-right: 1rem !important;

    }

    .pe-xl-4 {

        padding-right: 1.5rem !important;

    }

    .pe-xl-5 {

        padding-right: 3rem !important;

    }

    .pb-xl-0 {

        padding-bottom: 0 !important;

    }

    .pb-xl-1 {

        padding-bottom: 0.25rem !important;

    }

    .pb-xl-2 {

        padding-bottom: 0.5rem !important;

    }

    .pb-xl-3 {

        padding-bottom: 1rem !important;

    }

    .pb-xl-4 {

        padding-bottom: 1.5rem !important;

    }

    .pb-xl-5 {

        padding-bottom: 3rem !important;

    }

    .ps-xl-0 {

        padding-left: 0 !important;

    }

    .ps-xl-1 {

        padding-left: 0.25rem !important;

    }

    .ps-xl-2 {

        padding-left: 0.5rem !important;

    }

    .ps-xl-3 {

        padding-left: 1rem !important;

    }

    .ps-xl-4 {

        padding-left: 1.5rem !important;

    }

    .ps-xl-5 {

        padding-left: 3rem !important;

    }

    .text-xl-start {

        text-align: left !important;

    }

    .text-xl-end {

        text-align: right !important;

    }

    .text-xl-center {

        text-align: center !important;

    }

}

@media (min-width: 1400px) {

    .float-xxl-start {

        float: left !important;

    }

    .float-xxl-end {

        float: right !important;

    }

    .float-xxl-none {

        float: none !important;

    }

    .d-xxl-inline {

        display: inline !important;

    }

    .d-xxl-inline-block {

        display: inline-block !important;

    }

    .d-xxl-block {

        display: block !important;

    }

    .d-xxl-grid {

        display: grid !important;

    }

    .d-xxl-table {

        display: table !important;

    }

    .d-xxl-table-row {

        display: table-row !important;

    }

    .d-xxl-table-cell {

        display: table-cell !important;

    }

    .d-xxl-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-xxl-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-xxl-none {

        display: none !important;

    }

    .flex-xxl-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important;

    }

    .flex-xxl-column,

    .flex-xxl-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important;

    }

    .flex-xxl-column {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important;

    }

    .flex-xxl-column-reverse,

    .flex-xxl-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

    }

    .flex-xxl-column-reverse {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

    }

    .flex-xxl-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important;

    }

    .flex-xxl-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important;

    }

    .flex-xxl-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;

    }

    .flex-xxl-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important;

    }

    .flex-xxl-wrap {

        -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important;

    }

    .flex-xxl-nowrap {

        -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;

    }

    .flex-xxl-wrap-reverse {

        -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important;

    }

    .gap-xxl-0 {

        gap: 0 !important;

    }

    .gap-xxl-1 {

        gap: 0.25rem !important;

    }

    .gap-xxl-2 {

        gap: 0.5rem !important;

    }

    .gap-xxl-3 {

        gap: 1rem !important;

    }

    .gap-xxl-4 {

        gap: 1.5rem !important;

    }

    .gap-xxl-5 {

        gap: 3rem !important;

    }

    .justify-content-xxl-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }

    .justify-content-xxl-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important;

    }

    .justify-content-xxl-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }

    .justify-content-xxl-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important;

    }

    .justify-content-xxl-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

    }

    .justify-content-xxl-evenly {

        -webkit-box-pack: space-evenly !important;

        -ms-flex-pack: space-evenly !important;

        justify-content: space-evenly !important;

    }

    .align-items-xxl-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important;

    }

    .align-items-xxl-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important;

    }

    .align-items-xxl-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important;

    }

    .align-items-xxl-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important;

    }

    .align-items-xxl-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important;

    }

    .align-content-xxl-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

    }

    .align-content-xxl-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

    }

    .align-content-xxl-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important;

    }

    .align-content-xxl-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

    }

    .align-content-xxl-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

    }

    .align-content-xxl-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

    }

    .align-self-xxl-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important;

    }

    .align-self-xxl-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important;

    }

    .align-self-xxl-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important;

    }

    .align-self-xxl-center {

        -ms-flex-item-align: center !important;

        align-self: center !important;

    }

    .align-self-xxl-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

    }

    .align-self-xxl-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

    }

    .order-xxl-first {

        -webkit-box-ordinal-group: 0 !important;

        -ms-flex-order: -1 !important;

        order: -1 !important;

    }

    .order-xxl-0 {

        -webkit-box-ordinal-group: 1 !important;

        -ms-flex-order: 0 !important;

        order: 0 !important;

    }

    .order-xxl-1 {

        -webkit-box-ordinal-group: 2 !important;

        -ms-flex-order: 1 !important;

        order: 1 !important;

    }

    .order-xxl-2 {

        -webkit-box-ordinal-group: 3 !important;

        -ms-flex-order: 2 !important;

        order: 2 !important;

    }

    .order-xxl-3 {

        -webkit-box-ordinal-group: 4 !important;

        -ms-flex-order: 3 !important;

        order: 3 !important;

    }

    .order-xxl-4 {

        -webkit-box-ordinal-group: 5 !important;

        -ms-flex-order: 4 !important;

        order: 4 !important;

    }

    .order-xxl-5 {

        -webkit-box-ordinal-group: 6 !important;

        -ms-flex-order: 5 !important;

        order: 5 !important;

    }

    .order-xxl-last {

        -webkit-box-ordinal-group: 7 !important;

        -ms-flex-order: 6 !important;

        order: 6 !important;

    }

    .m-xxl-0 {

        margin: 0 !important;

    }

    .m-xxl-1 {

        margin: 0.25rem !important;

    }

    .m-xxl-2 {

        margin: 0.5rem !important;

    }

    .m-xxl-3 {

        margin: 1rem !important;

    }

    .m-xxl-4 {

        margin: 1.5rem !important;

    }

    .m-xxl-5 {

        margin: 3rem !important;

    }

    .m-xxl-auto {

        margin: auto !important;

    }

    .mx-xxl-0 {

        margin-right: 0 !important;

        margin-left: 0 !important;

    }

    .mx-xxl-1 {

        margin-right: 0.25rem !important;

        margin-left: 0.25rem !important;

    }

    .mx-xxl-2 {

        margin-right: 0.5rem !important;

        margin-left: 0.5rem !important;

    }

    .mx-xxl-3 {

        margin-right: 1rem !important;

        margin-left: 1rem !important;

    }

    .mx-xxl-4 {

        margin-right: 1.5rem !important;

        margin-left: 1.5rem !important;

    }

    .mx-xxl-5 {

        margin-right: 3rem !important;

        margin-left: 3rem !important;

    }

    .mx-xxl-auto {

        margin-right: auto !important;

        margin-left: auto !important;

    }

    .my-xxl-0 {

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }

    .my-xxl-1 {

        margin-top: 0.25rem !important;

        margin-bottom: 0.25rem !important;

    }

    .my-xxl-2 {

        margin-top: 0.5rem !important;

        margin-bottom: 0.5rem !important;

    }

    .my-xxl-3 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    .my-xxl-4 {

        margin-top: 1.5rem !important;

        margin-bottom: 1.5rem !important;

    }

    .my-xxl-5 {

        margin-top: 3rem !important;

        margin-bottom: 3rem !important;

    }

    .my-xxl-auto {

        margin-top: auto !important;

        margin-bottom: auto !important;

    }

    .mt-xxl-0 {

        margin-top: 0 !important;

    }

    .mt-xxl-1 {

        margin-top: 0.25rem !important;

    }

    .mt-xxl-2 {

        margin-top: 0.5rem !important;

    }

    .mt-xxl-3 {

        margin-top: 1rem !important;

    }

    .mt-xxl-4 {

        margin-top: 1.5rem !important;

    }

    .mt-xxl-5 {

        margin-top: 3rem !important;

    }

    .mt-xxl-auto {

        margin-top: auto !important;

    }

    .me-xxl-0 {

        margin-right: 0 !important;

    }

    .me-xxl-1 {

        margin-right: 0.25rem !important;

    }

    .me-xxl-2 {

        margin-right: 0.5rem !important;

    }

    .me-xxl-3 {

        margin-right: 1rem !important;

    }

    .me-xxl-4 {

        margin-right: 1.5rem !important;

    }

    .me-xxl-5 {

        margin-right: 3rem !important;

    }

    .me-xxl-auto {

        margin-right: auto !important;

    }

    .mb-xxl-0 {

        margin-bottom: 0 !important;

    }

    .mb-xxl-1 {

        margin-bottom: 0.25rem !important;

    }

    .mb-xxl-2 {

        margin-bottom: 0.5rem !important;

    }

    .mb-xxl-3 {

        margin-bottom: 1rem !important;

    }

    .mb-xxl-4 {

        margin-bottom: 1.5rem !important;

    }

    .mb-xxl-5 {

        margin-bottom: 3rem !important;

    }

    .mb-xxl-auto {

        margin-bottom: auto !important;

    }

    .ms-xxl-0 {

        margin-left: 0 !important;

    }

    .ms-xxl-1 {

        margin-left: 0.25rem !important;

    }

    .ms-xxl-2 {

        margin-left: 0.5rem !important;

    }

    .ms-xxl-3 {

        margin-left: 1rem !important;

    }

    .ms-xxl-4 {

        margin-left: 1.5rem !important;

    }

    .ms-xxl-5 {

        margin-left: 3rem !important;

    }

    .ms-xxl-auto {

        margin-left: auto !important;

    }

    .p-xxl-0 {

        padding: 0 !important;

    }

    .p-xxl-1 {

        padding: 0.25rem !important;

    }

    .p-xxl-2 {

        padding: 0.5rem !important;

    }

    .p-xxl-3 {

        padding: 1rem !important;

    }

    .p-xxl-4 {

        padding: 1.5rem !important;

    }

    .p-xxl-5 {

        padding: 3rem !important;

    }

    .px-xxl-0 {

        padding-right: 0 !important;

        padding-left: 0 !important;

    }

    .px-xxl-1 {

        padding-right: 0.25rem !important;

        padding-left: 0.25rem !important;

    }

    .px-xxl-2 {

        padding-right: 0.5rem !important;

        padding-left: 0.5rem !important;

    }

    .px-xxl-3 {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

    }

    .px-xxl-4 {

        padding-right: 1.5rem !important;

        padding-left: 1.5rem !important;

    }

    .px-xxl-5 {

        padding-right: 3rem !important;

        padding-left: 3rem !important;

    }

    .py-xxl-0 {

        padding-top: 0 !important;

        padding-bottom: 0 !important;

    }

    .py-xxl-1 {

        padding-top: 0.25rem !important;

        padding-bottom: 0.25rem !important;

    }

    .py-xxl-2 {

        padding-top: 0.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .py-xxl-3 {

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

    .py-xxl-4 {

        padding-top: 1.5rem !important;

        padding-bottom: 1.5rem !important;

    }

    .py-xxl-5 {

        padding-top: 3rem !important;

        padding-bottom: 3rem !important;

    }

    .pt-xxl-0 {

        padding-top: 0 !important;

    }

    .pt-xxl-1 {

        padding-top: 0.25rem !important;

    }

    .pt-xxl-2 {

        padding-top: 0.5rem !important;

    }

    .pt-xxl-3 {

        padding-top: 1rem !important;

    }

    .pt-xxl-4 {

        padding-top: 1.5rem !important;

    }

    .pt-xxl-5 {

        padding-top: 3rem !important;

    }

    .pe-xxl-0 {

        padding-right: 0 !important;

    }

    .pe-xxl-1 {

        padding-right: 0.25rem !important;

    }

    .pe-xxl-2 {

        padding-right: 0.5rem !important;

    }

    .pe-xxl-3 {

        padding-right: 1rem !important;

    }

    .pe-xxl-4 {

        padding-right: 1.5rem !important;

    }

    .pe-xxl-5 {

        padding-right: 3rem !important;

    }

    .pb-xxl-0 {

        padding-bottom: 0 !important;

    }

    .pb-xxl-1 {

        padding-bottom: 0.25rem !important;

    }

    .pb-xxl-2 {

        padding-bottom: 0.5rem !important;

    }

    .pb-xxl-3 {

        padding-bottom: 1rem !important;

    }

    .pb-xxl-4 {

        padding-bottom: 1.5rem !important;

    }

    .pb-xxl-5 {

        padding-bottom: 3rem !important;

    }

    .ps-xxl-0 {

        padding-left: 0 !important;

    }

    .ps-xxl-1 {

        padding-left: 0.25rem !important;

    }

    .ps-xxl-2 {

        padding-left: 0.5rem !important;

    }

    .ps-xxl-3 {

        padding-left: 1rem !important;

    }

    .ps-xxl-4 {

        padding-left: 1.5rem !important;

    }

    .ps-xxl-5 {

        padding-left: 3rem !important;

    }

    .text-xxl-start {

        text-align: left !important;

    }

    .text-xxl-end {

        text-align: right !important;

    }

    .text-xxl-center {

        text-align: center !important;

    }

}

@media (min-width: 1600px) {

    .float-xxlg-start {

        float: left !important;

    }

    .float-xxlg-end {

        float: right !important;

    }

    .float-xxlg-none {

        float: none !important;

    }

    .d-xxlg-inline {

        display: inline !important;

    }

    .d-xxlg-inline-block {

        display: inline-block !important;

    }

    .d-xxlg-block {

        display: block !important;

    }

    .d-xxlg-grid {

        display: grid !important;

    }

    .d-xxlg-table {

        display: table !important;

    }

    .d-xxlg-table-row {

        display: table-row !important;

    }

    .d-xxlg-table-cell {

        display: table-cell !important;

    }

    .d-xxlg-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-xxlg-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-xxlg-none {

        display: none !important;

    }

    .flex-xxlg-fill {

        -webkit-box-flex: 1 !important;

        -ms-flex: 1 1 auto !important;

        flex: 1 1 auto !important;

    }

    .flex-xxlg-column,

    .flex-xxlg-row {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: normal !important;

        -ms-flex-direction: row !important;

        flex-direction: row !important;

    }

    .flex-xxlg-column {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column !important;

        flex-direction: column !important;

    }

    .flex-xxlg-column-reverse,

    .flex-xxlg-row-reverse {

        -webkit-box-orient: horizontal !important;

        -webkit-box-direction: reverse !important;

        -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

    }

    .flex-xxlg-column-reverse {

        -webkit-box-orient: vertical !important;

        -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

    }

    .flex-xxlg-grow-0 {

        -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

        flex-grow: 0 !important;

    }

    .flex-xxlg-grow-1 {

        -webkit-box-flex: 1 !important;

        -ms-flex-positive: 1 !important;

        flex-grow: 1 !important;

    }

    .flex-xxlg-shrink-0 {

        -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;

    }

    .flex-xxlg-shrink-1 {

        -ms-flex-negative: 1 !important;

        flex-shrink: 1 !important;

    }

    .flex-xxlg-wrap {

        -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important;

    }

    .flex-xxlg-nowrap {

        -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;

    }

    .flex-xxlg-wrap-reverse {

        -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important;

    }

    .gap-xxlg-0 {

        gap: 0 !important;

    }

    .gap-xxlg-1 {

        gap: 0.25rem !important;

    }

    .gap-xxlg-2 {

        gap: 0.5rem !important;

    }

    .gap-xxlg-3 {

        gap: 1rem !important;

    }

    .gap-xxlg-4 {

        gap: 1.5rem !important;

    }

    .gap-xxlg-5 {

        gap: 3rem !important;

    }

    .justify-content-xxlg-start {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }

    .justify-content-xxlg-end {

        -webkit-box-pack: end !important;

        -ms-flex-pack: end !important;

        justify-content: flex-end !important;

    }

    .justify-content-xxlg-center {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }

    .justify-content-xxlg-between {

        -webkit-box-pack: justify !important;

        -ms-flex-pack: justify !important;

        justify-content: space-between !important;

    }

    .justify-content-xxlg-around {

        -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

    }

    .justify-content-xxlg-evenly {

        -webkit-box-pack: space-evenly !important;

        -ms-flex-pack: space-evenly !important;

        justify-content: space-evenly !important;

    }

    .align-items-xxlg-start {

        -webkit-box-align: start !important;

        -ms-flex-align: start !important;

        align-items: flex-start !important;

    }

    .align-items-xxlg-end {

        -webkit-box-align: end !important;

        -ms-flex-align: end !important;

        align-items: flex-end !important;

    }

    .align-items-xxlg-center {

        -webkit-box-align: center !important;

        -ms-flex-align: center !important;

        align-items: center !important;

    }

    .align-items-xxlg-baseline {

        -webkit-box-align: baseline !important;

        -ms-flex-align: baseline !important;

        align-items: baseline !important;

    }

    .align-items-xxlg-stretch {

        -webkit-box-align: stretch !important;

        -ms-flex-align: stretch !important;

        align-items: stretch !important;

    }

    .align-content-xxlg-start {

        -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

    }

    .align-content-xxlg-end {

        -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

    }

    .align-content-xxlg-center {

        -ms-flex-line-pack: center !important;

        align-content: center !important;

    }

    .align-content-xxlg-between {

        -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

    }

    .align-content-xxlg-around {

        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

    }

    .align-content-xxlg-stretch {

        -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

    }

    .align-self-xxlg-auto {

        -ms-flex-item-align: auto !important;

        align-self: auto !important;

    }

    .align-self-xxlg-start {

        -ms-flex-item-align: start !important;

        align-self: flex-start !important;

    }

    .align-self-xxlg-end {

        -ms-flex-item-align: end !important;

        align-self: flex-end !important;

    }

    .align-self-xxlg-center {

        -ms-flex-item-align: center !important;

        align-self: center !important;

    }

    .align-self-xxlg-baseline {

        -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

    }

    .align-self-xxlg-stretch {

        -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

    }

    .order-xxlg-first {

        -webkit-box-ordinal-group: 0 !important;

        -ms-flex-order: -1 !important;

        order: -1 !important;

    }

    .order-xxlg-0 {

        -webkit-box-ordinal-group: 1 !important;

        -ms-flex-order: 0 !important;

        order: 0 !important;

    }

    .order-xxlg-1 {

        -webkit-box-ordinal-group: 2 !important;

        -ms-flex-order: 1 !important;

        order: 1 !important;

    }

    .order-xxlg-2 {

        -webkit-box-ordinal-group: 3 !important;

        -ms-flex-order: 2 !important;

        order: 2 !important;

    }

    .order-xxlg-3 {

        -webkit-box-ordinal-group: 4 !important;

        -ms-flex-order: 3 !important;

        order: 3 !important;

    }

    .order-xxlg-4 {

        -webkit-box-ordinal-group: 5 !important;

        -ms-flex-order: 4 !important;

        order: 4 !important;

    }

    .order-xxlg-5 {

        -webkit-box-ordinal-group: 6 !important;

        -ms-flex-order: 5 !important;

        order: 5 !important;

    }

    .order-xxlg-last {

        -webkit-box-ordinal-group: 7 !important;

        -ms-flex-order: 6 !important;

        order: 6 !important;

    }

    .m-xxlg-0 {

        margin: 0 !important;

    }

    .m-xxlg-1 {

        margin: 0.25rem !important;

    }

    .m-xxlg-2 {

        margin: 0.5rem !important;

    }

    .m-xxlg-3 {

        margin: 1rem !important;

    }

    .m-xxlg-4 {

        margin: 1.5rem !important;

    }

    .m-xxlg-5 {

        margin: 3rem !important;

    }

    .m-xxlg-auto {

        margin: auto !important;

    }

    .mx-xxlg-0 {

        margin-right: 0 !important;

        margin-left: 0 !important;

    }

    .mx-xxlg-1 {

        margin-right: 0.25rem !important;

        margin-left: 0.25rem !important;

    }

    .mx-xxlg-2 {

        margin-right: 0.5rem !important;

        margin-left: 0.5rem !important;

    }

    .mx-xxlg-3 {

        margin-right: 1rem !important;

        margin-left: 1rem !important;

    }

    .mx-xxlg-4 {

        margin-right: 1.5rem !important;

        margin-left: 1.5rem !important;

    }

    .mx-xxlg-5 {

        margin-right: 3rem !important;

        margin-left: 3rem !important;

    }

    .mx-xxlg-auto {

        margin-right: auto !important;

        margin-left: auto !important;

    }

    .my-xxlg-0 {

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }

    .my-xxlg-1 {

        margin-top: 0.25rem !important;

        margin-bottom: 0.25rem !important;

    }

    .my-xxlg-2 {

        margin-top: 0.5rem !important;

        margin-bottom: 0.5rem !important;

    }

    .my-xxlg-3 {

        margin-top: 1rem !important;

        margin-bottom: 1rem !important;

    }

    .my-xxlg-4 {

        margin-top: 1.5rem !important;

        margin-bottom: 1.5rem !important;

    }

    .my-xxlg-5 {

        margin-top: 3rem !important;

        margin-bottom: 3rem !important;

    }

    .my-xxlg-auto {

        margin-top: auto !important;

        margin-bottom: auto !important;

    }

    .mt-xxlg-0 {

        margin-top: 0 !important;

    }

    .mt-xxlg-1 {

        margin-top: 0.25rem !important;

    }

    .mt-xxlg-2 {

        margin-top: 0.5rem !important;

    }

    .mt-xxlg-3 {

        margin-top: 1rem !important;

    }

    .mt-xxlg-4 {

        margin-top: 1.5rem !important;

    }

    .mt-xxlg-5 {

        margin-top: 3rem !important;

    }

    .mt-xxlg-auto {

        margin-top: auto !important;

    }

    .me-xxlg-0 {

        margin-right: 0 !important;

    }

    .me-xxlg-1 {

        margin-right: 0.25rem !important;

    }

    .me-xxlg-2 {

        margin-right: 0.5rem !important;

    }

    .me-xxlg-3 {

        margin-right: 1rem !important;

    }

    .me-xxlg-4 {

        margin-right: 1.5rem !important;

    }

    .me-xxlg-5 {

        margin-right: 3rem !important;

    }

    .me-xxlg-auto {

        margin-right: auto !important;

    }

    .mb-xxlg-0 {

        margin-bottom: 0 !important;

    }

    .mb-xxlg-1 {

        margin-bottom: 0.25rem !important;

    }

    .mb-xxlg-2 {

        margin-bottom: 0.5rem !important;

    }

    .mb-xxlg-3 {

        margin-bottom: 1rem !important;

    }

    .mb-xxlg-4 {

        margin-bottom: 1.5rem !important;

    }

    .mb-xxlg-5 {

        margin-bottom: 3rem !important;

    }

    .mb-xxlg-auto {

        margin-bottom: auto !important;

    }

    .ms-xxlg-0 {

        margin-left: 0 !important;

    }

    .ms-xxlg-1 {

        margin-left: 0.25rem !important;

    }

    .ms-xxlg-2 {

        margin-left: 0.5rem !important;

    }

    .ms-xxlg-3 {

        margin-left: 1rem !important;

    }

    .ms-xxlg-4 {

        margin-left: 1.5rem !important;

    }

    .ms-xxlg-5 {

        margin-left: 3rem !important;

    }

    .ms-xxlg-auto {

        margin-left: auto !important;

    }

    .p-xxlg-0 {

        padding: 0 !important;

    }

    .p-xxlg-1 {

        padding: 0.25rem !important;

    }

    .p-xxlg-2 {

        padding: 0.5rem !important;

    }

    .p-xxlg-3 {

        padding: 1rem !important;

    }

    .p-xxlg-4 {

        padding: 1.5rem !important;

    }

    .p-xxlg-5 {

        padding: 3rem !important;

    }

    .px-xxlg-0 {

        padding-right: 0 !important;

        padding-left: 0 !important;

    }

    .px-xxlg-1 {

        padding-right: 0.25rem !important;

        padding-left: 0.25rem !important;

    }

    .px-xxlg-2 {

        padding-right: 0.5rem !important;

        padding-left: 0.5rem !important;

    }

    .px-xxlg-3 {

        padding-right: 1rem !important;

        padding-left: 1rem !important;

    }

    .px-xxlg-4 {

        padding-right: 1.5rem !important;

        padding-left: 1.5rem !important;

    }

    .px-xxlg-5 {

        padding-right: 3rem !important;

        padding-left: 3rem !important;

    }

    .py-xxlg-0 {

        padding-top: 0 !important;

        padding-bottom: 0 !important;

    }

    .py-xxlg-1 {

        padding-top: 0.25rem !important;

        padding-bottom: 0.25rem !important;

    }

    .py-xxlg-2 {

        padding-top: 0.5rem !important;

        padding-bottom: 0.5rem !important;

    }

    .py-xxlg-3 {

        padding-top: 1rem !important;

        padding-bottom: 1rem !important;

    }

    .py-xxlg-4 {

        padding-top: 1.5rem !important;

        padding-bottom: 1.5rem !important;

    }

    .py-xxlg-5 {

        padding-top: 3rem !important;

        padding-bottom: 3rem !important;

    }

    .pt-xxlg-0 {

        padding-top: 0 !important;

    }

    .pt-xxlg-1 {

        padding-top: 0.25rem !important;

    }

    .pt-xxlg-2 {

        padding-top: 0.5rem !important;

    }

    .pt-xxlg-3 {

        padding-top: 1rem !important;

    }

    .pt-xxlg-4 {

        padding-top: 1.5rem !important;

    }

    .pt-xxlg-5 {

        padding-top: 3rem !important;

    }

    .pe-xxlg-0 {

        padding-right: 0 !important;

    }

    .pe-xxlg-1 {

        padding-right: 0.25rem !important;

    }

    .pe-xxlg-2 {

        padding-right: 0.5rem !important;

    }

    .pe-xxlg-3 {

        padding-right: 1rem !important;

    }

    .pe-xxlg-4 {

        padding-right: 1.5rem !important;

    }

    .pe-xxlg-5 {

        padding-right: 3rem !important;

    }

    .pb-xxlg-0 {

        padding-bottom: 0 !important;

    }

    .pb-xxlg-1 {

        padding-bottom: 0.25rem !important;

    }

    .pb-xxlg-2 {

        padding-bottom: 0.5rem !important;

    }

    .pb-xxlg-3 {

        padding-bottom: 1rem !important;

    }

    .pb-xxlg-4 {

        padding-bottom: 1.5rem !important;

    }

    .pb-xxlg-5 {

        padding-bottom: 3rem !important;

    }

    .ps-xxlg-0 {

        padding-left: 0 !important;

    }

    .ps-xxlg-1 {

        padding-left: 0.25rem !important;

    }

    .ps-xxlg-2 {

        padding-left: 0.5rem !important;

    }

    .ps-xxlg-3 {

        padding-left: 1rem !important;

    }

    .ps-xxlg-4 {

        padding-left: 1.5rem !important;

    }

    .ps-xxlg-5 {

        padding-left: 3rem !important;

    }

    .text-xxlg-start {

        text-align: left !important;

    }

    .text-xxlg-end {

        text-align: right !important;

    }

    .text-xxlg-center {

        text-align: center !important;

    }

}

@media (min-width: 1200px) {

    .fs-1 {

        font-size: 2.5rem !important;

    }

    .fs-2 {

        font-size: 2rem !important;

    }

    .fs-3 {

        font-size: 1.75rem !important;

    }

    .fs-4 {

        font-size: 1.5rem !important;

    }

}

@media print {

    .d-print-inline {

        display: inline !important;

    }

    .d-print-inline-block {

        display: inline-block !important;

    }

    .d-print-block {

        display: block !important;

    }

    .d-print-grid {

        display: grid !important;

    }

    .d-print-table {

        display: table !important;

    }

    .d-print-table-row {

        display: table-row !important;

    }

    .d-print-table-cell {

        display: table-cell !important;

    }

    .d-print-flex {

        display: -webkit-box !important;

        display: -ms-flexbox !important;

        display: flex !important;

    }

    .d-print-inline-flex {

        display: -webkit-inline-box !important;

        display: -ms-inline-flexbox !important;

        display: inline-flex !important;

    }

    .d-print-none {

        display: none !important;

    }

}

body p {

    font-size: 0.875rem;

    line-height: 1.375rem;

    margin: 0;

    padding: 0;

}

@media (min-width: 992px) {

    body p {

        font-size: 1rem;

        line-height: 1.625rem;

    }

}

@media (min-width: 1600px) {

    body p {

        font-size: 1.3125rem;

        line-height: 2rem;

    }

    .container {

        max-width: 1520px;

    }

}

@media (max-width: 767.98px) {

    .Nk-px-mob {

        padding: 0 !important;

    }

    .Nk-pe-mob {

        padding-right: 0;

    }

    .Nk-only-desktop {

        display: none !important;

    }

}

@media (min-width: 992px) {

    .Nk-only-mobile {

        display: none !important;

    }

}

@media (min-width: 768px) {

    .Nk-only-mobile-md {

        display: none !important;

    }

}

@media (max-width: 767.98px) {

    .Nk-only-mobile-hidden {

        overflow: hidden;

    }

}

@media (max-width: 991.98px) {

    .Nk-only-tablet-hidden {

        overflow: hidden;

    }

}

@media (max-width: 1280px) {

    .Nk-only-desktop-hidden {

        overflow: hidden;

    }

}

.Nk-topspace8 {

    padding-top: 6rem;

}

@media (min-width: 768px) {

    .Nk-topspace8 {

        padding-top: 8rem;

    }

}

@media (min-width: 992px) {

    .Nk-scaleout-09 {

        -webkit-transform: scale(0.9);

        -ms-transform: scale(0.9);

        transform: scale(0.9);

    }

}

@media (min-width: 768px) {

    .Nk-vh {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        height: 100vh;

    }

}

.Nk-hv-center {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

@media (max-width: 767.98px) {

    .flex-colum-mb {

        -webkit-box-orient: vertical;

        -webkit-box-direction: reverse;

        -ms-flex-direction: column-reverse;

        flex-direction: column-reverse;

    }

    .Nk-mob-bold {

        font-weight: 600;

    }

}

.Nk-h1 {

    font-size: 40px;

    line-height: 50px;

    letter-spacing: -0.05em;

    color: #fff;

    font-weight: 700;

}

@media (min-width: 1200px) {

    .Nk-h1 {

        font-size: 40px;

        line-height: 48px;

    }

}

@media (min-width: 1336px) {

    .Nk-h1 {

        font-size: 64px;

        line-height: 80px;

    }

}

@media (min-width: 1600px) {

    .Nk-h1 {

        font-size: 90px;

        line-height: 98px;

    }

}

.Nk-h2 {

    font-size: 24px;

    line-height: 32px;

    font-weight: 700;

    letter-spacing: -0.05em;

    color: #fff;

}

@media (min-width: 1200px) {

    .Nk-h2 {

        font-size: 40px;

        line-height: 40px;

    }

}

@media (min-width: 1400px) {

    .Nk-h2 {

        font-size: 60px;

        line-height: 60px;

    }

}

.tags {

    font-weight: 600;

    font-size: 16px;

    line-height: 24px;

    text-transform: uppercase;

    color: #fff;

    opacity: 0.8;

}

@media (max-width: 767.98px) {

    .tags {

        font-size: 12px;

    }

}

.Nk-h3 {

    font-weight: 600;

    font-size: 24px;

    line-height: 32px;

    letter-spacing: -0.04em;

    color: #000;

}

@media (min-width: 1200px) {

    .Nk-h3 {

        font-size: 28px;

        line-height: 36px;

    }

}

@media (min-width: 1600px) {

    .Nk-h3 {

        font-size: 40px;

        line-height: 50px;

    }

}

.fnt-48 {

    font-size: 32px;

    line-height: 40px;

    letter-spacing: -0.05em;

    font-weight: 700;

    color: #051d60;

    margin-bottom: 16px;

}

@media (min-width: 1200px) {

    .fnt-48 {

        font-size: 48px;

        line-height: 56px;

        margin-bottom: 48px;

    }

}

.Nk-home .sec-p,

.sec-p {

    padding: 24px 0;

}

@media (min-width: 1200px) {

    .Nk-home .sec-p {

        padding: 80px 0;

    }

}

@media (min-width: 1600px) {

    .Nk-home .sec-p {

        padding: 100px 0;

    }

}

@media (min-width: 992px) and (max-width: 1399.98px) {

    .help .h3,

    .help h3 {

        font-size: 34px !important;

        line-height: 42px !important;

        margin-bottom: 24px;

    }

    .help .h3 + p,

    .help h3 + p {

        height: 260px;

        padding-right: 20px;

    }

}

@media (min-width: 1200px) {

    .sec-p {

        padding: 80px 0;

    }

}

@media (min-width: 1600px) {

    .sec-p {

        padding: 100px 0;

    }

}

[data-aos="overlay"] {

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition-property: opacity, -webkit-transform;

    -o-transition-property: transform, opacity;

    transition-property: transform, opacity;

    transition-property: transform, opacity, -webkit-transform;

    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

}

[data-aos="overlay"].aos-animate {

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

}

.clr-w {

    color: #fff;

}

.clr-b {

    color: #000;

}

.Nk-filter .experiance-container .experiance__btnWrp__btn input,

.btn--b-trans,

.btn--blue-trans,

.c-details p,

.clr-0d {

    color: #0d131f !important;

}

.clr-0e {

    color: #0e0e0e;

}

.clr-05 {

    color: #051d60;

}

.clr-84 {

    color: #8492a6;

}

.Nk-filter .experiance-container .experiance__btnWrp__btn input,

.fnt-600 {

    font-weight: 600;

}

.c-details p,

.fnt-20 {

    font-size: 20px;

    line-height: 32px;

}

@media (max-width: 767.98px) {

    .c-details p,

    .fnt-20 {

        font-size: 16px;

        line-height: 24px;

    }

}

.fnt-64 {

    font-weight: 800;

    font-size: 64px;

    line-height: 60px;

    letter-spacing: -0.05em;

    color: #0d131f;

}

@media (max-width: 767.98px) {

    .fnt-64 {

        font-size: 32px;

        line-height: 40px;

    }

}

.Nk-filter .experiance-container .experiance__btnWrp__btn input,

.fnt-16 {

    font-size: 16px !important;

    line-height: 26px;

}

.fnt-italic-24 {

    font-style: italic;

    font-weight: 600;

    font-size: 24px;

    line-height: 40px;

    color: #0d131f;

}

@media (max-width: 767.98px) {

    .fnt-italic-24 {

        font-size: 18px;

        line-height: 24px;

    }

}

.btn {

    font-size: 14px;

    line-height: 26px;

    padding: 11px 45px;

    width: 100%;

    -webkit-border-radius: 50px !important;

    border-radius: 50px !important;

    font-weight: 700;

    text-align: center;

}

@media (min-width: 768px) {

    .btn {

        width: auto;

        padding: 14px 25px;

        font-size: 16px;

        line-height: 26px;

    }

}

@media (min-width: 1600px) {

    .btn {

        width: auto;

        padding: 17px 45px;

        font-size: 16px;

        line-height: 26px;

    }

}

.btn--sm {

    padding: 8px 32px;

}

.btn--sm i,

.btn--sm:hover i {

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;

}

.btn--sm i {

    width: 24px !important;

    margin-left: 16px;

    font-size: 24px;

}

.btn--sm:hover {

    color: #fff;

    background-color: #051d60;

}

.btn--sm:hover i {

    color: #fff;

    -webkit-transform: translateX(8px);

    -ms-transform: translateX(8px);

    transform: translateX(8px);

}

.btn--w {

    background-color: #fff;

    color: #051d60;

}

.btn--trans {

    color: #fff;

    border: 1px solid #fff;

    background-color: transparent;

}

.btn--b-trans {

    border: 1px solid #0d131f;

}

.btn--blue-trans {

    border: 1px solid #051d60;

}

@media (min-width: 768px) {

    .btn--eq-width {

        min-width: 205px;

    }

}

.btn--blue {

    background: #051d60;

    color: #fff;

}

.btn--blue.btn-disable {

    background-color: #bec3d3e6;

    pointer-events: none;

}

.btn--blue:hover {

    color: #051d60 !important;

}

.backtoHome:hover {

    color: #fff !important;

}

.backtoHome i,

.backtoHome:hover i {

    -webkit-transition: all ease 0.5s;

    -o-transition: all ease 0.5s;

    transition: all ease 0.5s;

}

.backtoHome:hover i {

    -webkit-transform: translateX(6px);

    -ms-transform: translateX(6px);

    transform: translateX(6px);

}

.backtoHome i {

    margin-left: 6px;

}

.bg-0d {

    background: #0d131f;

}

.Nk-tabs {

    margin: 12px 0;

}

@media (min-width: 1400px) {

    .Nk-tabs {

        margin: 48px 0;

    }

}

@media (max-width: 767.98px) {

    .Nk-tabs .swiper-slide {

        width: auto;

    }

}

.Nk-tabs .nav-link {

    font-size: 20px;

    line-height: 24px;

    color: #000 !important;

    font-weight: 400;

    border: 0;

    margin-left: 0 !important;

    margin-right: 100px !important;

    background-color: transparent;

}

.Nk-tabs .nav-link.active {

    color: #000 !important;

    font-weight: 700;

}

.dfc {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    overflow: hidden;

}

.error-404 {

    background-color: #fff !important;

}

.error-404 .kn-banner__img {

    -o-object-fit: contain;

    object-fit: contain;

}

@media (min-width: 1600px) {

    .error-404 .kn-banner__wrp {

        max-width: 530px;

    }

}

@media (max-width: 767.98px) {

    .error-404 .kn-banner__wrp img {

        width: 100%;

        -o-object-fit: contain;

        object-fit: contain;

    }

}

.Nk-card--lg__img {

    width: 100%;

    height: 400px;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (min-width: 1400px) {

    .Nk-card--lg__img {

        height: 680px;

    }

}

.Nk-card--lg__body {

    margin-top: 24px;

}

.Nk-card--lg__body__date {

    color: #051d60;

}

.Nk-card--lg__body__tag {

    color: #8d8d8d;

}

.Nk-card--lg__body span,

.Nk-card--sm__card__body span {

    font-weight: 600;

    font-size: 12px;

    line-height: 28px;

    text-transform: uppercase;

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .Nk-card--sm {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

    }

}

.Nk-card--sm__card {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 10px 0;

}

@media (min-width: 1400px) {

    .Nk-card--sm__card:first-of-type {

        padding-top: 0;

    }

}

@media (min-width: 992px) and (max-width: 1599.98px) {

    .Nk-card--sm__card:nth-child(4) {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

    }

}

@media (max-width: 767.98px) {

    .Nk-card--sm__card {

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

}



.Nk-card--sm__card__img {

    display: none;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (min-width: 768px) {

    .Nk-card--sm__card__img {

        width: 160px;

        height: 160px;

        display: block;

    }

}

@media (min-width: 1400px) {

    .Nk-card--sm__card__img {

        width: 180px;

        height: 180px;

    }

}

@media (min-width: 768px) {

    .Nk-card--sm__card__body {

        margin-left: 20px;

    }

}

@media (min-width: 1400px) {

    .Nk-card--sm__card__body {

        margin-left: 40px;

    }

}

.Nk-card--sm__card__body .fnt-12 {

    text-transform: uppercase;

}

.Nk-card--sm__card__body__date {

    color: #051d60;

}

.Nk-card--sm__card__body__tag {

    color: #8d8d8d;

}

.Nk-card--sm__card__body__desc {

    font-weight: 600;

    font-size: 20px;

    line-height: 25px;

    letter-spacing: -0.04em;

    color: #000;

}

@media (min-width: 1400px) {

    .Nk-card--sm__card__body__desc {

        font-size: 24px;

        line-height: 31px;

    }

}

.mbl-right-p {

    margin-top: 24px;

}

@media (min-width: 768px) {

    .mbl-right-p {

        margin-top: 0;

        padding-right: 0;

    }

}

.left-container {

    margin-left: auto;

    padding-left: 12px;

    padding-right: 12px;

}

@media (min-width: 576px) {

    .left-container {

        padding-left: 15px;

        padding-right: 15px;

        max-width: calc(((100% - 540px) / 2) + 540px);

    }

}

@media (min-width: 768px) {

    .left-container {

        max-width: calc(((100% - 720px) / 2) + 720px);

    }

}

@media (min-width: 992px) {

    .left-container {

        max-width: calc(((100% - 960px) / 2) + 960px);

    }

}

@media (min-width: 1200px) {

    .left-container {

        max-width: calc(((100% - 1125px) / 2) + 1125px);

    }

}

@media (min-width: 1600px) {

    .left-container {

        padding-left: 24px;

        padding-right: 24px;

        max-width: calc(((100% - 1500px) / 2) + 1500px);

    }

}

.right-container {

    margin-right: auto;

    width: 100%;

    max-width: 100%;

    padding-right: 12px;

    padding-left: 12px;

}

@media (min-width: 576px) {

    .right-container {

        max-width: calc(((100% - 540px) / 2) + 540px);

        padding-right: 15px;

        padding-left: 15px;

    }

}

@media (min-width: 768px) {

    .right-container {

        max-width: calc(((100% - 720px) / 2) + 720px);

    }

}

@media (min-width: 992px) {

    .right-container {

        padding-left: 24px;

        padding-right: 24px;

        max-width: calc(((100% - 960px) / 2) + 960px);

    }

}

@media (min-width: 1200px) {

    .right-container {

        max-width: calc(((100% - 1125px) / 2) + 1125px);

    }

}

@media (min-width: 1600px) {

    .right-container {

        max-width: calc(((100% - 1500px) / 2) + 1500px);

    }

}

.mt-42 {

    margin-top: 42px;

}

@media (min-width: 768px) {

    .mt-42 {

        margin-top: 20px;

    }

}

@media (min-width: 1600px) {

    .mt-42 {

        margin-top: 42px;

    }

}

.mt-32 {

    margin-top: 16px;

}

@media (min-width: 768px) {

    .mt-32 {

        margin-top: 32px;

    }

}

.mt-50 {

    margin-top: 50px;

}

@media (max-width: 1599.98px) {

    .mt-50 {

        margin-top: 24px;

    }

}

@media (max-width: 767.98px) {

    .mt-50 {

        margin-top: 16px;

    }

}

.main {

    padding-top: 80px;

}

@media (max-width: 767.98px) {

    .btn-group {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        width: 100%;

    }

    .btn-group .btn {

        width: 100%;

        margin-top: 20px;

    }

}

.mt-80 {

    margin-top: 80px;

}

@media (max-width: 767.98px) {

    .mt-80 {

        margin-top: 16px;

    }

}

.os-scrollbar-vertical {

    background: #f4f4f4;

    -webkit-border-radius: 4px;

    border-radius: 4px;

}

.js-careers-drop {

    padding-right: 20px !important;

    position: relative;

}

.js-careers-drop::before {

    position: absolute;

    content: "";

    background-image: url(../img/icons/arrow-w-down.svg);

    right: 14px;

    width: 16px;

    height: 16px;

    top: 6px;

}

.careers-drop-menu {

    position: absolute;

    /* margin-top: 5px; */

    background: #fff;

    -webkit-border-radius: 6px;

    border-radius: 6px;

    padding: 16px 24px !important;

    width: 180px;

    right: 0;

    text-align: left;

}



@media (max-width:991px){

	.careers-drop-menu {

	left:20px;

	z-index:99;

}

}

.careers-drop-menu a {

    margin-top: 0 !important;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.8;

    font-weight: 600;

    text-decoration: none;

}

.careers-drop-menu li:not(:last-child) {

    margin-bottom: 12px;

}

.preview-container {

    margin-top: 24px;

}

@media (max-width: 991.98px) {

    .preview-container {

        margin-top: 8px;

    }

}

.preview-container .secondary-content,

.preview-container .zdrop-info div {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.preview-container .zdrop-info p {

    font-weight: 500;

    font-size: 18px;

    line-height: 30px;

    letter-spacing: -0.04em;

    color: #051d60;

}

.preview-container .collection-item {

    max-width: 373px;

    border: 1px solid #051d60;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 49px;

    border-radius: 49px;

    padding: 10px 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.dropzone-custome {

    cursor: pointer;

    position: relative;

}

.js-scroll-arrow {

    -webkit-animation: scrollArrow infinite ease-in-out 1s;

    animation: scrollArrow infinite ease-in-out 1s;

    -webkit-animation-direction: alternate;

    animation-direction: alternate;

    -webkit-animation-delay: -2s;

    animation-delay: -2s;

}

.dropdown-c {

    position: relative;

}

.swiper-button-next:after,

.swiper-button-prev:after {

    display: none;

}

.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {

    bottom: 0 !important;

    height: 35px !important;

}

@media (min-width: 992px) {

    .swiper-pagination-bullets,

    .swiper-pagination-custom,

    .swiper-pagination-fraction {

        height: 65px !important;

    }

}

.swiper-pagination-bullet {

    width: 8px;

    height: 8px;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    opacity: 1 !important;

    border: 1px solid #fff;

    margin-right: 0.5rem;

    background: 0 0 !important;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active {

    -webkit-transition: width 0.4s ease-out;

    -o-transition: width 0.4s ease-out;

    transition: width 0.4s ease-out;

    background-color: #fff !important;

}

.nice-select {

    -webkit-tap-highlight-color: transparent;

    background-color: #fff;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    border: 1px solid #e8e8e8;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    clear: both;

    cursor: pointer;

    display: block;

    float: left;

    font-family: inherit;

    font-size: 14px;

    font-weight: 400;

    height: 42px;

    line-height: 40px;

    outline: 0;

    padding-left: 18px;

    padding-right: 30px;

    position: relative;

    text-align: left !important;

    -webkit-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    white-space: nowrap;

    width: auto;

}

.nice-select:hover {

    border-color: #dbdbdb;

}

.nice-select.open,

.nice-select:active,

.nice-select:focus {

    border-color: #999;

}

.nice-select:after {

    content: "";

    display: block;

    margin-top: -4px;

    pointer-events: none;

    position: absolute;

    right: 12px;

    top: 50%;

    -webkit-transform-origin: 66% 66%;

    -ms-transform-origin: 66% 66%;

    transform-origin: 66% 66%;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transition: all 0.15s ease-in-out;

    -o-transition: all 0.15s ease-in-out;

    transition: all 0.15s ease-in-out;

}

.nice-select.open:after {

    -webkit-transform: rotate(-135deg);

    -ms-transform: rotate(-135deg);

    transform: rotate(-135deg);

}

.nice-select.open .list {

    opacity: 1;

    pointer-events: auto;

    -webkit-transform: scale(1) translateY(0);

    -ms-transform: scale(1) translateY(0);

    transform: scale(1) translateY(0);

}

.nice-select.disabled {

    border-color: #ededed;

    color: #999;

    pointer-events: none;

}

.nice-select.disabled:after {

    border-color: #ccc;

}

.nice-select.wide {

    width: 100%;

}

.nice-select.wide .list {

    left: 0 !important;

    right: 0 !important;

}

.nice-select.right {

    float: right;

}

.nice-select.right .list {

    left: auto;

    right: 0;

}

.nice-select.small {

    font-size: 12px;

    height: 36px;

    line-height: 34px;

}

.nice-select.small:after {

    height: 4px;

    width: 4px;

}

.nice-select.small .option {

    line-height: 34px;

    min-height: 34px;

}

.nice-select .list {

    background-color: #fff;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    margin-top: 4px;

    opacity: 0;

    overflow: hidden;

    padding: 0;

    pointer-events: none;

    position: absolute;

    top: 100%;

    left: 0;

    -webkit-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-transform: scale(0.75) translateY(-21px);

    -ms-transform: scale(0.75) translateY(-21px);

    transform: scale(0.75) translateY(-21px);

    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

    z-index: 9;

}

.nice-select .list:hover .option:not(:hover) {

    background-color: transparent !important;

}

.nice-select .option {

    cursor: pointer;

    font-weight: 400;

    line-height: 40px;

    list-style: none;

    outline: 0;

    text-align: left;

    -webkit-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.nice-select .option.focus,

.nice-select .option.selected.focus,

.nice-select .option:hover {

    background-color: #f6f6f6;

}

.nice-select .option.selected {

    font-weight: 700;

}

.nice-select .option.disabled {

    background-color: transparent;

    color: #999;

    cursor: default;

}

.no-csspointerevents .nice-select .list {

    display: none;

}

.no-csspointerevents .nice-select.open .list {

    display: block;

}

.h1,

.h1Heading {

    font-size: 2rem;

    line-height: 2.1875rem;

}

@media (min-width: 768px) {

    .h1,

    .h1Heading {

        font-size: 2.5rem;

        line-height: 3.4375rem;

    }

}

@media (min-width: 1200px) {

    .h1,

    .h1Heading {

        font-size: 4.375rem;

        line-height: 5rem;

    }

}

@media (min-width: 1600px) {

    .h1,

    .h1Heading {

        font-size: 5.4375rem;

        line-height: 5.125rem;

    }

}

.h2 {

    font-size: 1.5rem;

    line-height: 1.875rem;

}

@media (min-width: 768px) {

    .h2 {

        font-size: 1.875rem;

        line-height: 2.5rem;

    }

}

@media (min-width: 992px) {

    .h2 {

        font-size: 2rem;

        line-height: 2.625rem;

    }

}

@media (min-width: 1600px) {

    .h2 {

        font-size: 2.5rem;

        line-height: 3.375rem;

    }

}

.h3 {

    font-size: 1.375rem;

    line-height: 2rem;

}

@media (min-width: 768px) {

    .h3 {

        font-size: 1.3125rem;

        line-height: 1.9375rem;

    }

}

@media (min-width: 1600px) {

    .h3 {

        font-size: 1.5rem;

        line-height: 2.125rem;

    }

}

.h4 {

    font-size: 1.25rem;

    line-height: 1.875rem;

}

@media (min-width: 768px) {

    .h4 {

        font-size: 1.75rem;

        line-height: 2.375rem;

    }

}

@media (min-width: 1600px) {

    .h4 {

        font-size: 2rem;

        line-height: 2.625rem;

    }

}

.fnt-400 {

    font-weight: 400;

}

.ZW-unOrderList__desc,

.fnt-500,

.zw-unorder-list__desc {

    font-weight: 500;

}

.-description__name,

.fnt-gow-bold {

    font-family: "Mulish", sans-serif;

}

.-description__name,

.fnt-700,

.fnt-bold,

.more-details__card__item__body .h6,

.more-details__card__item__body h6 {

    font-weight: 700 !important;

}

.h1Heading,

.pDesc {

    text-align: center;

    margin: 0 auto;

}

.h1Heading {

    text-transform: uppercase;

    color: #fff;

}

.pDesc {

    color: #fff;

}

.brd-btn {

    border-bottom: 1px solid #fff;

}

.-description__name,

.fnt-24,

.pDesc,

.zw-pills-link {

    font-size: 1.125rem;

    line-height: 1.75rem;

}

@media (min-width: 992px) {

    .-description__name,

    .ZW-unOrderList__desc,

    .fnt-24,

    .pDesc,

    .zw-pills-link,

    .zw-unorder-list__desc {

        font-size: 1.3125rem !important;

        line-height: 1.9375rem !important;

    }

}

@media (min-width: 1600px) {

    .-description__name,

    .ZW-unOrderList__desc,

    .fnt-24,

    .pDesc,

    .zw-pills-link,

    .zw-unorder-list__desc {

        font-size: 1.5rem !important;

        line-height: 2rem !important;

    }

}

.fnt-22 {

    font-size: 1.125rem;

    line-height: 1.75rem;

}

@media (min-width: 992px) {

    .fnt-22 {

        font-size: 1.25rem;

        line-height: 1.875rem;

    }

}

@media (min-width: 1600px) {

    .fnt-22 {

        font-size: 1.5rem;

        line-height: 2.125rem;

    }

}

.ZW-unOrderList .zm-nav-link,

.ZW-unOrderList__desc,

.ZW-unOrderList__title,

.fnt-21,

.zWContactForm .ui.form .field > label,

.zm-sub-text,

.zw-second-unorderList .desc,

.zw-unorder-list .zm-nav-link,

.zw-unorder-list__desc,

.zw-unorder-list__title {

    font-size: 1rem;

    line-height: 1.625rem;

}

@media (min-width: 992px) {

    .ZW-unOrderList .zm-nav-link,

    .ZW-unOrderList__desc,

    .ZW-unOrderList__title,

    .fnt-21,

    .zWContactForm .ui.form .field > label,

    .zm-sub-text,

    .zw-second-unorderList .desc,

    .zw-unorder-list .zm-nav-link,

    .zw-unorder-list__desc,

    .zw-unorder-list__title {

        font-size: 1.125rem;

        line-height: 1.75rem;

    }

}

@media (min-width: 1600px) {

    .ZW-unOrderList .zm-nav-link,

    .ZW-unOrderList__desc,

    .ZW-unOrderList__title,

    .fnt-21,

    .zWContactForm .ui.form .field > label,

    .zm-sub-text,

    .zw-second-unorderList .desc,

    .zw-unorder-list .zm-nav-link,

    .zw-unorder-list__desc,

    .zw-unorder-list__title {

        font-size: 1.3125rem;

        line-height: 1.875rem;

    }

}

.fnt-18 {

    font-size: 1rem;

    line-height: 1.5rem;

}

@media (min-width: 992px) {

    .fnt-18 {

        font-size: 1.125rem;

        line-height: 1.75rem;

    }

}

.fnt-14 {

    font-size: 0.75rem;

    line-height: 1.375rem;

}

@media (min-width: 992px) {

    .fnt-14 {

        font-size: 0.875rem;

        line-height: 1.375rem;

    }

}

.fnt-12 {

    font-size: 0.75rem !important;

    line-height: 1.25rem !important;

}

.fnt-28 {

    font-size: 1.5rem;

    line-height: 2.125rem;

}

@media (min-width: 992px) {

    .fnt-28 {

        font-size: 1.75rem;

        line-height: 2.625rem;

    }

}

.fnt-32 {

    font-weight: 600;

    font-size: 24px;

    line-height: 32px;

    letter-spacing: -0.04em;

}

@media (min-width: 992px) {

    .fnt-32 {

        font-size: 32px;

        line-height: 37px;

    }

}

@media (max-width: 991.98px) {

    .fnt-18-resp {

        font-size: 1.125rem;

        line-height: 1.5625rem;

    }

    .fnt-14-resp {

        font-size: 0.875rem;

        line-height: 1.3125rem;

    }

    .fnt-16-resp {

        font-size: 1rem;

        line-height: 1.5rem;

    }

}

.nav-link::after,

header .navbar {

    left: 0;

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

header .navbar {

    z-index: 1000;

    top: 0;

    right: 0;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    background: 0 0;

    position: fixed;

}

header .navbar.sticky {

    background: #0d131f;

    -webkit-box-shadow: 11px 8px 37px 0 rgba(38, 40, 128, 0.1);

    box-shadow: 11px 8px 37px 0 rgba(38, 40, 128, 0.1);

    padding: 0.8rem 0.4rem;

}

@media (min-width: 768px) {

    header .navbar.sticky {

        padding: 1rem 0.4rem;

    }

}

header .navbar.sticky .nav-link {

    color: #4c4a48;

}

.nk-dark .navbar {

    background: #0d131f;

}

@media (min-width: 768px) {

    .header-unpin .navbar {

        -webkit-transform: translateY(-110px);

        -ms-transform: translateY(-110px);

        transform: translateY(-110px);

    }

}

.header-pin .navbar {

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

}

.navbar-overide {

    padding-top: 0.9375rem;

    padding-bottom: 0.625rem;

}

@media (max-width: 767.98px) {

    .navbar-overide {

        padding-left: 0 !important;

        padding-right: 0 !important;

    }

}

@media (min-width: 768px) {

    .navbar-overide {

        padding-top: 0.625rem;

        padding-bottom: 0.625rem;

    }

}

@media (min-width: 1600px) {

    .navbar-overide {

        padding-top: 1.5625rem;

        padding-bottom: 1.25rem;

    }

}

.navbar-nav,

nav {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.nav-item.active .nav-link::after {

    -webkit-transform: scaleX(1);

    -ms-transform: scaleX(1);

    transform: scaleX(1);

}

.nav-link {

    font-family: "Mulish", sans-serif !important;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    font-weight: 700;

    position: relative;

    margin-left: 0.75rem !important;

    margin-right: 0.75rem !important;

    padding-top: 0 !important;

    padding-bottom: 0 !important;

    padding-left: 0 !important;

    padding-right: 0;

}

@media (min-width: 768px) {

    .nav-link {

        font-size: 0.875rem;

        line-height: 1.5rem;

    }

}

@media (min-width: 1600px) {

    .nav-link {

        font-size: 1rem;

        line-height: 1.625rem;

    }

}

@media (min-width: 1400px) {

    .nav-link {

        margin-left: 1rem !important;

        margin-right: 1rem !important;

    }

}

.nav-link::after {

    content: "";

    position: absolute;

    bottom: -0.2rem;

    width: 100%;

    height: 1px;

    background-color: #fff;

    -webkit-transform-origin: left;

    -ms-transform-origin: left;

    transform-origin: left;

    -webkit-transform: scaleX(0);

    -ms-transform: scaleX(0);

    transform: scaleX(0);

}

.nav-link,

.nav-link.active,

.nav-link:hover::after {

    color: #fff !important;

}

@media (max-width: 767.98px) {

    .zm-brand-logo {

        height: 20px;

    }

}

.zw-nav-search {

    cursor: pointer;

}

.zw-mobile-hamberg {

    position: relative;

}

.em-widgetsticky-wrap {

    min-height: 100px;

}

.em-widgetsticky-wrap__info {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 90%;

}

.em-widgetsticky-wrap__info.expanded .em-header-widgetpanel {

    display: none;

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.em-widgetsticky-wrap__info.expanded .em-header-widgetnav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.nav-toggle {

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    cursor: pointer;

    height: auto;

    left: 0;

    position: relative;

    width: 40px;

    z-index: 2;

    display: table;

}

.nav-toggle-bar,

.nav-toggle-bar::after,

.nav-toggle-bar::before {

    position: absolute;

    top: 25%;

    -webkit-transform: translateY(-25%);

    -ms-transform: translateY(-25%);

    transform: translateY(-25%);

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

    background: #fff;

    height: 2px;

    left: 0;

    -webkit-border-radius: 20px;

    border-radius: 20px;

}

.nav-toggle-bar {

    width: 16px;

}

.nav-toggle-bar::before {

    width: 20px;

}

.nav-toggle-bar::after,

.nav-toggle-bar::before {

    content: "";

}

.nav-toggle-bar::before {

    margin-top: -7px;

}

.nav-toggle-bar::after {

    margin-top: 6px;

    width: 12px;

}

.navbar-transparent {

    -webkit-box-shadow: 0 9px 32px rgba(89, 92, 219, 0.05);

    box-shadow: 0 9px 32px rgba(89, 92, 219, 0.05);

}

.navbar-transparent .navbar {

    padding: 0.4rem;

}

.navbar-transparent,

.navbar-transparent.sticky {

    background: #fff !important;

}

@media (max-width: 991.98px) {

    .nav-item.ui.dropdown {

        width: auto !important;

    }

    .navbar-collapse {

        position: fixed;

        top: 0;

        left: 0;

        right: 0;

        width: 100%;

        height: 100vh;

        bottom: 0;

        background: #0d131f;

        z-index: 10;

        -webkit-transform: translateX(-100%);

        -ms-transform: translateX(-100%);

        transform: translateX(-100%);

        -webkit-transition: all 0.6s ease;

        -o-transition: all 0.6s ease;

        transition: all 0.6s ease;

        overflow-y: auto;

    }

    .navbar-collapse.open-hamberg {

        -webkit-transform: translateX(0%);

        -ms-transform: translateX(0%);

        transform: translateX(0%);

    }

    .navbar-collapse .navbar-list {

        padding-top: 6rem !important;

    }

    .navbar-collapse .nav-item {

        margin-bottom: 1.2rem !important;

    }

    .navbar-collapse .nav-link {

        border-bottom: 1px solid rgba(25, 41, 84, 0.1);

        font-size: 18px !important;

        line-height: 28px !important;

        padding-left: 1rem !important;

        padding-right: 1rem !important;

        padding-bottom: 1.2rem !important;

        display: block;

    }

}

@media (max-width: 991.98px) and (max-width: 991.98px) {

    .navbar-collapse .nav-link {

        text-align: left;

    }

}

@media (max-width: 991.98px) {

    .navbar-collapse .nav-link::after {

        display: none;

    }

}

.zw-close-btn,

.zw-mobile-hamberg.active .nav-toggle {

    display: none;

}

.zw-mobile-hamberg {

    display: block;

}

.body-fixed {

    overflow: hidden;

}

.body-fixed .navbar-brand,

.body-fixed .zw-mobile-hamberg {

    z-index: 100;

}

.body-fixed .zw-close-btn {

    display: block;

}

@media (max-width: 767.98px) {

    .navbar-brand svg {

        width: 94px;

        height: 13px;

    }

}

nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 0.5rem 2rem 1rem;

}

@media (max-width: 991px) {

    .nav-mobile-transparent {

        -webkit-box-shadow: 0 9px 32px rgba(89, 92, 219, 0.05);

        box-shadow: 0 9px 32px rgba(89, 92, 219, 0.05);

        background-color: #fff !important;

    }

    .nav-mobile-transparent .hamburger-menu {

        background: url(../img/icons/menuIconTransparent.svg) no-repeat;

    }

    .nav-mobile-transparent .header-unpin .nav-mobile {

        background-color: #fff;

    }

}

@media (max-width: 991.98px) {

    .navbar .nav-item {

        width: 100% !important;

    }

}

.nk-mainheader .navbar-collapse {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.nk-mainheader.solid {

    background: #0d131f;

}

.js-search__close {

    cursor: pointer;

    -webkit-transition: 0.5s all ease;

    -o-transition: 0.5s all ease;

    transition: 0.5s all ease;

}

.js-search__close:hover {

    -webkit-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    transform: rotate(360deg);

}

.js-search__wrp,

.js-search__wrp.active {

    -webkit-transition: 0.5s ease width;

    -o-transition: 0.5s ease width;

    transition: 0.5s ease width;

}

.js-search__wrp {

    padding: 18px 24px;

    display: none;

    background: #fff;

    border: 1px solid #c1c1c1;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 54px;

    border-radius: 54px;

    width: 0;

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);

}

.js-search__wrp.active {

    width: 613px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

@media (max-width: 991.98px) {

    .js-search__wrp.active {

        margin-top: 12px;

        width: 100%;

    }

}

.js-search__wrp input {

    margin-left: 16px;

    border: 0;

    width: 100%;

}

.js-search__wrp input::-webkit-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.js-search__wrp input::-moz-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.js-search__wrp input::-ms-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.js-search__wrp input::placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.js-search__wrp input:focus {

    border: 0;

    outline: 0;

}

.zw-nav-search {

    text-decoration: none;

}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration,

input[type="search"]::-webkit-search-results-button,

input[type="search"]::-webkit-search-results-decoration {

    -webkit-appearance: none;

}

.zm-clr-gre4 {

    color: rgba(228, 222, 211, 0.9);

}

.inf04,

.zm-clr-gr4c {

    color: rgba(76, 74, 72, 0.9) !important;

}

.zm-clr-36 {

    color: rgba(54, 53, 52, 0.9);

}

.zw-bg-black .h2,

.zw-clr-fa {

    color: #faf3e7;

}

.zm-clr-pri {

    color: #202020;

}

.bg-white {

    background: #fff;

}

.zw-bg-black {

    background: #000;

    position: relative;

}

.zw-bg-black .inf04,

.zw-bg-black .zw-section-lead__des {

    color: rgba(228, 222, 211, 0.9);

}

.zw-bg-black--thrice {

    background: #e4ded3;

}

@media (max-width: 767.98px) {

    .zw-bg-black--thrice {

        overflow: hidden;

    }

}

.bg-default {

    background: #202020;

}

.bg-pri {

    background: #faf3e7;

}

.bg-blue {

    background: #192954;

}

.bg-black {

    background: #000;

}

.bg-ivory {

    background: #e4ded3;

}

.text-tick-blue {

    color: #0084ff;

}

.ZW-unOrderList__desc,

.txt-clr,

.zw-second-unorderList .desc,

.zw-unorder-list__desc {

    color: rgba(228, 222, 211, 0.9);

}

.ZW-unOrderList--primary p,

.ZW-unOrderList--secondary p,

.second09 {

    color: rgba(76, 74, 72, 0.9);

}

.flex-center {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.zw-section-lead {

    padding-right: 2rem;

}

@media (min-width: 768px) {

    .zw-section-lead {

        padding-right: 4rem;

    }

}

@media (min-width: 1200px) {

    .zw-section-lead {

        padding-right: 7rem;

    }

}

.section-padding150 {

    padding-top: 2.5rem;

    padding-bottom: 2.5rem;

}

@media (min-width: 768px) {

    .section-padding150 {

        padding-top: 5rem;

        padding-bottom: 5rem;

    }

}

@media (min-width: 1200px) {

    .section-padding150 {

        padding-top: 7.5rem;

        padding-bottom: 7.5rem;

    }

}

.section-padding80 {

    padding-top: 1.875rem;

    padding-bottom: 1.875rem;

}

@media (min-width: 768px) {

    .section-padding80 {

        padding-top: 3.75rem;

        padding-bottom: 3.75rem;

    }

}

@media (min-width: 992px) {

    .section-padding80 {

        padding-top: 5rem;

        padding-bottom: 5rem;

    }

}

.zw-section-padding65 {

    padding-top: 1.875rem;

    padding-bottom: 1.875rem;

}

@media (min-width: 768px) {

    .zw-section-padding65 {

        padding-top: 3.125rem;

        padding-bottom: 3.125rem;

    }

}

@media (min-width: 992px) {

    .zw-section-padding65 {

        padding-top: 4.0625rem;

        padding-bottom: 4.0625rem;

    }

}

.zw-bg-black--thrice,

.zw-bg-thrice,

.zw-section-margin50 {

    margin-top: 1.875rem;

    margin-bottom: 1.875rem;

}

@media (min-width: 992px) {

    .zw-bg-black--thrice,

    .zw-bg-thrice,

    .zw-section-margin50 {

        margin-top: 3.75rem;

        margin-bottom: 3.75rem;

    }

}

.zw-section-padding80 {

    padding: 1.875rem 0.9375rem;

}

@media (min-width: 768px) {

    .zw-section-padding80 {

        padding: 3.125rem;

    }

}

@media (min-width: 992px) {

    .zw-section-padding80 {

        padding: 5rem;

    }

}

@media (min-width: 768px) {

    .zw-section-padding60 {

        padding: 3.75rem 0;

    }

}

.zw-section-paddingb90 {

    padding-top: 0;

    padding-bottom: 2.5rem;

}

@media (min-width: 768px) {

    .zw-section-paddingb90 {

        padding-top: 0;

        padding-bottom: 5.625rem;

    }

}

.zw-section-paddingb60 {

    padding-top: 0;

    padding-bottom: 2.5rem;

}

@media (min-width: 768px) {

    .zw-section-paddingb60 {

        padding-top: 0;

        padding-bottom: 4rem;

    }

}

.zw-banner {

    overflow: hidden;

}

.zw-banner__content {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    width: 100%;

    margin: 0 auto;

    color: #faf3e7;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    z-index: 10;

}

@media (max-width: 767.98px) {

    .zw-banner__content {

        padding-left: 3rem;

        padding-right: 3rem;

    }

}

.zw-banner__content-top {

    top: inherit;

    -webkit-transform: translate(0);

    -ms-transform: translate(0);

    transform: translate(0);

}

@media (max-width: 767.98px) {

    .zw-banner__content-top {

        bottom: 0;

    }

}

@media (min-width: 768px) {

    .zw-banner__content-top {

        top: 0;

    }

}

.zw-banner__heading {

    position: relative;

}

.zw-banner__des {

    color: rgba(249, 255, 236, 0.9);

    padding-top: 1.875rem;

    padding-bottom: 1.875rem;

}

@media (max-width: 991.98px) {

    .zw-banner__des {

        padding-left: 0.9375rem;

        padding-right: 0.9375rem;

    }

}

@media (min-width: 992px) {

    .zw-banner__des {

        padding-top: 4.5rem;

        padding-bottom: 4.5rem;

    }

    .zw-banner__overlay-textinfo {

        position: absolute;

        left: 0;

        bottom: 0;

        right: 0;

    }

}

.imgh310 {

    height: 200px;

}

@media (min-width: 768px) {

    .imgh310 {

        height: 310px;

    }

}

.zw-max1100 {

    margin: 0 auto;

}

@media (min-width: 768px) {

    .zw-max1100 {

        max-width: 800px;

    }

}

@media (min-width: 1200px) {

    .zw-max1100 {

        max-width: 1000px;

    }

}

@media (min-width: 1600px) {

    .zw-max1100 {

        max-width: 1100px;

    }

}

@media (max-width: 767.98px) {

    .zw-border-right {

        border-bottom: 1px solid #4c4a48;

    }

}

@media (min-width: 768px) {

    .zw-border-right {

        border-right: 1px solid #4c4a48;

    }

}

.em-play-btn {

    height: 2.5rem;

    width: 2.5rem;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    border: 2px solid #fff;

}

@media (min-width: 992px) {

    .em-play-btn {

        border: 4px solid #fff;

        height: 4.375rem;

        width: 4.375rem;

    }

}

.em-play-btn--abs {

    position: absolute;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    left: 50%;

    z-index: 10;

    cursor: pointer;

}

.em-play-btn--abs:hover {

    background: #60c6f7;

    -webkit-transition: background 0.4s ease-in;

    -o-transition: background 0.4s ease-in;

    transition: background 0.4s ease-in;

    border: 3px solid #fff;

}

.play-icon {

    height: 0.9375rem;

    position: relative;

    left: 2px;

}

@media (min-width: 992px) {

    .play-icon {

        height: 1.75rem;

    }

}

.icon-arrow {

    font-size: 20px;

}

.icon-arrow--white {

    color: #fff;

}

.btn-check:focus + .btn,

.btn:focus {

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: 1px solid #e2e2ff;

}

.btn-saq {

    position: relative;

    overflow: hidden;

    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;

    -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;

    transition: background-color 0.3s ease-in, color 0.3s ease-in;

}

.btn-saq::after {

    content: attr(data-text);

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    padding: 11px 45px;

    -webkit-transform-origin: -25% 50%;

    -ms-transform-origin: -25% 50%;

    transform-origin: -25% 50%;

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

    -webkit-transition: -webkit-transform 0.3s ease-in;

    -o-transition: transform 0.3s ease-in;

    transition: transform 0.3s ease-in;

    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;

}

@media (min-width: 768px) {

    .btn-saq::after {

        padding: 14px 25px;

    }

}

@media (min-width: 1600px) {

    .btn-saq::after {

        padding: 17px 25px;

    }

}

.btn--sm::after {

    padding: 8px 32px !important;

}

.btn--b-trans:hover {

    background-color: #051d60;

}

.btn--b-trans::after,

.btn--w::after,

.btn-saq.btn--blue:hover {

    color: #fff;

}

.btn--blue::after,

.btn--trans::after {

    color: #051d60;

}

.btn-saq:hover,

.btn-saq:hover::after {

    -webkit-transition-timing-function: ease-out;

    -o-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.btn-saq.btn--w:hover {

    background-color: #051d60;

    color: #051d60;

    border: 1px solid #051d60;

}

.btn--blue.btn--sm i {

    font-size: 16px;

    margin-left: 6px;

}

.btn--blue-trans::after,

.btn--blue.btn--sm:hover {

    color: #fff;

}

.btn--blue.btn--sm:hover i {

    color: #051d60 !important;

    -webkit-transform: translateX(8px);

    -ms-transform: translateX(8px);

    transform: translateX(8px);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;

}

.btn--trans:hover {

    background-color: #fff;

    color: #fff;

}

.btn--blue:hover {

    background-color: #fff;

    border: 1px solid #051d60;

}

.btn-saq:hover::after {

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);

}

.zw-hero-card {

    position: relative;

    width: 100%;

    cursor: pointer;

}

.zw-hero-card__body {

    position: absolute;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    color: rgba(228, 222, 211, 0.9);

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

@media (min-width: 992px) {

    .zw-hero-card__body {

        background: #2e2e2e;

    }

}

.zw-hero-card__cnt-wrap {

    padding-top: 3.125rem;

    padding-left: 1.875rem;

    padding-right: 1.25rem;

    height: 100%;

}

@media (min-width: 768px) {

    .zw-hero-card__cnt-wrap {

        padding-top: 5rem;

        padding-left: 2.5rem;

        padding-right: 1.25rem;

    }

}

@media (min-width: 1200px) {

    .zw-hero-card__cnt-wrap {

        padding-top: 6.25rem;

        padding-left: 5rem;

        padding-right: 2.5rem;

    }

}

.zw-hero-card__des {

    font-weight: 500;

    padding-bottom: 1rem;

}

@media (max-width: 991.98px) {

    .zw-hero-card .zw-hero-card__body .zm-sub-text,

    .zw-hero-card .zw-hero-card__body .zw-txt-number {

        color: rgba(228, 222, 211, 0.9) !important;

    }

}

@media (min-width: 992px) {

    .zw-hero-card:hover .zw-hero-card__body {

        color: rgba(228, 222, 211, 0.9) !important;

        background: 0 0 !important;

        -webkit-transition: all 0.6s ease;

        -o-transition: all 0.6s ease;

        transition: all 0.6s ease;

    }

    .zw-hero-card:hover .zw-hero-card__body .zm-sub-text,

    .zw-hero-card:hover .zw-hero-card__body .zw-txt-number {

        color: rgba(228, 222, 211, 0.9) !important;

    }

}

.zw-h700-fix {

    height: 25rem;

    max-height: 100%;

}

@media (min-width: 768px) {

    .zw-h700-fix {

        height: 28.125rem;

    }

}

@media (min-width: 1200px) {

    .zw-h700-fix {

        height: 31.25rem;

    }

}

.videoCoverImage iframe,

.videoCoverImage > div,

.zw-h700-fix img {

    height: 100%;

    width: 100%;

}

.zw-h700-fix--small {

    height: 25rem;

}

.zw-h700-fix--small img {

    width: 100%;

}

@media (min-width: 768px) {

    .zw-h700-fix--small {

        height: 31.25rem;

    }

}

@media (min-width: 1200px) {

    .zw-h700-fix--small {

        height: 33.75rem;

    }

}

.zw-h700-fix .img-md-icon {

    width: 50px;

    height: 50px;

}

@media (min-width: 992px) {

    .zw-cbg-pri {

        background: #faf3e7 !important;

        color: #4c4a48 !important;

    }

}

.zw-cbg-pri:hover .zw-btn {

    border: 1px solid #faf3e7;

    background: #faf3e7;

    color: rgba(32, 32, 32, 0.9);

}

.zw-cbg-pri .zw-txt-number {

    color: #202020;

}

.zw-cbg-pri .zm-sub-text {

    color: rgba(76, 74, 72, 0.9);

}

@media (min-width: 992px) {

    .zw-cbg-info {

        background: #051d60 !important;

    }

    .zw-cbg-primary {

        background: #202020 !important;

        color: #fff !important;

    }

}

.zw-txt-number {

    font-size: 2rem;

    line-height: 2.25rem;

    display: block;

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

    color: #faf3e7;

}

@media (min-width: 768px) {

    .zw-txt-number {

        font-size: 2.875rem;

        line-height: 3.125rem;

    }

}

@media (min-width: 992px) {

    .zw-txt-number {

        font-size: 3.125rem;

        line-height: 3.125rem;

    }

}

@media (min-width: 1200px) {

    .zw-txt-number {

        font-size: 3.5rem;

        line-height: 3.5rem;

    }

}

.zm-sub-text {

    font-weight: 700;

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

.zw-number-list__item {

    position: relative;

}

.zw-number-list__item:first-child {

    margin-top: 0 !important;

}

.zw-number-list__item::after {

    content: "";

    position: absolute;

    top: 50%;

    right: 0;

    height: 4.375rem;

    width: 1px;

    background: #e4ded3;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.zw-number-list__item:last-child::after {

    display: none;

}

.zwPanel,

.zwPanel:hover {

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

.zwPanel {

    background: #faf3e7;

    padding: 1.125rem !important;

    position: relative;

    height: auto;

    cursor: pointer;

}

@media (min-width: 768px) {

    .zwPanel {

        padding: 1.875rem 1.25rem !important;

    }

}

.zwPanel:hover {

    color: #fff;

    background: #000;

}

.zwPanel:hover .inf04,

.zwPanel:hover .zm-clr-gr4c {

    color: rgba(228, 222, 211, 0.9);

}

.zwPanel:hover svg circle,

.zwPanel:hover svg line,

.zwPanel:hover svg path,

.zwPanel:hover svg polygon,

.zwPanel:hover svg polyline {

    stroke: #fff;

}

.mt-150 {

    margin-top: -70px;

}

@media (min-width: 768px) {

    .mt-150 {

        margin-top: -150px;

    }

}

.top-40 {

    top: 35%;

}

@media (min-width: 768px) {

    .top-40 {

        top: 40%;

    }

}

.js-mb-ntwrk-slider li {

    border: 1px solid #bebebe;

    padding: 1.2rem 1.5rem !important;

}

.zw-570 {

    width: 330px;

    max-width: 100%;

}

@media (min-width: 768px) {

    .zw-570 {

        width: 300px;

    }

}

@media (min-width: 992px) {

    .zw-570 {

        width: 470px;

    }

}

@media (min-width: 1400px) {

    .zw-570 {

        width: 570px;

    }

}

.zw-py-5 {

    padding: 5rem 0;

}

.img-fit,

.img-h-fit {

    -o-object-fit: cover;

    object-fit: cover;

}

.img-fit {

    max-width: 100%;

}

.img-h-fit {

    height: 100%;

}

.w130 {

    width: 130px;

    height: 130px;

    -o-object-fit: contain;

    object-fit: contain;

}

@media (max-width: 767.98px) {

    .bannerImg {

        height: 430px;

    }

}

@media (min-width: 768px) {

    .bannerImg {

        max-height: 650px;

        width: 100%;

    }

}

.img-small-icon {

    width: 28px;

    height: 28px;

}

@media (max-width: 767.98px) {

    .imgxh140 {

        height: 140px;

        width: 100%;

    }

}

.imgh450 {

    width: 100%;

    height: 400px;

}

@media (min-width: 768px) {

    .imgh450 {

        height: 340px;

    }

}

@media (min-width: 1200px) {

    .imgh450 {

        height: 450px;

    }

}

.h100 {

    height: 100% !important;

}

.Nh-banner__img img,

.imgxh200 {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (max-width: 767.98px) {

    .imgxh200 {

        height: 200px !important;

    }

}

@media (min-width: 768px) {

    .imgxh200--lg {

        height: 100% !important;

    }

}

.imgxh246 {

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    height: 346px;

}

@media (min-width: 768px) {

    .imgxh246 {

        height: 380px;

    }

}

@media (min-width: 1200px) {

    .imgxh246 {

        height: 560px;

    }

}

.imgxh100 {

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    height: 346px;

}

@media (min-width: 768px) {

    .imgxh100 {

        height: 100%;

        width: 100%;

        -o-object-fit: contain;

        object-fit: contain;

    }

}

.zw-play-btn {

    position: absolute;

    top: 50%;

    left: 50%;

    height: 3.75rem;

    width: 3.75rem;

    border: 4px solid #fff;

    cursor: pointer;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    background: #faf3e7;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: 10;

}

@media (min-width: 768px) {

    .zw-play-btn {

        height: 5rem;

        width: 5rem;

    }

}

.zw-play-icon {

    position: relative;

    width: 0;

    height: 0;

    border-style: solid;

    left: 2px;

    border-width: 0.5em 0 0.5em 0.8em;

    border-color: transparent transparent transparent #202020;

}

@media (min-width: 768px) {

    .zw-play-icon {

        border-width: 0.8em 0 0.8em 1.2em;

    }

}

.zw-pills-container {

    background: #faf3e7;

    -webkit-box-shadow: 0 16px 16px rgba(17, 29, 59, 0.15);

    box-shadow: 0 16px 16px rgba(17, 29, 59, 0.15);

}

.zw-pills-container-vr {

    -webkit-box-shadow: none;

    box-shadow: none;

}

.zw-pills-list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.zw-pills-list__item {

    width: 33.333%;

}

.zw-pills-link {

    text-decoration: none;

    width: 100%;

    -webkit-border-radius: 0 !important;

    border-radius: 0 !important;

    display: block !important;

    margin: 0 !important;

    color: #202020 !important;

    cursor: pointer;

    padding-top: 0.9375rem !important;

    padding-bottom: 0.9375rem !important;

}

@media (max-width: 767.98px) {

    .zw-pills-link {

        font-size: 0.75rem;

        line-height: 0.75rem;

    }

}

@media (min-width: 768px) {

    .zw-pills-link {

        padding-top: 1.25rem !important;

        padding-bottom: 1.25rem !important;

    }

}

.zw-pills-link.active {

    color: #faf3e7 !important;

    background: #111d3b !important;

}

.zw-pills-link::after {

    display: none;

}

.zw-pills-vr-list .zw-pills-link {

    position: relative;

    border-bottom: 1px solid #c4c4c4;

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    max-height: 100%;

    color: #636363 !important;

    height: 80px;

    padding-top: 0 !important;

    padding-bottom: 0 !important;

    padding-left: 5rem !important;

    padding-right: 5rem !important;

}

@media (min-width: 768px) {

    .zw-pills-vr-list .zw-pills-link {

        height: 120px;

    }

}

@media (min-width: 992px) {

    .zw-pills-vr-list .zw-pills-link {

        height: 155px;

    }

}

@media (min-width: 1600px) {

    .zw-pills-vr-list .zw-pills-link {

        height: 180px;

    }

}

@media (min-width: 768px) {

    .zw-pills-vr-list .zw-pills-link {

        padding-left: 3rem !important;

        padding-right: 3rem !important;

    }

}

@media (min-width: 1200px) {

    .zw-pills-vr-list .zw-pills-link {

        padding-left: 5rem !important;

        padding-right: 5rem !important;

    }

}

.zw-pills-vr-list .zw-pills-link:last-child {

    border-bottom: 0;

}

.zw-pills-vr-list .zw-pills-link.active {

    background: #051d60 !important;

    color: #faf3e7 !important;

}

.zw-pills-vr-list .zw-pills-link.active .zw-cap {

    opacity: 1;

}

.zw-cap {

    position: absolute;

    top: 50%;

    width: 0;

    height: 0;

    border-style: solid;

    right: 0;

    border-color: transparent transparent transparent #c4c4c4;

    border-width: 0.65em 0 0.65em 1em;

    -webkit-transform: translateY(-50%) rotate(180deg);

    -ms-transform: translateY(-50%) rotate(180deg);

    transform: translateY(-50%) rotate(180deg);

    opacity: 0;

}

.v-pills-tabContent {

    height: 100%;

}

.v-pills-tabContent > .active {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    height: 100% !important;

}

@media (max-width: 767.98px) {

    .zw-mobile-tabslider .swiper-slide {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        border-right: 1px solid #4c4a48;

        padding-right: 0.8rem !important;

    }

    .zw-mobile-tabslider .swiper-slide .h2,

    .zw-mobile-tabslider .swiper-slide h2 {

        -webkit-box-flex: 1;

        -ms-flex: 1 1 0px;

        flex: 1 1 0;

    }

}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    margin: 0;

}

.zwFile input[type="file"] {

    visibility: hidden;

    width: 1px;

    height: 1px;

}

.zwFile .file-selected {

    text-align: left;

    width: 100%;

    display: block;

    margin-top: 10px;

    color: #4caf50;

}

.zwFile label.sr-only {

    width: 100%;

    background: #202020;

    padding: 40px 0;

    text-align: center;

    color: #fff !important;

    cursor: pointer;

}

.zw-needHelp-blocklist .linkfill path {

    fill: rgba(76, 74, 72, 0.9) !important;

}

.zw-needHelp-blocklist .zwPanel {

    width: 46%;

    background: 0 0;

    border: 1px solid #dad4c9;

    padding: 1rem !important;

    margin: 1rem 0.5rem;

}

@media (max-width: 767.98px) {

    .zw-needHelp-blocklist .zwPanel {

        margin: 1rem 0.5rem 0 1rem;

        width: 92%;

    }

}

@media (min-width: 992px) {

    .zw-needHelp-blocklist .zwPanel {

        width: 31.5%;

        padding: 1.5rem !important;

    }

}

.zw-needHelp-blocklist .zwPanel a,

.zw-needHelp-blocklist .zwPanel p {

    color: rgba(76, 74, 72, 0.9) !important;

    text-decoration: none !important;

}

.zw-needHelp-blocklist .zwPanel:hover {

    background: #030303;

    border: 0;

}

.zw-needHelp-blocklist .zwPanel:hover a,

.zw-needHelp-blocklist .zwPanel:hover p {

    color: rgba(228, 222, 211, 0.9) !important;

}

.zw-needHelp-blocklist .zwPanel:hover .zw-social-link {

    background: #fff !important;

    color: #0047ff !important;

}

.zw-needHelp-blocklist .zwPanel,

.zw-needHelp-blocklist .zwPanel:hover,

.zw-needHelp-blocklist .zwPanel:hover .zw-social-link,

.zw-needHelp-blocklist--openings a.zwPanel,

li > a.item__link {

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

.zw-needHelp-blocklist--openings a.zwPanel {

    text-decoration: none !important;

    background: 0 0;

    padding: 1rem !important;

    margin: 0 0 1.5rem 1rem;

}

@media (max-width: 767.98px) {

    .zw-needHelp-blocklist--openings a.zwPanel {

        border: 0;

        border-bottom: 1px solid #dad4c9;

        margin: 0 0 0 0.5rem;

        width: 94%;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

    }

}

@media (min-width: 992px) {

    .zw-needHelp-blocklist--openings a.zwPanel {

        border: 1px solid #dad4c9;

        width: 31.33%;

        padding: 1.5rem !important;

    }

}

.zw-needHelp-blocklist--openings a.zwPanel:hover svg path {

    fill: #000;

}

.zWContactForm .ui.selection.dropdown {

    color: #e4ded3;

    background: #202020;

    -webkit-border-radius: 0;

    border-radius: 0;

    width: 100%;

    min-width: 100%;

    max-width: 100%;

}

.zWContactForm .ui.selection .menu .item,

.zWContactForm .ui.selection.dropdown input {

    color: #e4ded3;

}

.zWContactForm .ui.selection .menu {

    background: #202020;

}

.zWContactForm .ui.selection .menu > .item:hover {

    background: #fff;

    color: #000;

}

.zWContactForm .ui.selection .menu > .item {

    border-top: none;

}

.zWContactForm .ui.form .field {

    clear: both;

    margin: 0 0 24px;

}

.menu--dropdown,

.zWContactForm .ui.form .field input {

    -webkit-border-radius: 0 !important;

    border-radius: 0 !important;

}

.zWContactForm .ui.form .field input {

    background: 0 0;

    border: 0;

    border-bottom: 1px solid #fff;

    padding: 5px 30px 5px 0;

    margin-bottom: 10px;

    color: #e4ded3;

}

.zWContactForm .ui.form .field > label {

    font-weight: 400;

    color: #faf3e7;

}

.zWContactForm .ui.form .field.error input {

    background: #202020;

    border-color: #e91e63;

    color: #e91e63;

}

.zWContactForm .ui.form .field .prompt.label {

    white-space: normal;

    background: 0 0 !important;

    border: 0 !important;

    color: #e91e63 !important;

}

.zw-drpdefult-txt {

    color: #faf3e7 !important;

    font-weight: 500;

}

.menu--dropdown {

    width: 100% !important;

    padding: 0.5rem 1.2rem 1rem !important;

    background: #faf3e7 !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    top: 115%;

}

@media (max-width: 991.98px) {

    .menu--dropdown {

        position: relative !important;

        top: 0 !important;

        border: 0 !important;

    }

}

@media (min-width: 992px) {

    .menu--dropdown {

        -webkit-box-shadow: 0 0 6px rgba(87, 87, 87, 0.16);

        box-shadow: 0 0 6px rgba(87, 87, 87, 0.16);

    }

}

li > a.item__link {

    text-decoration: none;

    display: inline-block;

    color: #4c4a48;

}

li > a.item__link:focus,

li > a.item__link:hover {

    color: #202020;

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

.nk-footer {

    background: #0d131f;

}

.nk-footer .form-input {

    background-color: transparent;

    border: 1px solid rgba(193, 193, 193, 0.2);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 54px;

    border-radius: 54px;

    padding: 16px 26px;

    outline: 0;

    color: #fff;

    width: 100%;

}

.nk-footer .form-input::-webkit-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 33px;

    color: rgba(193, 193, 193, 0.6);

}

.nk-footer .form-input::-moz-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 33px;

    color: rgba(193, 193, 193, 0.6);

}

.nk-footer .form-input::-ms-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 33px;

    color: rgba(193, 193, 193, 0.6);

}

.nk-footer .form-input::placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 33px;

    color: rgba(193, 193, 193, 0.6);

}

.nk-footer .fp-tableCell {

    height: auto !important;

}

.nk-footer a:hover {

    color: #fff;

}

.nk-footer__links {

    margin-top: 100px;

}

@media (max-width: 767.98px) {

    .nk-footer__links {

        margin-top: 32px;

    }

}

.nk-footer__links li {

    margin-bottom: 13px;

}

@media (max-width: 767.98px) {

    .nk-footer__links li {

        margin-bottom: 2px;

    }

}

.nk-footer__links a,

.nk-footer__links p {

    font-weight: 600;

    font-size: 14px;

    line-height: 26px;

    color: #fff;

    text-decoration: none;

}

@media (min-width: 768px) {

    .nk-footer__links a,

    .nk-footer__links p {

        font-size: 16px;

    }

}

.nk-footer__links a {

    color: rgba(255, 255, 255, 0.6);

}

.nk-footer .subscribe {

    position: relative;

    margin-top: 32px;

}

.nk-footer .subscribe-btn {

    font-weight: 700;

    position: absolute;

    font-size: 16px;

    line-height: 26px;

    text-align: center;

    color: #fff;

    right: 36px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    outline: 0;

    border: 0;

    background-color: transparent;

}

.nk-footer .social-media-wrp {

    padding-top: 24px;

}

.nk-footer .social-media-wrp.b-mbl {

    border-top: 1px solid rgba(193, 193, 193, 0.1);

}

@media (min-width: 992px) {

    .nk-footer .social-media-wrp {

        border-top: none;

        padding-top: 32px;

    }

}

.nk-footer .social-media {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: end;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: end;

}

.nk-footer .social-media__link {

    margin-left: 24px;

}

.gsap-cardFooter a img,

.gsap-cardFooter a:hover img,

.linkedIn__card__footer__wrp a img,

.linkedIn__card__footer__wrp a:hover img,

.nk-footer .social-media__link img,

.nk-footer .social-media__link:hover img,

.ourTeam__card__footer .wrp a img,

.ourTeam__card__footer .wrp a:hover img {

    -webkit-transition: -webkit-transform 0.5s ease;

    -o-transition: transform 0.5s ease;

    transition: transform 0.5s ease;

    transition: transform 0.5s ease, -webkit-transform 0.5s ease;

}

.gsap-cardFooter a:hover img,

.linkedIn__card__footer__wrp a:hover img,

.nk-footer .social-media__link:hover img,

.ourTeam__card__footer .wrp a:hover img {

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

}

.zw-modal-dialog-gif .modal-content {

    background: 0 0;

    border: 0;

}

.zw-modal-dialog-gif .moday-head {

    position: absolute;

    top: -0.8rem;

    right: -0.2rem;

    padding: 0 !important;

    border-bottom: 0;

    z-index: 100;

}

@media (min-width: 768px) {

    .zw-modal-dialog-gif .moday-head {

        top: -1.5rem;

    }

}

.zw-modal-dialog-gif .modal-body {

    padding: 0;

}

.zw-modal-dialog-gif .btn-close {

    opacity: 1;

}

.zw-modal-dialog-gif .btn-close:focus {

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.Nh-banner {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}

@media (max-width: 767.98px) {

    .Nh-banner {

        background: #0d131f;

    }

    .Nh-banner .fp-tableCell {

        vertical-align: top;

    }

}

.Nh-banner__content {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 8;

}

@media (max-width: 767.98px) {

    .Nh-banner__content {

        position: relative;

    }

}

.Nh-banner__video {

    width: 100%;

    height: 100%;

    position: absolute;

}

.Nh-banner__overlay {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    z-index: 2;

    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(25, 123, 113, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);

    background: -o-radial-gradient(50% 50% at 50% 50%, rgba(25, 123, 113, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);

    background: radial-gradient(50% 50% at 50% 50%, rgba(25, 123, 113, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);

}

.Nh-banner__img,

.Nk-engage__card .front::after {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

@media (max-width: 767.98px) {

    .Nh-banner__img {

        position: relative;

        height: 360px;

    }

}

.Nh-banner .container {

    position: relative;

    z-index: 3;

}

@media (max-width: 767.98px) {

    .Nh-banner .container.mp-home {

        padding-top: 32px;

        padding-bottom: 32px;

    }

}

.Nh-banner .Nk-scroll {

    display: none;

    cursor: pointer;

}

@media (min-width: 768px) {

    .Nh-banner .Nk-scroll {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        margin: 24px 0 32px;

    }

}

@media (min-width: 1400px) {

    .Nh-banner .Nk-scroll {

        margin: 50px 0 32px;
        display: block;
        width: 85px;

    }

}

.Nh-banner .Nk-scroll span,

.Nk-engage__card span {

    font-weight: 600;

    line-height: 28px;

    text-transform: uppercase;

}

.Nh-banner .Nk-scroll span {

    color: #fff;

    padding-left: 8px;

    font-size: 12px;

}

.Nh-banner .Nk-notification {

    width: 100%;

    position: relative;

    padding: 16px 0;

    background-color: #000;

}

.Nh-banner .Nk-notification__wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

@media (max-width: 767.98px) {

    .Nh-banner .Nk-notification {

        padding: 12px 0;

    }

}

.Nh-banner .Nk-notification__text {

    margin-left: 20px;

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.Nh-banner .Nk-notification__text a{

    margin-left: 20px;

    font-weight: 600;
    font-size: 12px;
    line-height: 16px;

    color: #fff;

}

@media (max-width: 1399.98px) {

    .Nh-banner .Nk-notification__text {

        font-size: 16px;

        line-height: 24px;

    }

}

@media (max-width: 767.98px) {

    .Nh-banner .Nk-notification__text {

        font-size: 12px;

        line-height: 16px;

        height: auto !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .Nh-banner .Nk-notification__text a{

        margin-left: 5px !important;

        font-weight: 600;
        font-size: 12px !important;
        line-height: 16px !important;

        color: #fff;

    }

}

.flip {

    position: relative;

    display: inline-block;

}

.flip > .back,

.flip > .front {

   	backface-visibility: hidden;

    -webkit-transition-duration: 0.8s;

    -o-transition-duration: 0.8s;

    transition-duration: 0.8s;

    -webkit-transition-property: opacity, -webkit-transform;

    -o-transition-property: transform, opacity;

    transition-property: transform, opacity;

    transition-property: transform, opacity, -webkit-transform;

}

.flip > .front {

    -webkit-transform: rotateY(0deg);

    transform: rotateY(0deg);

}

.flip > .back {

    position: absolute;

    opacity: 0;

    top: 0;

    left: 0;

    height: 100%;

    -webkit-transform: rotateY(-180deg);

    transform: rotateY(-180deg);

}

.flip:hover > .front {

    -webkit-transform: rotateY(180deg);

    transform: rotateY(180deg);

}

.flip:hover > .back {

    opacity: 1;

    -webkit-transform: rotateY(0deg);

    transform: rotateY(0deg);

}

.flip.flip-vertical > .back {

    -webkit-transform: rotateX(-180deg);

    transform: rotateX(-180deg);

}

.flip.flip-vertical:hover > .front {

    -webkit-transform: rotateX(180deg);

    transform: rotateX(180deg);

}

.flip.flip-vertical:hover > .back {

    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);

}

.flip > .back,

.flip > .front {

    display: block;

    width: inherit;

    -webkit-background-size: cover !important;

    background-size: cover !important;

    background-position: center !important;

    background: #fff;

}

.Nk-engage {

    background: #0d131f;

}

.Nk-engage__card {

    width: 100%;

    margin-bottom: 20px;

}

@media (min-width: 1400px) {

    .Nk-engage__card {

        margin-bottom: 40px;

    }

}

.Nk-engage__card__img {

    width: 100%;

    height: 261px;

    -o-object-fit: cover;

    object-fit: cover;

    position: relative;

}

@media (min-width: 992px) {

    .Nk-engage__card__img {

        height: 350px;

    }

}

@media (min-width: 1400px) {

    .Nk-engage__card__img {

        height: 350px;

    }

}

@media (min-width: 1600px) {

    .Nk-engage__card__img {

        height: 511px;

    }

}

.Nk-engage__card .front {

    position: relative;

}

.Nk-engage__card .front::after {

    content: "";

    background: #0d131f;

    opacity: 0.7;

    z-index: 5;

}

.Nk-engage__card .front .info {

    padding: 40px;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 6;

}

@media (min-width: 1400px) {

    .Nk-engage__card .front .info {

        padding: 80px;

    }

}

.Nk-engage__card .back {

    padding: 18px 20px;

}

@media (min-width: 1200px) {

    .Nk-engage__card .back {

        padding: 30px 42px;

    }

}

@media (min-width: 1600px) {

    .Nk-engage__card .back {

        padding: 65px 80px;

    }

}

@media (min-width: 1440px) and (max-height: 1281px) {

    .Nk-engage__card .back {

        padding: 40px;

    }

}

.Nk-engage__card span {

    font-size: 10px;

}

@media (min-width: 1200px) {

    .Nk-engage__card span {

        font-size: 12px;

    }

}

.Nk-engage__card .h5,

.Nk-engage__card h5 {

    font-weight: 600;

    font-size: 20px;

    line-height: 27px;

    letter-spacing: -0.04em;

    color: #fff;

}

@media (min-width: 1200px) {

    .Nk-engage__card .h5,

    .Nk-engage__card h5 {

        font-size: 24px;

        line-height: 32px;

    }

}

@media (min-width: 1400px) {

    .Nk-engage__card .h5,

    .Nk-engage__card h5 {

        font-size: 40px;

        line-height: 50px;

    }

}

@media (min-width: 768px) and (max-width: 1399.98px) {

    .Nk-engage__card .c-details p,

    .Nk-engage__card .fnt-20,

    .c-details .Nk-engage__card p {

        font-size: 16px;

        line-height: 20px;

    }

}

.Nk-plan {

    background: #f3f3f3;

}

.Nk-plan .post {

    padding: 50px !important;

    background: #0d131f;

    margin-bottom: 0;

}

@media (max-width: 1399.98px) {

    .Nk-plan .post {

        padding: 24px !important;

    }

}

@media (max-width: 767.98px) {

    .Nk-plan .post {

        width: 100%;

        padding: 24px !important;

    }

}

.Nk-plan .post__item:not(:last-child) {

    padding-bottom: 20px !important;

}

@media (max-width: 767.98px) {

    .Nk-plan .post__item:not(:last-child) {

        padding-bottom: 16px !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    }

}

.Nk-plan .post__item:not(:first-child) {

    padding-top: 20px !important;

}

@media (max-width: 767.98px) {

    .Nk-plan .post__item:not(:first-child) {

        padding-top: 16px !important;

    }

}

.Nk-plan .post__item .date {

    font-weight: 600;

    font-size: 12px;

    line-height: 28px;

    text-transform: uppercase;

    color: #fff;

}

.Nk-plan .post__item .location {

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    color: #fff;

}

@media (max-width: 767.98px) {

    .Nk-plan .post__item .location {

        font-size: 12px;

    }

    .Nk-plan__card {

        margin-top: 24px;

    }

}

.Nk-plan__card__img {

    width: 100%;

    height: 299px;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (max-width: 1399.98px) {

    .Nk-plan__card__img {

        -o-object-position: top;

        object-position: top;

        height: 220px;

    }

}

@media (max-width: 767.98px) {

    .Nk-plan__card__img {

        -o-object-position: top;

        object-position: top;

        height: 180px;

    }

}

.Nk-plan__card__body {

    margin-top: 24px;

}

@media (min-width: 1600px) {

    .Nk-plan__card__body {

        margin-top: 40px;

    }

}

@media (max-width: 1399.98px) {

    .Nk-plan__card__body .Nk-h3 {

        -webkit-box-flex: 1;

        -ms-flex: 1;

        flex: 1;

    }

}

.Nk-plan__card__body__text {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    color: #000;

   

}

@media (min-width: 992px) {

    .Nk-plan__card__body__text {

        display: block;

    }

}

.Nk-plan__card__body .btn-wrp {

    margin-top: 20px;

}

@media (max-width: 767.98px) {

    .js-only-mobile .Nk-tabs {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

    }

}

@media (min-width: 768px) {

    .js-only-mobile .swiper-slide,

    .js-only-mobile .swiper-wrapper {

        width: auto;

        height: auto;

    }

}

.Nk-partner__logoWrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

@media (max-width: 767.98px) {

    .Nk-partner__logoWrp {

        margin-top: 24px;

    }

}

.Nk-partner__container {

    width: 50%;

    height: 235px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    border: 1px solid #c4c4c4;

}

@media (max-width: 767.98px) {

    .Nk-partner__container {

        height: 69px;

    }

}

.Nk-partner__container:not(:last-child) {

    border-right: 0;

}

@media (max-width: 767.98px) {

    .Nk-partner__container img {

        width: 65px;

    }

}

.delivary__img {

    -o-object-fit: cover;

    object-fit: cover;

    width: 100%;

    height: 149px;

}

@media (min-width: 768px) {

    .delivary__img {

        height: 400px;

    }

}

@media (min-width: 1600px) {

    .delivary__img {

        height: 480px;

    }

}

.delivary .swiper-button-disabled img {

    opacity: 0.5;

}

.delivary .logoWrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 200px;

    height: 95px;

    margin: auto;

    border: 1px solid rgba(255, 255, 255, 0.1);

}

@media (max-width: 767.98px) {

    .delivary .logoWrp {

        height: 52px;

    }

}

.delivary .js-logo-progressSLider {

    margin-top: 50px;

}

@media (max-width: 767.98px) {

    .delivary .js-logo-progressSLider {

        margin-top: 32px;

    }

}

@media (max-width: 1399.98px) {

    .delivary .js-logo-progressSLider {

        margin-top: 20px;

    }

}

@media (max-width: 767.98px) {

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp img {

        -o-object-fit: cover;

        object-fit: cover;

    }

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp {

        width: 100%;

    }

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp .semens {

        width: 64px;

        height: 17px;

    }

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp .m3 {

        width: 35px;

        height: 42px;

    }

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp .backer,

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp .potent,

    .delivary .js-logo-progressSLider .swiper-slide .logoWrp .ray {

        width: 61.63px;

        height: 18.79px;

    }

}

.delivary .js-logo-progressSLider .swiper-slide-active .logoWrp,

.delivary .slider-logo {

    position: relative;

}

.delivary .js-logo-progressSLider .swiper-slide-active .logoWrp::before {

    width: 100% !important;

    -webkit-transition: ease width 5s;

    -o-transition: ease width 5s;

    transition: ease width 5s;

}

.delivary .slider-logo .js-arrow-left {

    position: absolute;

    left: -90px;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    top: 50%;

}

@media (max-width: 767.98px) {

    .delivary .slider-logo .js-arrow-left {

        display: none;

    }

}

@media (max-width: 991.98px) {

    .delivary .slider-logo .js-arrow-left {

        left: -34px;

    }

}

.delivary .slider-logo .js-arrow-right {

    position: absolute;

    right: -90px;

    -webkit-transform: translateY(-50%) rotate(180deg);

    -ms-transform: translateY(-50%) rotate(180deg);

    transform: translateY(-50%) rotate(180deg);

    top: 50%;

}

@media (max-width: 991.98px) {

    .delivary .slider-logo .js-arrow-right {

        right: -34px;

    }

}

@media (max-width: 767.98px) {

    .delivary .slider-logo .js-arrow-right {

        display: none;

    }

}

.text-arrows {

    margin-top: 4px;

}

.text-arrows .js-arrow-left,

.text-arrows .js-arrow-right {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.text-arrows .js-arrow-left {

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

}

.delivaryImg__wrp {

    overflow: hidden;

    position: relative;

}

.delivaryImg__wrp .overlay {

    position: absolute;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(255, 255, 255, 0.8);

    z-index: 3;

}

.newsroomDetails {

    margin-top: 80px;

}

.kn-banner {

    padding-top: 160px;

    padding-bottom: 100px;

    background: #0d131f;

}

@media (max-width: 767.98px) {

    .kn-banner {

        padding-top: 70px;

        padding-bottom: 24px;

    }

}

.kn-banner__img {

    width: 100%;

    height: 290px;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (min-width: 768px) {

    .kn-banner__img {

        height: 380px;

    }

}

@media (min-width: 992px) {

    .kn-banner__img {

        height: 480px;

    }

}

@media (min-width: 1400px) {

    .kn-banner__img {

        height: 680px;

    }

}

@media (max-width: 767.98px) {

    .kn-banner__wrp .Nk-h2 {

        font-size: 40px;

        line-height: 50px;

    }

    .kn-banner__wrp,

    .kn-banner__wrp .mt-42 {

        margin-top: 24px;

    }

}

@media (min-width: 1600px) {

    .kn-banner__wrp {

        max-width: 450px;

        margin-left: 100px;

    }

    .contact-banner .kn-banner__wrp {

        max-width: 100%;

        margin-left: 100px;

    }

}

.kn-cards__img {

    width: 100%;

    height: 438px;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (max-width: 1399.98px) {

    .kn-cards__img {

        height: 357px;

    }

}

@media (max-width: 1199.98px) {

    .kn-cards__img {

        height: 340px;

    }

}

@media (max-width: 767.98px) {

    .kn-cards__img {

        height: 180px;

    }

}

.nk-tabs {

    padding-bottom: 0;

}

.js-niceSelect {

    border: 0;

    height: auto;

    min-height: auto;

}

@media (max-width: 767.98px) {

    .js-niceSelect {

        padding-left: 12px;

    }

}

.js-niceSelect .current {

    font-size: 20px;

    font-weight: 700;

}

.filter-sort,

.filter-wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.nice-select .option {

    padding: 8px !important;

    min-height: 15px;

    height: auto;

}

.nice-select:after {

    border-bottom: 1.5px solid #000;

    border-right: 1.5px solid #000;

    width: 8px;

    height: 8px;

}

@media (max-width: 767.98px) {

    .nice-select:after {

        width: 8px;

        height: 8px;

    }

}

.kn-cards-wrp .Nk-card {

    margin-bottom: 100px;

}

@media (max-width: 1199.98px) {

    .kn-cards-wrp .Nk-card {

        margin-bottom: 45px;

    }

}

@media (max-width: 767.98px) {

    .kn-cards-wrp .Nk-card {

        margin-bottom: 32px;

    }

}

.filter-wrp {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

@media (max-width: 1199.98px) {

    .filter-wrp {

        -webkit-box-orient: vertical;

        -webkit-box-direction: reverse;

        -ms-flex-direction: column-reverse;

        flex-direction: column-reverse;

        -webkit-box-align: end;

        -ms-flex-align: end;

        align-items: end;

    }

}

@media (max-width: 767.98px) {

    .filter-wrp {

        overflow: hidden;

    }

}

.filter-wrp .Nk-tabs {

    margin-top: 24px;

    margin-bottom: 32px;

}

.logo-wrp a {

    margin-left: 10px;

}

@media (max-width: 1399.98px) {

    .logo-wrp img {

        width: 24px;

    }

}

.knwld-banner {

    position: relative;

}

.knwld-banner .js-arrow-left,

.knwld-banner .js-arrow-right {

    position: absolute;

    top: 50%;

}

@media (max-width: 767.98px) {

    .knwld-banner .js-arrow-left,

    .knwld-banner .js-arrow-right {

        display: none;

    }

}

.kn-cards,

.logo-wrp a {

    text-decoration: none;

}

.kn-cards:hover .h3,

.kn-cards:hover h3 {

    color: #051d60;

}

.kn-cards__imgWrp {

    overflow: hidden;

}

.kn-cards__img,

.kn-cards__img:hover {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: 0.5s all ease;

    -o-transition: 0.5s all ease;

    transition: 0.5s all ease;

}

.kn-cards__img:hover {

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

}

.js-arrow-right {

    left: -40px;

}

.js-arrow-left {

    right: -40px;

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

}

.kn-details {

    background: #0d131f;

}

@media (min-width: 768px) {

    .kn-details {

        height: 88vh;

        position: relative;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: end;

        -ms-flex-align: end;

        align-items: flex-end;

    }

}

.kn-details__container {

    position: relative;

    z-index: 3;

    padding-bottom: 100px;

}

@media (max-width: 1599.98px) {

    .kn-details__container {

        padding-bottom: 48px;

    }

}

@media (max-width: 991.98px) {

    .kn-details__container {

        padding-top: 32px;

        padding-bottom: 24px;

    }

}

.kn-details__container .h1,

.kn-details__container .h1Heading {

    margin-top: 40px;

}

.kn-details__img {

    height: 354px;

    position: relative;

}

@media (min-width: 768px) {

    .kn-details__img {

        height: 100%;

        width: 100%;

        position: absolute;

    }

}

.kn-details__img img {

    -o-object-position: left;

    object-position: left;

    -o-object-fit: cover;

    object-fit: cover;

    height: inherit;

    width: 100%;
        object-position: center;
}

.kn-details__img::after {

    position: absolute;

    content: "";

    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);

    background: -o-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);

    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);

    -webkit-background-size: 100% 100%;

    background-size: 100%;

    z-index: 2;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

.sub-text {

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    text-transform: uppercase;

    color: #fff;

    opacity: 0.8;

}

@media (max-width: 767.98px) {

    .sub-text {

        font-size: 12px;

        line-height: 16px;

    }

}

.kn-info__img {

    width: 100%;

    height: 552px;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (max-width: 767.98px) {

    .kn-info__img {

        height: 200px;

    }

}

.mb-40 {

    margin-bottom: 40px;

}

@media (max-width: 767.98px) {

    .mb-40 {

        margin-bottom: 16px;

    }

}

.tags-wrap {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin-top: 40px;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

@media (max-width: 767.98px) {

    .tags-wrap {

        margin-top: 24px;

        margin-bottom: 8px;

    }

}

.tags-wrap li {

    margin-right: 36px;

}

.tags-wrap .tags {

    padding: 2px 16px;

    border: 1px solid #c4c4c4;

    font-weight: 600;

    font-size: 12px;

    line-height: 28px;

    text-transform: uppercase;

    color: #0d131f;

}

.border-top-g {

    border-top: 1px solid #c4c4c4;

}

.more-details__card__item {

    background: #f4f4f4;

    padding: 32px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 40px;

}

@media (max-width: 767.98px) {

    .more-details__card__item {

        padding: 16px;

        margin-bottom: 8px;

    }

    .more-details__card__item .img-wrp {

        display: none;

    }

}

.more-details__card__item__img {

    position: relative;

    width: 158px;

    height: 100%;

}

.more-details__card__item__img img {

    position: absolute;

    -o-object-fit: cover;

    object-fit: cover;

    bottom: -32px;

}

@media (min-width: 1200px) {

    .more-details__card__item__body {

        padding-left: 30px;

    }

}

@media (min-width: 992px) {

    .more-details__card__item__body {

        padding-left: 4px;

    }

}

.more-details__card__item__body .h6,

.more-details__card__item__body h6 {

    font-size: 24px;

    line-height: 32px;

    text-transform: capitalize;

    color: #0d131f;

}

@media (max-width: 767.98px) {

    .more-details__card__item__body .h6,

    .more-details__card__item__body h6 {

        font-size: 16px;

        line-height: 24px;

        margin-bottom: 4px;

    }

}

.more-details__card__item__body p,

.more-details__card__item__body span {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.8;

}

.more-details__card__item__body span {

    text-transform: uppercase;

}

@media (max-width: 767.98px) {

    .more-details__card__item__body span {

        font-size: 12px;

        line-height: 20px;

    }

}

.more-details__card__item__body p {

    margin-top: 16px;

}

@media (max-width: 767.98px) {

    .more-details__card__item__body p {

        font-size: 12px;

        line-height: 20px;

        margin-top: 12px;

    }

}

.more-details__card__icons .wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.advisory__card__body__footer .wrp img:first-child,

.more-details__card__icons .wrp img:first-child,

.ourTeam__card .wrp img:first-child {

    margin-right: 8px;

}

.interested {

    background: rgba(139, 170, 255, 0.1);

}

.interested .btn {

    width: auto;

}

.advisory__card {

    margin-bottom: 40px;

}

@media (max-width: 767.98px) {

    .advisory__card {

        margin-bottom: 24px;

    }

}

.advisory__card__img {

    width: 100%;

    height: 544px;

    -o-object-fit: cover;

    object-fit: cover;

    position: relative;

    overflow: hidden;

}

.advisory__card__img img {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

    -o-object-position: top;

    object-position: top;

}

.advisory__card__img img:hover,

.ourTeam__card__img:hover img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

}

@media (max-width: 1199.98px) {

    .advisory__card__img {

        height: 380px;

    }

}

.advisory__card__img::after {

    position: absolute;

    content: "";

    background: -webkit-linear-gradient(91.35deg, #000 8.32%, rgba(13, 19, 31, 0) 89.81%);

    background: -o-linear-gradient(91.35deg, #000 8.32%, rgba(13, 19, 31, 0) 89.81%);

    background: linear-gradient(358.65deg, #000 8.32%, rgba(13, 19, 31, 0) 89.81%);

    opacity: 0.8;

    bottom: 0;

    width: 100%;

    height: 308px;

    left: 0;

}

.advisory__card__img > img {

    width: 100%;

    height: 100%;

}

.advisory__card__img:hover .gsap-cardFooter {

    display: block;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;

}

.advisory__card__body {

    padding: 40px;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 2;

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

}

@media (max-width: 767.98px) {

    .advisory__card__body {

        padding: 24px;

    }

}

.advisory__card__body .name {

    font-size: 32px;

    line-height: 32px;

    text-transform: capitalize;

    color: #fff;

    font-weight: 700;

}

@media (max-width: 767.98px) {

    .advisory__card__body .name {

        font-size: 24px;

        line-height: 32px;

        margin-bottom: 4px;

    }

}

.advisory__card__body .position {

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    text-transform: uppercase;

    color: #fff;

    opacity: 0.8;

}

@media (max-width: 767.98px) {

    .advisory__card__body .position {

        font-size: 12px;

        line-height: 16px;

    }

}

.advisory__card__body .gsap-cardFooter {

    display: none;

    -webkit-transform: translateY(-200px);

    -ms-transform: translateY(-200px);

    transform: translateY(-200px);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;

}

.advisory__card__body__footer {

    margin-top: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

@media (max-width: 1199.98px) {

    .advisory__card__body__footer {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

        -webkit-box-align: start;

        -ms-flex-align: start;

        align-items: flex-start;

    }

}

@media (max-width: 767.98px) {

    .advisory__card__body__footer .btn {

        width: 200px;

    }

}

@media (max-width: 1199.98px) {

    .advisory__card__body__footer .wrp {

        margin-top: 8px;

    }

}

.advisory__imgwrp {

    margin-top: 60px;

}

@media (max-width: 767.98px) {

    .advisory__imgwrp {

        margin-top: 32px;

    }

}

.advisory__imgwrp.gx-lg-5 {

    --bs-gutter-x: 40px;

}

.ourTeam {

    background: #0d131f;

}

@media (min-width: 768px) {

    .ourTeam .gx-lg-5 {

        --bs-gutter-x: 40px;

    }

}

.ourTeam__card {

    margin-bottom: 100px;

}

@media (max-width: 991.98px) {

    .ourTeam__card {

        margin-bottom: 42px;

    }

}

@media (max-width: 767.98px) {

    .ourTeam__card {

        margin-bottom: 32px;

    }

}

.ourTeam__card__img {

    background: #f4f4f4;

    text-align: center;

    height: 380px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    overflow: hidden;

}

@media (max-width: 1399.98px) {

    .ourTeam__card__img {

        height: 295px;

    }

}

@media (max-width: 1199.98px) {

    .ourTeam__card__img {

        height: 270px;

    }

}

@media (max-width: 767.98px) {

    .ourTeam__card__img {

        height: 170px;

    }

}

.ourTeam__card__img img {

    width: 100%;

    height: 100%;

    margin-top: auto;

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

    -o-object-position: top;

    object-position: top;

}

.ourTeam__card .position {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    text-transform: uppercase;

    color: #fff;

    opacity: 0.8;

}

.ourTeam__card .wrp {

    

}

.ourTeam__card__footer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

	align-items:center;

	margin-top:12px;

}

.ourTeam__card__footer a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

}

.Nk-fun__banner {

    height: 639px;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (max-width: 1199.98px) {

    .Nk-fun__banner {

        height: 402px;

    }

}

@media (max-width: 767.98px) {

    .Nk-fun__banner {

        height: 202px;

    }

}

.mt-8rem {

    margin-top: 24px;

}

@media (min-width: 1200px) {

    .mt-8rem {

        margin-top: 8rem;

    }

}

.mt-10rem {

    margin-top: 40px;

}

@media (min-width: 992px) {

    .mt-10rem {

        margin-top: 7rem;

    }

}

@media (min-width: 1600px) {

    .mt-10rem {

        margin-top: 10rem;

    }

}

.countData {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

@media (max-width: 767.98px) {

    .countData {

        margin-top: 32px;

    }

}

.countData__item {

    width: 127px;

    margin-bottom: 42px;

}

@media (min-width: 768px) {

    .countData__item {

        width: 155px;

    }

}

.countData__item:nth-child(odd) {

    margin-right: 12px;

    border-right: 1px solid rgba(0, 0, 0, 0.3);

}

@media (min-width: 1400px) {

    .countData__item:nth-child(odd) {

        margin-right: 16px;

    }

}

.countData__item:nth-child(even) {

    margin-left: 12px;

}

@media (min-width: 1400px) {

    .countData__item:nth-child(even) {

        margin-left: 16px;

    }

}

@media (min-width: 1200px) {

    .countData__item {

        width: 174px;

    }

}

@media (min-width: 1400px) {

    .countData__item {

        width: 180px;

    }

}

.countData .-description__name,

.countData .ZW-unOrderList__desc,

.countData .fnt-24,

.countData .pDesc,

.countData .zw-pills-link,

.countData .zw-unorder-list__desc {

    font-size: 12px;

    line-height: 20px;

}

.vedio-banner {

    height: 100vh;

}

@media (max-width: 991.98px) {

    .vedio-banner {

        height: 392px;

    }

}

@media (max-width: 767.98px) {

    .vedio-banner {

        height: 192px;

    }

}

.vedio-banner .vedio-play-button {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: 8;

    cursor: pointer;

}

@media (max-width: 991.98px) {

    .vedio-banner .vedio-play-button {

        width: 50px;

        height: 50px;

    }

}

@media (max-width: 767.98px) {

    .vedio-banner .vedio-play-button {

        width: 40px;

        height: 40px;

    }

}

.vedio-banner img {

    -o-object-fit: cover;

    object-fit: cover;

    width: 100%;

    height: 100%;

}

.vp-placeholder {

    max-width: 100% !important;

}

.videoCoverImage {

    height: 100%;

}

.videoCoverImage .img-wrp {

    position: relative;

}

.videoCoverImage .img-wrp::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.3);

}

.gutter-40 {

    --bs-gutter-x: 20px;

}

@media (min-width: 1600px) {

    .gutter-40 {

        --bs-gutter-x: 40px;

    }

}

@media (max-width: 767.98px) {

    .gutter-sm-8 {

        --bs-gutter-x: 8px;

    }

}

.Nk-gallary__img {

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    margin-bottom: 8px;
    height: 100%;
}

@media (min-width: 768px) {

    .Nk-gallary__img {

        margin-bottom: 20px;

    }

}

@media (min-width: 1600px) {

    .Nk-gallary__img {

        margin-bottom: 40px;

    }

}

.Nk-gallary__img--lg {

    height: 109px;

}

@media (min-width: 768px) {

    .Nk-gallary__img--lg {

        height: 200.78px;

    }

}

@media (min-width: 992px) {

    .Nk-gallary__img--lg {

        height: 250.78px;

    }

}

@media (min-width: 1200px) {

    .Nk-gallary__img--lg {

        height: 492.78px;

    }

}

.Nk-gallary__img--sm {

    height: 75px;

}

@media (min-width: 768px) {

    .Nk-gallary__img--sm {

        height: 152px;

    }

}

@media (min-width: 992px) {

    .Nk-gallary__img--sm {

        height: 232px;

    }

}

@media (min-width: 1200px) {

    .Nk-gallary__img--sm {

        height: 338px;

    }

}

.help .h3,

.help h3 {

    font-size: 48px;

    line-height: 56px;

    letter-spacing: -0.05em;

    color: #051d60;

    font-weight: 700;

}

@media (max-width: 767.98px) {

    .help .h3,

    .help h3 {

        font-size: 24px;

        line-height: 32px;

    }

}

@media (max-width: 991.98px) {

    .help__wrp {

        margin-top: 32px;

    }

}

@media (min-width: 992px) {

    .help__wrp__left {

        padding-right: 15px;

    }

}

@media (min-width: 1600px) {

    .help__wrp__left {

        padding-right: 60px;

    }

}

@media (min-width: 992px) {

    .help__wrp__right {

        padding-left: 15px;

    }

}

@media (min-width: 1600px) {

    .help__wrp__right {

        padding-left: 60px;

    }

}

.help__img {

    max-width: 100%;

    width: 100%;

    position: relative;

}

.help .mb-140 {

    margin-bottom: 140px;

}

@media (max-width: 991.98px) {

    .help .mb-140 {

        margin-bottom: 40px;

    }

}

.rec-card {

    margin-top: 60px;

}

@media (max-width: 991.98px) {

    .rec-card {

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        overflow: scroll;

    }

}

.rec-card.withBorder {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.rec-card__wrp {

    height: 235px;

/*    border: 1px solid #c4c4c4;*/

}

@media (max-width: 991.98px) {

    .rec-card__wrp {

        height: 156px;

    }

}

@media (max-width: 1199.98px) {

    .rec-card__wrp img {

        width: 163px;

    }

}

@media (max-width: 991.98px) {

    .rec-card__wrp img {

        width: 133px;

    }

}

@media (min-width: 768px) {

    .rec-card__wrp:not(:nth-child(4n)) {

        border-right: 0;

    }

}

.js-model-slider .js-arrow-left {

    -webkit-transform: rotate(0);

    -ms-transform: rotate(0);

    transform: rotate(0);

}

.core-value {

    padding-top: 140px;

    background: rgba(139, 170, 255, 0.1);

}

@media (max-width: 991.98px) {

    .core-value {

        padding-top: 24px;

    }

}

.core-value__list {

    padding-top: 120px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

@media (max-width: 991.98px) {

    .core-value__list {

        padding-top: 32px;

    }

}

.core-value__list__item {

    border-right: 1px solid rgba(0, 0, 0, 0.3);

    margin-bottom: 120px;

    width: calc(100% / 3);

}

@media (max-width: 991.98px) {

    .core-value__list__item {

        width: calc(100% / 2);

        margin-bottom: 44px;

    }

}

@media (max-width: 767.98px) {

    .core-value__list__item {

        width: 100%;

        border-right: 0;

        margin-bottom: 44px;

    }



.knwld-banner {

	margin-left:4px;

	margin-right:4px;

}

}

@media (min-width: 1200px) {

    .core-value__list__item:last-child,

    .core-value__list__item:nth-child(3n) {

        border-right: 0;

    }

}

.core-value__list__item:first-child .core-value__list__item__wrp {

    margin-left: 0;

}

@media (min-width: 1200px) {

    .core-value__list__item:nth-child(4n) .core-value__list__item__wrp {

        margin-left: 0;

    }

}

.core-value__list__item__wrp {

    max-width: 320px;

    margin: auto;

}

@media (max-width: 1199.98px) {

    .core-value__list__item__wrp {

        max-width: 280px;

    }

}

@media (max-width: 767.98px) {

    .core-value__list__item__wrp {

        margin-left: 0;

    }

}

.core-value__list__item .Nk-h3 {

    margin-top: 35px;

    margin-bottom: 24px;

    color: #051d60;

    font-weight: 600;

}

@media (max-width: 1599.98px) {

    .core-value__list__item .Nk-h3 {

        margin-top: 12px;

        margin-bottom: 12px;

    }

}

.core-value__list__item__logo {

    width: 40px;

    height: 40px;

    -o-object-fit: cover;

    object-fit: cover;

}

.aboutModel .modal-dialog {

    max-width: 95%;

}

@media (min-width: 1400px) {

    .aboutModel .modal-dialog {

        max-width: 1440px;

        width: 100%;

    }

}

.aboutModel .h3,

.aboutModel h3 {

    font-size: 48px;

    line-height: 32px;

    text-transform: capitalize;

    font-weight: 700;

    color: #fff;

}

@media (max-width: 991.98px) {

    .aboutModel .h3,

    .aboutModel h3 {

        font-size: 18px;

        line-height: 24px;

        letter-spacing: -0.04em;

        color: #fff;

    }

}

.aboutModel .modal-body {

    padding: 0;

}

.aboutModel .modal-content {

    padding: 24px;

    background: #0d131f;

}

@media (min-width: 992px) {

    .aboutModel .modal-content {

        padding: 32px 24px 32px 32px;

    }

}

@media (min-width: 1400px) {

    .aboutModel .modal-content {

        padding: 64px 42px 64px 64px;

    }

}

.aboutModel__wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

@media (max-width: 767.98px) {

    .aboutModel__wrp {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

}

.aboutModel__body {

    width: 100%;

}

@media (max-width: 767.98px) {

    .aboutModel__body {

        margin-top: 15px;

    }

}

@media (min-width: 768px) {

    .aboutModel__body {

        padding-left: 32px;

    }

}

@media (min-width: 1400px) {

    .aboutModel__body {

        padding-left: 64px;

    }

}

.aboutModel__body .wrp {

    padding-right: 16px;

}

.aboutModel__body .logoWro__wrp {

    padding-left: 16px;

    border-left: 1px solid #fff;

}

.aboutModel__body .logoWro__wrp img:hover {

    -webkit-transform: scale(1.02);

    -ms-transform: scale(1.02);

    transform: scale(1.02);

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

    cursor: pointer;

}

.aboutModel__body__head {

    margin-bottom: 32px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

@media (max-width: 1199.98px) {

    .aboutModel__body__head {

        margin-bottom: 24px;

    }

}

.aboutModel__body__head img {

    width: 32px;

    height: 32px;

}

@media (max-width: 767.98px) {

    .aboutModel__body__head img {

        width: 16px;

        height: 16px;

    }

    .aboutModel__body__head .-description__name,

    .aboutModel__body__head .ZW-unOrderList__desc,

    .aboutModel__body__head .fnt-24,

    .aboutModel__body__head .pDesc,

    .aboutModel__body__head .zw-pills-link,

    .aboutModel__body__head .zw-unorder-list__desc {

        font-size: 12px;

        line-height: 16px;

    }

    .aboutModel__body__head .c-details p,

    .aboutModel__body__head .fnt-20,

    .c-details .aboutModel__body__head p {

        font-size: 14px;

        line-height: 24px;

        color: #fff;

        opacity: 0.8;

    }

}

.aboutModel__body__info__foot {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-top: 24px;

    border-top: 1px solid rgba(255, 255, 255, 0.4);

}

@media (max-width: 767.98px) {

    .aboutModel__body__info__foot {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .aboutModel__body__info__foot__img {

        width: 40px;

    }

}

.aboutModel__body__info__foot__img img {

    width: 100%;

}

.aboutModel__img .position-relative,

.aboutModel__img img {

    width: 227.6px;

    height: 281px;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (min-width: 992px) {

    .aboutModel__img img {

        width: 350px;

        height: 440px;

    }

}

@media (min-width: 1400px) {

    .aboutModel__img img {

        width: 520px;

        height: 642px;

    }

}

.aboutModel__img .position-relative {

    overflow: hidden;

}

@media (min-width: 992px) {

    .aboutModel__img .position-relative {

        width: 350px;

        height: 440px;

    }

}

@media (min-width: 1400px) {

    .aboutModel__img .position-relative {

        width: 520px;

        height: 642px;

    }

}

.aboutModel__img .position-relative img,

.aboutModel__img .position-relative img:hover {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

}

.aboutModel__img .position-relative img:hover {

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

}

.aboutModel__img .position-relative::after {

    position: absolute;

    content: "";

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 363.49px;

    background: -webkit-linear-gradient(91.35deg, #000 8.32%, rgba(13, 19, 31, 0) 89.81%);

    background: -o-linear-gradient(91.35deg, #000 8.32%, rgba(13, 19, 31, 0) 89.81%);

    background: linear-gradient(358.65deg, #000 8.32%, rgba(13, 19, 31, 0) 89.81%);

    opacity: 0.8;

}

.aboutModel .aboutModel__body__info {

    height: 324px;

    margin-bottom: 50px;

}

@media (max-width: 991.98px) {

    .aboutModel .aboutModel__body__info {

        margin-bottom: 32px;

    }

}

.aboutModel .aboutModel__body__info p {

    margin-bottom: 20px;

}

.aboutModel .btn-close {

    background-image: none;

    position: absolute;

    top: 32px;

    right: 42px;

    opacity: 1;

    z-index: 99;

}

@media (max-width: 991.98px) {

    .aboutModel .btn-close {

        top: 16px;

        right: 26px;

    }

}

.os-scrollbar-handle,

.os-scrollbar-track {

    -webkit-border-radius: 4px;

    border-radius: 4px;

}

.os-scrollbar-track {

    background: rgba(244, 244, 244, 0.4) !important;

}

.os-scrollbar-handle {

    background: #c8c3c3 !important;

}

.partners {

    padding: 12rem 0;

}

@media (max-width: 767.98px) {

    .partners {

        padding: 4.5rem 0;

    }

}

.swiper-button-disabled svg path {

    stroke: rgba(255, 255, 255, 0.4) !important;

}

.op-banner {

    background: #0d131f;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;

    padding: 120px 0 45px;

}

@media (min-width: 768px) {

    .op-banner {

        height: 90vh;

        padding: 80px 0;

    }

}

.op-banner__search {

    margin-top: 48px;

    position: relative;

}

@media (min-width: 992px) {

    .op-banner__search {

        margin-top: 80px;

    }

}

.op-banner__search input {

    width: 100%;

    padding: 27px 67px 27px 32px;

    background-color: transparent;

    border: 1px solid #fff;

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    color: #fff;

}

@media (max-width: 767.98px) {

    .op-banner__search input {

        padding: 12px 40px 12px 16px;

    }

}

.op-banner__search input::-webkit-input-placeholder {

    font-weight: 600;

    font-size: 18px;

    line-height: 26px;

    letter-spacing: -0.04em;

    color: #fff;

    opacity: 0.6;

}

.op-banner__search input::-moz-placeholder {

    font-weight: 600;

    font-size: 18px;

    line-height: 26px;

    letter-spacing: -0.04em;

    color: #fff;

    opacity: 0.6;

}

.op-banner__search input::-ms-input-placeholder {

    font-weight: 600;

    font-size: 18px;

    line-height: 26px;

    letter-spacing: -0.04em;

    color: #fff;

    opacity: 0.6;

}

.op-banner__search input::placeholder {

    font-weight: 600;

    font-size: 18px;

    line-height: 26px;

    letter-spacing: -0.04em;

    color: #fff;

    opacity: 0.6;

}

@media (max-width: 767.98px) {

    .op-banner__search input::-webkit-input-placeholder {

        font-size: 14px;

        line-height: 24px;

    }

    .op-banner__search input::-moz-placeholder {

        font-size: 14px;

        line-height: 24px;

    }

    .op-banner__search input::-ms-input-placeholder {

        font-size: 14px;

        line-height: 24px;

    }

    .op-banner__search input::placeholder {

        font-size: 14px;

        line-height: 24px;

    }

}

.op-banner__search__btn {

    background-color: transparent;

    border: 0;

    position: absolute;

    right: 24px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

@media (max-width: 767.98px) {

    .op-banner__search__btn {

        right: 8px;

    }

    .op-banner__search__btn img {

        width: 24px;

        height: 24px;

    }

}

.Nk-filter .clear-btn {

    opacity: 0.8;

    text-decoration: none;

}

.Nk-filter .job-type-contain {

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.Nk-filter .job-type-wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  

    margin-top: 14px;

}

.Nk-filter .job-type-wrp input {

    display: none;

}

.Nk-filter .job-type-wrp input:checked + p {

    background: #0d131f;

    color: rgba(255, 255, 255, 0.8);

}

.Nk-filter .job-type-wrp__btn {

    padding: 8px 18px 8px 22px;

    border: 1px solid #0d131f;

    font-size: 16px;

    line-height: 26px;

    color: rgba(13, 19, 31, 0.8);

    text-decoration: none;

    cursor: pointer;

}

.Nk-filter .experiance-container,

.Nk-filter .location {

    padding: 20px 0;

    border-bottom: 1px solid #ddd;

}

.Nk-filter .experiance-container .experiance__btnWrp {

    margin-top: 76px;

}

.Nk-filter .experiance-container .experiance__btnWrp__btn {

    padding: 8px 16px;

    border: 1px solid rgba(0, 0, 0, 0.4);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 2px;

    border-radius: 2px;

}

.Nk-filter .experiance-container .experiance__btnWrp__btn input {

    width: 25px;

    border: 0;

    margin-right: 16px;

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .Nk-filter .experiance-container .experiance__btnWrp__btn input {

        margin-right: 8px;

    }

}

.Nk-filter .experiance-container .experiance__btnWrp__btn input:focus {

    border: 0;

    outline: 0;

}

.Nk-filter .experiance-container .experiance__btnWrp__btn label {

    padding-left: 16px;

    border-left: 1px solid #ddd;

}

.Nk-filter .job-card {

    display: none;

}

@media (min-width: 768px) {

    .Nk-filter .job-card {

        margin-bottom: 80px;

    }

}

.Nk-filter .job-card.active {

    display: block !important;

}

.Nk-filter .job-card__item {

    padding: 40px 40px 24px;

    background: #fff;

    border: 1px solid #f1f1f1;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

    margin-bottom: 24px;

}

@media (max-width: 767.98px) {

    .Nk-filter .job-card__item {

        padding: 16px;

    }

}

.Nk-filter .job-card__item .h4,

.Nk-filter .job-card__item h4 {

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    letter-spacing: -0.04em;

    color: #000;

}

@media (max-width: 767.98px) {

    .Nk-filter .job-card__item .h4,

    .Nk-filter .job-card__item h4 {

        font-size: 16px;

        line-height: 24px;

    }

}

.Nk-filter .job-card__item .s-text,

.form-group label {

    font-size: 16px;

    line-height: 26px;

    color: #8492a6;

}

.Nk-filter .job-card__item__header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

@media (max-width: 767.98px) {

    .Nk-filter .job-card__item__header img {

        width: 24px;

    }

}

.Nk-filter .job-card__item__body {

    padding: 40px 0 32px;

    border-bottom: 1px solid #ddd;

}

@media (max-width: 767.98px) {

    .Nk-filter .job-card__item__body {

        padding: 24px 0 16px;

    }

}

.Nk-filter .job-card__item__footer {

    padding-top: 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: end;

}

@media (max-width: 767.98px) {

    .Nk-filter .job-card__item__footer .btn-wrp {

        width: 100%;

    }

}

.custom-label.left {

    right: 13px;

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);

}

.custom-label.left::after {

    left: 3px;

}

.custom-label.right {

    right: 0;

    -webkit-transform: translateX(10px);

    -ms-transform: translateX(10px);

    transform: translateX(10px);

}

.custom-label.right::after {

    left: inherit;

    right: 3px;

}

.o-8 {

    opacity: 0.8;

}

.o-6 {

    opacity: 0.6;

}

.form-group {

    display: block;

    margin-top: 15px;

}

.form-group input {

    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;

}

.form-group label {

    position: relative;

    cursor: pointer;

}

.form-group label:before {

    content: "";

    -webkit-appearance: none;

    background-color: transparent;

    border: 1px solid #0d131f;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);

    padding: 10px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 10px;

}

.form-group input:checked + label:after {

    content: "";

    display: block;

    position: absolute;

    top: 7px;

    left: 9px;

    width: 6px;

    height: 14px;

    border: solid #0d131f;

    border-width: 0 2px 2px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}

.form-group input:checked + label {

    color: #000;

    font-weight: 700;

}

.btn-drp-wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.or-ele {

    margin-top: 14px;

    position: relative;

    text-transform: uppercase;

}

.or-ele::after,

.or-ele::before {

    content: "";

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 40%;

    border: 1px solid #e8e8e8;

}

.or-ele::after {

    left: 0;

}

.or-ele::before {

    right: 0;

}

.jobs-head {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin-bottom: 46px;

}

@media (max-width: 767.98px) {

    .jobs-head {

        display: none;

    }

}

.page-link {

    border: 0;

    font-size: 16px;

    line-height: 24px;

    color: #8492a6;

    font-weight: 700;

}

.page-link:focus {

    background-color: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.page-item.active-item .page-link {

    color: #000;

}

.italic {

    font-style: italic;

}

.skills {

    background: #f3f3f3;

}

.l-gry-from {

    margin-top: 72px;

}

@media (max-width: 991.98px) {

    .l-gry-from {

        margin-top: 38px;

    }

}

@media (max-width: 767.98px) {

    .l-gry-from {

        margin-top: 32px;

    }

}

.l-gry-from .input-field {

    border: 1px solid rgba(13, 19, 31, 0.4);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 54px;

    border-radius: 54px;

    padding: 18px 26px;

    background-color: transparent;

    width: 100%;

}

@media (max-width: 767.98px) {

    .l-gry-from .input-field {

        margin-bottom: 20px;

        padding: 8px 19px;

    }

}

.l-gry-from .input-field::-webkit-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-field::-moz-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-field::-ms-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-field::placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-field:focus {

    outline: 0;

}

.l-gry-from .input-msg {

    width: 100%;

    border: 1px solid rgba(13, 19, 31, 0.4);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 28px;

    border-radius: 28px;

    padding: 18px;

    height: 140px;

}

@media (max-width: 767.98px) {

    .l-gry-from .input-msg {

        height: 100px;

    }

}

.l-gry-from .input-msg::-webkit-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-msg::-moz-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-msg::-ms-input-placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.l-gry-from .input-msg::placeholder {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #0d131f;

    opacity: 0.6;

}

.job-form {

    display: none;

}

.job-form .grp-input {

    position: relative;

}

.job-form .grp-input .phonedrop {

    padding-left: 0;

    position: absolute;

    left: 17px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-border-radius: 0;

    border-radius: 0;

    border-right: 1px solid rgba(13, 19, 31, 0.4);

}

.job-form .grp-input .input-number {

    padding-left: 84px;

}

.job-form .grp-input .current {

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #000;

}

.dropzone {

    margin-top: 60px;

    padding: 56px;

    text-align: center;

    border: 1px dashed rgba(13, 19, 31, 0.4);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 50px;

    border-radius: 50px;

}

@media (max-width: 991.98px) {

    .dropzone {

        margin-top: 42px;

    }

}

@media (max-width: 767.98px) {

    .dropzone {

        padding: 24px 32px;

        margin-top: 0;

    }

}

.dropzone .dropzone-container {

    cursor: pointer;

}



.dropzone .drop-btn {

    border: 1px solid #051d60;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 49px;

    border-radius: 49px;

    padding: 8px 16px;

    color: #051d60;

    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.dropzone .drop-btn,

.dropzone .drop-btn p {

    font-size: 14px;

    line-height: 24px;

    text-align: center;

}

.job-modal {

    margin: 0 0 0 auto;

    height: 100vh;

}

@media (min-width: 992px) {

    .job-modal {

        max-width: 767px;

    }

}

@media (min-width: 1200px) {

    .job-modal {

        max-width: 1160px;

    }

}

.job-modal .modal-content {

    -webkit-border-radius: 0;

    border-radius: 0;

}

.job-modal .modal-header {

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    padding: 20px 20px 16px;

    border: 0;

}

@media (min-width: 992px) {

    .job-modal .modal-header {

        padding: 40px 60px 16px;

    }

}

@media (min-width: 1400px) {

    .job-modal .modal-header {

        padding: 80px 120px 30px;

    }

}

.job-modal .modal-body {

    padding: 0 16px;

}

@media (min-width: 992px) {

    .job-modal .modal-body {

        padding: 0 60px 50px;

    }

}

@media (min-width: 1400px) {

    .job-modal .modal-body {

        padding: 0 120px 102px;

    }

}

.job-modal .job-modal-footer {

    padding: 20px 20px 32px;

    background: #fff;

    border: 1px solid #f1f1f1;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

}

@media (min-width: 992px) {

    .job-modal .job-modal-footer {

        padding: 20px 60px 32px;

    }

}

@media (min-width: 1400px) {

    .job-modal .job-modal-footer {

        padding: 40px 120px 64px;

    }

}

@media (max-width: 767.98px) {

    .job-modal .job-modal-footer__btn-group {

        margin-top: 16px;

    }

    .job-modal .job-modal-footer__btn-group .btn {

        padding: 11px 24px;

    }

}

.job-modal .h6,

.job-modal h6 {

    font-weight: 600;

    font-size: 20px;

    line-height: 32px;

    letter-spacing: -0.04em;

    color: #000;

}

@media (max-width: 767.98px) {

    .job-modal .h6,

    .job-modal h6 {

        font-size: 16px;

        line-height: 24px;

    }

    .c-details .job-modal .h6 + p,

    .c-details .job-modal h6 + p,

    .job-modal .c-details .h6 + p,

    .job-modal .c-details h6 + p,

    .job-modal .h6 + .fnt-20,

    .job-modal h6 + .fnt-20 {

        font-size: 14px !important;

        line-height: 24px;

    }

}

.job-modal .job-list li {

    position: relative;

    padding-left: 20px;

}

.job-modal .job-list li::before {

    position: absolute;

    content: "";

    left: 0;

    top: 12px;

    width: 8px;

    height: 8px;

    background-color: #000;

    -webkit-border-radius: 50%;

    border-radius: 50%;

}

.job-modal .js-scroll-container {

    height: 100%;

}

.job-modal .js-scroll-container__wrp {

    margin-right: 12px;

}

@media (min-width: 992px) {

    .job-modal .js-scroll-container__wrp {

        margin-right: 40px;

    }

}

@media (min-width: 1400px) {

    .job-modal .js-scroll-container__wrp {

        margin-right: 50px;

    }

}

.job-modal .js-scroll-container .os-scrollbar-track {

    background: #f4f4f4;

    -webkit-border-radius: 4px;

    border-radius: 4px;

}

.job-modal .js-scroll-container .os-scrollbar-handle {

    background: #c8c3c3;

    -webkit-border-radius: 4px;

    border-radius: 4px;

}

.job-modal .close-btn {

    background-color: transparent;

    border: 0;

}

@media (max-width: 767.98px) {

    .job-modal .Nk-h3 {

        font-size: 18px;

    }

    .c-details .job-modal p.clr-84,

    .job-modal .c-details p.clr-84,

    .job-modal .fnt-20.clr-84 {

        font-size: 12px;

    }

}

.js-filter-content {

    background-color: #fff;

}

.js-filter-content__header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-bottom: 16px;

    border-bottom: 1px solid #ddd;

    margin-bottom: 24px;

}

@media (min-width: 768px) {

    .js-filter-content__header {

        display: none;

    }

}

#NetwerkBoxlink0,

.js-filter-content.modal {

    display: block;

}

@media (min-width: 768px) {

    .js-filter-content.modal {

        position: -webkit-sticky;

        position: sticky;

        top: 0;

        z-index: 0;

    }

}

@media (max-width: 767.98px) {

    .js-filter-content.modal,

    .js-filter-content.show {

        -webkit-transition: 0.5s ease-in-out transform;

        -o-transition: 0.5s ease-in-out transform;

        transition: 0.5s ease-in-out transform;

    }

    .js-filter-content.modal {

        top: 0;

        -webkit-transform: translateX(-100%);

        -ms-transform: translateX(-100%);

        transform: translateX(-100%);

    }

    .js-filter-content.show {

        padding: 32px 15px;

        -webkit-transform: translateX(0%);

        -ms-transform: translateX(0%);

        transform: translateX(0%);

    }

}

.js-filter-content .js-filter-close img {

    width: 32px;

    height: 32px;

}

#contentList .notRequired,

.mobile-filter-btns,

.rangeslider__handle::after {

    display: none;

}

@media (max-width: 767.98px) {

    .mobile-filter-btns {

        padding: 20px 45px;

        background: #fff;

        -webkit-box-shadow: 8px 0 30px rgba(0, 0, 0, 0.06);

        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.06);

        display: block;

        position: fixed;

        bottom: 0;

        left: 0;

        right: 0;

        z-index: 99;

    }

}

.rangeslider--horizontal {

    height: 2px !important;

}

.rangeslider__handle {

    width: 14px !important;

    height: 14px !important;

    background-color: #0d131f !important;

    background-image: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    top: -7px !important;

    border: 0 !important;

}

.experiance__label-wrp {

    margin-top: 4px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.rangeslider__handle:after {

    display: none !important;

}

.rangeslider__fill {

    background-color: #0d131f !important;

    height: 2px;

}

.custom-label,

.profile {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.custom-label,

.custom-label span {

    font-weight: 600;

    letter-spacing: -0.04em;

    color: #000;

}

.custom-label {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    top: -50px;

    position: absolute;

    z-index: 9;

    width: 85px;

    height: 40px;

    background-color: #fff;

    text-align: center;

    border: 1px solid #f1f1f1;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

    right: 50%;

    -webkit-transform: translateX(50%);

    -ms-transform: translateX(50%);

    transform: translateX(50%);

    font-size: 16px;

    line-height: 24px;

}

.custom-label span {

    font-size: 10px;

    line-height: 16px;

    margin-left: 3px;

}

.custom-label::after {

    position: absolute;

    content: "";

    width: 15px;

    height: 15px;

    bottom: -4px;

    z-index: -4;

    background: #fff;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}

.c-details .h2,

.c-details h2 {

    font-size: 32px;

    line-height: 40px;

    letter-spacing: -0.05em;

    font-weight: 700;

    color: #051d60;

    margin-bottom: 16px;

}

@media (min-width: 1200px) {

    .c-details .h2,

    .c-details h2 {

        font-size: 48px;

        line-height: 56px;

        margin-bottom: 48px;

    }

}

.c-details p {

    margin-bottom: 8px;

}

@media (min-width: 1200px) {

    .c-details p {

        margin-bottom: 16px;

    }

}

.profile {

    margin-top: 42px;

}

@media (max-width: 991.98px) {

    .profile {

        margin-top: 32px;

        margin-bottom: 24px;

    }

}

@media (max-width: 767.98px) {

    .profile {

        margin-top: 24px;

        margin-bottom: 16px;

    }

}

.profile img {

    width: 90px;

    height: 90px;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    margin-right: 30px;

}

@media (max-width: 767.98px) {

    .profile img {

        margin-right: 16px;

        width: 50px;

        height: 50px;

    }

}

.profile .h4,

.profile h4,

.profile p {

    font-weight: 700;

    font-size: 32px;

    line-height: 32px;

    text-transform: capitalize;

    color: #fff;

}

@media (max-width: 767.98px) {

    .profile .h4,

    .profile h4 {

        font-size: 16px;

        line-height: 22px;

    }

}

.profile p {

    font-weight: 600;

    font-size: 20px;

    text-transform: uppercase;

    opacity: 0.8;

}

@media (max-width: 767.98px) {

    .profile p {

        font-size: 12px;

        line-height: 20px;

    }

}

.js-vedio-thumbnail img {

    width: 100%;

}

.vedio-thumbnail-sec {

    margin-top: 42px;

}

.vedio-thumbnail-sec__wrp {

    position: relative;

}

.vedio-thumbnail-sec__wrp .swiper-slide {

    opacity: 0.8;

}

.vedio-thumbnail-sec__wrp .swiper-slide-active {

    opacity: 1;

}

.vedio-thumbnail-sec__wrp .vedio-button-next,

.vedio-thumbnail-sec__wrp .vedio-button-prev {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    cursor: pointer;

    position: absolute;

    width: 40px;

    height: 40px;

    border: 1px solid #c4c4c4;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    top: 50%;

    z-index: 99;

}

@media (max-width: 767.98px) {

    .vedio-thumbnail-sec__wrp .vedio-button-next,

    .vedio-thumbnail-sec__wrp .vedio-button-prev {

        width: 20px;

        height: 20px;

    }

}

.vedio-thumbnail-sec__wrp .vedio-button-next span,

.vedio-thumbnail-sec__wrp .vedio-button-prev span {

    display: inline-block;

    padding: 5px;

    border-bottom: 2px solid #000;

    border-right: 2px solid #000;

}

@media (max-width: 767.98px) {

    .vedio-thumbnail-sec__wrp .vedio-button-next span,

    .vedio-thumbnail-sec__wrp .vedio-button-prev span {

        padding: 3px;

    }

}

.vedio-thumbnail-sec__wrp .vedio-button-next {

    left: -100px;

}

@media (max-width: 991.98px) {

    .vedio-thumbnail-sec__wrp .vedio-button-next {

        left: -60px;

    }

}

@media (max-width: 767.98px) {

    .vedio-thumbnail-sec__wrp .vedio-button-next {

        left: -30px;

    }

}

.vedio-thumbnail-sec__wrp .vedio-button-next span {

    -webkit-transform: rotate(133deg);

    -ms-transform: rotate(133deg);

    transform: rotate(133deg);

}

.vedio-thumbnail-sec__wrp .vedio-button-prev {

    right: -100px;

}

@media (max-width: 991.98px) {

    .vedio-thumbnail-sec__wrp .vedio-button-prev {

        right: -60px;

    }

}

@media (max-width: 767.98px) {

    .vedio-thumbnail-sec__wrp .vedio-button-prev {

        right: -30px;

    }

}

.vedio-thumbnail-sec__wrp .vedio-button-prev span {

    -webkit-transform: rotate(315deg);

    -ms-transform: rotate(315deg);

    transform: rotate(315deg);

}

.getInTouch {

    text-decoration: none;

    display: inline-block;

    margin-top: 32px;

    border: 1px solid #fff;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 49px;

    border-radius: 49px;

    padding: 8px 16px;

}

@media (max-width: 767.98px) {

    .getInTouch {

        margin-top: 24px;

    }

}

.getInTouch__wrp {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.getInTouch img {

    width: 45px;

    height: 45px;

    margin-right: 18px;

}

.contact-form__wrp {

    background: #fff;

    border: 1px solid #f1f1f1;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);

    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);

    padding: 100px 0;

}

@media (max-width: 991.98px) {

    .contact-form__wrp {

        padding: 32px 16px;

    }

}

@media (max-width: 767.98px) {

    .contact-form .l-gry-from {

        margin-top: 24px;

    }

    .contact-form .l-gry-from .mb-40 {

        margin-bottom: 4px;

    }

}

.contact-form .radio-group-container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

@media (max-width: 767.98px) {

    .contact-form .radio-group-container {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .contact-form .radio-group-container {

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

}

.contact-form .radio-group-container .radio-group {

    margin-right: 48px;

}

@media (max-width: 991.98px) {

    .contact-form .radio-group-container .radio-group {

        margin-bottom: 20px;

    }

}

.contact-form [type="radio"]:checked,

.contact-form [type="radio"]:not(:checked) {

    position: absolute;

    left: -9999px;

}

.contact-form [type="radio"]:checked + span,

.contact-form [type="radio"]:not(:checked) + span {

    position: relative;

    padding-left: 28px;

    cursor: pointer;

    font-weight: 600;

    font-size: 14px;

    line-height: 24px;

    color: #000;

    opacity: 0.8;

}

.contact-form [type="radio"]:checked + span:before,

.contact-form [type="radio"]:not(:checked) + span:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 18px;

    height: 18px;

    border: 1px solid rgba(13, 19, 31, 0.4);

    -webkit-border-radius: 100%;

    border-radius: 100%;

    background: #fff;

}

.contact-form [type="radio"]:checked + span:before {

    border: 1px solid #051d60;

}

.contact-form [type="radio"]:checked + span:after,

.contact-form [type="radio"]:not(:checked) + span:after {

    content: "";

    width: 12px;

    height: 12px;

    background: #051d60;

    position: absolute;

    top: 3px;

    left: 3px;

    -webkit-border-radius: 100%;

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

.contact-form [type="radio"]:not(:checked) + span:after {

    opacity: 0;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

}

.contact-form [type="radio"]:checked + span:after {

    opacity: 1;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}

@media (max-width: 767.98px) {

    .our-location .mt-42 {

        margin-top: 16px;

    }

}

.our-location .Nk-locatins .col-md-4,

.our-location__card {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

@media (max-width: 767.98px) {

    .our-location .Nk-locatins .col-md-6:not(:first-child) {

        margin-top: 32px;

    }

}

.our-location__card {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}

.our-location__card__img {

    height: 361px;

    max-width: 100%;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

@media (max-width: 991.98px) {

    .our-location__card__img {

        height: 215px;

    }

}

@media (max-width: 767.98px) {

    .our-location__card__img {

        height: 215px;

    }

}

.our-location__card__body {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    max-width: 332px;

    margin-top: 0px !important;

}

@media (max-width: 767.98px) {

    .our-location__card__body {

        margin-top: 16px;

        max-width: 100%;

    }

}

.our-location__card__body,

.our-location__card__body p {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

}

@media (max-width: 767.98px) {

    .our-location__card__body .Nk-h3 {

        font-size: 20px;

        line-height: 32px;

        letter-spacing: -0.04em;

        color: #000;

    }

    .c-details .our-location__card__body p,

    .our-location__card__body .c-details p,

    .our-location__card__body .fnt-20 {

        font-size: 14px;

    }

}

.linkedIn__card {

    background: #fff;

    border: 1px solid #b5b5b5;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

.linkedIn__card__head {

    padding: 24px 24px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

@media (max-width: 767.98px) {

    .linkedIn__card__head {

        padding: 16px 16px 0;

    }

    .linkedIn__card__head .fnt-12 {

        font-size: 10px !important;

    }

}

.linkedIn__card__head .info {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.linkedIn__card__head .info__details {

    margin-left: 14px;

}

@media (max-width: 767.98px) {

    .Nk-filter .experiance-container .experiance__btnWrp__btn .linkedIn__card__head .info__details input,

    .linkedIn__card__head .info__details .Nk-filter .experiance-container .experiance__btnWrp__btn input,

    .linkedIn__card__head .info__details .fnt-16 {

        font-size: 14px !important;

        line-height: 24px;

    }

}

.linkedIn__card__head .info__logo {

    width: 40px;

    height: 40px;

}

.linkedIn__card__head .date {

    -ms-flex-item-align: end;

    align-self: flex-end;

}

.linkedIn__card .scroll-container {

    margin-top: 40px;

    margin-bottom: 24px;

}

@media (max-width: 767.98px) {

    .linkedIn__card .scroll-container {

        margin-top: 24px;

    }

}

.linkedIn__card__body {

    padding: 0 24px;

    height: 363px;

    margin-bottom: 24px;

}

@media (max-width: 767.98px) {

    .linkedIn__card__body {

        padding: 0 16px;

    }

    .linkedIn__card__body .fnt-14 {

        font-size: 14px;

    }

}

.linkedIn__card__body__img {

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    height: 263px;

    margin: 20px 0;

}

@media (max-width: 767.98px) {

    .linkedIn__card__body__img {

        margin: 16px 0;

        height: 182px;

    }

}

.linkedIn__card__footer {

    padding: 0 24px 24px;

}

.linkedIn__card__footer__wrp {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    border-top: 1px solid #ddd;

    padding-top: 24px;

}

.gsap-cardFooter a,

.linkedIn__card__footer__wrp a,

.service__lookFor__item a {

    text-decoration: none;

}

@media (max-width: 767.98px) {

    .linkedIn__card__footer {

        padding: 0 16px 24px;

    }

}

.swiper-arrows {

    margin-top: 58px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}

.swiper-arrows .js-arrow-right {

    margin-right: 50px;

}

.swiper-arrows .swiper-button-disabled svg path {

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

    stroke: #ddd;

}

.service {

    padding-bottom: 100px;

}

@media (max-width: 767.98px) {

    .service {

        padding-bottom: 40px;

    }

}

.service__lookFor,

.service__lookFor.active {

    -webkit-transition: top ease 0.5s;

    -o-transition: top ease 0.5s;

    transition: top ease 0.5s;

}

.service__lookFor {

    position: -webkit-sticky;

    position: sticky;

    z-index: 99;

    background: #fff;

    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);

    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);

    padding: 25px 0;

    top: 0;

}

.service__lookFor.active {

    top: 80px;

}

@media (max-width: 767.98px) {

    .service__lookFor {

        display: none;

    }

}

.service__lookFor__list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-bottom: 0;

}

.service__lookFor__item:not(:last-child) {

    margin-right: 80px;

}

@media (max-width: 767.98px) {

    .service__lookFor__item:not(:last-child) {

        margin-right: 24px;

    }

}

.service .service-wrp {

    position: relative;

    margin-top: 100px;

}

@media (max-width: 767.98px) {

    .service .service-wrp {

        margin-top: 40px;

    }

}

.service__content {

    margin-bottom: 24px;

}

@media (min-width: 1200px) {

    .service__content {

        max-width: 440px;

        position: absolute;

        right: 0;

        top: 0;

    }

}

.service .service__item {

    display: grid;

    grid-template-columns: 100%;

    grid-template-rows: 260px 260px 260px 260px 260px;

}

@media (min-width: 768px) {

    .service .service__item {

        grid-template-columns: 231px 231px 231px;

        grid-template-rows: 205px 205px 205px;

    }

}

@media (min-width: 1200px) {

    .service .service__item {

        grid-template-columns: 281px 281px 281px;

        grid-template-rows: 205px 205px 205px;

    }

}

@media (min-width: 1400px) {

    .service .service__item {

        grid-template-columns: 351px 351px 351px;

        grid-template-rows: 235px 235px 235px;

    }

}

@media (min-width: 768px) {

    .service .service__item__wrp:nth-child(3) {

        grid-column-start: 1;

    }

    .service .service__item__wrp:nth-child(5) {

        grid-column-start: 2;

    }

}

@media (max-width: 767.98px) {

    .service .service__item__wrp .flip-box {

        border: 1px solid #c4c4c4;

    }

    .service .service__item__wrp:not(:last-child) .flip-box {

        border-bottom: none;

    }

}

.service .flip-box {

    background-color: transparent;

    width: 100%;

    height: 100%;

    -webkit-perspective: 1000px;

    perspective: 1000px;

}

.service .flip-box-inner {

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

    -webkit-transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -o-transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

.search .serach-head-text .h4 a,

.search .serach-head-text h4 a,

.service .flip-box-back,

.service .flip-box-front {

    text-decoration: none;

}

@media (min-width: 768px) and (max-width: 1599.98px) {

    .c-details .service .flip-box-back p,

    .c-details .service .flip-box-front p,

    .service .flip-box-back .c-details p,

    .service .flip-box-back .fnt-20,

    .service .flip-box-front .c-details p,

    .service .flip-box-front .fnt-20 {

        font-size: 18px;

        line-height: 26px;

    }

}

.service .flip-box-front {

    display: block;

    padding: 16px;

    position: relative;

    height: 100%;

}

@media (min-width: 768px) {

    .service .flip-box-front {

        background: rgba(139, 170, 255, 0.1);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        -webkit-transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;

        -o-transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;

        transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;

    }

    .service .flip-box-front .card-content {

        display: block;

    }

    .service .flip-box-front__wrp {

        overflow: hidden;

        height: 100%;

    }

}

@media (min-width: 768px) and (min-width: 768px) {

    .service .flip-box-front__wrp {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

}

@media (min-width: 768px) {

    .service .flip-box-front:hover {

        background-color: #0d131f;

        -webkit-transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;

        -o-transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;

        transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;

    }

    .service .flip-box-front:hover .flip-box-front__img {

        display: none;

    }

    .service .flip-box-front:hover .h6,

    .service .flip-box-front:hover h6,

    .service .flip-box-front:hover p {

        color: #fff !important;

    }

    .service .flip-box-front:hover .card-content {

        display: block !important;

    }

    .service .flip-box-front:hover::after {

        opacity: 1;

    }

}

@media (min-width: 1200px) {

    .service .flip-box-front {

        padding: 40px;

    }

}

.service .flip-box-front::after {

    opacity: 0;

}

.service .flip-box-front p {

    margin-top: 20px;

    margin-bottom: 8px;

}

@media (min-width: 768px) {

    .service .flip-box-front p {

        display: none;

    }

}

.service .flip-box-front__img {

    margin-bottom: 8px;

}

.service .flip-box-front__img img {

    width: 30px;

    height: 30px;

    -o-object-fit: contain;

    object-fit: contain;

}

@media (min-width: 768px) {

    .service .flip-box-front__img img {

        width: 50px;

        height: 50px;

    }

}

@media (min-width: 1200px) {

    .service .flip-box-back {

        padding: 35px 30px 30px 40px;

    }

}

.service .flip-box-back::after,

.service .flip-box-front::after {

    content: "";

    position: absolute;

    bottom: 24px;

    right: 24px;

    color: #fff;

    background-image: url(../img/icons/white/right-arrow.svg);

    width: 7px;

    height: 11.84px;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

}

.service-wrp-five {

    position: relative;

    margin-top: 100px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}

@media (max-width: 767.98px) {

    .service-wrp-five {

        margin-top: 40px;

    }

}



.service-wrp-two {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}

@media (max-width: 767.98px) {

    .service-wrp-two {

        margin-top: 40px;

    }

}

@media (max-width: 991.98px) {

    .service-wrp-two {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

}

@media (min-width: 1600px) {

    .service-wrp-two {

        height: 334px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-two .service__content {

        right: inherit;

        left: 0;

		position: relative;

    margin-right: auto;

    }





.service-wrp-one {

display: flex;

    justify-content: space-between;

flex-direction:row-reverse

}

.service-wrp-one .service__content {

       

		position: relative;

  

    }

}

.service-wrp-two {

    position: relative;

    margin-top: 100px;

}

@media (max-width: 767.98px) {

    .service-wrp-two {

        margin-top: 40px;

    }

}

.service-wrp-two .service-item-two {

    display: grid;

    grid-template-columns: 100%;

    grid-template-rows: 176px 176px;

}

@media (min-width: 768px) {

    .service-wrp-two .service-item-two {

        grid-template-columns: 231px 231px;

        grid-template-rows: 176px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-two .service-item-two {

        grid-template-columns: 281px 281px;

        grid-template-rows: 176px;

    }

}

@media (min-width: 1400px) {

    .service-wrp-two .service-item-two {

        grid-template-columns: 351px 351px;

        grid-template-rows: 176px;

    }

}

.service-wrp-one {

    position: relative;

    margin-top: 100px;

}

@media (max-width: 767.98px) {

    .service-wrp-one {

        margin-top: 40px;

    }

}

@media (min-width: 1600px) {

    .service-wrp-one {

        height: 334px;

    }

}

.service-wrp-one .service-item-one {

    display: grid;

    grid-template-columns: 100%;

    grid-template-rows: 176px;

}

@media (min-width: 768px) {

    .service-wrp-one .service-item-one {

        grid-template-columns: 231px;

        grid-template-rows: 176px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-one .service-item-one {

        grid-template-columns: 281px;

        grid-template-rows: 176px;

    }

}

@media (min-width: 1400px) {

    .service-wrp-one .service-item-one {

        grid-template-columns: 351px;

        grid-template-rows: 176px;

    }

}

.service-wrp-four {

    position: relative;

    margin-top: 100px;

}

@media (max-width: 767.98px) {

    .service-wrp-four {

        margin-top: 40px;

    }

}

.service-wrp-four .service-item-four {

    display: grid;

    grid-template-columns: 100%;

    grid-template-rows: 176px 176px 176px 176px;

}

@media (min-width: 768px) {

    .service-wrp-four .service-item-four {

        grid-template-columns: 231px 231px;

        grid-template-rows: 176px 176px 176px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-four .service-item-four {

        grid-template-columns: 281px 281px;

        grid-template-rows: 176px 176px 176px;

    }

}

@media (min-width: 1400px) {

    .service-wrp-four .service-item-four {

        grid-template-columns: 351px 351px;

        grid-template-rows: 176px 176px 176px;

    }

}

@media (min-width: 768px) {

    .service-wrp-four .service-item-four .service__item__wrp:nth-child(2) {

        grid-column-start: 1;

    }

    .service-wrp-four .service-item-four .service__item__wrp:nth-child(3),

    .service-wrp-four .service-item-four .service__item__wrp:nth-child(4) {

        grid-column-start: 2;

    }

}

.service-wrp-three {

    position: relative;

    margin-top: 100px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}

@media (max-width: 991.98px) {

    .service-wrp-three {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }

}

@media (max-width: 767.98px) {

    .service-wrp-three {

        margin-top: 40px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-three .service__content {

        right: inherit;

        left: 0;

    }

}

.service-wrp-three .service-item-three {

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: end;

    display: grid;

    grid-template-columns: 100%;

    grid-template-rows: 176px 176px 176px;

}

@media (min-width: 768px) {

    .service-wrp-three .service-item-three {

        grid-template-columns: 231px 231px;

        grid-template-rows: 176px 176px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-three .service-item-three {

        grid-template-columns: 281px 281px;

        grid-template-rows: 176px 176px;

    }

}

@media (min-width: 1400px) {

    .service-wrp-three .service-item-three {

        grid-template-columns: 351px 351px;

        grid-template-rows: 176px 176px;

    }

}

@media (min-width: 1200px) {

    .service-wrp-three .service-item-three .service__item__wrp:first-child {

        grid-column-start: 2;

    }

    .service-wrp-three .service-item-three .service__item__wrp:nth-child(2) {

        grid-column-start: 1;

    }

    .service-wrp-three .service-item-three .service__item__wrp:nth-child(3) {

        grid-column-start: 2;

    }

}

.customer-delivary {

    padding-top: 200px;

}

@media (max-width: 767.98px) {

    .customer-delivary {

        padding-top: 5rem;

    }

}

.kn-cards__imgWrp {

    position: relative;

}

.logo-stamp {

    position: absolute;

    bottom: 0;

    left: 0;

    background: #0d131f;

    border: 1px solid #fff;

    padding: 13px 22px 20px;

    -webkit-transform: translateY(50%);

    -ms-transform: translateY(50%);

    transform: translateY(50%);

}

@media (min-width: 1200px) {

    .logo-stamp {

        padding: 13px 42px 30px;

    }

}

@media (max-width: 767.98px) {

    .logo-stamp img {

        width: 80px;

        height: auto;

    }

}

.customer-card .Nk-card--sm__body {

    margin-top: 60px;

}

@media (min-width: 1200px) {

    .customer-card .Nk-card--sm__body {

        margin-top: 80px;

    }

}

@media (min-width: 1400px) {

    .customer-card .Nk-card--sm__body {

        margin-top: 100px;

    }

}

.customer-partner {

    padding-bottom: 100px !important;

}

@media (max-width: 767.98px) {

    .customer-partner {

        margin-bottom: 32px;

    }

}

@media (min-width: 1200px) {

    .service-banner .kn-banner__img {

        height: 510px;

    }

}

.service-details .related-case-study {

    margin-top: 32px;

}

@media (min-width: 1200px) {

    .service-details .related-case-study {

        margin-top: 120px;

    }

}

.methodology-card {

    margin-top: 24px;

}

@media (min-width: 1200px) {

    .methodology-card {

        margin-top: 40px;

    }

}

.methodology-card__item {

    background: #f4f4f4;

    padding: 40px;

    height: 100%;

}

.methodology-card__h {

    margin: 16px 0 8px;

}

@media (min-width: 1200px) {

    .methodology-card__h {

        margin: 40px 0 14px;

    }

}

.service-v2 .flip-box-front,

.service-v2 .flip-box-front:hover {

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;

}

.service-v2 .flip-box-front {

    padding: 36px;

    border: 2px solid #fff;

}

.service-v2 .flip-box-front:hover {

    border: 2px solid #051d60;

    background-color: rgba(139, 170, 255, 0.1);

}

.service-v2 .flip-box-front:hover .h6,

.service-v2 .flip-box-front:hover h6,

.service-v2 .flip-box-front:hover p {

  

}



.js-lookfor {

    position: relative;

}

.js-lookfor.active::after,

.js-lookfor::after {

    -webkit-transition: 0.5 ease all;

    -o-transition: 0.5 ease all;

    transition: 0.5 ease all;

}

.js-lookfor::after {

    position: absolute;

    content: "";

    bottom: -6px;

    height: 2px;

    background-color: #051d60;

    left: 0;

    width: 0;

}

.js-lookfor.active::after {

    width: 100%;

}

.js-linkedInCards-slider .js-arrow-left {

    -webkit-transform: rotate(0) !important;

    -ms-transform: rotate(0) !important;

    transform: rotate(0) !important;

}

.js-linkedInCards-slider .swiper-button-disabled path {

    stroke: rgba(5, 29, 96, 0.4) !important;

}

.search {

    padding: 48px 0 100px;

    margin-top: 100px;

}

@media (max-width: 767.98px) {

    .search {

        padding: 32px 0 48px;

        margin-top: 58px;

    }

}

.search .serach-head-text {

    padding-bottom: 32px;

    border-bottom: 1px solid #c4c4c4;

}

.search .serach-head-text .h4,

.search .serach-head-text h4 {

    font-size: 24px;

    font-style: italic;

    font-weight: 600;

}

@media (max-width: 767.98px) {

    .search .serach-head-text .h4,

    .search .serach-head-text h4 {

        font-size: 18px;

    }

    .search .serach-head-text {

        padding-bottom: 24px;

    }

}

.search .search-result {

    margin-top: 48px;

}

@media (max-width: 767.98px) {

    .search .search-result {

        margin-top: 32px;

    }

}

.search .search-result li {

    margin-bottom: 32px;

    font-weight: 500;

    font-size: 20px;

    line-height: 32px;

}

@media (max-width: 767.98px) {

    .search .search-result li {

        margin-bottom: 24px;

        font-size: 16px;

        line-height: 24px;

    }

}

.search .search-result li a {

    color: #051d60;

    text-decoration: none;

}

@media (min-width: 768px) {

    .customer-details {

        height: 760px;

    }

}

@media (max-width: 767.98px) {

    .customer-details.kn-details {

        background-color: #fff !important;

    }

}

.customer-details__patch {

    padding: 65px 62px;

    background: #0d131f;

}

@media (max-width: 767.98px) {

    .customer-details__patch {

        padding: 32px;

    }

}

.back-btn_link {

    margin-top: 0;

    position: relative;

    display: inline-block;

    z-index: 99;

    text-decoration: none;

}

@media (max-width: 767.98px) {

    .back-btn_link {

        display: none;

    }

}

.back-btn_link span {

    margin-left: 12px;

}

.back-btn {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.zw-logolist {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    height: 100%;

}

.zw-logolist__item {

    width: 50%;

    text-align: center;

}

@media (min-width: 768px) {

    .zw-logolist__item {

        width: 33.33%;

    }

}

@media (min-width: 992px) {

    .zw-logolist__item {

        width: 25%;

    }

}

.zw-logolist__item img {

    -webkit-transform: scale(0.65);

    -ms-transform: scale(0.65);

    transform: scale(0.65);

}

@media (max-width: 991.98px) {

    .zw-logolist__item img {

        max-height: 120px;

    }

}

@media (min-width: 768px) {

    .zw-logolist__item img {

        -webkit-transform: scale(0.65);

        -ms-transform: scale(0.65);

        transform: scale(0.65);

    }

}

@media (min-width: 992px) {

    .zw-logolist__item img {

        -webkit-transform: scale(0.7);

        -ms-transform: scale(0.7);

        transform: scale(0.7);

    }

}

@media (min-width: 1600px) {

    .zw-logolist__item img {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        transform: scale(1);

    }

}

.zw-logolist--sec .zw-logolist__item {

    width: 33.33%;

}

.zw-list-block {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.zw-list-block__item {

    width: 100%;

}

@media (min-width: 768px) {

    .zw-list-block__item {

        width: 33.33%;

        min-height: 218px;

    }

}

.zw-list-block__item:first-child .zw-list-block__item-iner-text {

    border-left: 0;

}

.zw-list-block__item .zw-list-block__item-iner-text {

    position: relative;

    -webkit-animation: fade-in 1s;

    animation: fade-in 1s;

    cursor: pointer;

}

@media (min-width: 768px) {

    .zw-list-block__item .zw-list-block__item-iner-text::after,

    .zw-list-block__item .zw-list-block__item-iner-text::before {

        content: "";

        position: absolute;

        height: 2px;

        width: 84%;

        opacity: 0;

        left: 0;

    }

    .zw-list-block__item .zw-list-block__item-iner-text::before {

        top: -1.4rem;

    }

    .zw-list-block__item .zw-list-block__item-iner-text::after {

        bottom: -1.4rem;

    }

    .zw-list-block__item .zw-list-block__item-iner-text:hover::after,

    .zw-list-block__item .zw-list-block__item-iner-text:hover::before {

        -webkit-animation: fade-in 1s;

        animation: fade-in 1s;

        opacity: 1;

    }

}

.zw-list-block__item-iner-text {

    position: relative;

    border-left: 1px solid #000;

}

.zw-list-block__item-iner-text.Light {

    border-left: 1px solid #4c4a48;

}

@media (max-width: 1199px) {

    .zw-list-block__item-iner-text.Light {

        border-left: 1px solid transparent;

    }

}

@media (max-width: 767.98px) {

    .zw-list-block .collapse:not(.show) {

        display: block !important;

    }

}

.zw-list-block--white {

    color: rgba(228, 222, 211, 0.9);

}

.zw-list-block--white .zw-list-block__item {

    width: 50%;

}

.zw-list-block--white .zw-listitem-heading {

    color: #e4ded3;

}

.zw-list-block--white .zw-list-block__item-iner-text {

    border-color: #e4ded3;

    padding-left: 1.5rem;

    padding-right: 1.5rem;

}

.zw-list-block--white .zw-list-block__item-iner-text::after,

.zw-list-block--white .zw-list-block__item-iner-text::before {

    background: #faf3e7;

}

.zw-list-block--init {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

@media (max-width: 767.98px) {

    .zw-list-block--init {

        margin-left: -1rem;

    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .zw-list-block--init {

        padding-top: 3rem !important;

        margin-left: -1rem !important;

    }

}

.zw-list-block--init .zw-list-block__item-iner-text {

    padding-left: 1rem !important;

    height: auto;

}

@media (max-width: 767.98px) {

    .zw-list-block--init .zw-list-block__item-iner-text {

        padding-right: 1.5rem !important;

    }

}

@media (min-width: 768px) {

    .zw-list-block--init .zw-list-block__item-iner-text {

        padding-right: 1rem !important;

        padding-left: 1.5rem !important;

    }

}

.zw-list-block--init .zw-list-block__item-iner-text::after,

.zw-list-block--init .zw-list-block__item-iner-text::before {

    background: #000;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

@media (min-width: 768px) {

    .zw-list-block--init .zw-list-block__item-iner-text .zw-btn {

        display: none;

    }

    .zw-list-block--init .zw-list-block__item-iner-text:hover {

        border-left: 0;

    }

    .zw-list-block--init .zw-list-block__item-iner-text:hover .zw-btn {

        display: -webkit-inline-box;

        display: -ms-inline-flexbox;

        display: inline-flex;

        -webkit-animation: fade-in 1s;

        animation: fade-in 1s;

    }

}

.zw-listitem-heading {

    font-family: "Mulish", sans-serif !important;

}

.ZW-unOrderList {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-column-count: 1;

    -moz-column-count: 1;

    column-count: 1;

}

@media (max-width: 767.98px) {

    .ZW-unOrderList {

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

    }

}

@media (min-width: 992px) {

    .ZW-unOrderList {

        -webkit-column-count: 2;

        -moz-column-count: 2;

        column-count: 2;

    }

}

.ZW-unOrderList li {

    width: 46%;

}

@media (min-width: 992px) {

    .ZW-unOrderList li {

        width: 50%;

    }

}

.ZW-unOrderList,

.zw-unorder-list {

    padding-left: 1.5rem !important;

    padding-top: 1.2rem !important;

}

.ZW-unOrderList .zm-nav-link,

.ZW-unOrderList__desc,

.zw-unorder-list .zm-nav-link,

.zw-unorder-list__desc {

    margin-bottom: 0.8rem;

    position: relative;

}

.ZW-unOrderList .zm-nav-link::before,

.ZW-unOrderList__desc::before,

.zw-unorder-list .zm-nav-link::before,

.zw-unorder-list__desc::before {

    content: "";

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    left: -0.8rem;

    height: 5px;

    width: 5px;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    background: rgba(228, 222, 211, 0.9);

}

.ZW-unOrderList__desc::before,

.zw-unorder-list__desc::before {

    top: 15px;

}

@media (min-width: 992px) {

    .ZW-unOrderList__desc,

    .zw-unorder-list__desc {

        margin-right: 30px;

    }

}

.ZW-unOrderList--sec,

.zw-unorder-list--sec {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.ZW-unOrderList--sec li,

.zw-unorder-list--sec li {

    width: 50%;

    text-transform: capitalize;

}

.ZW-unOrderList--sec .zm-nav-link,

.zw-unorder-list--sec .zm-nav-link {

    font-family: "Mulish", sans-serif;

    font-size: 18px !important;

    line-height: 28px !important;

    margin-top: 2rem;

    margin-bottom: 2rem;

}

.ZW-unOrderList--cnt,

.zw-unorder-list--cnt {

    font-family: "Mulish", sans-serif;

    padding-right: 3rem !important;

    color: rgba(228, 222, 211, 0.9);

}

.ZW-unOrderList--cnt li,

.zw-unorder-list--cnt li {

    position: relative;

    margin-bottom: 1.2rem;

}

@media (min-width: 768px) {

    .ZW-unOrderList--cnt li,

    .zw-unorder-list--cnt li {

        margin-bottom: 2.5rem;

    }

}

.ZW-unOrderList--cnt li:last-child,

.zw-unorder-list--cnt li:last-child {

    margin-bottom: 0;

}

.ZW-unOrderList--cnt li::before,

.zw-unorder-list--cnt li::before {

    content: "";

    position: absolute;

    top: 12px;

    left: -0.8rem;

    height: 5px;

    width: 5px;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    background: rgba(228, 222, 211, 0.9);

}

.ZW-unOrderList--cnt p,

.zw-unorder-list--cnt p {

    text-transform: capitalize;

}

.ZW-unOrderList__title,

.zw-unorder-list__title {

    display: block;

    text-transform: capitalize;

    font-weight: 700;

}

.zw-unorder-list-four {

    padding-right: 0 !important;

}

@media (min-width: 768px) {

    .zw-unorder-list-four {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

    }

    .zw-unorder-list-four li {

        width: 100%;

        max-width: 280px;

        padding-right: 2rem !important;

        margin-bottom: 4.5rem !important;

    }

}

.ZW-unOrderList--secondary {

    -webkit-column-count: 2;

    -moz-column-count: 2;

    column-count: 2;

}

@media (min-width: 992px) {

    .ZW-unOrderList--secondary {

        -webkit-column-count: 2;

        -moz-column-count: 2;

        column-count: 2;

    }

}

.ZW-unOrderList--secondary li {

    width: 50%;

}

@media (min-width: 768px) {

    .ZW-unOrderList--secondary li {

        width: 45%;

    }

}

.ZW-unOrderList--primary p::before,

.ZW-unOrderList--secondary p::before {

    background: rgba(76, 74, 72, 0.9);

}

.ZW-unOrderList--primary {

    -webkit-column-count: 2;

    -moz-column-count: 2;

    column-count: 2;

}

@media (min-width: 992px) {

    .ZW-unOrderList--primary {

        -webkit-column-count: 4;

        -moz-column-count: 4;

        column-count: 4;

    }

}

.ZW-unOrderList--primary li {

    width: 45%;

}

@media (min-width: 768px) {

    .ZW-unOrderList--primary li {

        width: 33%;

    }

}

@media (min-width: 1200px) {

    .ZW-unOrderList--primary li {

        width: 24%;

    }

}

.zw-second-unorderList,

.zw-second-unorderList .Item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.zw-second-unorderList .Item {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    margin-right: 30px;

    padding-right: 30px !important;

    border-right: 1px solid #e4ded3;

}

.zw-second-unorderList .Item:last-child {

    border: 0;

    margin-right: 0;

    padding-right: 0 !important;

}

.zw-second-unorderList .h4Title {

    color: #faf3e7;

    font-weight: 900;

    font-family: "Mulish", sans-serif;

}

.zw-slider-controlers-wrap {

    position: absolute;

    bottom: 1.8rem;

    left: 0;

    right: 0;

    z-index: 1;

}

.swiper-button-next,

.swiper-button-prev {

    position: relative !important;

    margin: 0.5rem;

}

.swiper-button-next:focus,

.swiper-button-prev:focus {

    outline: 0;

}

.swiper-button-prev {

    left: 0 !important;

}

.swiper-button-next {

    right: 0 !important;

}

.zw-circle {

    -webkit-border-radius: 50%;

    border-radius: 50%;

    border: 3px solid #faf3e7;

    cursor: pointer;

}

.zw-circle--sec {

    border-color: #4c4a48;

}

.zw-circle--lg {

    height: 4.375rem;

    width: 4.375rem;

}

.zw-circle--sm,

.zw-circle--sm:hover {

    -webkit-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

.zw-circle--sm {

    height: 3.125rem;

    width: 3.125rem;

}

.zw-circle--sm:hover {

    background: #faf3e7;

    color: #000;

}

.zw-circle--sm:hover path {

    stroke: #000;

}

@media (min-width: 768px) {

    .js-zw-hero-list {

        border: 1px solid #e6dfd4;

    }

}

.js-zw-hero-list .zwPanel {

    cursor: pointer;

}

.js-zw-hero-list .zwPanel:after {

    content: "";

    position: absolute;

    height: 100%;

    width: 1px;

    background: #e6dfd4;

    top: 0;

    bottom: 0;

    right: 0;

}

.js-zw-hero-list .zwPanel:last-child::after {

    display: none;

}

.js-zw-hero-list .zwPanel:hover:after {

    background: #000;

}

.zw-heading-container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.zw-slider-controlers-right-wrap {

    position: relative !important;

    z-index: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.zw-slider-controlers-right-wrap .swiper-button-next,

.zw-slider-controlers-right-wrap .swiper-button-prev {

    top: 0;

}

@media (max-width: 767.98px) {

    .zw-leadership-list {

        background: #e4ded3;

    }

    .zw-leadership-list .-description {

        background: 0 0;

    }

}

.js-zw-leadership-list .swiper-slide {

    padding: 0 0.5rem;

    position: relative;

}

.js-zw-leadership-list .swiper-slide:hover .inf04 {

    opacity: 1;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    transition: 0.5s;

    display: block;

}

.js-zw-leadership-list .swiper-wrapper {

    margin: 0 -0.4rem !important;

}

.js-zw-leadership-list .swiper-wrapper .swiper-slide:last-child {

    padding-right: 0;

}

.-description__block {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

@media (min-width: 1200px) {

    .-description__block {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

    }

}

@media (min-width: 992px) {

    .-description__name {

        padding-right: 1rem !important;

    }

}

.-description {

    width: 100%;

    background: #faf3e7;

    padding: 20px 0;

    bottom: 0;

    position: relative;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    transition: 0.5s;

}

@media (min-width: 1200px) {

    .-description {

        bottom: 57px;

    }

}

.box .zw-leader,

.box .zw-leader > img,

.box:hover .zw-leader .-description,

.box:hover .zw-leader > img,

.inf04 {

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    transition: 0.5s;

}

@media (min-width: 1200px) {

    .inf04 {

        opacity: 0;

    }

}

@media (min-width: 1200px) {

    .box .zw-leader {

        -webkit-box-flex: 1;

        -ms-flex: 1;

        flex: 1;

        overflow: hidden;

        height: 566px !important;

    }

}

.box .zw-leader > img,

.box:hover .zw-leader > img {

    width: 100%;

}

.box .zw-leader > img {

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-filter: grayscale(100%);

    filter: grayscale(100%);

}

@media (min-width: 1200px) {

    .box .zw-leader > img {

        bottom: 0;

    }

}

@media (min-width: 1200px) {

    .box:hover .zw-leader .-description {

        bottom: 100px;

    }

}

.box:hover .zw-leader > img {

    -webkit-filter: grayscale(0%);

    filter: grayscale(0%);

}

@media (min-width: 1200px) {

    .box:hover .zw-leader > img {

        height: 100% !important;

    }

}

.zw-block-column {

    padding: 2.5rem 1.875rem;

    position: relative;

}

@media (min-width: 992px) {

    .zw-block-column {

        padding: 3.75rem;

    }

}

@media (min-width: 1200px) {

    .zw-block-column {

        padding: 5rem;

    }

}

.zw-block-column__item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    z-index: 1;

    position: relative;

}

@media (min-width: 992px) {

    .zw-block-column__item {

        -webkit-box-align: start;

        -ms-flex-align: start;

        align-items: flex-start;

        height: 100%;

    }

}

.zw-block-column--right {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

@media (max-width: 767.98px) {

    .zw-block-column .imgx700 {

        height: 320px;

    }

}

.zw-expertise-layer__fg-img-wr.-layer {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.boxlink {

    display: none;

}

.inactive.h2,

h2.inactive {

    color: #000;

}

.active.h2,

h2.active {

    color: #0084ff;

}

.NetwerkLists {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: space-evenly;

    -ms-flex-pack: space-evenly;

    justify-content: space-evenly;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

@media (min-width: 1356px) {

    .NetwerkLists li {

        position: absolute;

    }

}

.NetwerkLink {

    cursor: pointer;

}

.NetwerkListPane {

    position: relative;

}

@media (min-width: 1356px) {

    .NetwerkLists__item1 {

        left: 5%;

        top: 5%;

    }

    .NetwerkLists__item2 {

        right: 5%;

        top: 5%;

    }

    .NetwerkLists__item3 {

        right: 5%;

        bottom: 5%;

    }

    .NetwerkLists__item4 {

        left: 5%;

        bottom: 5%;

    }

    .NetwerkLists__item5 {

        bottom: -5%;

        left: 40%;

    }

}

.culturAssets__cards {

    margin-top: 40px;

}

.culturAssets__cards__item {

    padding: 32px;

    margin-bottom: 24px;

    background: rgba(139, 170, 255, 0.1);

}

.culturAssets__cards__item__innerList {

    margin-top: 32px;

}

.culturAssets__cards__item__innerList li {

    padding-left: 15px;

    margin-bottom: 24px;

    position: relative;

}

.culturAssets__cards__item__innerList li::before {

    content: "";

    position: absolute;

    left: 0;

    top: 12px;

    width: 8px;

    height: 8px;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    background-color: #000;

}

.Nk-gallary__Content li {

    margin-bottom: 24px;

}

.bg-Primary {

    padding: 12px;

    background: #202020;

}

.bg-Primary .h2 {

    color: #faf3e7 !important;

}

@media (max-width: 767.98px) {

    .bg-Primary .h2 {

        position: absolute;

        color: #faf3e7 !important;

        bottom: 70%;

        z-index: 1;

        left: 0;

        right: 0;

        text-align: center;

        -webkit-transform: translate(0%, 50%);

        -ms-transform: translate(0%, 50%);

        transform: translate(0%, 50%);

        margin: 0 auto;

        display: block;

        width: 70%;

    }

}

.bg-Primary .inf04,

.bg-Primary .zw-section-lead__des {

    color: rgba(228, 222, 211, 0.9) !important;

}

.zw-detail-banner {

    position: relative;

}

@media (max-width: 767.98px) {

    .zw-detail-banner {

        padding-right: 1rem;

        padding-left: 1rem;

    }

}

.zw-detail-banner__item {

    padding: 24px;

}

@media (min-width: 992px) {

    .zw-detail-banner__item {

        padding: 50px;

    }

}

@media (min-width: 1200px) {

    .zw-detail-banner__item {

        padding: 70px;

    }

}

@media (min-width: 1400px) {

    .zw-detail-banner__item {

        padding: 90px 120px;

    }

}

.zw-bg-thrice {

    position: relative;

}

@media (max-width: 767.98px) {

    .zw-bg-thrice {

        overflow: hidden;

    }

}

.zw-bg-thrice__item {

    background: #e4ded3;

    padding: 24px;

}

@media (min-width: 992px) {

    .zw-bg-thrice__item {

        padding: 50px;

    }

}

@media (min-width: 1200px) {

    .zw-bg-thrice__item {

        padding: 70px;

    }

}

@media (min-width: 1400px) {

    .zw-bg-thrice__item {

        padding: 90px 120px;

    }

}

.bg-size-blue-block {

    background: #192954;

}

.bg-size-blue-block__item {

    padding: 24px;

}

@media (min-width: 992px) {

    .bg-size-blue-block__item {

        padding: 50px;

    }

}

@media (min-width: 1200px) {

    .bg-size-blue-block__item {

        padding: 70px;

    }

}

@media (min-width: 1400px) {

    .bg-size-blue-block__item {

        padding: 90px 120px;

    }

}

.bg-size-blue-block .h2 {

    color: #faf3e7 !important;

}

.bg-size-blue-block .inf04,

.bg-size-blue-block .zw-section-lead__des {

    color: rgba(228, 222, 211, 0.9) !important;

}

.bg-size-blue-block a {

    color: rgba(228, 222, 211, 0.6) !important;

    text-decoration: none;

}

/*# sourceMappingURL=main.css.map */



@media (min-width: 991px) {

body {

    overflow-x: hidden;

}}



.wpcf7 input[type="file"]{

    display: block !important;

/*    position: absolute;

    opacity: 0;*/

}



.post-type-archive-newsroom header .navbar{

    background: #0d131f;

}



.preview-container {

    opacity:  0;

}



.wpcf7-file  {

    position: absolute;

    opacity: 0;

}



#cookie-notice{

    width: 100%;

}



.download-btn {

    position:relative;

    z-index: 3;

}



.mt-100 {





    margin-top: 100px;

  

}



@media (max-width:767px) {

    .mt-100 {

        margin-top: 24px;

    }

}





.dropzone-custome {

    width: 100%;

}



.kn-details-btn-back{

    margin-bottom: 30px !important;

    margin-top: 90px !important;

}

.filter-wrp .Nk-tabs{

    display: flex;

}

.filter-wrp .swiper-slide{

    width: auto !important;

}

@media (max-width: 767px){

    .filter-wrp {

        overflow: scroll;

    }

    .filter-wrp .Nk-tabs{

        margin-top: 24px;

        margin-bottom: 32px;

        white-space: nowrap;

        flex-wrap: nowrap;

        overflow-x: scroll;

    }

}



.job-content p{

    margin-bottom: 30px;

}

.job-content h6{

    margin-top: 30px;

    margin-bottom: 15px;

}

.job-content ul{

    padding-left: 25px;

    margin-bottom: 30px;

}

.job-content ul li{

    padding-left: 25px;

    list-style: disc;

}



.model-pop-form-resume {

    opacity: 1 !important;

}

.kn-info li:before{

    display: none;

    background-color: transparent;

}



.kn-info ol li{

    list-style: decimal !important;

}



.aboutModel__body__info__wrp p{

    font-size: 20px;

    line-height: 32px;

    color: #fff;

}



.careers-drop-menu {

display:none;}

.service-details p{

    font-size: 20px;

    line-height: 32px;

    margin-bottom: 1rem !important;

}
.service-details ul li,.service-details ol li{

    font-size: 20px;

    line-height: 32px;
}


.Nk-tabs .nav-link {



cursor: pointer;

}



@media (min-width:768px){

@-moz-document url-prefix() {



.Nk-card--sm__card{

	flex-basis:50%

}

}



.btn-drp-wrp p{

display:ruby;

}



.upload-resume {

display:block ruby;

}



}





.nk-footer .wpcf7-response-output {

	color:#dc3232;

	border-color:transparent !important;

}

.wpcf7-not-valid-tip {

margin-top:6px;}
    .wrapper-success{
        margin-bottom: 30px;
    }
      .wrapper-success .card {
        width: 100%;
        height: 90px;
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-left: 5px solid #49d761;
        border-radius: 3px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        
      }
      .wrapper-success .card .subject {
        padding-left: 30px;
      }
      .wrapper-success .card .subject p {
        color: #909092;
      }
      .wrapper-success .card .icon {
        font-size: 28px;
        color: #49d761;
      }
      .wrapper-success .card .icon-times {
        font-size: 28px;
        color: #c3c2c7;
        cursor: pointer;
      }
      /* success */
    
      /* warning */
      .wrapper-warning .card {
        height: 120px;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-left: 5px solid #fdc220;
        border-radius: 3px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      }
      .wrapper-warning .card .subject {
        margin-right: 180px;
      }
      .wrapper-warning .card .subject p {
        color: #909092;
      }
      .wrapper-warning .card .icon {
        font-size: 28px;
        color: #fdc220;
      }
      .wrapper-warning .card .icon-times {
        font-size: 28px;
        color: #c3c2c7;
        cursor: pointer;
      }
      /* warning */


      .size-full{
    max-width: 100%;
    width: auto;
    margin: auto;
    display: flex;
    }
.service-details ul li{
    list-style: disc;
}
.service-details ul,.service-details ol{
    padding-left: 25px;
}
 .service-details ol li{
    list-style: decimal;

 }

 .service-details iframe{
    width: 100% !important;
    height: 720px !important;
 }
 @media (max-width: 767px) {
    .service-details iframe {
        /*width: 100% !important;*/
        height: 300px !important;
    }
}
 .service-details li{
    margin-bottom: 0 !important;
 }

.mobile-banner{
    display: none !important;
}
 @media (max-width: 767px) {
    .mobile-banner{
        display: block !important;
    }    
    .desktop-banner{
        display: none !important;
    }
    .Nh-banner__overlay{
        height: 100vh !important;
    }
    .Nh-banner__img {
        position: relative  !important;
        height: 530px  !important;
    }
    .Nh-banner__img .mobile-banner {
        height: 100vh !important;
    }
    .Nh-banner__content {
        margin-top: 60px !important;
    }
}
.page-template-page-partners header .navbar {
    background: #0d131f !important;
}


.Related_methodology h2{padding-bottom: 40px;}

@media (max-width: 767px) {
.Related_methodology h2{padding-bottom: 20px;}
.method_body p{ font-size: 16px; line-height: 20px;} 
.method_body h3{padding-bottom: 14px;font-size: 20px;line-height: 24px;} 
.method_img{ height: 260px;}

}
.Related_methodology .swiper-slide:nth-child(odd) .method_body {
    background-color: #0D131F;
    flex: 1;
}

.Related_methodology .swiper-slide:nth-child(even) .method_body {
    background-color: #F3F6FF;
    flex: 1;
}
.method_cardddd{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.Related_methodology .swiper-slide .method_body {flex-grow: 1;
    background-color: red;
    flex: 1 !important;
    display: flex;
    flex-direction: column;
}

.Related_methodology .swiper-slide:nth-child(odd) 
.method_body h3{
   color: #fff;
}
.Related_methodology .swiper-slide:nth-child(odd) 
.method_body p{
   color: #fff;
}

 .method_body{
    flex: 1;
    padding: 40px;
} 

.method_body p{
    font-size: 18px;
    line-height: 28px;font-weight: 600;
} 
.method_body h3{
    min-height: 94px;
    padding-bottom: 14px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -4%;
} 


.method_img{
    height: 360px;
    width: 100%;
}



.Related_methodology {
    width: 100%; 
    max-width: 100%;
	 padding: 120px 0;
    overflow: hidden; 
  }
