*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.swiper-slide {
    flex-shrink: 0!important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
.main-menu.left-menu ul li, .main-menu.right-menu ul li {
    display: inline-block !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #951120;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}


code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    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,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-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: 1320px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@font-face {
    font-family: "KantumruyPro-Bold";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/KantumruyPro-Bold.woff2) format("woff2");
}
@font-face {
    font-family: "KantumruyPro-SemiBold";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/KantumruyPro-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: "KantumruyPro-Medium";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/KantumruyPro-Medium.woff2) format("woff2");
}
@font-face {
    font-family: "KantumruyPro-Regular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/KantumruyPro-Regular.woff2) format("woff2");
}
@font-face {
    font-family: "KantumruyPro-Light";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/KantumruyPro-Light.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-ExtraBoldItalic";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-ExtraBoldItalic.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-BoldItalic";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-BoldItalic.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-Bold";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-Bold.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-Light";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-Light.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-Medium";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-Medium.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-Regular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-Regular.woff2) format("woff2");
}
@font-face {
    font-family: "Kanit-SemiBold";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kanit-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: "Poppins-Light";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Light.woff2) format("woff2");
}
@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
}
/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

.nav.main-menu.left-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu.left-menu ul li, .main-menu.right-menu ul li {
  display: inline-block;
}
.main-menu.left-menu ul li a, .main-menu.right-menu ul li a {
	  padding: 27px 6px;
}
.main-menu.left-menu ul li > a, .main-menu.right-menu ul li > a {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #4c2c16;
  padding: 0 9px;
  line-height: 1.1;
  -webkit-transition: all .0s linear;
  -o-transition: all .0s linear;
  transition: all .0s linear;
}
.sub-menu ul li a:hover {
  text-decoration: underline;
}

.main-menu.left-menu ul li:hover .sub-menu, .main-menu.right-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .0s linear;
  -o-transition: all .0s linear;
  transition: all .0s linear;
	margin-top: 0px;
}

.sub-menu-columns > .sub-menu, ul.sub-menu {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  padding: 15px 15px 30px 15px;
  margin: -10px 0 0 0;
  list-style: none;
  position: absolute;
  text-align: left;
  margin-left: 0px;
  opacity: 0;
  min-width: 400px;
	max-width: 650px;
	display: flex;
  z-index: 3;
  margin-top: 0;
	    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(7px) !important;
    border-radius: 1rem !important;
  visibility: hidden;
  -webkit-transition: all .0s linear;
  -o-transition: all .0s linear;
  transition: all .0s linear;
}
* {
  scroll-behavior: smooth;
}

.sub-menu li {
	display: block;
}
.sub-menu-columns .sub-title > a {
    margin-bottom: 22px;
    display: inline-block;
    line-height: normal;
}

.main-menu.left-menu ul.sub-menu li a: hover {

}

.main-menu.left-menu ul.sub-menu li a {
    padding: 0px;
    color: #022e47 !important;
    margin: 10px 0;
    display: block;
    text-transform: none !important;
}
.main-menu.left-menu ul.sub-menu li {
	border-bottom: 1px solid #022e472b;
		margin: 0 10px;
}
span.wpcf7-spinner {
    display: none !important;
}
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 15px;
height: 15px;
top: 0;
left: 0;
	
	color: #222;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 15px;
width: 15px;
top: 2px;
left: 0px;
border: 1px solid #222;
	
	color: #222;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 15px;
width: 15px;
top: 2px;
left: 0;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 15px;
	
	color: #222;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
	
	color: #222;
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
	
	color: #222;
}
.wpcf7-list-item-label {
margin-left: 20px;
display: inline-block;
	color: #222;
}
p.list-rool {
    font-family: "Poppins-Regular";
    font-size: 13px;
    line-height: 1.4;
    margin-left: 15px;
    margin-bottom: 15px;
}
p.strong-dec {
    text-decoration: underline;
}
p.strong-dec.fit-top-mar {
    margin-top: 30px;
}




img.img-responsive.doc-ph.cor-pho {
    max-width: 350px;
    margin-left: auto;
}

.ri-po-cor p.doc-block__dr-tit, .ri-po-cor p.doc-block__pos { text-align: right; }

p.doc-block__main-descr.jstf-text {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    margin-top: 10px!important;
	font-family: "KantumruyPro-Regular";
}
.cor-pho-le {
    width: 350px;
    margin-right: auto;
}
.ri-po-cor.lef-pos p.doc-block__dr-tit, .ri-po-cor.lef-pos p.doc-block__pos {
    text-align: left;
}
img.img-responsive.doc-ph.top-30.mid {
    max-width: 350px;
}


a.con-lin {
    color: #75a3ce;
    font-size: 14px;
	font-family: "KantumruyPro-Regular";
}

.form-contact__field.lin-bl {
    text-align: center;
    margin-top: 20px;
    color: #75a3ce;
}

span.wpcf7-list-item.first.last span.wpcf7-list-item-label {
    margin-left: 20px;
    display: inline-block;
    color: #fff;
    font-family: "KantumruyPro-Regular";
    font-size: 14px;
    line-height: 1.5;
}

.blue-contacts {
    background-color: #02557FFF;
 
    padding: 40px;
    border-radius: 18px;
}

.form-contact__field.che-bl .wpcf7-checkbox input[type=checkbox] + span:before {

    background: #fff;
    border: none;
}

.form-contact__field.che-bl {
    margin-top: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    color: #fff!important;
}
p.nad-per {
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    font-style: normal;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 20px;
}

.social-media {
    display: flex; 
    gap: 15px;
    justify-content: left; 
    align-items: center;
    padding: 10px;
    margin-top: 20px;
}


.social-media__link {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; 
    text-decoration: none;
    color: white; 
    transition: background-color 0.3s ease, transform 0.2s ease; 
}


.social-media__facebook {
    background-color: #3b5998;
}
.social-media__facebook:hover {
    background-color: #2d4373; 
    transform: scale(1.1); 
	color: #fff;
}

/* Instagram */
.social-media__instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); 
}
.social-media__instagram:hover {
    background: linear-gradient(45deg, #bc1888, #cc2366, #dc2743, #e6683c, #f09433); 
    transform: scale(1.1);
	color: #fff;
}


.social-media__tiktok {
    background-color: #010101; 
}
.social-media__tiktok:hover {
    background-color: #0d0d0d; 
    transform: scale(1.1);
	color: #fff;
}


.social-media__link i {
    font-size: 24px;
}
.lc_text-widget--bubble {
    right: 30px!important;
    bottom: 150px!important;
}
.main-two__but.mid.cont-page-but {
    text-align: left;
    margin: 15px 0 50px 0;
}

.col-lg-4.offset-lg-0.col-md-4.offset-md-4.col-10.offset-1.text-center {
    display: inline-block;
    width: 100%;
    background-image: url(../img/logo-bg.svg);
    background-repeat: no-repeat;
	background-position: center top;
	height: 112px;
	background-size: contain;
	margin-top: 4px;
}
.logo.img-responsive.mai-hea {
    width: 135px;
}
.line-menu {
    height: 25px;
    background: #efefef;
}
.row.align-items-center.he-li {
    margin-top: -25px;
}
main.main {
    margin-top: -89px;
}
.preview-lay1 {
    position: absolute;
    left: 25px;
    top: 0px;
    right: 25px;
	height: 64%;
    background: #fff;
    background-size: cover;
    border-radius: 30px;
}
.preview-lay2 {
    background: url(../img/lay22.svg);
    position: absolute;
    background-position: bottom center;
    background-size: contain; 
    background-repeat: no-repeat; 
    bottom: 0;
    left: 50px;
    right: 50px;
    height: calc(100% - 50px); 
    width: calc(100% - 100px); 
    max-width: 100%;
}
.preview-lay3 {
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translateX(-50%);
    width: 400px;
    background: url(../img/bot-ar.svg) no-repeat center bottom;
    background-size: contain; 
    aspect-ratio: auto; 
}
.preview-lay3::after {
    content: "";
    display: block;
    padding-top: 50%;
}
button.btn-hover.sec.color-2 {
    height: 36px;
    border-radius: 11.538px;
    background: linear-gradient(0deg, rgba(176, 1, 1, 1) 0%, rgba(255, 61, 64, 1) 100%);
    box-shadow: 0px 3.077px 7.692px 0px rgba(0, 0, 0, 0.15);
    opacity: .55;
    margin-top: 50px;
	width: 215px;
	    transition: opacity 0.2s ease-in-out;
}
button.btn-hover.sec.color-2:hover, button.btn-hover.thir.color-3:hover {
    opacity: 1;
}
button.btn-hover.thir.color-3 {
   height: 36px;
    opacity: .55;
    margin-top: 10px;
    border-radius: 11.538px;
    background: linear-gradient(0deg, rgba(3, 101, 141, 1) 0%, rgba(55, 152, 192, 1) 100%);
    box-shadow: 0px 3.077px 7.692px 0px rgba(0, 0, 0, 0.15);
    width: 215px;
    text-decoration: underline;
	    transition: opacity 0.2s ease-in-out;
}
.ico-mai {
    margin-top: 30px;
}

.hero__but.wow.fadeInUp {
    opacity: 0 ;
}
p.ye-ti {
    font-family: "Kanit-BoldItalic";
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}


.reb-text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    max-width: 480px;
    fill: rgb(137 190 212);
    backdrop-filter: blur(7.5px);
    background-color: rgb(137 190 212 / .45) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 1rem !important;
    padding: 30px 20px;
    color: #FFF;
    text-shadow: 0px 4px 5px rgba(0, 112, 168, 0.50);
    font-family: "KantumruyPro-Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
    background: #fff;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}
section {
    position: relative;
    z-index: 1;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.disable-scroll {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
li#menu-item-75 {
    position: relative;
    display: inline-block;
}
.text-center {
    text-align: center;
}

img.logo.img-responsive {
    margin: 0 auto;
}
.btn-reset {
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
}
.btn {
    outline: 0;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    font-family: Poppins, sans-serif;
    color: #fff;
    background-color: #961120;
    font-weight: 600;
}
.btn:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.title {
font-family: 'Snasm';
    margin-bottom: 15px;
    font-style: normal;
    color: #13191a;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #130709 -38.93%, rgba(0, 0, 0, 0.4) 213.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.description {
    letter-spacing: 0.04em;
    margin-bottom: 15px;
	line-height: 1.4;
	color: #383838;
}
.burger {
    position: relative;
    border: none;
    padding: 0;
    width: 24px;
    height: 18px;
    color: #025079;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 18px;
    line-height: 3px;
    display: block;
}

.burger::after,
.burger::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: top 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: top 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, top 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, top 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, top 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.burger::before {
    top: 3px;
}
.burger::after {
    top: calc(100% - 5px);
}
.burger--active {
    z-index: 13;
}
.burger--active::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    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;
}
.header {
    position: relative;
    z-index: 4;
    width: 100%;
}
.header__burger {
    display: none;
}
ul#menu-left-main, ul#menu-right-main {
       padding-left: 0;
    text-align: center;
    margin-top: 0;
}
ul#menu-right-main li a, ul#menu-left-main li a {
    font-family: "KantumruyPro-Medium";
    font-size: 14px;
    line-height: 1.2;
    color: #414042;
    text-transform: uppercase;
}
.header__information.info {
    margin-top: 25px;
}
nav.header__nav {
    margin-top: 25px;
	display: none;
}
.header__nav ul {
    list-style-type: none;
    text-align: right;
    padding: 0;
    margin: 0;
}
.header__nav ul li {
    display: inline-block;
}
.header__nav ul li a {
    text-transform: uppercase;
    color: #13191A;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: 'GeomGraphic';
}
.header__nav ul li a:hover {
	color: #AF8D51;
}
.header__nav ul li:not(:last-child) {
    padding-right: 22px;
}
/* USER STYLES */

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}
p {
    font-family: "Kanit-Regular";
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px!important;
    }
.wrapper-menu {
    height: 114px;
}

/* main one */
.hero {
    background: #EFEFEF;
	background-position: top;
    height: 740px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
}

.hero__title {
    margin-top: 100px;
}
.lin-sha {
    font-size: 58px;
	margin-bottom: 0;
	line-height: 1;
}
.lin-sha.met {
color: #66676A;
    font-family: "KantumruyPro-Medium";
    font-size: 58px;
	line-height: 1;
}
.lin-sha.whi {
    color: #0070A8;
}
.hero__but {
    margin-top: 40px;
}



/* main two */
section.section.main-two {
    background: #3798C0;
    padding: 75px 0 0 0;
}
.main-two__bl-te {
    background: -webkit-linear-gradient(0deg, #A7A9AC 0%, #E0E2E4 30%, #C9CBCD 62%, #8F9193 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Kanit-BoldItalic";
    font-size: 50px;
    text-transform: uppercase;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    line-height: 1;
    letter-spacing: 3px;
	position: absolute;
}
.top-30 {
    margin-top: 30px;
}
.main-mon {
font-family: "KantumruyPro-Medium";
    font-size: 18px;
    line-height: 1.2;
    color: #414042;
    margin: 25px 0 55px 0;
}
.main-two__te-re {
    position: absolute;
    bottom: 100px;
}
.main-two__tit {
font-family: "KantumruyPro-Medium";
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
	margin-bottom: 30px;
}
.main-two__tit.met {
    background:-webkit-linear-gradient(90deg, #ffffff 0%, #bdbdbd 20%, #f9f9f9 45%, #f9f9f9 50%, #f9f9f9 55%, #cecece 80%, #acadaf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-two__text {
    font-family: "KantumruyPro-Light";
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}

ul.main-two__list li {
line-height: 1.2;
    color: #fff;
    font-family: "KantumruyPro-Light";
    font-size: 22px;
	margin: 5px 0;
}
ul.main-two__list {
    padding: 5px 0  5px 15px;
}
.main-two__but {
    padding-top: 15px;
}
.button.two {
    padding: 9px 80px;
}

.btn-hover {
    padding: 0 20px;
    min-width: 200px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    height: 48px;
    text-align: center;
    border: none;
    font-family: "KantumruyPro-SemiBold";
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(3, 101, 141, 1) 0%, rgba(55, 152, 192, 1) 100%);
    transition: background 0.4s ease-in-out;
}


.btn-hover:focus {
    outline: none;
}


.main-two__te-re {
    bottom: 330px;
    position: relative;
}


/* services */
.se-te p {
    font-family: "Kanit-BoldItalic";
    font-size: 36px;
    color: #fff;
    margin: 0 15px;
    text-transform: uppercase;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    line-height: 1;
    letter-spacing: 3px;
	margin-bottom: 25px;
}
.se-te {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
	height: 100px;
}
.se-te.last {
	height: 136px;
}
.bl-ser__text__p {
    margin-bottom: 0;
    font-family: "KantumruyPro-SemiBold";
    line-height: 1.1;
    font-size: 22px;
}

.pre-sha {
    position: absolute;
    width: 100%;
}
.carousel {
    background: linear-gradient(90deg, #0070A8 0%, #022334 100%);
    padding-bottom: 90px;
}
.ser-shadow.pre-sha {
    bottom: 0;
    left: 0;
    height: 400px;
    background: linear-gradient(0deg, #022334, rgb(0 112 168 / 0%) 40%);
}
.ser__item {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.services__title.col {
    display: inline-flex;
    color: #0070A8;
    font-size: 60px;
    font-family: "KantumruyPro-Medium";
    margin-bottom: 15px;
    text-transform: uppercase;
    justify-content: center;
}
.logo-font {
    width: 360px;
	margin: 0 20px;
}
.inline-tit {
    text-align: center;
}
.services__des {
    color: #939496;
    text-align: center;
    font-family: "KantumruyPro-Light";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.services {
    padding: 75px 0;
    background: url(../img/bgr-333.svg);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #fff;
	background-position: top center;
}
.services__title.col-bl {
    color: #0070A8;
    line-height: normal;
    font-family: "Kanit-BoldItalic";
    font-size: 60px;
    margin: 50px 0 0 0;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.services__title.col-wh {
    color: #fff;
    font-family: "Kanit-BoldItalic";
    font-size: 60px;
    margin: 50px 0 0 0;
    line-height: normal;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}


/* process */
.process {
   padding: 75px 0;
    background: url(../img/bgr-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.process__title {
color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 65px;
    line-height: 1;
    margin: 0 0 60px 0;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.process__text {
font-family: "KantumruyPro-Regular";
    font-size: 22px;
    line-height: 1.2;
    color: #0070A8;
    text-align: center;
    margin: 0 15px;
}
.ic-pr {
    margin: 0 auto;
    width: 170px;
    margin-bottom: 25px;
}
section.testim-block {
    margin-top: 15px;
}

/*============== ticker =============*/
section.ticker-block {
    padding: 60px 0 0 0;
	position: relative;
}
.ticker {
    overflow: hidden;
}
 .ticker__inner {
	 display: flex;
	 width: fit-content;
}
 .ticker__text {
	 margin-right: 53px;
	 white-space: nowrap;
	 line-height: unset;
	 color: #0070A8;
    font-family: "Kanit-BoldItalic";
    font-size: 45px;
    margin: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
img.elips {
	margin: 0 20px 8px 20px;
	
}
/* review */
.testim-shadow.testim-shadow__full {
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(66, 194, 255, 0.4);
}
.testim-shadow__full {
    position: absolute;
    width: 100%;
}
.testim-bg {
    overflow: hidden;
    position: relative;
}
.photo-re {
    width: 75px;
    border-radius: 100%;
    margin: 0 auto;
}
.reviews-item__block-blue {
    background: #70BFE3;
    padding: 30px 0 10px 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.reviews__name-per {
        font-family: "KantumruyPro-Medium";
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin: 10px 0 0 0;
    text-align: center;
}

.reviews__content {
font-family: "KantumruyPro-Light";
    font-size: 16px;
    line-height: 1.4;
    color: #939496;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}
.reviews-item__block {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.reviews-item__block {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
	margin: 3px 10px 10px 10px;
}
img.img-responsive.star {
    margin: 0 auto;
}
.reviews-item__block-white {
    padding: 20px 15px 25px 15px;
    background: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
img.img-responsive.star {
    width: 150px!important;
}
.container.topup {
    margin-top: -162px;
}
.descl {
font-family: "KantumruyPro-Light";
    font-size: 17px;
    line-height: 25px;
    color: #0070A8;
    text-align: center;
    margin: 75px 0 90px 0;
}
.swiper-scrollbar {
    position: inherit;
    left: 0%;
    bottom: 3px;
    z-index: 50;
    height: 3px;
    width: 100%;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #eaeaea;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #eaeaea;
    margin-top: 60px;
}
.swiper-scrollbar-drag {
    height: 5px;
    width: 100%;
    position: relative;
    background: #0070A8;
    border-radius: 10px;
    left: 0;
    top: 0;
}
/* footer */
.footer {
    background: #3798C0;
    padding: 100px 0 10px;
}
.footer__logo img {
    width: 205px;
    margin: 10px auto 0 auto;
}
li.list-footer__item {
    font-family: "Poppins-Regular";
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    border-bottom: 0.75px solid #42C2FF;
    padding: 13px 0;
}
ul.footer__list.list-footer {
    padding: 0;
    list-style: none;
	margin-bottom: 0;
}
span.ye-col {
    color: #FCBB29;
}
li.list-footer__item a {
    color: #fff;
    text-decoration: none;
}
li.list-footer__item a:hover {
    color: #fff;
    text-decoration: none;
}
li.list-footer__page a {
    font-family: "Kanit-Regular";
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.8;
    color: #fff;
}
ul.footer__list.list-page {
    list-style: none;
    padding-left: 50px;
	margin-bottom: 0;
}
.row.copyright .text-center {
    font-family: "KantumruyPro-Light";
    font-size: 14px;
    line-height: normal;
    color: #fff;
    padding-bottom: 0;
    padding-top: 90px;
    text-align: center;
}
a.list-footer__link.copy {
    color: #FCBB29;
    text-decoration: none;
}
.text-center.le-po {
    text-align: left;
}

.ri-po {
    padding-top: 90px;
	    text-align: right;
  color: #fff;
	font-family: "KantumruyPro-Light";
}

.ri-po a {

	font-family: "KantumruyPro-Light";
    font-size: 14px;
    line-height: normal;
    color: #fff;
    padding-bottom: 0;
    text-align: right;
}










/* swiper */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
height: 100%!important;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0!important;
    width: 100%;
    height: 100%!important;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.center-but {
    text-align: center;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #eaeaea;
	height: 5px;
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}




/* swiper setings */
.swiper {
    overflow: hidden;
}
.swiper .swiper-scrollbar-drag {
    border-radius: 3px;
    background: #000;
}
.swiper .swiper-scrollbar {
    background: rgba(224, 224, 224, 0.4);
}
.swiper-container-horizontal > .swiper-scrollbar {
    height: 5px!important;
}
.item-slider__top {
    position: relative;
}
.item-slider__link {
    position: absolute;
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    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;
    bottom: 30px;
    left: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-slider__title {
    font-size: 16px;
    line-height: 1;
    margin-top: 43px;
    margin-bottom: 34px;
    color: #000;
    text-transform: uppercase;
}
img.img-responsive.-item-slider__img.lazyloaded {
    width: 100%;
}
img.img-responsive.-item-slider__img.two-img.lazyloaded {
    margin-top: 10px;
}
.item-slider__descr {
    letter-spacing: 0.04em;
    margin-bottom: 50px;
}
.portfolio {
    margin-top: 143px;
}
.gal-column {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2px 0;
    float: left;
    width: 50%;
}
img.img-responsive.-item-slider__img.one-gal {
    padding-right: 6px;
    padding-top: 10px;
}
img.img-responsive.-item-slider__img.two-gal {
    padding-left: 6px;
    padding-top: 10px;
}
.portfolio__title {
    margin-top: 100px;
}
.reviews {
    padding: 0 0 90px 0;
}
.reviews__slider {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.reviews-item {
   position: relative;
    border-radius: 18px;
}
/* .mid-cen {
    display: flex;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 170px;
} */


.reviews-item__name {
    text-transform: uppercase;
    margin-top: 18px;
    line-height: 1;
    font-family: 'Snasm';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #130709 19.51%, rgb(19 7 9 / 80%) 43.27%, #130709 70.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.reviews__navigation {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px 30px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}
.reviews__button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: #a2b6c6;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.slider-banner { padding: 60px 0 0 0; }
.reviews__button-next {
    margin-left: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews .swiper-button-disabled {
    background-color: #454E57 !important;
}
.consultation__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.consultation--pages {
    margin-top: 100px;
}
.form-review__field {
   line-height: 30px;
}
.mobile {
	display: none;
}
.form-review__input {
  width: 100%;
    border: none;
    padding: 7px 10px;
    border-bottom: 0;
    background: linear-gradient(90deg, rgba(61, 74, 83, 0.7) -0.18%, rgba(107, 115, 120, 0.231) 100.14%);
    margin: 4px 0;
	color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    color: #222;
}
.centred-button {
    margin-top: 5px;
    text-align: center;
	display: grid;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-reset.btn.button {
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
}
.form-review__input::-webkit-input-placeholder {
  font-size: 13px;
    line-height: 18px;
    font-family: 'GeomGraphic';
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
}
.form-review__input::-moz-placeholder {
  font-size: 13px;
    line-height: 18px;
    font-family: 'GeomGraphic';
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
}
.form-review__input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 18px;
    font-family: 'GeomGraphic';
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
}
.form-review__input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 18px;
    font-family: 'GeomGraphic';
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
}
.form-review__input::placeholder {
 font-size: 13px;
    line-height: 18px;
    font-family: 'GeomGraphic';
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
}
::-moz-selection{
    background-color:#ffee38;
    color:#191919
}

::selection{
    background-color:#ffee38;
    color:#191919
}
/* our team */
.page-id-92 span.lin-unlin {
    font-size: 24px;
}
.top-pages__title {
    margin: 190px 0 0 0;
}
.ico-oth {
    display: flex;
    gap: 15px;
    margin: 100px 0 0px 0;
}
.hero__but.oth-top-but {
    margin-top: 40px;
}
.top-pages {
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
	margin: 25px 25px 0 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 25px;
	margin-top: -89px;
	padding-bottom: 75px;
}
body:not(.home) .line-menu {
    background: #fff;
}
body:not(.home) .col-lg-4.offset-lg-0.col-md-4.offset-md-4.col-10.offset-1.text-center {
    background-image: url(../img/logo-bg-wh.svg);
}
.ot {
    background-image: url(../img/ot-1.jpg);
	background-position: center;
}
.how {
    background-image: url(../img/how-1.jpg);
	background-position: center;
}
.con {
    background-image: url(../img/con-1.jpg);
	background-position: center;
}
section.top-pages.lqt {
    background-image: url(../img/ltq-1.jpg);
	background-position: center;
}
.top-pages__title span.lin-sha {
    font-size: 80px;
    -webkit-text-stroke: 0;
    filter: none;
}
section.top-pages.vi .top-pages__title {
    margin: 190px 0 0 0;
}
.page-id-126 section.sec-pages {
   padding: 165px 0 55px 0;
    background: #efefef;
    margin-top: -89px;
}
p.sec-pages__text.left-pos {
    text-align: left;
}
.sec-pages {
   padding: 70px 0 55px 0;
    background: #3798C0;
}

p.sec-pages__text {
    font-style: normal;
    font-family: "KantumruyPro-Light";
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.main-two__but.mid {
   text-align: center;
/*     margin: 15px 0 50px 0; */
}
.doc-block__main-tit {
    color: #0070A8;
    font-family: "KantumruyPro-SemiBold";
    font-size: 50px;
    font-style: normal;
    line-height: 73.755px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.doc-block__main-descr {
    margin-bottom: 0;
    color: #151515;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.mid {
    margin: 0 auto;
}

.doc-block__dr-tit {
    color: #0070A8;
    text-align: center;
    font-family: "KantumruyPro-SemiBold";
    font-size: 36px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.doc-block__pos {
    color: #0070A8;
    text-align: center;
    font-family: "KantumruyPro-Medium";
    font-size: 22px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
}
.top-50{
    margin-top: 50px;
}
.top-60{
    margin-top: 60px;
}
.top-20{
    margin-top: 20px;
}
.top-25{
    margin-top: 25px;
}
.top-90{
    margin-top: 90px;
}
.top-120{
    margin-top: 120px;
}
.doc-block {
    padding: 90px 0 90px 0;
    background: url(../img/ot-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* tpp */
.wt__main-ar {
    color: #151515;
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-align: left;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.ar-li {
    margin-right: 10px;
}
.tpp {
    background-image: url(../img/tpp-1.jpg);
	background-position: top;
}
.tpp .top-pages__title {
    margin: 190px 0 0 0;
}
.wi-323 {
    max-width: 323px;
    margin: 0 auto;
}
.wi-284 {
    max-width: 275px;
    margin: 0 auto;
}
.ttp__main-tit {
    color: #0070A8;
    font-family: "KantumruyPro-SemiBold";
    font-size: 50px;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.ttp__sub-tit {
    color: #0070A8;
    font-family: "KantumruyPro-SemiBold";
    font-size: 25px;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ttp__main-descr {
    font-size: 18px;
    margin-bottom: 8px;
    font-style: normal;
    line-height: 1.6;
    color: #151515;
    font-family: "KantumruyPro-Light";
}
ul.ttp__list li {
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    font-style: normal;
    line-height: 1.6;
    color: #151515;
    margin-bottom: 8px;
}
p.modal-tit {
    color: #151515;
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
ul.ttp__list {
    padding-left: 15px;
}
.bl-link {
    color: #0070A8;
    margin-left: 5px;
	white-space: nowrap;
}
.bl-link.no-pa {
    color: #0070A8;
    margin-left: 0;
}
section.ttp-block {
    padding: 90px 0 90px 0;
    background: url(../img/tpp-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* wt */
.wt {
    background-image: url(../img/wt-1.jpg);
    background-position: center;
}

.sec-pages__text.left {
 font-family: "KantumruyPro-Light";
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
	margin-bottom: 25px;
}
.wt__main-tit {
    color: #0070A8;
    text-align: center;
    font-family: "KantumruyPro-SemiBold";
    font-size: 30px;
    margin-bottom: 10px;
    font-style: normal;
    line-height: normal;
}
button.btn-hover.light {
    font-size: 17px;
    text-align: center;
    height: 42px;
    border-radius: 20px;
    font-family: "KantumruyPro-Medium";
}
.center {
    text-align: center;
}
.wt__main-descr {
    color: #151515;
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 30px 0;
}
.compon {
    padding: 0 67px;
}
.wifull {
    width: 100%;
}
section.wt-block {
    padding: 90px 0 90px 0;
    background: url(../img/wt-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* mwl */
.mwl {
    background-image: url(../img/mwl-1.jpg);
    background-position: center;
}
.mwl__und-tit {
    color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.mwl__blo.ltq-q p.mwl__und-tit {
    color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}
.mwl__und-desc {
   font-size: 18px !important;
    margin-bottom: 8px;
    font-style: normal;
    line-height: 1.6 ! important;
    color: #151515;
    font-family: "KantumruyPro-Light";
    margin-top: 5px;
}
.mwl__blo {
    margin-bottom: 30px;
}
section.mwl-block {
    padding: 90px 0 90px 0;
    background: url(../img/mwl-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* vi */
.vi {
    background-image: url(../img/vi-1.jpg);
    background-position: center;
}
section.vi-block {
    padding: 90px 0 90px 0;
    background: url(../img/vi-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* privacy */
.pp .top-pages__title {
    margin: 190px 0 0 0;
}
.pp {
    background-image: url(../img/pp-2.jpg);
    background-position: center;
}

ul.ttp__list.left-pri { list-style: none; } ul.ttp__list.left-pri li { margin: 15px 0; } section.sec-pages.pri-sec { padding: 90px 0 60px; } span.bl-pri { color: #0070A8; font-family: 'Kanit-Medium'; } ul.ttp__list.left-pri li a { color: #151515; } section.pp-block { padding: 0px 0 60px 0; background: url(../img/vi-bg.svg); background-size: contain; background-position: center; background-repeat: no-repeat; }
/* terms */
.tos .top-pages__title {
    margin: 190px 0 0 0;
}
.tos {
    background-image: url(../img/tos-1.jpg);
}
section.tos-block { padding: 90px 0 60px 0; background: url(../img/vi-bg.svg); background-size: contain; background-position: center; background-repeat: no-repeat; }
section.tos-block ul.ttp__list.left-pri {
    padding-left: 0;
}
/* ozt */
.ozt .top-pages__title {
    margin: 190px 0 0 0;
}
.ozt {
    background-image: url(../img/ozt-1.jpg);
    background-position: center;
}
section.ozt-block {
    padding: 90px 0 90px 0;
    background: url(../img/ozt-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* mrm */

.mrm {
    background-image: url(../img/mrm-1.jpg);
	background-position: center;
}
span.lin-unlin {
    font-family: "Kanit-BoldItalic";
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
}
/* eds */

.eds {
    background-image: url(../img/eds-1.jpg);
	background-position: top;
}
/* trt */
.trt .top-pages__title {
    margin: 190px 0 0 0;
}
.trt {
    background-image: url(../img/trt-1.jpg);
    background-position: top;
}
section.trt-block {
    padding: 90px 0 90px 0;
    background: url(../img/trt-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ttp__sub-title {
    color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 25px;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* ed */
.ed {
    background-image: url(../img/ed-1.jpg);
    background-position: center;
}
section.ed-block {
    padding: 90px 0 90px 0;
    background: url(../img/ed-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* hgh */
.hgh {
    background-image: url(../img/hgh-1.jpg);
    background-position: top;
}
section.hgh-block {
    padding: 90px 0 90px 0;
    background: url(../img/hgh-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hgh .top-pages__title {
    margin: 190px 0 0 0;
}
ol.mwl__ol-desc li {
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    font-style: normal;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 8px;
}
ol.mwl__ol-desc {
    padding-left: 15px;
    padding-top: 5px;
}
/* mb */
.mb-pages {
    padding: 90px 0 90px 0;
    background: url(../img/ot-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mb {
    background-image: url(../img/mb-1.jpg);
    background-position: center;
}
section.mb-block {
    padding: 90px 0 90px 0;
    background: url(../img/mb-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mb .top-pages__title {
    margin: 190px 0 0 0;
}
section.mb-pages {
    padding: 90px 0;
}
p.pri-tit {
    color: #0070A8;
    text-align: center;
    font-family: "KantumruyPro-Bold";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.1;
}
p.pri-num {
    color: #0070A8;
    text-align: center;
    font-family: "KantumruyPro-Regular";
    font-size: 28px;
    text-transform: uppercase;
}
img.img-responsive.sha-rou.lazyloaded {
    box-shadow: 0px 4px 4px 0px rgba(0, 112, 168, 0.10);
    border-radius: 28px;
}
span.red-num {
    background: linear-gradient(0deg, #810303 0%, #FC2929 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "KantumruyPro-SemiBold";
    font-size: 34px;
    text-transform: uppercase;
}
.pri-top {
    padding: 50px 0 44px 0;
    background: #D2F0FF;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
ul.mb-list li {
    color: #FFF;
    font-family:  "KantumruyPro-Medium";
    font-size: 26px;
    margin-top: 10px;
	line-height: 1.1;
}
.pri-bot {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 50px;
    background-position: right;
    width: 100%;
    background: #0070A8;
    background-image: url(../img/Vector.svg);
    background-image: url(../img/Vector.svg), linear-gradient(180deg, #0070A8 0%, #022334 100%);
    background-position: bottom right;
    background-repeat: no-repeat;
}
p.pri-num {
    color: #0070A8;
    text-align: center;
    font-family:  "KantumruyPro-Regular";
    font-size: 28px;
    text-transform: capitalize;
    margin: 0;
}
.pri-bl {
    border-radius: 70px;
    margin: 0 auto;
	height: 100%;

}

/* faq */
.faq {
    background-image: url(../img/faq-1.jpg);
    background-position: bottom;
}

.btn-hover.color-1 {
    border-radius: 15px;
    background: linear-gradient(0deg, #B03601 0%, #FC8B29 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	    transition: opacity 0.4s ease-in-out;
}





#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    display: block;
    padding: 15px 0;
    overflow: hidden;
}
#integration-list ul:last-child {
    /* border-bottom: 1px solid #ddd; */
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
  margin-right: 7px;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
}
.detail span{
    margin: 0;
}
.right-arrow {
        margin-right: 18px;
    margin-top: -5px;
    float: left;
    font-weight: bold;
    color: rgba(252, 41, 41, 1);
    font-family:  "KantumruyPro-Regular";
    font-size: 35px;
    background: linear-gradient(0deg, #810303 0%, #FC2929 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}


p.q-line {
    color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}
p.a-line {
    color: #022334;
    font-family: "KantumruyPro-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 30px;
    margin-left: 30px;

}
.faq span.lin-sha.whi {
    text-transform: none;
}
p.q-tit {
    color: #0070A8;
    font-family: "KantumruyPro-SemiBold";
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
}
/* modal */
.close {
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none;
    height: 100%;
    width: 100%;
    z-index: 1040;
    overflow: auto;
    overflow-y: scroll;
    visibility: hidden;
    display: table;
}
.modal.in {
    visibility: visible;
}
.modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(0.8) translateZ(0);
    transition: all 250ms;
}
.modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.modal-dialog {
    z-index: 1050;
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    outline: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    background-clip: border-box;
    width: 70%;
    max-width: 900px;
    min-width: 300px;
    margin: auto;
    width: 100%;
    background: #DCE3EB;
    background-image: url(../img/modal-bg.svg);
    background-image: url(../img/modal-bg.svg), #022334 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 30px 60px;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
    visibility: hidden;
    transition: all 250ms;
}
.modal-backdrop.fade {
    opacity: 0;
}
span.bl-ots {
    margin-left: 15px;
    line-height: 1.6;
}
.modal-backdrop.in {
    opacity: 0.5;
    visibility: visible;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-body {
    position: relative;
    padding: 30px;
}
p.modal-title {
    color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 25px;
    margin: 25px 0;
}
ul.modal__list li {
    color: #151515;
    font-family: "KantumruyPro-Light";
    font-size: 18px;
    line-height: 1.8;
}
ul.modal__list {
    padding-left: 15px;
}

.sec-pages.q-block {
     background: url(../img/q-bg.svg); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
/* contact */
.blue-contact {
    border-radius: 70px;
    background: linear-gradient(180deg, #0070A8 0%, #022334 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.40);
    padding: 60px 120px;
	margin: 90px 0 60px 0;
}
.blue-tit {
    color: #FFF;
    text-align: center;
    font-family: "Kanit-BoldItalic";
    font-size: 65px;
    font-weight: 800;
    line-height: 1.2;
	margin-bottom: 30px;
    text-transform: uppercase;
}
.form-contact__item.form-contact__item--btn {
    text-align: center;
    margin-top: 30px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-reset.button {
    border-radius: 15px;
    background: linear-gradient(0deg, #7B0404 0%, #FC2929 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 0 30px;
    min-width: 280px;
    font-weight: 600;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    font-family: "KantumruyPro-SemiBold";
    moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #c4c4c4;
    margin: 5px 0;
    border-radius: 10px;
}

 .page-id-126 input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #c4c4c4;
    margin: 5px 0;
    border-radius: 10px;
}
.sec-pages.cont .blue-contact {
    margin: 0 !important;
}



br.mob-br {
    display: none;
}

p.mwl__und-desc.red-co {
    margin-right: 18px;
    margin-top: 0;
    font-weight: bold;
    color: #0070A8;
    font-family: "KantumruyPro-Regular";
    font-size: 24px !important;
}
span.red-cos {
    background: linear-gradient(0deg, #810303 0%, #FC2929 100%);
    margin-top: 0;
    font-weight: bold;
    color: rgba(252, 41, 41, 1);
    font-family: "KantumruyPro-Regular";
    font-size: 24px !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pad-30 {
    padding-top: 30px;
    margin-top: 30px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #0171A9!important;
    font-family: "KantumruyPro-Regular";
	opacity: 1;
    font-size: 18px;
    line-height: 160%;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0171A9!important;
    font-family:  "KantumruyPro-Regular";
	opacity: 1;
    font-size: 18px;
    line-height: 160%;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0171A9!important;
    font-family: "Kanit-Regular";
	opacity: 1;
    font-size: 18px;
    line-height: 160%;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #0171A9!important;
    font-family:  "KantumruyPro-Regular";
	opacity: 1;
    font-size: 18px;
    line-height: 160%;
}
/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #a2b6c6;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #8a9aa6;
  }

#phone-call { display: none;}
section.lqt-block {
    padding: 90px 0 90px 0;
    background: url(../img/vi-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sco__blo {
    padding: 30px 30px 40px 30px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    background: linear-gradient(0deg, #3799c0 0%, #49bbe9 100%);
    backdrop-filter: blur(5px) !important;
    border-radius: 1rem !important;
    margin-top: 60px;
}
p.sco__blo__tit {
    color: #fff;
    text-align: center;
    font-family: "KantumruyPro-Bold";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.1;
}
p.sco__blo__descr {
    font-family:  "KantumruyPro-Medium";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    color: #fff;
}
span.red-el {
    background: linear-gradient(0deg, #B03601 0%, #FC8B29 100%);
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    border-radius: 100%;
}
span.bl-mo {
    text-transform: lowercase;
}
span.rd-bu {
    background: linear-gradient(0deg, #810303 0%, #FC2929 100%);
    background-clip: text;
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
}
.main-two__bl-pi {
    position: absolute;
    bottom: 0;
}
.main-two__but {
    padding-top: 15px;
}
.main-two__but.db-bl {
    padding-top: 15px;
    margin-bottom: 75px;
}
.scrollTop {
position: fixed;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
}

.scrollTop a {
color: #fff;
    padding: 20px;
    border-radius: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.scroll-img {
    width: 60px;
    height: 60px;
    opacity: .5;
    cursor: pointer;
}
.scroll-img:hover {
    opacity: .8;

}

p.contactp-tit {
    font-family: "KantumruyPro-Bold";
    font-size: 65px;
    text-transform: uppercase;
    line-height: 0.9;
    color: #022e47;
    background: -webkit-linear-gradient(321deg, #0070A8 0%, #0070A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    margin-top: 30px;
}

p.contactp-suptit {
    color: #022E46;
    font-family: "KantumruyPro-SemiBold";
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 50px;
}
p.contactp-address {
    font-family:  "KantumruyPro-Regular";
    font-size: 17px;
    line-height: 1.4;
    color: #022e48;
    border-bottom: 0.75px solid #016191;
    padding: 0 0 10px 0;
}
span.ye-conta {
    color: #022334;
    font-family:  "KantumruyPro-Medium";
    font-size: 19px;
}

svg.but-ico {
    width: 17px;
    margin-right: 5px;
}

.gr-contact {
padding: 30px;
    background: linear-gradient(0deg, #022334, #0070A8 70.71%);
    border-radius: 30px;
    background: #025782;
    background-image: url(../img/Vector.svg);
    background-image: url(../img/Vector.svg), linear-gradient(180deg, #025782 0%, #022334 100%);
    background-position: bottom right;
    background-repeat: no-repeat;
}

p.form-text {
    font-size: 18px;
    margin: 6px 6px 2px 6px;
    color: #fff;
}
a.href-col {
    color: #022e48;
}
.btn-hover.color-1:hover, input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-reset.button:hover {
    background: linear-gradient(0deg, #b00101 0%, #ed740c 100%);
}
.ico-mai {
    display: flex;
    gap: 15px; 
}

.ico-mai__item {
    display: inline-block;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.ico-mai__item:hover img {
    transform: translateY(-5px); 
}

.ico-up {
    width: 50px; 
    height: auto;
    transition: transform 0.2s ease-out; 
}

section.top-pages.pa-ka {
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    background-image: url(../img/ltq-1.jpg);
    background-position: center;
	    padding: 200px 0px;
}

#text, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9 {
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

#text:after, #text2:after, #text3:after, #text4:after, #text5:after, #text6:after, #text7:after, #text8:after, #text9:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 30px;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

#text.show, #text2.show2, #text3.show3, #text4.show4, #text5.show5, #text6.show6, #text7.show7, #text8.show8, #text9.show9 {
  max-height: none;
}
#text.show:after, #text2.show2:after, #text3.show3:after, #text4.show4:after, #text5.show5:after, #text6.show6:after, #text7.show7:after, #text8.show8:after, #text9.show9:after {
  display: none;
}
#text.show #show, #text2.show2 #show2, #text3.show3 #show3, #text4.show4 #show4, #text5.show5 #show5, #text6.show6 #show6, #text7.show7 #show7, #text8.show8 #show8, #text9.show9 #show9 {
  display: none;
}
button#show, button#show2, button#show3, button#show4, button#show5, button#show6, button#show7, button#show8, button#show9 {
  position: relative;
    display: block;
    margin: auto 10px 0;
    color: #0070A8;
    background: transparent;
    z-index: 10;
    padding: 5px 10px;
    mix-blend-mode: multiply;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    font-family:  "KantumruyPro-Regular";
    font-weight: 600;
    max-width: 200px;
    border: none;}

.btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}
.btn-wrapper .grey-line {
    height: 1px;
    max-width: 430px;
    width: 50%;
    background: #d8d8d8;
    z-index: 9;
}
span.brli {
    font-size: 16px;
}
li.on-li {
    line-height: 1;
    padding-top: 2px;
    padding-bottom: 5px;
}
.testim-img {
    width: 100%;
}


.metaslider.ms-theme-clarity .flexslider .slides li, .metaslider.ms-theme-clarity .flexslider {
    margin: 0 !important;
}
section.slider-banner p.services__title {
    color: #0070A8;
    font-family: "Kanit-BoldItalic";
    font-size: 70px;
    margin: 0 0 30px 0;
    line-height: normal;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.blbt-text {
    color: #0070A8;
    font-family: "KantumruyPro-Medium";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 90px;
}
.page-id-142 ul#menu-right-main li a, .page-id-142 ul#menu-left-main li a, .page-id-144 ul#menu-right-main li a, .page-id-144 ul#menu-left-main li a {
    color: #fff;
}
.page-id-142 .lin-sha.whi, .page-id-144 .lin-sha.whi {
    color: #fff;
}




/* contact form */

section.ref-form {
    padding: 90px 0;
}
section.und-form {
    padding: 60px 0;
}
a.link-fo {
    color: #146796;
}
.form-section {
  padding-top: 80px;
  padding-bottom: 110px;
}
p.strong-dec.fit-top-mar.no-de-und.fi-po-un {
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 28px;
    font-family: "Kanit-Medium";
}
.forma {
  background: #FFF;
  padding: 50px 35px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

.forma-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.forma-inner__half {
  width: 100%;
}

.forma-inner__half:nth-child(1) {
  margin-right: 20px;
}
.forma-inner__three:nth-child(1) {
  margin-right: 20px;
}
.forma-inner__three:nth-child(2) {
  margin-right: 20px;
}

.forma-inner__full {
  width: 100%;
}

.forma-inner__field {
  margin-bottom: 10px;
}

.forma-inner__field input, .forma-inner__field textarea, .forma-inner__field select {
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid #222;
    padding: 12px 20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0;
}
.forma-select__subtitle {
    line-height: 1;
    margin-bottom: 15px;
}


.forma-inner__field select {
color: #222;
    text-indent: 10px;
    margin: 5px 0;
    padding: 8px 0;
   font-family:  "KantumruyPro-Regular";
    font-size: 16px;
    line-height: 1.4;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #222;
}

.forma-inner__field input::-webkit-input-placeholder, .forma-inner__field textarea::-webkit-input-placeholder {
    font-family:  "KantumruyPro-Regular";
    font-size: 18px;
    line-height: 1.4;
    color: #222!important;
    margin-top: 30px;
    text-transform: capitalize;
}

.forma-inner__field input::-moz-placeholder, .forma-inner__field textarea::-moz-placeholder {
font-family:  "KantumruyPro-Regular";
    font-size: 18px;
    line-height: 1.4;
    color: #222!important;
    margin-top: 30px;
    text-transform: capitalize;
}

.forma-inner__field input:-ms-input-placeholder, .forma-inner__field textarea:-ms-input-placeholder {
font-family:  "KantumruyPro-Regular";
    font-size: 18px;
    line-height: 1.4;
    color: #222!important;
    margin-top: 30px;
    text-transform: capitalize;
}

.forma-inner__field input::-ms-input-placeholder, .forma-inner__field textarea::-ms-input-placeholder {
font-family:  "KantumruyPro-Regular";
    font-size: 18px;
    line-height: 1.4;
    color: #222!important;
    margin-top: 30px;
    text-transform: capitalize;
}

.forma-inner__field input::placeholder, .forma-inner__field textarea::placeholder {
font-family:  "KantumruyPro-Regular";
    font-size: 18px;
    line-height: 1.4;
    color: #222!important;
    margin-top: 30px;
    text-transform: capitalize;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
	color: #222;
}


.forma-inner__submit {
  margin-top: 20px;
}

.file-text-inner textarea.wpcf7-form-control.wpcf7-textarea {
    height: 142px;
}

.forma-inner__submit input {
padding: 0 20px;
    margin: 0 auto;
    min-width: 180px;
    color: #fff;
    font-size: 20px;
    position: relative;
    height: 55px;
    text-align: center;
    border: none;
    font-family:  "KantumruyPro-Regular";
    border-radius: 40px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 15px;
    background: linear-gradient(0deg, #7B0404 0%, #FC2929 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.forma-inner__submit p {
    margin-bottom: 0;
}
.forma-inner__submit {
    text-align: center;
    margin: 20px auto 0 auto;
}
.forma-inner__submit input:hover {
  text-decoration: none;
  background-color: black;
}
.forma-inner__field input::-webkit-input-placeholder, .forma-inner__field textarea::-webkit-input-placeholder {
  color: #222;
  font-size: 16px;
}

.forma-inner__field input::-moz-placeholder, .forma-inner__field textarea::-moz-placeholder {
  color: #222;
  font-size: 16px;
}

.forma-inner__field input:-ms-input-placeholder, .forma-inner__field textarea:-ms-input-placeholder {
  color: #222;
  font-size: 16px;
}

.forma-inner__field input::-ms-input-placeholder, .forma-inner__field textarea::-ms-input-placeholder {
  color: #222;
  font-size: 16px;
}

.forma-inner__field input::placeholder, .forma-inner__field textarea::placeholder {
  color: #222;
  font-size: 16px;
}
.form-bg {
background: #fff;
    border-radius: 18px;
    padding: 60px 40px 30px 40px;
}
.forma-inner__field p {
    margin-bottom: 0;
	margin-top: 20px;
}
.form-title.center.img-mar-top {
    margin-top: 30px;
}
.form-title.center {
    color: #1E1E1E;
 font-family:  "KantumruyPro-Regular";
    font-size: 22px;
	text-align: center;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.forma-inner__field {
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-text {
width: 100%;
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: 1px solid #222;
    margin: 0;
    border-radius: 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.min-line {
    width: 50px;
}
.checkbox-blocker {
    display: inline-block;
}
.checkbox-flexer {
    margin-top: 5px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 5px 0 0;
}
.wpcf7-list-item label {
    margin-bottom: 0;
}
.fl-block {
    float: left;
}
.fl-block.le-fo {
    width: 25%;
}
.fl-block.ri-fo {
    width: 75%;
}
.fl-block.mer-fo {
    width: 75%;
}
.fl-block.mar-fo {
    width: 25%;
}
.checkbox-flexer.mar-marg {
    margin-top: 20px;
}

p.forma-select__title.ti-colu {
    background: #acafb5;
    padding: 10px 0;
    text-align: center;
	margin-top: 0;
}

.forma-inner__field.forma-inner__four.sis-bli.on-pos-form {
    border: 1px solid #acafb5;
}
input.wpcf7-form-control.wpcf7-text.gr-form-col.no-bor {
    border-bottom: 0!important;
}

.forma-inner__field.forma-inner__four.sis-bli.tw-pos-form {
    border-top: 1px solid #acafb5;
    border-right: 1px solid #acafb5;
	 border-bottom: 1px solid #acafb5;
}
.forma-inner__field.forma-inner__four.sis-bli.th-pos-form {
    border-top: 1px solid #acafb5;
    border-right: 1px solid #acafb5;
	 border-bottom: 1px solid #acafb5;
}
.forma-inner__field.forma-inner__four.sis-bli.fo-pos-form {
    border-top: 1px solid #acafb5;
    border-right: 1px solid #acafb5;
	 border-bottom: 1px solid #acafb5;
}
input.wpcf7-form-control.wpcf7-text.gr-form-col, input.wpcf7-form-control.wpcf7-text.wh-form-col {
    height: 25px;
	padding-left: 5px;
}

input.wpcf7-form-control.wpcf7-text.gr-form-col {
	background: #f3f3f3;}
.forma-select__title.bolder-ti {
    font-family:  "KantumruyPro-Medium";
	margin-bottom: 10px;
}
.lar-line {
    width: 100%;
}
p.forma-select__title.cost-tit {
    margin: 10px 5px;
}
.gal-line {
    width: 20%;
}
.forma-mob-ob {
    width: 100%;
    display: flex;
}
.nobor {
    border: none !important;
}
p.forma-select__title.lef-text {
    text-align: left;
}
p.forma-select__title.lef-text {
    text-align: left;
    margin-bottom: 10px;
}
.gr-liner {
    background: #f3f3f3;
}
.desc-non {
    display: none;
}
.gal-mar {
    margin-top: 10px;
}

.gr-liner .forma-inner__field.forma-inner__four.sis-bli.tw-pos-form.gal-line.nobor span.wpcf7-list-item-label, .gr-liner .forma-inner__field.forma-inner__four.sis-bli.th-pos-form.gal-line.nobor span.wpcf7-list-item-label, .gr-liner .forma-inner__field.forma-inner__four.sis-bli.fo-pos-form.gal-line.nobor span.wpcf7-list-item-label {
    color: #f3f3f3;
}

.forma-inner__field.forma-inner__four.sis-bli.tw-pos-form.gal-line.nobor span.wpcf7-list-item-label, .forma-inner__field.forma-inner__four.sis-bli.th-pos-form.gal-line.nobor span.wpcf7-list-item-label, .forma-inner__field.forma-inner__four.sis-bli.fo-pos-form.gal-line.nobor span.wpcf7-list-item-label {
	color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #BAC1BF;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 6px rgba(59, 59, 59, 0.06);
    box-shadow: 0px 1px 6px rgba(59, 59, 59, 0.06);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0;
    max-height: 170px;
}

.fl-block.ale-le {
    width: 35%;
}

.fl-block.ale-ri {
    width: 65%;
}
.forma-inner.list-th {
    width: 33%;
    display: inline-grid;
    justify-content: start;
    align-items: start;
    align-content: space-between;
}
.forma-inner__field.forma-inner__full.cen-blu .forma-select__title.bolder-ti {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    color: #2861a1;
}
p.forma-select__title.bolder-ti.no-bo-mar {
    margin-bottom: 0;
}
.fl-block.mer-bvp {
    width: 25%;
    text-align: right;
}
.fl-block.mar-spt {
    width: 75%;
}

.forma-inner__field.forma-inner__full.cen-pink .forma-select__title.bolder-ti {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    color: #2861a1;
}
.checkbox-flexer.mar-marcor {
    margin-top: 5px;
}

.fl-block.mar-full-pa {
    width: 100%;
}
.fl-block.mar-full-inli .checkbox-flexer.mar-marcor {
    margin-top: 20px;
}
.forma-inner__field.forma-inner__full.cen-pink .forma-select__title.bolder-ti {
    color: #cf2dbf;
}
.forma-inner__field.forma-inner__full.cen-bl .forma-select__title.bolder-ti {
    color: #222;
    font-size: 18px;

    margin-top: 50px;
}
.fl-block.mar-full-inli.bor-kv {
    width: 25%;
}
input.wpcf7-form-control.wpcf7-text.border-fi {
    border: 1px solid #222;
	width: 50px;
}
.pri-und { 
	text-align: center;
    font-size: 18px;
    margin: 10px 50px 0 50px;
    color: #043e5c;
    line-height: 1.1;
    font-family: "KantumruyPro-Medium";
}
.pri-top.cor-des {
    padding: 40px 0 25px 0;
}

button.btn-hover.two.color-blue {
    border-radius: 15px;
    background: linear-gradient(0deg, #185dbd 0%, #6ebaf7 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-left: 5px;
}
.detail .a-line a {
    border: none !important;
	font-size: 18px;
	color: #C0392B;
}
ul.ttp__list.left-pri li a {
    font-family:  "KantumruyPro-Regular";
    color: #333;
    text-decoration: underline;
    font-size: 18px;
}
.bl-ser__text {
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
    right: 0;
    margin: 0 15px 0 15px;
    text-align: center;
    height: 100px;
    fill: rgb(137 190 212);
    backdrop-filter: blur(7.5px);
    background-color: rgba(66, 194, 255, 0.6) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 25px;
    padding: 15px;
    color: #FFF;
    font-family:  "KantumruyPro-SemiBold";
    font-size: 22px;
	line-height: 1;
    font-style: normal;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #0070A8;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.bl-ser__text__p {
    margin-bottom: 0;
}
section.section.bl-ser {
    padding: 75px 0;
    background: #3798C0;
}
.bl-ser__img {
    overflow: hidden;
	overflow: hidden;
    border-radius: 25px;
    filter: drop-shadow(4px -4px 15px rgba(2, 35, 52, 0.15));
}

.bl-ser__img img {
    transition: transform 0.4s ease-in-out; 
}

.bl-ser__item:hover .bl-ser__img img {
    transform: scale(1.1); 
}
section.section.bl-ser .col-lg-3.col-md-12 {
    margin-top: 75px;
}

img.img-responsive.ser-title-svg {
    margin: 0 auto;
	margin-bottom: -20px;
}



/* Injectable
aesthetics */

.inae {
    background-image: url(../img/inae-1.jpg);
    background-position: center;
}
.page-id-286 .preview-lay3 {
    background: url(../img/bot-ar-be.svg) no-repeat center bottom;
	bottom: -24px;
}

.page-id-286 .sec-pages {
    background: #CAAD9A;
}
.page-id-286 .ttp__main-tit {
    color: #AF917C;
}
.page-id-286 .vi-block {
    background: url(../img/vi-bg-be.svg);
}
.page-id-286 .mwl__und-tit {
    color: #AF917C;
	    margin-bottom: 15px;
}
.page-id-286 p.q-tit {
    color: #AF917C;
}
.page-id-286 p.q-line {
    color: #AF917C;
}
.page-id-286 .right-arrow {
    color: #FC2929;
    background: linear-gradient(0deg, #810303 0%, #FC2929 49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-id-286 .footer {
    background: #CAAD9A;
}
.page-id-142 .pp-block {
    margin-top: 90px;
}











@media (max-width: 1199.98px) {
	.process__text {
    margin: 0 0 40px 0;
}
.fl-block.ri-fo { width: 70%; } .fl-block.le-fo { width: 30%; }
	.forma-inner.list-th {
    width: 49%;
}
	.fl-block.mer-bvp { width: 35%;  }
	.fl-block.mar-spt { width: 65%; }

}
@media (max-width: 991.98px) {
	.header__burger {
    display: block;
}
	    .header__nav {
        position: fixed;
        width: 100%;
        padding: 90px 0 25px 30px;
        height: 100%;
        background: linear-gradient(270deg, #193C4C 0%, #0070A8 100%);
        top: 0;
        left: -200%;
        z-index: 12;
        max-height: 100vh;
        -webkit-transition: all 0.8s cubic-bezier(0.73, 0.29, 0, 1);
        -o-transition: all 0.8s cubic-bezier(0.73, 0.29, 0, 1);
        transition: all 0.8s cubic-bezier(0.73, 0.29, 0, 1);
    }
.section.first.last {
    margin-top: 0;
}
    .header__nav--active {
        left: 0;
        z-index: 13;
    }
    .header__nav ul {
        text-align: left;
    }
    .header__nav ul li {
               display: block;
        font-size: 30px;
		        padding: 5px 0 10px 0;
		line-height: 1;
    }
    .header__information {
        display: none;
    }
	nav.header__nav {
	display: block;
		    margin-top: 0;
		        display: block;
        margin-top: 0;
		 background: url(../img/menu.svg);
		background-size: cover;
		background-position: center right;
  
        max-height: 100vh;
        overflow-y: auto;
}
    .header__burger {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 13;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 14;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .hero__btn {
        width: 246px;
    }
    .hero__title {
        margin-bottom: 20px;
    }
		.header__nav ul li a {
           color: #0070A8;
        text-align: left;
        font-family: "KantumruyPro-Medium";
        font-size: 20px;
        font-style: normal;
        line-height: 20px;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-skip-ink: none;
        text-decoration-color: #CFE0E9;
        text-decoration-thickness: 8.5%;
        text-underline-offset: 5.6px;
        text-underline-position: from-font;
        text-transform: capitalize;
}
	.top-pages__title {
    margin: 100px 0;
}
	.footer__logo img {
    margin: 0 auto;
}
	p.ye-ti {
    margin-top: 60px;
}
	.hero__but.wow.fadeInUp {
    opacity: 1;
}
	section.section.hero {
		min-height: 600px;
    max-height: 700px;
    background-position: right;
}
	.lin-sha {
		font-size: 60px;}
	.main-two__bl-pi {
    position: inherit;
  
}
	.blue-contact {
            padding: 90px 30px;
}
	.blue-tit {

    font-size: 50px;

}
	.container.topup {
    margin-top: -50px;
}
	.top-pages__title span.lin-sha {
    font-size: 60px;

}
	.hgh .top-pages__title, .trt .top-pages__title, .tpp .top-pages__title, .mb .top-pages__title {
    margin: 100px 0 40px 0;
}
	.doc-ph {
    margin: 0 auto;
}
	.mob-ex-60 {
    margin-top: 90px;
}
	.gr-contact {
    margin-top: 90px;
}
	.sha-rou { margin: 0px 0 40px 0; }
	.forma-inner.list-th {
    width: 49%;

}
	/* 	form */
	.form-bg {
    padding: 20px 15px;
}
	.forma-inner__half:nth-child(1), .forma-inner__three:nth-child(1), .forma-inner__three:nth-child(2) {
    margin-right: 0;
}
	.forma-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
	.fl-block.mer-fo {
    width: 65%;
}
	.fl-block.mar-fo {
    width: 35%;
}
	.fl-block.ri-fo {
    width: 60%;
}
	.fl-block.le-fo {
    width: 40%;
}
	.desc-non {
    display: block;
}
	.forma-select__title.ti-colu.desc-non.scr-mob {
    display: none;
}
	.gr-liner {
    background: #fff;
}
	.gr-liner .forma-inner__field.forma-inner__four.sis-bli.tw-pos-form.gal-line.nobor span.wpcf7-list-item-label, .gr-liner .forma-inner__field.forma-inner__four.sis-bli.th-pos-form.gal-line.nobor span.wpcf7-list-item-label, .gr-liner .forma-inner__field.forma-inner__four.sis-bli.fo-pos-form.gal-line.nobor span.wpcf7-list-item-label {
    color: #fff;
}
		.ri-po-cor p.doc-block__dr-tit, .ri-po-cor p.doc-block__pos {
    text-align: left!important;
}
	.top-120.plan-60 {
    margin-top: 60px;
}
	.fl-block.ale-ri {
    width: 45%;
}
	.fl-block.ale-le {
    width: 55%;
}
	    .forma-inner.list-th {
        width: 100%;
    }
	.fl-block.mer-bvp {
    width: 40%;
}
	.fl-block.mar-spt {
    width: 60%;
}
	.fl-block.mar-spt.mob-cor-ots {
    width: 90%;
}
	.fl-block.mar-full-inli {
    width: 40%;
    text-align: right;
}
	.fl-block.mar-full-inli.cor-mob-ver {
    width: 100%;
    text-align: left;
}
	.fl-block.mar-full-inli.bor-kv {
    width: 10%;
}
	input.wpcf7-form-control.wpcf7-text.border-fi {
    width: 30px;
}
	p.forma-select__title.cost-tit {
    margin: 10px 0;
}
	p.forma-select__title.ti-colu.scr-mob {
    display: none;
}
	p.forma-select__title.cost-tit.gr-form-col {
    margin-bottom: 5px;
}
	.gal-mar {
    margin-top: 5px;
}
	.forma-inner__field p {
    font-size: 18px;
}
	input.wpcf7-form-control.wpcf7-text {
    height: 25px;
}
	input.wpcf7-form-control.wpcf7-text.gr-form-col, input.wpcf7-form-control.wpcf7-text.wh-form-col {

    height: 30px;
}
	p.forma-select__title.lef-text {
    font-size: 16px;
}
	span.wpcf7-list-item-label {
    font-size: 18px;
}
	section.ref-form { padding: 50px 0; } section.und-form { padding: 50px 0; }
	p.list-rool {
    font-size: 15px!important;
}
.page-id-126 input.wpcf7-form-control.wpcf7-text { height: 40px; }
	.page-id-126 .blue-contacts { margin: 50px 0 0 0!important; padding: 30px 20px!important; }
	.logo.img-responsive.mai-hea {
    width: 105px;
}
	.top-pages__title {
        margin: 100px 0 40px 0;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
  	img.logo {
    width: 170px;
}
	.line-menu {
    height: 60px;
}
	.page-id-52 .preview-lay1, .page-id-52 .preview-lay2, .page-id-52 .reb-text, .page-id-52 .section.hero .ico-mai {
    display: none;
}
	    .page-id-52 .lin-sha.met {
        color: #66676A;
    }
	.page-id-52 .hero__title {
        margin-top: 125px;
    }
	.hero__buto button.btn-hover.sec.color-2, .hero__bu button.btn-hover.thir.color-3 {
    width: 165px;
    font-size: 16px;
    min-width: 100px;
    padding: 10px;
    opacity: .8;
}
	.mob__b {
    width: 100%;
    display: block;
    padding-top: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}
	.logo.img-responsive.mai-hea {
    width: 135px;
}
    #phone-call {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
	#phone-call {
background: #E62649;
        width: 50px;
        height: 50px;
        bottom: 15px;
        z-index: 1;
        position: fixed;
        left: 0px;
        background: linear-gradient(0deg, #7B0404 0%, #FC2929 100%);
        border-radius: 0 30px 30px 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
}
	.lin-sha.met, .lin-sha.whi {
    font-size: 40px;
	-webkit-text-stroke: 0px #686A6C;
}
.btn-hover {
        padding: 0 20px;
        font-size: 18px;
        height: 50px;
        min-width: 200px;
        font-family: 'Kanit-Medium';
    }
	.hero__but {
    margin-top: 30px;
}
	.hero__title {
    margin-top: 210px;
}
	.hero {
    background-image: url(../img/mob-main.jpg);
    max-height: 580px;
    min-height: 400px;
    background-size: cover;
	}
	.blue-contact {
    padding: 15px;
        margin: 20px 0 0 0;
        border-radius: 18px;
}
	.logo-font {
		        width: 180px;
        margin: 0 10px;
	}
	.lin-sha {
		padding: 0;
	}
	.main-mon {
    margin: 0;
}
	.main-mon {
    font-size: 20px!important;
}


	.main-two__bl-pi {
    position: inherit;
}
	.hero__but.wow.fadeInUp {
    opacity: 1!important;
}
	.wrapper-menu {
    padding: 0 0 15px 0;
		height: 106px!important;
}


	section.section.main-two {
    background: linear-gradient(0deg, #0a344b, #0178b2, #0a344c);
    padding: 60px 0 0 0;
    margin-top: -2px;
}
	ul.main-two__list li {
    font-size: 17px;
    line-height: 1.3;
		
}
	.col-lg-6.col-md-12.no-pa-mob {
    padding: 0;
}
	.main-two__tit {
    font-size: 36px;
}
	.main-two__text {
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
}
	.services__title.col {
   display: inline-flex;
    font-size: 36px;
    text-transform: uppercase;
    justify-content: flex-start;
    padding-left: 0;

}
	br.mob-br {
    display: block;
}
	.main-two__bl-te {
    font-size: 36px;
		letter-spacing: 2px;
}
	.main-two__te-re {
    bottom: 235px;
    position: relative;
    margin-left: 15px;
}
	.services__des {
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
}
	.services__des {
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
}
	.main-two__but.top-30.cor-wh {
    text-align: left;
    margin-top: 0;
}
	.services {
    padding: 60px 0 ;
}
	.carousel {
    padding: 60px 0;
}
.services__title.col-wh {
    font-size: 36px;
    margin: 0 0 20px 0;
	        line-height: 1;
}
	.reviews__navigation {
    margin: 15px 0;
}
	.se-te p {
    font-size: 28px;
}
	.se-te.last {
    height: 125px;
}
	.process__title {
    font-size: 36px;
    line-height: 1;
}
	.process {
  padding: 60px 0 0 0;
}
	.main-two__but.db-bl {
    margin-bottom: 15px;
}
	.process__text {
    font-size: 17px;
    margin: 0 0 40px 0;
}
	.blue-tit {
    font-size: 36px;
    padding: 30px 0 0 0;
		margin-bottom: 25px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-reset.button {
    padding: 0 30px;
    font-size: 18px;
    height: 50px;
    max-width: 100%;
    font-family: 'Kanit-Medium';
    min-width: auto;
}
	
.form-contact__item.form-contact__item--btn {
    margin: 20px 0 30px 0;
    text-align: left;
    padding: 0;
}
	.container.topup {
    margin-top: 0;
}
	.testim-bg {
    display: none;
}
	.ticker__text {
		font-size: 32px;
	}
	.elips {
		width: 15px;
	}
	section.ticker-block {
    padding: 20px 0 0 0;
}
/* 	input.wpcf7-form-control.wpcf7-text {

		border: none;} */
	
::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 16px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 16px;
}
	.reviews-item__block-blue {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
		background: #2EB9FB;
		padding-top: 50px;
}
	.reviews-item__block-white {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

	.reviews-item__block {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.40)
    border-radius: 30px;
    margin:  0 15px 15px 15px; 
}

	.reviews__content {
    font-family: "Poppins-Light";
    font-size: 16px;
}
	section.testim-block { margin-top: 60px; }
	.swiper-scrollbar {
    margin-top: 30px;
}
	.descl {
    margin: 60px 0;
        font-size: 17px;
        line-height: 1.3;
        text-align: left;
}
	.signa-inner {
    text-align: center;
		        margin-top: 20px;
}

	ul.main-two__list {
    padding: 5px 0 5px 20px;
}
	.footer {
    padding: 60px 0 20px;
}
	.footer__logo img {
    width: 190px;
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
}
	p.ye-ti {
    margin-top: 60px;
}
	p.ye-ti {
    font-size: 32px;
}
	
	li.list-footer__item {
		font-size: 16px;}
	.reviews__name-per {
    margin: 15px 0;
		font-size: 24px;

}
	.row.copyright .col-12.text-center {

    padding-top: 60px;
}
	.top-pages__title {
    margin: 150px 0 30px 0;
}
	.top-pages__title span.lin-sha {
    font-size: 38px;
		letter-spacing: 0;
}
	p.sec-pages__text.center, p.sec-pages__text {
    font-size: 17px;
    line-height: 1.4;
    font-family: "KantumruyPro-Regular";
		margin-bottom: 30px;
}
	.hgh .top-pages__title {
    margin: 150px 0 30px 0;
}
		section.sec-pages{
    padding: 60px 0;
}
	.ttp__main-tit {
    font-size: 32px;
    margin: 30px 0 15px 0;
    letter-spacing: 0;
    line-height: 1.1;
}
	p.ttp__main-descr {
    margin-top: 15px;
    font-size: 17px;

}
/* 	ul.ttp__list li {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0;
} */
	section.vi-block {
    padding: 40px 0 60px 0;

}
	.top-90 {
    margin-top: 50px;
}
	ul.ttp__list {
    padding-left: 20px;
}
	.mwl__und-desc {
    margin-top: 15px;
    font-size: 17px!important;
}
	.mwl__und-tit {
    font-size: 22px;
    line-height: 1.1;
 
}
	.page-id-86 ul.ttp__list li {
		margin-bottom: 5px;
	}
	.page-id-86 .mwl__und-desc {
    margin-top: 5px;
    font-size: 17px;
    line-height: 1.3;
}
	section.hgh-block {
    padding: 0 0 30px 0;
}
	ol.mwl__ol-desc {
    padding-left: 20px;
    padding-top: 5px;
}
	.sec-pages__text.left {
    font-size: 17px;
    line-height: 1.3;

}
	section.wt-block {
    padding: 60px 0;
}
	p.wt__main-tit {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.1;
}
	p.wt__main-descr {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}
	.page-id-88 .top-25 {
    margin-top: 60px;
}
	.page-id-88 .top-25:first-child {
    margin-top: 0;
}
	.page-id-86 .top-90 {
        margin-top: 30px;
    }
	   .page-id-90 .top-90 {
        margin-top: 30px;
    }
	.page-id-90 .mwl__blo {
    margin-bottom: 0;
}
	   .page-id-90 .mwl__und-tit {
        margin-top: 30px;
    }
	
	section.mwl-block {
    padding: 60px 0;
}
	     .page-id-96 .mwl__und-desc {
        margin-top: 5px;
        font-size: 17px;
        line-height: 1.3;
    }
	    .page-id-90 .mwl__und-desc {
        margin-top: 5px;
        font-size: 17px;
        line-height: 1.3;
    }
	.trt .top-pages__title {
    margin: 150px 0 30px 0;
}
	    .page-id-96 .top-90 {
        margin-top: 30px;
    }
	.page-id-96 section.sec-pages {
        padding: 60px 0;
    }
	
	.page-id-96 .main-two__but {
    padding-top: 0;
}
	.page-id-96 .top-30 {
    margin-top: 0;
}
	p.ttp__sub-title {
    font-size: 22px;
    line-height: 1.1;
    margin-top: 10px;
}
	.tpp .top-pages__title {
    margin: 150px 0 30px 0;
}
	section.ttp-block {
    padding: 40px 0 60px 0;
}
	p.ttp__sub-tit {
    font-size: 22px;
    margin-bottom: 0;
}
	.page-id-98 .top-90 {
        margin-top: 30px;
    }
	.page-id-98 .main-two__but.mid {
    margin-top: 0;
}
	.page-id-98 .top-30 {
    margin-top: 0;
}
	.modal-content {
    padding: 0;
}
	p.modal-title {
    color: #0070A8;
    font-family: 'Kanit-Medium';
    font-size: 22px;
    margin: 15px 0;
}
	ul.modal__list li {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 5px;
}
	.modal-body {
    padding: 30px 20px;
}
	    .page-id-100 .ttp__main-tit {
        font-size: 32px;
        margin: 30px 0 15px 0;
        letter-spacing: 0;
        line-height: 1.1;
    }
	 .page-id-100 .top-20 {
    margin-top: 0;
}
	    .page-id-100 ul.ttp__list li {
        margin-bottom: 5px;
    }
	.page-id-94 .top-30 {
    margin-top: 0;
}
	.page-id-94 .top-60 {
    margin-top: 30px;
}
	.page-id-94 .top-120 {
    margin-top: 30px;
}
	p.doc-block__dr-tit.top-20 {
    font-size: 34px;
    margin: 15px 0 0 0;
    letter-spacing: 0;
    line-height: 1.1;
}
	.doc-block__pos {
    font-size: 24px;
    margin-top: -5px;
}
	.doc-block {
    padding:60px 0;
}
	p.doc-block__main-tit {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 15px;
		letter-spacing: 0;

}
	p.doc-block__main-descr {
        font-size: 17px;
        line-height: 1.3;
   
}
	.col-lg-4.col-md-0.top-120.mobil-60 {
    margin-top: 60px;
}
	p.q-tit {
      
        font-size: 32px;
        margin-bottom: 5px;
        font-style: normal;
}
	p.q-line {
           font-size: 20px;
        line-height: 1.3;
     
}
	#integration-list ul > li {
    padding: 10px 0;
}
	.right-arrow {
            margin-right: 10px;
        font-size: 28px;
        line-height: 0.8;
        margin-top: 0;
}
	p.a-line {
    font-size: 18px;
    
        line-height: 1.3;
        margin-top: 15px;
        margin-left: 20px;
}
	.page-id-84 .top-60 {
    margin-top: 30px;
}
	.mb .top-pages__title {
    margin: 150px 0 30px 0;
}
	p.pri-tit {
    font-size: 34px;
}
	p.pri-num {
    font-size: 24px;
    margin: 10px;
}
	.pri-top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
	.pri-bot {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
		padding: 50px 20px;
	min-height: auto;}
	ul.mb-list li {
    font-size: 24px;
}
	section.mb-pages {
    padding: 60px 0;
}
	.mob-ex-60 {
    margin-top: 60px;
}
	.pri-bl {
    border-radius: 18px;
}
	span.red-num {
    font-size: 24px;
}
	section.lqt-block {
    padding: 60px 0;
}
	.mwl__blo.ltq-q p.mwl__und-tit {
    color: #0070A8;

    font-size: 18px;
    font-style: normal;
    line-height: 1.1;
}
	p.mwl__und-desc.red-co {
    margin-right: 18px;
    margin-top: 5px !important;
    font-size: 22px !important;
}
	span.red-cos {
    font-size: 22px !important;
}
	p.sco__blo__tit {

    font-size: 32px;
}
	p.sco__blo__descr {
  
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
}
	.sco__blo {
    padding: 40px 20px;
}
	p.sco__blo__descr {
    margin-bottom: 30px;
}
	.scrollTop {
right: auto;
        left: 5px;
        bottom: 80px;
        padding-bottom: 0px;
}
	.scroll-img {
    width: 50px;
    height: 50px;
    opacity: .7;
    cursor: pointer;
}
	.doc-ph {
    width: 320px;
    margin: 0 auto;
}
	p.contactp-tit {
    font-size: 40px;
    padding: 0;
		margin-top: 0;
		    text-align: center;
}
	p.contactp-suptit {
    margin-top: 20px;
    margin-bottom: 30px;
		text-align: center;
		font-size: 24px;
}
	.main-two__but.con-bu {
    text-align: center;
    margin: 15px 0 60px 0;
}
	p.contactp-address {
  
    font-size: 17px;
    line-height: 1.2;
    color: #022e48;
    border-bottom: 1px solid rgb(4 38 55 / 20%);
    padding: 10px 0;
    margin: 0;
}
	.gr-contact {
		padding: 30px 20px 10px 20px;}
	
	
section.top-pages.pa-ka {
	    padding: 100px 0px;
}
	section.sec-pages.pri-sec { padding: 60px 0 40px; } section.pp-block { padding: 0px 0 40px 0; } .pp .top-pages__title { margin: 150px 0 30px 0; }
	.tos .top-pages__title { margin: 150px 0 30px 0; } section.tos-block { padding: 60px 0 30px; }
	.ri-po {
    padding-top: 15px;
    text-align: center;
}
	.compon {
    padding: 0 25px;
}
		.compon br {
    display: none;
}
	.page-id-88 .wt__main-descr {
    margin-bottom: 30px;
}
	.ozt .top-pages__title { margin: 150px 0 30px 0; } section.ozt-block { padding: 60px 0 50px 0; }
	span.lin-unlin { font-size: 20px;  line-height: 1; letter-spacing: 1px; } .mrm .top-pages__title { margin: 150px 0 30px 0; }
	.eds .top-pages__title { margin: 150px 0 30px 0; }
	.page-id-192 .top-60 { margin-top: 0; } .sha-rou { margin: 40px 0 50px 0; }
	    .page-id-192 ul.ttp__list li {
       font-size: 17px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
	#text, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9 {
    max-height: 70px;
}
.page-id-92 span.lin-unlin {
    font-size: 15px;
}
	.page-id-192 .mwl__blo {
    margin-bottom: 0;
}
	span.brli {
    font-size: 14px;
}
	.slider-banner {
    padding: 0;
}
	section.slider-banner p.services__title {
    font-size: 40px;
    margin: 60px 0 20px 0;
    line-height: 1;
}

.pri-bot {
    min-height: auto;
}
	.pri-und {
    margin: 10px;

}
	    .col-lg-5.col-md-12.top-90 .pri-top {
        padding: 50px 0 30px 0;
    }
	.main-two__but.mid.tw-posi {
    display: flex;
}
	.main-two__but.mid.tw-posi button.btn-hover {
    padding: 0 20px;
    min-width: auto;
		font-size: 16px;
}
	    .page-id-126 .blue-contacts {
        margin: 0 0 0 0 !important;
        padding: 30px 20px !important;
    }
	.footer__logo {
    margin-bottom: 30px;
}
	.row.copyright .text-center {
    padding-top: 60px;
  
}
	section#process .main-two__but.center-but.top-30.cor-wh {
    text-align: center;
}
	section.section.bl-ser {
    padding: 60px 0 75px 0;
}
	section.section.bl-ser .col-lg-3.col-md-12 {
    margin-top: 30px;
}
	img.img-responsive.ser-title-svg {
    margin: 0 auto;
    margin-bottom: 15px;
}
	section.mwl-block .top-25 {
    margin-top: 0;
}
	.preview-lay3 {
    bottom: -17px;
    width: 100%;
}
	.ico-oth {
    margin: 50px 0 30px 0;
}
	.top-pages {
		margin: 0;
        margin-top: -46px;
		border-radius: 0;
	}
	.col-lg-4.offset-lg-0.col-md-4.offset-md-4.col-10.offset-1.text-center {
    margin-top: 0;
}
	.preview-lay3::after {
    content: "";
    display: block;
    padding-top: 20%;
}
	.trt {
    background-position-x: -500px;
}

	.logo.img-responsive.mai-hea {
    margin-top: -60px;
		padding-top: 40px;
}
	section.top-pages.vi .top-pages__title {
    margin: 150px 0 0 0;
}
	section#Semaglutide {
    padding-top: 0;
}
	.blbt-text {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 0;
}
	p.modal-tit, ul.ttp__list li {
    font-size: 17px;
}
.page-id-131 p.sec-pages__text {
    margin-bottom: 0;
}
	section.lqt-block .mwl__blo.ltq-q {
    margin-bottom: 15px;
}
	.page-id-84 section.sec-pages {
        padding: 60px 0 30px 0;
    }
	p.doc-block__main-descr.jstf-text {
    font-size: 17px;
    text-align: left;
    line-height: 1.6;
    margin-top: 10px !important;
    font-family: "KantumruyPro-Regular";
}
	   .page-id-286 .top-90 {
        margin-top: 30px;
    }
	 .page-id-286 .top-60 {
    margin-top: 15px;
}
	 .page-id-286 section.vi-block {
        padding: 60px 0 30px 0;
    }
	.page-id-286 section.sec-banner-be {
    margin-top: 15px;
}
	.page-id-286 .preview-lay3 {
		display: none;
	}
	.page-id-126 .ico-mai {
    margin-bottom: 30px;
}
	.trt {
    background-image: url(../img/trt-777.jpg);
    background-position: top center;
		background-size: cover;
}
	.page-id-96 .top-pages__title span.lin-sha {
    font-size: 30px !important;
}
	.page-id-82 span.lin-sha.met {
    color: #3799c0;
}
	.page-id-142 .pp-block {
    margin-top: 60px;
}

}
@media (max-width: 414px) {
}
