/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

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

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

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

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

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

tbody, td, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

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

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

.container, .container-fluid, .container-lg, .container-md, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-1 {
    --bs-gutter-x: 0.25rem
}

.g-1 {
    --bs-gutter-y: 0.25rem
}

.g-2 {
    --bs-gutter-x: 0.5rem
}

.g-2 {
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

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

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .g-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
    opacity: .65
}

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

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

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

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

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

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

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d
}

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

.fade {
    transition: opacity .15s linear
}

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

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

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

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

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

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

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

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

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

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

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

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

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

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

.card-group > .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

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

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

.page-link {
    padding: .375rem .75rem
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.link-success {
    color: #198754
}

.link-success:focus, .link-success:hover {
    color: #146c43
}

.link-warning {
    color: #ffc107
}

.link-warning:focus, .link-warning:hover {
    color: #ffcd39
}

.link-light {
    color: #f8f9fa
}

.link-light:focus, .link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus, .link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

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

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

.border-success {
    border-color: #198754 !important
}

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

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

.border-dark {
    border-color: #212529 !important
}

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

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

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

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

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

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.m-auto {
    margin: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

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

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

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

.mt-auto {
    margin-top: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

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

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

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

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

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

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-success {
    color: #198754 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-success {
    background-color: #198754 !important
}

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

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

.bg-dark {
    background-color: #212529 !important
}

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

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

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

.text-wrap {
    white-space: normal !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

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

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

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

.rounded {
    border-radius: .25rem !important
}

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

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

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

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

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

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

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

    .float-md-end {
        float: right !important
    }

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

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

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

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

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

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

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

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

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

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

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

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

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

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

    .float-lg-end {
        float: right !important
    }

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

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

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

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

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

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

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

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

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

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

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

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

    .float-xl-end {
        float: right !important
    }

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

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

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

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

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

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

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

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

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

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

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

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

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

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

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

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

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

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

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

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

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

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

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

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

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

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap
}

.c-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    transition: transform .3s, opacity .3s;
    transform-origin: center right;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 10px;
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: .5;
    border-radius: 10px;
    background-color: #000
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.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-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    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;
    -webkit-align-items: flex-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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .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(.33);
    -ms-transform: scale(.33);
    transform: scale(.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(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .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-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.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: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .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: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    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-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.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-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    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 steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-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%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.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-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

[data-scroll-type=fade-in] {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease
}

[data-scroll-type=fade-in].is-inview {
    opacity: 1
}

[data-scroll-type=fade-in-bottom] {
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

[data-scroll-type=fade-in-right] {
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

[data-scroll-type=fade-in-right].is-inview {
    transform: translateX(0);
    opacity: 1
}

[data-scroll-type=fade-in-left] {
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

[data-scroll-type=fade-in-left].is-inview {
    transform: translateX(0);
    opacity: 1
}

@media (max-width: 768px) {
    .move-right--m {
        -webkit-animation: move-right 10s cubic-bezier(.25, .46, .45, .94) infinite alternate-reverse both;
        animation: move-right 10s cubic-bezier(.25, .46, .45, .94) infinite alternate-reverse both
    }
}

@media (max-width: 768px) {
    .move-left--m {
        -webkit-animation: move-left 10s cubic-bezier(.25, .46, .45, .94) infinite alternate-reverse both;
        animation: move-left 10s cubic-bezier(.25, .46, .45, .94) infinite alternate-reverse both
    }
}

@media (min-width: 769px) {
    .slide-top {
        -webkit-animation: slide-top .5s cubic-bezier(.25, .46, .45, .94) both;
        animation: slide-top .5s cubic-bezier(.25, .46, .45, .94) both
    }
}

.puff-in-center {
    animation: puff-in-center .7s cubic-bezier(.47, 0, .745, .715) both
}

.fade-in-bottom, .is-inview[data-scroll-type=fade-in-bottom], .scrollFadeIn.animate-active {
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both
}

.fade-in-top {
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both
}

.scrollFadeIn {
    opacity: 0
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
    100% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

@keyframes move-right {
    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
    100% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

@-webkit-keyframes move-left {
    0% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes move-left {
    0% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes puff-in-center {
    0% {
        transform: scale(1.2);
        opacity: 0;
        filter: blur(4px)
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: blur(0)
    }
}

.awards-list-name {
    display: block;
    padding-top: 32px
}

.awards-list-name__item {
    display: flex;
    align-items: center
}

.awards-list-name__item__img {
    width: 69px;
    margin-right: 32px
}

.awards-list-name__item__content {
    width: calc(100% - 101px);
    margin-bottom: 32px
}

.awards-list-name__item__content__desc, .awards-list-name__item__content__subtitle {
    margin-bottom: 0
}

.awards-list-name__item__content__title {
    margin-top: 8px;
    margin-bottom: 8px
}

.awards-list-name__item__content__desc::before {
    display: inline-block;
    width: 32px;
    height: 1px;
    margin-right: 7px;
    content: '';
    vertical-align: middle;
    background: #646464
}

.btn-bar {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center
}

.btn-bar__wrapper {
    position: relative;
    z-index: 400
}

.change-page {
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    pointer-events: none
}

.change-page__left, .change-page__right {
    position: absolute;
    z-index: 2;
    overflow: visible;
    width: 38vw;
    height: 100vh;
    background-color: #fff
}

.change-page__left {
    top: 0;
    left: 0;
    transform-origin: right bottom
}

.change-page__left::after {
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    content: '';
    border-width: 100vh 25vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.change-page__right {
    right: 0;
    bottom: 0;
    transform-origin: 0 0
}

.change-page__right::after {
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 0 100vh 25vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.client-logo {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.client-logo--mobile-scroll .mCSB_draggerContainer {
    display: none
}

.client-logo--mobile-scroll .mCSB_container {
    margin-bottom: 0 !important
}

.client-logo__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px
}

@media (max-width: 768px) {
    .client-logo--mobile-scroll .client-logo__items {
        overflow-x: auto;
        width: calc(100% + 24px);
        margin: 0;
        white-space: nowrap
    }
}

.client-logo__items__item {
    width: 14.28571%;
    padding: 8px
}

@media (max-width: 993px) {
    .client-logo__items__item {
        width: 20%
    }
}

@media (max-width: 768px) {
    .client-logo__items__item {
        width: 33.33333%
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .client-logo--mobile-scroll .client-logo__items__item {
        width: 33.33333vw
    }
}

@media (max-width: 460px) and (max-width: 768px) {
    .client-logo--mobile-scroll .client-logo__items__item {
        width: 40vw
    }
}

@media (max-width: 768px) {
    .client-logo--mobile-scroll .client-logo__items__item {
        float: left;
        margin-right: 16px;
        padding: 0
    }
}

.client-logo__items__item__link {
    color: #000;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 100%
}

.client-logo__items__item__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.client-logo__items__item__link img {
    width: 100%;
    object-fit: contain
}

.withAnimate .client-logo__items__item__link {
    opacity: 0
}

@media (max-width: 768px) {
    .client-logo__items__item__link .lazy--loading {
        display: none !important
    }
}

.client-logo__items__item__link--normal {
    display: block
}

@media (max-width: 768px) {
    .client-logo__items__item__link--normal {
        display: none !important
    }
}

.client-logo__items__item__link--hover {
    display: none
}

@media (max-width: 768px) {
    .client-logo__items__item__link--hover {
        display: block !important
    }
}

.client-logo__items__item__link:hover .client-logo__items__item__link--normal {
    display: none
}

.client-logo__items__item__link:hover .client-logo__items__item__link--hover {
    display: block
}

.coverphoto {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 700px
}

@media (max-width: 460px) {
    .coverphoto {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        min-height: 0
    }
}

.coverphoto__progress {
    position: absolute;
    top: 0;
    left: -175px;
    overflow: visible !important;
    height: 100%;
    border-radius: 0;
    background-color: #ffd100;
    -webkit-transition: left .2s ease;
    -moz-transition: left .2s ease;
    -ms-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease
}

.active .coverphoto__progress {
    left: 0
}

.coverphoto__progress::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    content: '';
    border-width: 700px 175px 0 0;
    border-style: solid;
    border-color: #ffd100 transparent transparent transparent
}

.coverphoto__container {
    position: relative;
    z-index: 2;
    padding-top: 276px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media (max-width: 460px) {
    .coverphoto__container {
        position: relative;
        order: 2;
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.active .coverphoto__container {
    opacity: 1
}

.coverphoto__container__logo {
    height: 100px;
    margin-bottom: 0
}

@media (max-width: 460px) {
    .coverphoto__container__logo {
        height: 100px
    }
}

.coverphoto__container__title {
    font-weight: 700;
    max-width: 60%;
    margin-bottom: 0;
    text-shadow: 0 0 2px #000
}

@media (max-width: 460px) {
    .coverphoto__container__title {
        max-width: 100%
    }
}

.coverphoto__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-position: center;
    background-size: cover
}

@media (max-width: 460px) {
    .coverphoto__bg {
        position: relative;
        order: 1;
        height: 148vw
    }
}

.coverphoto__bg img {
    opacity: 0
}

.credit-summary {
    position: relative;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .credit-summary {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.credit-summary__container {
    position: relative;
    z-index: 2
}

.credit-summary__title, .credit-summary__txt {
    font-weight: 300;
    line-height: 26px
}

.credit-summary__title {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .credit-summary__title {
        text-align: center
    }
}

.credit-summary__txt {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .credit-summary__txt {
        text-align: center
    }
}

.credit-summary__txt + .credit-summary__txt {
    margin-top: 42px
}

@media (max-width: 768px) {
    .credit-summary__txt + .credit-summary__txt {
        margin-top: 16px
    }
}

.credit-summary__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.credit-summary__bg.active {
    opacity: 1
}

.credit-summary__bg img {
    height: 100%;
    opacity: 0
}

.custom-dropdown {
    position: relative
}

.custom-dropdown__bg {
    display: none
}

@media (max-width: 768px) {
    .active .custom-dropdown__bg {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .75) 100%)
    }
}

.custom-dropdown__dropdown {
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 0;
    display: none;
    width: 100%
}

.custom-dropdown.active .custom-dropdown__dropdown {
    display: block
}

.custom-dropdown.faceup .custom-dropdown__dropdown {
    top: auto;
    bottom: 100%
}

.custom-dropdown__active {
    display: inline-block
}

.custom-dropdown__active__arrow::before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.custom-dropdown.active .custom-dropdown__active__arrow::before {
    transform: rotate(180deg)
}

.custom-dropdown__option {
    display: block;
    width: 100%;
    margin-right: 10px
}

.divider {
    position: relative;
    display: block;
    padding-top: 114px;
    padding-bottom: 32px
}

.divider__bg {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -2px;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 9.625vw
}

.divider__bg::after, .divider__bg::before {
    display: block;
    width: 100%;
    content: '';
    background-color: #fff
}

.divider__bg::before {
    height: 50px
}

.divider__bg::after {
    position: absolute;
    z-index: 1;
    top: calc(100% - 50px);
    left: 0;
    width: 110vw;
    height: 400px;
    transform: rotate(-5deg);
    transform-origin: top left;
    background: #fff
}

.effect-banner {
    position: relative;
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    background: #000
}

@media (max-width: 768px) {
    .effect-banner {
        left: 50%;
        width: 230vw;
        height: 100vh;
        transform: translateX(-50%)
    }

    .effect-banner::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        content: '';
        background: -moz-linear-gradient(top, rgba(0, 2, 34, 0) 0, rgba(13, 14, 34, 0) 0, #222 100%);
        background: -webkit-linear-gradient(top, rgba(0, 2, 34, 0) 0, rgba(13, 14, 34, 0) 0, #222 100%);
        background: linear-gradient(to bottom, rgba(0, 2, 34, 0) 0, rgba(13, 14, 34, 0) 0, #222 100%)
    }
}

.effect-banner__outerwrapper {
    background: #000
}

.effect-banner .hero-banner__scroll {
    top: 80%;
    bottom: auto;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.effect-banner__layer {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    display: block;
    width: 200px;
    height: 150px;
    margin-top: -75px;
    margin-left: -100px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    pointer-events: none;
    opacity: 0;
    border-radius: 100%;
    background-color: #fff;
    filter: blur(2rem);
    mix-blend-mode: overlay
}

@media (max-width: 768px) {
    .effect-banner__layer {
        display: none
    }
}

.active .effect-banner__layer {
    opacity: 1
}

.effect-banner__bg__img, .effect-banner__title {
    position: absolute;
    opacity: 0
}

.effect-banner__title {
    position: absolute;
    z-index: 40;
    top: 57%;
    left: 50%;
    width: 100vw;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none
}

.effect-banner__title__l, .effect-banner__title__m, .effect-banner__title__r {
    line-height: 100px;
    position: relative;
    vertical-align: bottom;
    text-shadow: 0 0 10px #000
}

@media (max-width: 768px) {
    .effect-banner__title__l, .effect-banner__title__m, .effect-banner__title__r {
        line-height: 1.3em
    }
}

.effect-banner__title__l .m, .effect-banner__title__l .t, .effect-banner__title__m .m, .effect-banner__title__m .t, .effect-banner__title__r .m, .effect-banner__title__r .t {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    transition: all 1s ease-out;
    opacity: 0
}

.active .effect-banner__title__l .m, .active .effect-banner__title__l .t, .active .effect-banner__title__m .m, .active .effect-banner__title__m .t, .active .effect-banner__title__r .m, .active .effect-banner__title__r .t {
    opacity: 1
}

.effect-banner__title__l .m, .effect-banner__title__m .m, .effect-banner__title__r .m {
    height: 30%
}

.effect-banner__title__l .t, .effect-banner__title__m .t, .effect-banner__title__r .t {
    width: 100%;
    height: 22%
}

.effect-banner__title__l, .effect-banner__title__r {
    font-size: 91px
}

@media (max-width: 768px) {
    .effect-banner__title__l, .effect-banner__title__r {
        font-size: 45px
    }
}

.effect-banner__title__l {
    font-weight: 100
}

.effect-banner__title__r {
    font-weight: 700
}

.effect-banner__title__m {
    font-size: 58px;
    font-weight: 100;
    margin-right: 10px;
    margin-left: 20px
}

@media (max-width: 768px) {
    .effect-banner__title__m {
        font-size: 29px;
        display: block;
        margin-bottom: 2rem
    }
}

.effect-banner__bg {
    perspective: 5000px
}

@media (max-width: 768px) {
    .effect-banner__bg {
        position: absolute;
        top: 50%;
        right: 0;
        height: 70%;
        width: 100%;
        transform: translateY(-50%)
    }
}

.effect-banner__bg__top-img {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, 0) !important;
    pointer-events: none;
    opacity: 0;
    mix-blend-mode: lighten
}

@media (max-width: 768px) {
    .effect-banner__bg__top-img {
        display: none
    }
}

.effect-banner__bg__top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.effect-banner__bg__main {
    position: relative;
    z-index: 1;
    padding-top: 58.9%;
    opacity: 0
}

.effect-banner__bg__main img {
    position: absolute;
    right: 0;
    bottom: 2.1%;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay
}

.effect-banner__bg__img {
    z-index: 30;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    transform-style: preserve-3d
}

.effect-banner__bg__img--0 {
    top: 58.7%;
    left: 50.8%;
    width: 24.3%
}

.effect-banner__bg__img--1 {
    top: 6.7%;
    left: 34.6%;
    width: 23.1%
}

.effect-banner__bg__img--2 {
    z-index: 29;
    top: 2%;
    left: 13.1%;
    width: 27.5%
}

.effect-banner__bg__img--3 {
    top: 55.2%;
    left: 27%;
    width: 22.3%
}

.effect-banner__bg__img--4 {
    z-index: 29;
    top: -1.2%;
    left: 52.45%;
    width: 14.8%
}

.effect-banner__bg__img--5 {
    top: 22%;
    left: 50.1%;
    width: 24%
}

.effect-banner__bg__img--6 {
    top: 41%;
    left: 55.6%;
    width: 23%
}

.expand-bg {
    position: relative;
    z-index: 2;
    margin-top: -7.3vw;
    opacity: 0
}

@media (max-width: 768px) {
    .expand-bg {
        margin-top: -8.8352vw
    }
}

.expand-bg--without-extra {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px
}

@media (max-width: 768px) {
    .expand-bg--without-extra {
        height: 300px
    }
}

.expand-bg__content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 32px
}

.expand-bg--without-extra .expand-bg__content {
    padding-top: 0;
    padding-bottom: 0
}

.expand-bg__content__title, .expand-bg__content__txt {
    max-width: 778px;
    margin: 0 auto;
    color: #000
}

.expand-bg__content__images-text {
    margin-top: 32px
}

@media (max-width: 768px) {
    .expand-bg__content__images-text {
        margin-top: 0
    }
}

.expand-bg__content__images-text > div {
    padding-bottom: 0
}

.expand-bg__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 30.35714rem;
    transform: translateY(-1.78571rem);
    clip-path: polygon(0 0, 100% 30%, 100% 101%, 0 101%);
    background: #ffd100
}

@media (max-width: 768px) {
    .expand-bg__bg {
        height: 27.85714rem;
        transform: translateY(-6.42857rem)
    }
}

.expand-bg__bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% - 1px));
    background-color: #ffd100;
    width: 100%;
    height: 0%
}

.fix-left-txt {
    display: block
}

.fix-left-txt__wrapper {
    display: flex
}

@media (max-width: 768px) {
    .fix-left-txt__wrapper {
        flex-direction: column
    }
}

.fix-left-txt__left, .fix-left-txt__right {
    padding-top: 32px;
    padding-bottom: 32px
}

.fix-left-txt__left__title, .fix-left-txt__right__title {
    margin-bottom: 0
}

.fix-left-txt__left {
    position: relative;
    width: 474px;
    color: #222;
    background: #ffd100
}

@media (max-width: 768px) {
    .fix-left-txt__left {
        width: 100%
    }
}

.fix-left-txt__left::after, .fix-left-txt__left::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #ffd100
}

.fix-left-txt__left::after {
    right: 100%;
    content: ''
}

.fix-left-txt__left::before {
    left: 100%
}

@media (max-width: 768px) {
    .fix-left-txt__left::before {
        content: ''
    }
}

.fix-left-txt__right {
    width: calc(100% - 474px);
    padding-left: 133px
}

@media (max-width: 768px) {
    .fix-left-txt__right {
        width: 100%;
        padding-left: 0
    }
}

body, html {
    cursor: none
}

.cursor {
    font-weight: 700;
    position: absolute;
    z-index: 201;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    padding-right: 2px;
    padding-left: 2px;
    user-select: none;
    transition: .5s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -1.27, .3, 2.33) opacity, .5s ease background;
    transform: scale(.1);
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    color: #000;
    border-radius: 100%;
    background: #fff;
    mix-blend-mode: difference
}

.cursor::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.cursor.active {
    transform: scale(1);
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    background: 0 0
}

.cursor.active::before {
    opacity: 1
}

.cursor-follower {
    position: absolute;
    z-index: 201;
    width: 40px;
    height: 40px;
    user-select: none;
    transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .4s cubic-bezier(.75, -1.27, .3, 2.33) opacity;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    pointer-events: none;
    color: #000;
    border-radius: 100%;
    background: rgba(255, 255, 255, .1)
}

.cursor-follower.mousedown {
    transform: scale(2) translate(-25%, -25%)
}

.cursor-follower.active {
    transform: scale(0);
    opacity: .3
}

a[data-hover-txt] {
    cursor: none
}

@media (max-width: 768px) {
    .cursor, .cursor-follower {
        display: none
    }
}

.footer {
    position: relative;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .footer {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 769px) {
    .footer__social {
        position: absolute;
        z-index: 50;
        top: 100px;
        right: 50px;
        width: 16px
    }
}

@media (max-width: 768px) {
    .footer__social {
        padding: 1.7rem 1.7rem 4.57143rem;
        background: #373737
    }
}

.footer__social__item {
    display: block;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .footer__social__item {
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 0
    }
}

.footer__social__item__img {
    display: block;
    margin: 0 auto
}

.footer__social__copy {
    margin-top: 24px
}

@media (min-width: 769px) {
    .footer__social__copy {
        transform: rotate(180deg);
        writing-mode: vertical-lr
    }
}

.footer a {
    color: #ffd100 !important
}

.footer__container {
    position: relative;
    z-index: 2;
    max-width: 1109px;
    padding: 61px 100px 91px 185px;
    background-color: #373737
}

@media (max-width: 768px) {
    .footer__container {
        padding: 64px 24px 0
    }
}

.footer__container__title {
    margin-bottom: 32px
}

.footer__container__item__title {
    margin-bottom: 8px
}

.footer__container__btm {
    margin-top: 18px
}

.footer__container__btm p:first-child {
    margin-bottom: 8px
}

.footer__container__btm p:last-child {
    margin-bottom: 0;
    color: #7a7a7a
}

.footer__container__svg {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    fill: #373737
}

.footer__letter-text {
    display: flex
}

.footer__letter-text + .footer__container__item__title {
    margin-top: 2px
}

.footer__letter-text__link {
    margin-right: 32px
}

@media (max-width: 768px) {
    .footer__letter-text__link {
        margin-right: 24px
    }
}

.footer__letter-text__txt {
    color: #ffd100
}

.footer__letter-text__txt + .footer__letter-text__txt {
    margin-left: 16px
}

.footer__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1109px;
    height: 418px
}

@media (max-width: 768px) {
    .footer__bg {
        display: none
    }
}

.footer__bg img {
    display: none
}

.footer__bg video {
    position: absolute;
    width: 100%;
    opacity: 0;
    object-fit: cover;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.footer__bg video.active {
    opacity: .7
}

.gallery-fixheight-fullwidth {
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .gallery-fixheight-fullwidth {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.gallery-fixheight-fullwidth::after {
    display: block;
    clear: both;
    width: 100%;
    content: ''
}

.gallery-fixheight-fullwidth__scrollbar {
    overflow: hidden;
    width: 100%;
    height: 400px
}

.gallery-fixheight-fullwidth__scrollbar__wrapper {
    float: left
}

.gallery-fixheight-fullwidth__scrollbar__wrapper--right {
    float: right
}

.gallery-fixheight-fullwidth__scrollbar--auto-height {
    height: auto
}

.gallery-fixheight-fullwidth__scrollbar__ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.gallery-fixheight-fullwidth__scrollbar__ul__li {
    display: inline-block;
    float: left;
    padding-right: 32px
}

.gallery-fixheight-fullwidth__scrollbar__ul__li:last-child {
    padding-right: 0
}

.gallery-fixheight-fullwidth__scrollbar__ul__li__img {
    width: auto;
    height: 370px
}

.header {
    position: relative;
    z-index: 500;
    overflow: visible;
    width: 100%;
    height: 0
}

@media (max-width: 993px) {
    .header {
        position: fixed
    }
}

.header::after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 6.28571rem;
    margin-left: -50vw;
    content: ''
}

@media (max-width: 768px) {
    .header::after {
        height: 5.71429rem
    }
}

@media (min-width: 769px) {
    .header:hover::after {
        height: 6.28571rem
    }
}

.header.scrolling::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .75) 100%)
}

@media (max-width: 768px) {
    .header.scrolling {
        mix-blend-mode: inherit
    }
}

.header--with-padding-top {
    position: relative;
    height: auto
}

.header__menu-icon {
    position: absolute;
    z-index: 200;
    top: 19px;
    right: 19px;
    display: inline-block;
    display: none;
    width: 40px;
    height: 40px
}

@media (max-width: 768px) {
    .header__menu-icon {
        display: block
    }
}

.header__menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    transform-origin: 50% 50%;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header__menu-icon span:nth-child(1) {
    margin-top: -6px
}

.opened-menu .header__menu-icon span:nth-child(1) {
    margin-top: 0;
    transform: rotate(45deg)
}

.opened-menu .header__menu-icon span:nth-child(2) {
    display: none
}

.header__menu-icon span:nth-child(3) {
    margin-top: 6px
}

.opened-menu .header__menu-icon span:nth-child(3) {
    margin-top: 0;
    transform: rotate(135deg)
}

.header__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (min-width: 769px) {
    .header__container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 768px) {
    .header__container {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.header__container__logo, .header__container__mobile-wrapper {
    position: relative;
    z-index: 2
}

.header__container__mobile-wrapper {
    display: flex
}

@media (max-width: 768px) {
    .header__container__mobile-wrapper {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .opened-menu .header__container__mobile-wrapper {
        display: flex
    }
}

.header__container__mobile-wrapper__bg {
    display: none
}

@media (max-width: 768px) {
    .header__container__mobile-wrapper__bg {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 100vw;
        height: 150vh;
        transform: rotate(90deg);
        transform-origin: top right;
        background: rgba(0, 0, 0, .8);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }
}

.header__container__logo {
    display: inline-block;
    height: 48px
}

@media (max-width: 768px) {
    .header__container__logo {
        height: 32px
    }
}

.header__container__logo img, .header__container__logo svg {
    height: 100%
}

.header__container__nav {
    display: flex;
    margin-left: auto
}

@media (max-width: 768px) {
    .header__container__nav {
        position: relative;
        z-index: 101;
        flex-direction: column;
        justify-content: center;
        margin-right: auto
    }
}

.header__container__nav__item {
    margin-left: 23px;
    list-style: none
}

@media (max-width: 768px) {
    .header__container__nav__item {
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center
    }
}

.header__container__nav__item a {
    text-shadow: 0 0 1px #000
}

@media (max-width: 768px) {
    .header__container__nav__item a {
        font-size: 1.5em
    }
}

.header__container__share {
    margin-bottom: 0;
    margin-left: 64px;
    padding-left: 0
}

@media (max-width: 768px) {
    .header__container__share {
        position: relative;
        z-index: 101;
        margin-left: 0
    }
}

.header__container__share__item {
    display: inline-block;
    margin-left: 16px;
    list-style: none
}

@media (max-width: 768px) {
    .header__container__share__item {
        margin-right: 16px
    }
}

.header__container__share__item svg {
    fill: #fff;
    filter: drop-shadow(0 0 1px #000);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header__container__share__item svg:focus, .header__container__share__item svg:hover {
    color: #fff;
    fill: #ffd100
}

.hero-banner {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 882px
}

@media (max-width: 768px) {
    .hero-banner {
        height: 90vh
    }
}

.hero-banner__loading {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: #ffd100
}

.hero-banner__bg {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: scale(1.5);
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero-banner__bg.active {
    opacity: 1
}

.hero-banner__bg img {
    opacity: 0
}

.hero-banner__bg__btm-line {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 0;
    width: 120vw;
    height: 200px;
    transform: rotate(5deg);
    transform-origin: right bottom;
    background: #222
}

@media (max-width: 768px) {
    .hero-banner__bg__btm-line {
        transform: rotate(10deg)
    }
}

.hero-banner__container {
    position: relative;
    z-index: 3
}

.hero-banner__container__title {
    margin-bottom: 0;
    text-transform: uppercase;
    opacity: 0
}

@media (max-width: 768px) {
    .hero-banner__container__title {
        max-width: 80vw;
        margin-bottom: 10vh;
        text-align: center
    }
}

.active .hero-banner__container__title {
    opacity: 1
}

.hero-banner__container__title span {
    opacity: 0
}

.active .hero-banner__container__title span {
    opacity: 1
}

.hero-banner__scroll {
    position: absolute;
    z-index: 4;
    bottom: 114px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    color: #fff
}

@media (max-width: 768px) {
    .hero-banner__scroll {
        bottom: 10vh
    }
}

.active .hero-banner__scroll {
    opacity: 1
}

.hero-banner__scroll__icon {
    position: relative;
    display: block
}

.hero-banner__scroll__icon__circle {
    position: absolute;
    bottom: 8px;
    left: 50%;
    display: inline-block;
    width: 4px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #fff
}

.hero-banner__scroll__icon img, .hero-banner__scroll__icon svg {
    display: block;
    margin: 0 auto
}

.hero-banner__scroll__txt {
    margin-top: 16px;
    margin-bottom: 0;
    text-transform: uppercase
}

.homepage-highligh-awards {
    position: relative;
    display: block;
    padding-top: 114px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .homepage-highligh-awards {
        padding-top: 0;
        padding-bottom: 0
    }
}

.homepage-highligh-awards__slider {
    position: relative;
    z-index: 2;
    top: 0;
    width: 50%;
    opacity: 0
}

@media (max-width: 768px) {
    .homepage-highligh-awards__slider {
        width: 100%
    }
}

.homepage-highligh-awards__slider__pagination {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 32px;
    width: 60%;
    text-align: center
}

@media (max-width: 768px) {
    .homepage-highligh-awards__slider__pagination {
        width: 100%
    }
}

.homepage-highligh-awards__slider__pagination__item {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    margin-left: 7px;
    opacity: .5;
    border: 1px #646464;
    border-radius: 7px;
    background: #fff
}

.homepage-highligh-awards__slider__pagination__item.active {
    opacity: 1
}

.homepage-highligh-awards__slider__slide {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    opacity: 0;
    background: #373737
}

.homepage-highligh-awards__slider__slide.active {
    z-index: 2;
    display: block;
    opacity: 1
}

.homepage-highligh-awards__slider__content {
    position: absolute;
    right: 32px;
    bottom: 69px;
    text-align: right
}

@media (max-width: 768px) {
    .homepage-highligh-awards__slider__content {
        bottom: 61px
    }
}

.homepage-highligh-awards__slider__content__subtitle, .homepage-highligh-awards__slider__content__title {
    margin-bottom: 8px
}

.homepage-highligh-awards__slider__content__subtitle {
    font-weight: 700;
    text-transform: uppercase
}

.homepage-highligh-awards__slider__content__description {
    margin-bottom: 0
}

.homepage-highligh-awards__slider__content__description::before {
    display: inline-block;
    width: 32px;
    height: 1px;
    margin-right: 7px;
    content: '';
    vertical-align: middle;
    background: #646464
}

.homepage-highligh-awards__slider__img__wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 48.91304%
}

.homepage-highligh-awards__slider__img__wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

@media (max-width: 768px) {
    .homepage-highligh-awards__slider__img__wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 80%
    }

    .homepage-highligh-awards__slider__img__wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease
    }

    .homepage-highligh-awards__slider__img__wrapper img {
        left: 0;
        transform: translate(-12%, -50%)
    }
}

.homepage-highligh-awards__bg {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -2px;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 9.625vw
}

@media (max-width: 768px) {
    .homepage-highligh-awards__bg {
        display: none
    }
}

.homepage-highligh-awards__bg::after, .homepage-highligh-awards__bg::before {
    display: block;
    width: 100%;
    content: '';
    background-color: #fff
}

.homepage-highligh-awards__bg::before {
    height: 50px
}

.homepage-highligh-awards__bg::after {
    position: absolute;
    z-index: 1;
    top: calc(100% - 50px);
    left: 0;
    width: 110vw;
    height: 400px;
    transform: rotate(-5deg);
    transform-origin: top left;
    background: #fff
}

@media (max-width: 768px) {
    .homepage-highligh-awards__bg::after {
        height: 300px;
        transform: translateX(-50%) rotate(10deg)
    }
}

.hover-menu-image {
    position: relative;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.hover-menu-image svg {
    position: absolute
}

.hover-menu-image__img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 482px;
    height: 322px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    filter: url(#noise)
}

@media (max-width: 768px) {
    .hover-menu-image__img {
        display: none
    }
}

.hover-menu-image__title {
    font-weight: 300;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center
}

.hover-menu-image__title img {
    position: absolute;
    top: -100000px;
    left: 0;
    opacity: 0
}

.hover-menu-image__title + .hover-menu-image__title {
    margin-top: 24px
}

.hover-menu-image__title.active, .hover-menu-image__title:hover {
    z-index: 3;
    display: block;
    color: #ffd100;
    mix-blend-mode: luminosity
}

.hover-menu-image__title__wrapper {
    display: block
}

.images-text-4grids {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.images-text-4grids__img {
    margin-bottom: 16px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 36.76471%
}

.images-text-4grids__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.images-text-4grids__title {
    font-weight: 300;
    margin-bottom: 8px
}

.images-text-4grids__txt {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .images-text-4grids__txt {
        margin-bottom: 24px
    }
}

.img-descr-fullgrid {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .img-descr-fullgrid {
        padding-top: 0;
        padding-bottom: 24px
    }
}

@media (max-width: 768px) {
    .img-descr-fullgrid .container {
        padding: 0;
        padding-left: 0
    }
}

.img-descr-fullgrid__img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 40.90909%
}

.img-descr-fullgrid__img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (max-width: 768px) {
    .img-descr-fullgrid__img-wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 75%
    }

    .img-descr-fullgrid__img-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }
}

.img-descr-fullgrid__descr {
    margin-top: 24px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .img-descr-fullgrid__descr {
        padding-right: 24px;
        padding-left: 24px
    }
}

.img-txt-3cols {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.img-txt-3cols__item {
    text-align: center
}

@media (max-width: 768px) {
    .img-txt-3cols__item {
        margin-bottom: 20px
    }

    .img-txt-3cols__item:last-child {
        margin-bottom: 0
    }
}

.img-txt-3cols__item__img {
    margin-bottom: 24px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 100%
}

.img-txt-3cols__item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.img-txt-3cols__item__img__wrapper {
    margin: 0 auto
}

.img-txt-3cols__item__img__wrapper--small {
    max-width: 100px
}

.img-txt-3cols__item__img__wrapper--middle {
    max-width: 200px
}

.img-txt-3cols__item__img__wrapper--large {
    max-width: 300px
}

.img-txt-3cols__item__subtitle {
    margin-bottom: 16px;
    text-transform: uppercase
}

.img-txt-3cols__item__title {
    font-weight: 300;
    margin-bottom: 21px
}

.img-txt-3cols__item__txt {
    margin-bottom: 0
}

.inner-banner {
    display: block;
    overflow: visible;
    width: 100%;
    height: 88px
}

@media (max-width: 768px) {
    .inner-banner {
        height: 86px
    }
}

.inner-banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 48.61111%
}

.inner-banner__bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.inner-banner__bg::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: '';
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0, #222 100%);
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0, #222 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0, #222 100%)
}

.inner-banner__bg img {
    opacity: 0
}

.inner-header-01 {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.inner-header-01__header, .inner-header-01__subtitle {
    text-transform: uppercase
}

.inner-header-01__subtitle {
    margin-bottom: 8px
}

.inner-header-01__header {
    font-weight: 700;
    margin-bottom: 16px
}

.inner-header-02 {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.listing-cover {
    position: relative;
    padding: 64px 0
}

.listing-cover::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .2;
    background-color: #000
}

.listing-cover__slider {
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .listing-cover__slider {
        padding-bottom: 50px
    }
}

.listing-cover__slider--txt {
    padding-bottom: 35px
}

.listing-cover__slides {
    display: flex;
    justify-content: center;
    padding: 0 78px
}

@media (max-width: 768px) {
    .listing-cover__slides {
        flex-direction: column;
        padding: 0
    }
}

.listing-cover__slides--txt {
    max-width: 560px
}

.listing-cover__img {
    width: 374px;
    margin-right: 48px
}

@media (max-width: 768px) {
    .listing-cover__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px
    }
}

.listing-cover__img--wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 100%
}

.listing-cover__img--wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

@media (max-width: 768px) {
    .listing-cover__img--wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 73.3945%
    }

    .listing-cover__img--wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        -webkit-transition: width .2s ease;
        -moz-transition: width .2s ease;
        -ms-transition: width .2s ease;
        -o-transition: width .2s ease;
        transition: width .2s ease
    }
}

.listing-cover__client {
    font-weight: 300;
    margin-bottom: 0;
    color: #ffd100
}

.listing-cover__title {
    font-weight: 700;
    margin-bottom: 4px
}

.listing-cover__title a {
    color: #fff
}

.listing-cover__desc {
    font-weight: 400;
    margin-bottom: 24px
}

.listing-cover__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.listing-cover__tags--link {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    color: #a6a6a6
}

.listing-cover__tags--link:before {
    display: inline-block;
    margin-right: 5px;
    content: '/'
}

.listing-cover__tags--link::after {
    position: absolute;
    top: 100%;
    left: 7px;
    width: 0;
    height: 1px;
    margin-top: -2px;
    content: '';
    transition: width .3s linear;
    background-color: #a6a6a6
}

.listing-cover__nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 0 78px
}

@media (max-width: 768px) {
    .listing-cover__nav {
        padding: 0
    }
}

.listing-cover__nav--wrapper {
    display: inline-flex;
    align-items: center
}

.listing-cover__nav .col {
    max-width: 560px
}

@media (max-width: 768px) {
    .listing-cover__nav .col {
        justify-content: center
    }
}

.listing-cover__paging {
    margin: 0 32px;
    white-space: nowrap
}

.listing-cover__btn--next, .listing-cover__btn--prev {
    display: inline-block;
    width: 66px;
    height: 30px
}

.listing-cover__btn--next.swiper-button-disabled:hover, .listing-cover__btn--prev.swiper-button-disabled:hover {
    cursor: not-allowed
}

.listing-cover__btn--next svg, .listing-cover__btn--prev svg {
    fill: #ffd100
}

.listing-cover--nav__slash, .listing-cover--nav__total {
    color: #646464
}

@media (min-width: 769px) {
    .listing-item-col:nth-child(2) {
        margin-top: 50px
    }

    .listing-item-col:nth-child(3) {
        margin-top: 0
    }
}

.listing-item-col:nth-child(1) {
    margin-top: 24px
}

@media (max-width: 768px) {
    .listing-item-col + .listing-item-col {
        margin-top: 50px
    }
}

.listing-item__wrapper {
    padding-right: 9.45946%;
    padding-left: 9.45946%
}

@media (max-width: 768px) {
    .listing-item__wrapper {
        padding-right: 0;
        padding-left: 0
    }
}

.listing-item__img--wrapper {
    margin-bottom: 16px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 148.22006%
}

.listing-item__img--wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

@media (max-width: 768px) {
    .listing-item__img--wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 77.6699%
    }

    .listing-item__img--wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        -webkit-transition: width .2s ease;
        -moz-transition: width .2s ease;
        -ms-transition: width .2s ease;
        -o-transition: width .2s ease;
        transition: width .2s ease
    }
}

.listing-item__img--scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.listing-item__client--name {
    font-weight: 400;
    margin-bottom: 8px
}

.listing-item__title {
    font-weight: 700;
    margin-bottom: 4px
}

.listing-item__tags--title {
    margin-right: 10px
}

.listing-item__tags {
    display: flex;
    flex-wrap: wrap;
    color: #a6a6a6
}

.listing-item__tags--link {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
    color: inherit
}

.listing-item__tags--link:before {
    display: inline-block;
    margin-right: 5px;
    content: '/'
}

.listing-item__tags--link:first-child::before {
    display: none
}

.listing-item__tags--link::after {
    position: absolute;
    top: 100%;
    left: 7px;
    width: 0;
    height: 1px;
    margin-top: -2px;
    content: '';
    transition: width .3s linear;
    background-color: #a6a6a6
}

.new {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.news-list-items {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.news-list-items__list__item {
    display: flex;
    margin-bottom: 44px
}

@media (max-width: 768px) {
    .news-list-items__list__item {
        flex-direction: column
    }
}

.news-list-items__list__item__img {
    min-width: 272px
}

.news-list-items__list__item__img__wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 74.63235%
}

.news-list-items__list__item__img__wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -ms-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

@media (max-width: 768px) {
    .news-list-items__list__item__img__wrapper {
        margin-bottom: 1rem
    }
}

.news-list-items__list__item__content {
    padding-left: 32px
}

@media (max-width: 768px) {
    .news-list-items__list__item__content {
        padding-left: 0
    }
}

.news-list-items__list__item__content__subtitle, .news-list-items__list__item__content__title {
    display: block
}

.news-list-items__list__item__content__subtitle {
    color: #bcbcbc
}

.news-list-items__list__item__content__title {
    color: #fff
}

.paragraph__container {
    padding-top: 32px;
    padding-bottom: 32px
}

.paragraph__container .paragraph:last-child {
    margin-bottom: 0
}

.paragraph a {
    text-decoration: none
}

.personal-contact {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #000
}

.personal-contact__title {
    font-weight: 200;
    margin-bottom: 12px;
    color: #ffd206
}

.personal-contact__desc {
    margin-bottom: 32px
}

.personal-contact__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 572px
}

@media (max-width: 768px) {
    .personal-contact__img {
        margin-bottom: 40px;
        padding-right: 52px !important;
        padding-left: 52px !important
    }
}

.personal-contact__img--wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 129.48897%
}

.personal-contact__img--wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.personal-contact__img--wrapper:before {
    position: absolute;
    z-index: 1;
    top: 92%;
    left: 0;
    display: block;
    width: 109%;
    height: 50%;
    content: '';
    transform: rotate(-7deg);
    background-color: #000
}

.personal-contact__pers--wrapper {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    text-align: right
}

.personal-contact__pers--linkin {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 24px
}

.personal-contact__pers--linkin:hover svg {
    fill: #ffd100
}

.personal-contact__pers--linkin svg {
    fill: #fff
}

.personal-contact__pers--name {
    font-weight: 400;
    margin-bottom: 8px
}

.personal-contact__pers--title {
    font-weight: 800;
    text-transform: uppercase;
    color: #ffd100
}

.personal-contact__details {
    display: flex
}

@media (max-width: 768px) {
    .personal-contact__details {
        flex-direction: column
    }
}

.personal-contact__details--title {
    font-weight: 700;
    margin-right: 16px;
    color: #ffd100
}

.personal-contact__details--links {
    font-weight: 400;
    text-decoration: none;
    color: #ffd100 !important
}

.personal-contact__details--links:hover {
    color: #fff
}

.personal-contact__details--items {
    margin-right: 32px
}

@media (max-width: 768px) {
    .personal-contact__details--items + .personal-contact__details--items {
        margin-top: 8px
    }
}

.personal-contact__details--items:last-child {
    margin-right: 0
}

.photo-content {
    position: relative;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .photo-content {
        padding-top: 0;
        padding-bottom: 0
    }
}

.photo-content__bg img {
    width: 100%
}

.photo-content__row {
    position: relative;
    z-index: 1
}

.photo-content__row__col--frist {
    display: inline-flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 768px) {
    .photo-content__row__col--frist {
        order: 2;
        padding: 32px 48px !important
    }
}

.photo-content__row__col--frist--content-center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.photo-content__row__col--second {
    max-width: 40vw
}

@media (max-width: 768px) {
    .photo-content__row__col--second {
        order: 1;
        max-width: 100vw
    }
}

.photo-content__vertor {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 150px;
    bottom: 0;
    left: 0;
    opacity: .4;
    background-color: #eb4025
}

@media (max-width: 768px) {
    .photo-content__vertor {
        display: none
    }
}

.product-list {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.product-list__scroll {
    overflow: hidden
}

.product-list__scroll__card {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 400px
}

@media (max-width: 768px) {
    .product-list__scroll__card {
        width: 60vw
    }
}

@media (max-width: 768px) {
    .product-list__scroll__card + .product-list__scroll__card {
        margin-left: 24px
    }
}

.project-profile {
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .project-profile__content {
        margin-bottom: 48px
    }
}

.project-profile__content__title {
    font-weight: 300;
    margin: 0 0 24px
}

.project-profile__details .row {
    padding-top: 32px
}

@media (max-width: 768px) {
    .project-profile__details .row {
        padding-top: 0
    }
}

.project-profile__details__items {
    margin-bottom: 16px
}

.project-profile__details__title {
    margin-bottom: 4px
}

.project-profile__details__title__item, .project-profile__details__title__link {
    font-size: 1.14286rem
}

.project-profile__details__title__item {
    color: #ffd100
}

.project-profile__details__title__item::after {
    content: ','
}

.project-profile__details__title__item:last-child::after {
    content: ''
}

.project-profile__details__title__link {
    text-decoration: none
}

.project-profile__details__title__link:focus, .project-profile__details__title__link:hover {
    color: #fff
}

.rocket-line {
    position: relative;
    display: block;
    padding-top: 150px;
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .rocket-line {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.rocket-line__scroll {
    position: relative;
    overflow: visible;
    width: 0;
    height: 0;
    transform: translateX(-60vh);
    transform-origin: 0 0
}

.rocket-line__scroll__img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 60vh;
    height: 60vh;
    transform: rotate(90deg) translate(-50%, 50%);
    pointer-events: none
}

@media (max-width: 768px) {
    .rocket-line__scroll__img {
        opacity: 0
    }
}

.scroll-icon {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.scroll-icon__scroll {
    position: relative;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    color: #fff
}

.active .scroll-icon__scroll {
    opacity: 1
}

.scroll-icon__scroll__icon {
    position: relative;
    display: block
}

.scroll-icon__scroll__icon__circle {
    position: absolute;
    bottom: 8px;
    left: 50%;
    display: inline-block;
    width: 4px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #fff
}

.scroll-icon__scroll__icon img, .scroll-icon__scroll__icon svg {
    display: block;
    margin: 0 auto
}

.scroll-icon__scroll__txt {
    margin-top: 16px;
    margin-bottom: 0;
    text-transform: uppercase
}

.search-bar {
    position: relative;
    z-index: 501;
    display: block;
    min-height: 158px;
    padding-top: 32px;
    padding-bottom: 32px
}

.search-bar__container {
    position: relative;
    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    -ms-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease
}

.search-bar-scrolling .search-bar__container {
    padding-top: 22px;
    padding-bottom: 22px
}

@media (max-width: 768px) {
    .search-bar-scrolling .search-bar__container {
        position: fixed;
        top: 80px;
        left: 0
    }
}

.search-bar-scrolling .search-bar__container::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .75) 100%)
}

.search-bar::before {
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.search-bar-scrolling .search-bar {
    padding-top: 0
}

.search-bar-scrolling .search-bar::before {
    display: block;
    width: 100%;
    height: 88px;
    content: ''
}

@media (max-width: 768px) {
    .search-bar-scrolling .search-bar::before {
        display: none
    }
}

.search-bar__wrapper {
    position: relative;
    z-index: 900
}

@media (max-width: 768px) {
    .opened-menu .search-bar__wrapper {
        z-index: -1
    }
}

.search-bar__content {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    font-size: 3.42857rem;
    line-height: 4.42857rem
}

@media (max-width: 768px) {
    .search-bar__content {
        font-size: 2.14286rem;
        line-height: 3rem
    }
}

@media (max-width: 768px) {
    .opened-menu .search-bar__content {
        z-index: -1
    }
}

.search-bar__content__reset {
    font-family: Taviraj, serif;
    font-size: 1.14286rem;
    line-height: 1.71429rem
}

@media (max-width: 768px) {
    .search-bar__content__reset {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.search-bar-scrolling .search-bar__content {
    font-size: 1.28571rem;
    line-height: 1.92857rem
}

@media (max-width: 768px) {
    .search-bar-scrolling .search-bar__content {
        font-size: 1.28571rem;
        line-height: 2rem
    }
}

@media (max-width: 768px) {
    .search-bar-scrolling .search-bar__content {
        font-size: 1.14286rem;
        line-height: 1.71429rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .search-bar-scrolling .search-bar__content {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.search-bar__space {
    display: inline-block;
    width: 12px;
    height: 5px
}

@media (max-width: 768px) {
    .search-bar__space {
        width: 6px
    }
}

.search-bar__subtitle {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: .85714rem;
    line-height: 1.28571rem
}

@media (max-width: 768px) {
    .search-bar__subtitle {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.search-bar-scrolling .search-bar__subtitle {
    font-weight: 400;
    display: none
}

.search-bar__dropdown {
    overflow: hidden;
    width: 400px;
    max-height: 396px;
    padding: 41px 24px 24px 32px;
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .search-bar__dropdown {
        font-size: 1.71429rem;
        line-height: 2.21429rem
    }
}

.search-bar__dropdown__active {
    font-family: Taviraj, serif;
    font-size: 3.42857rem;
    line-height: 4.42857rem
}

@media (max-width: 768px) {
    .search-bar__dropdown__active {
        font-size: 2.14286rem;
        line-height: 3rem
    }
}

.search-bar-scrolling .search-bar__dropdown__active {
    font-family: Taviraj, serif;
    font-size: 1.28571rem;
    line-height: 1.92857rem
}

@media (max-width: 768px) {
    .search-bar-scrolling .search-bar__dropdown__active {
        font-size: 2rem;
        line-height: 3rem
    }
}

@media (max-width: 768px) {
    .search-bar-scrolling .search-bar__dropdown__active {
        font-family: Taviraj, serif;
        font-size: 1.14286rem;
        line-height: 1.71429rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .search-bar-scrolling .search-bar__dropdown__active {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.search-bar__dropdown::after {
    position: absolute;
    z-index: 2;
    top: 21px;
    right: 0;
    left: 0;
    height: 100%;
    content: '';
    background: #ffd100
}

.search-bar__dropdown__item {
    font-weight: 600;
    position: relative;
    z-index: 3;
    display: block;
    color: #000
}

.search-bar__dropdown__item + .search-bar__dropdown__item {
    padding-top: 16px
}

.separator-line {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 768px) {
    .separator-line {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.separator-line__hr {
    margin: 0
}

.sepia img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: sepia(100%);
    filter: sepia(100%)
}

.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.service-list {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.service-list__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .service-list__item {
        flex-direction: column
    }
}

.service-list__item--right {
    text-align: right
}

.service-list__item + .service-list__item {
    margin-top: 80px
}

.service-list__item__last {
    display: none
}

.service-list__item:last-child .service-list__item__last {
    position: absolute;
    bottom: -24px;
    left: 50%;
    display: block;
    transform: translate(-40%, 50%)
}

@media (max-width: 768px) {
    .service-list__item:last-child .service-list__item__last {
        display: none
    }
}

.service-list__item:last-child .service-list__item__last span {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(-45deg);
    transform-origin: center center;
    background: #ffd100
}

.service-list__item::after {
    position: absolute;
    top: -60px;
    bottom: -20px;
    left: 50%;
    margin-left: -1px;
    content: '';
    border: 2px solid #ffd100
}

@media (max-width: 768px) {
    .service-list__item::after {
        display: none
    }
}

.service-list__item__topic {
    position: relative;
    width: 430px;
    margin-right: 63px
}

@media (max-width: 768px) {
    .service-list__item__topic {
        width: 100%;
        margin-right: 0
    }
}

.service-list__item--right .service-list__item__topic {
    order: 2;
    margin-right: 0;
    margin-left: 63px
}

@media (max-width: 768px) {
    .service-list__item--right .service-list__item__topic {
        margin-left: 0
    }
}

.service-list__item__topic__title {
    font-weight: 700;
    position: absolute;
    z-index: 2;
    top: 153px;
    left: -53px
}

@media (max-width: 768px) {
    .service-list__item__topic__title {
        position: relative;
        top: 0;
        left: 0
    }
}

.service-list__item--right .service-list__item__topic__title {
    right: -53px;
    left: auto
}

@media (max-width: 768px) {
    .service-list__item--right .service-list__item__topic__title {
        right: 40px
    }
}

.service-list__item__topic__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    flex: 0 0 430px;
    width: 430px;
    max-width: none;
    height: 430px;
    margin-top: -215px;
    margin-left: -215px;
    transform: rotate(-45deg);
    transform-origin: center center
}

.service-list__item--right .service-list__item__topic__img {
    transform: rotate(45deg)
}

.service-list__item__topic__img__wrapper {
    position: relative;
    z-index: 1;
    left: 118px;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    height: 400px;
    transform: rotate(45deg);
    transform-origin: center center
}

@media (max-width: 768px) {
    .service-list__item__topic__img__wrapper {
        position: absolute;
        top: -20px;
        left: -194px
    }
}

.service-list__item--right .service-list__item__topic__img__wrapper {
    right: 118px;
    left: auto;
    transform: rotate(-45deg)
}

@media (max-width: 768px) {
    .service-list__item--right .service-list__item__topic__img__wrapper {
        right: -194px
    }
}

.service-list__item__detail {
    max-width: 30%
}

@media (max-width: 768px) {
    .service-list__item__detail {
        width: 100%;
        max-width: 100%
    }
}

.service-list__item--right .service-list__item__detail {
    order: 1
}

@media (max-width: 768px) {
    .service-list__item--right .service-list__item__detail {
        order: 3
    }
}

.service-list__item__detail__tags {
    display: block;
    margin-bottom: 24px;
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .service-list__item__detail__tags {
        font-size: 1.71429rem;
        line-height: 2.21429rem
    }
}

@media (max-width: 768px) {
    .service-list__item__detail__tags {
        font-size: 1.28571rem;
        line-height: 1.92857rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .service-list__item__detail__tags {
        font-size: 1.28571rem;
        line-height: 2rem
    }
}

.service-list__item__detail__tags__link {
    color: #fff
}

@media (max-width: 768px) {
    .service-list__item--right .service-list__item__detail__tags {
        padding-right: 40px
    }
}

.service-list__item__detail__subtitle {
    font-weight: 800;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #909090
}

@media (max-width: 768px) {
    .service-list__item__detail__subtitle {
        text-align: left
    }
}

.service-list__item__detail__related {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .service-list__item__detail__related {
        text-align: left
    }
}

.service-list__item--right .service-list__item__detail__related {
    justify-content: flex-end
}

.service-list__item__detail__related__img {
    display: block;
    flex: 0 0 69px;
    width: 69px;
    margin-right: 24px
}

.service-list__item__detail__related__img + span {
    flex: 0 0 calc(100% - $service-list-item-detail-related-img-width)
}

.service-list__item--right .service-list__item__detail__related__img {
    order: 2;
    margin-right: 0;
    margin-left: 24px
}

@media (max-width: 768px) {
    .service-list__item--right .service-list__item__detail__related__img {
        order: 0;
        margin-right: 24px;
        margin-left: 0
    }
}

.service-list__item__detail__related__title, .service-list__item__detail__related__txt {
    text-transform: uppercase
}

.service-list__item__detail__related__title {
    display: block;
    margin-bottom: 8px
}

.service-list__item__detail__related__txt {
    font-weight: 800;
    display: block;
    margin-bottom: 0;
    color: #fff
}

.service-list__item__detail__related:hover .service-list__item__detail__related__txt {
    color: #ffd100
}

.service-list__item__detail__more {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: underline;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .service-list__item__detail__more {
        display: block;
        text-align: left
    }
}

.service-showcase {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    opacity: 0
}

@media (min-width: 769px) {
    .service-showcase {
        padding-bottom: 120px
    }
}

@media (max-width: 768px) {
    .service-showcase .listing-item__img--wrapper {
        padding-top: 100%
    }
}

.service-showcase__container {
    position: relative
}

.service-showcase__container > * {
    padding-right: 50px
}

@media (max-width: 768px) {
    .service-showcase__container > * {
        padding-right: 0
    }
}

.service-showcase__title {
    font-weight: 200;
    margin-top: 64px
}

@media (max-width: 768px) {
    .service-showcase__title {
        margin-top: 0
    }
}

.service-showcase__topics__topic + .service-showcase__topics__topic {
    margin-top: 16px
}

.service-showcase__topic__title {
    display: block;
    margin-bottom: 0;
    color: #7a7a7a;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.active .service-showcase__topic__title {
    color: #fff
}

@media (min-width: 769px) {
    .active .service-showcase__topic__title {
        margin-top: 1rem
    }
}

.service-showcase__topic__details {
    overflow: hidden;
    height: 0
}

.service-showcase__cards {
    display: none
}

@media (max-width: 768px) {
    .service-showcase__cards {
        width: 150vw
    }
}

@media (max-width: 768px) {
    .service-showcase__cards .listing-item__wrapper {
        padding-right: 24px;
        padding-left: 0
    }
}

.service-showcase__cards__wrapper {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%
}

@media (max-width: 768px) {
    .service-showcase__cards__wrapper {
        position: relative;
        top: 0;
        left: 0;
        overflow-x: auto;
        width: 100%;
        margin-bottom: 32px
    }
}

.service-showcase__cards__card[data-order='1'] {
    margin-top: 128px
}

@media (max-width: 768px) {
    .service-showcase__cards__card[data-order='1'] {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .service-showcase__cards__card:last-child .listing-item__wrapper {
        padding-right: 0
    }
}

#showreel-mainContent__wrapper {
    position: relative
}

#showreel-mainContent__main {
    background-color: #000;
    padding-bottom: 3.57143rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(10%);
    margin-top: -65vh
}

.showreel__mainContent--header {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 4.64286rem
}

.showreel__mainContent--headerTitle {
    font-size: 4.57143rem;
    font-weight: 500;
    color: #fff
}

@media (max-width: 768px) {
    .showreel__mainContent--headerTitle {
        font-size: 2.78571rem
    }
}

.showreel__mainContent--headerDesc {
    font-size: 1.14286rem;
    font-weight: 400;
    color: #fff
}

@media (max-width: 768px) {
    .showreel__mainContent--headerDesc {
        font-size: .85714rem
    }
}

.showreel__mainContent--content > .row {
    --bs-gutter-x: 4.64286rem;
    --bs-gutter-y: 5rem
}

@media (max-width: 768px) {
    .showreel__mainContent--content > .row {
        --bs-gutter-y: 1.71429rem
    }
}

.showreel__mainContent--card {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 44.07143rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.showreel__mainContent--card:nth-child(even) {
    margin-top: 5.14286rem
}

@media (max-width: 768px) {
    .showreel__mainContent--card:nth-child(even) {
        margin-top: 0
    }
}

.showreel__mainContent--thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 1.77843;
    overflow: hidden;
    display: flex;
    clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%)
}

.showreel__mainContent--thumbnail img, .showreel__mainContent--thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 768px) {
    .showreel__mainContent--thumbnail {
        margin-bottom: 1.14286rem
    }
}

.showreel__mainContent--contentVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.showreel__mainContent--desc--title {
    font-size: 3.42857rem;
    font-weight: 500;
    color: #fff
}

@media (max-width: 768px) {
    .showreel__mainContent--desc--title {
        font-size: 2.28571rem
    }
}

.showreel__mainContent--desc--tags {
    display: flex;
    column-gap: .57143rem;
    row-gap: .57143rem;
    flex-wrap: wrap
}

.showreel__mainContent--desc--tags--tag {
    display: flex;
    border-radius: 7.14286rem;
    border: .07143rem solid gray;
    padding: .21429rem .92857rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400
}

@media (max-width: 768px) {
    .showreel__mainContent--desc--tags--tag {
        font-size: .85714rem
    }
}

.showreel_logo_leftWrapper {
    display: flex;
    width: 14.28571rem;
    height: fit-content
}

.showreel_logo_rightWrapper {
    display: flex;
    width: 14.28571rem;
    height: fit-content;
    transform: translateX(21.42857rem)
}

.show-reel__wrapper {
    position: relative;
    overflow: hidden
}

.show-reel__logo {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center
}

.show-reel__logo--container {
    position: absolute;
    width: 100%;
    height: 224px
}

.show-reel__logo--img--wrapper {
    position: relative;
    overflow: visible
}

.show-reel__logo svg {
    height: 16.07143rem;
    width: auto
}

.show-reel__logo--cover {
    background-color: #ffd100;
    position: absolute
}

.show-reel__logo--cover.top {
    bottom: 100%;
    width: 100vw;
    height: 100vh;
    margin-bottom: -2px
}

.show-reel__logo--cover.bottom {
    top: 100%;
    width: 100vw;
    height: 100vh;
    margin-top: -2px
}

.show-reel__logo--cover.side {
    height: 100vh;
    width: 50vw
}

.show-reel__logo--left {
    right: 50%;
    justify-content: flex-end;
    transform: translateX(0)
}

.show-reel__logo--left .show-reel__logo--img--wrapper {
    transform: translateX(25%)
}

.show-reel__logo--left .top {
    right: 0
}

.show-reel__logo--left .bottom {
    right: 52%
}

.show-reel__logo--left .side {
    right: 100%;
    margin-right: -2px
}

.show-reel__logo--right {
    left: 50%;
    justify-content: flex-start
}

.show-reel__logo--right .show-reel__logo--img--wrapper {
    transform: translateX(-25%)
}

.show-reel__logo--right .top {
    left: 47%
}

.show-reel__logo--right .bottom {
    left: 0
}

.show-reel__logo--right .side {
    left: 100%;
    margin-left: -2px
}

#show-reel-logo-container__popup {
    visibility: hidden;
    height: 100%;
    position: fixed;
    width: 218px;
    height: 218px;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: #000;
    top: 50%
}

#show-reel-logo-container__popup.isEnter {
    width: 100vw;
    height: 100vh
}

#show-reel-logo-container__popup.hide {
    display: none
}

.isMobile #show-reel-logo-container__popup {
    top: 45vh
}

#show-reel__inner--logo {
    background-color: #000
}

.home [data-scroll-section-id=section2] {
    background-color: #ffd100
}

.home [data-scroll-section-id=section2]::before {
    content: "";
    width: 100%;
    background-color: #ffd100;
    height: 20px;
    margin-top: -20px;
    display: block;
    z-index: 1000;
    position: absolute
}

.enterSection2 [data-scroll-section-id=section2] {
    background-color: #000
}

.enterSection2 #showreel-container {
    background-color: #000
}

#showreel-container {
    background-color: #ffd100
}

.spacer {
    position: relative;
    z-index: 5;
    display: block;
    margin-top: -2px;
    padding-top: 32px;
    padding-bottom: 32px
}

@media (max-width: 768px) {
    .spacer {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.spacer--2 {
    padding-top: 64px;
    padding-bottom: 64px
}

@media (max-width: 768px) {
    .spacer--2 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.super-intro {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 296px;
    background-color: #000
}

.super-intro__title {
    font-weight: 300;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 2px #000
}

@media (max-width: 768px) {
    .super-intro__title {
        padding-right: 14px;
        padding-left: 14px
    }
}

.super-intro__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.super-intro__bg.active {
    opacity: .4
}

.super-intro__bg img {
    height: 100%;
    opacity: 0
}

.teams {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.teams .gallery-fixheight-fullwidth {
    overflow: hidden;
    max-height: 500px
}

.teams .gallery-fixheight-fullwidth__scrollbar__wrapper {
    float: none
}

.teams__scroll {
    text-align: center;
    overflow: hidden
}

.teams__scroll__card {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 273px;
    margin-right: 32px
}

.teams__scroll__card__icon {
    position: absolute;
    z-index: 20;
    top: 24px;
    right: 24px
}

.teams__scroll__card__icon svg {
    fill: #fff
}

.teams__scroll__card__img {
    position: absolute !important;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 129.41176%
}

.teams__scroll__card__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

.teams__scroll__card__img::before {
    position: absolute;
    z-index: 1;
    top: 92%;
    left: 0;
    display: block;
    width: 109%;
    height: 50%;
    content: '';
    transform: rotate(-7deg);
    background-color: #222
}

.teams__scroll__card__desc, .teams__scroll__card__name, .teams__scroll__card__title {
    position: relative;
    z-index: 2;
    padding-left: 24px
}

.teams__scroll__card__title {
    text-transform: uppercase
}

.teams__scroll__card__name {
    padding-top: 294px
}

.teams__scroll__card__name, .teams__scroll__card__title {
    margin-bottom: 8px
}

.teams__scroll__card__desc {
    margin-bottom: 0
}

.text-scroll {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.text-scroll__line {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .text-scroll__line {
        margin-bottom: 1rem;
        line-height: 2.5em
    }
}

.text-scroll__line__wrapper {
    position: relative;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    white-space: nowrap
}

@media (max-width: 768px) {
    .text-scroll__line__wrapper {
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        transform: translateX(0);
        white-space: normal
    }
}

.text-scroll__line__item {
    margin-right: 0;
    color: #fff;
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .text-scroll__line__item {
        font-size: 1.71429rem;
        line-height: 2.21429rem
    }
}

@media (max-width: 768px) {
    .text-scroll__line__item {
        order: 1;
        margin-right: 0;
        margin-bottom: 8px;
        padding-right: 1rem;
        font-size: 1.14286rem;
        line-height: 1.71429rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .text-scroll__line__item {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.text-scroll__line__item:hover {
    color: #ffd100
}

.text-scroll__line__item--high-light {
    color: #ffd100;
    font-size: 2.85714rem;
    line-height: 4.28571rem
}

@media (max-width: 768px) {
    .text-scroll__line__item--high-light {
        font-size: 2rem;
        line-height: 2.85714rem
    }
}

@media (max-width: 768px) {
    .text-scroll__line__item--high-light {
        order: 0;
        flex: 0 0 100%;
        width: 100%;
        display: table-header-group;
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1.71429rem;
        line-height: 2.57143rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .text-scroll__line__item--high-light {
        font-size: 1.71429rem;
        line-height: 2.21429rem
    }
}

@media (max-width: 768px) {
    .text-scroll__line__item--mobile-show .text-scroll__line__item--high-light {
        display: table-header-group
    }
}

.text-scroll__line__item--high-light:hover {
    color: #fff
}

.title-txt-8grids {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px
}

.title-txt-8grids--quote {
    background: #222
}

.title-txt-8grids__quote {
    margin-bottom: 24px
}

.light-mode .title-txt-8grids__quote path {
    fill: #222
}

.title-txt-8grids__subtitle, .title-txt-8grids__title {
    font-weight: 300
}

.title-txt-8grids__title {
    margin-bottom: 0
}

.title-txt-8grids__subtitle {
    margin-bottom: 8px
}

.title-txt-8grids__content {
    margin-top: 24px;
    margin-bottom: 0
}

.title-txt-8grids__name {
    margin-top: 47px;
    margin-bottom: 0
}

html {
    font-size: 14px
}

body, html {
    font-family: "Nunito Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow-x: hidden;
    width: 100%;
    color: #fff;
    background-color: #222
}

body.opened-menu, html.opened-menu {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

h2 {
    font-weight: 300
}

.bg--white {
    background-color: #fff
}

.bg--black {
    background-color: #000
}

.bg--dark-grey-900 {
    background-color: #222
}

.bg--dark-grey-800 {
    background-color: #373737
}

.bg--dark-grey-75 {
    background-color: #e8e8e8
}

.bg--dark-grey-500 {
    background-color: #7a7a7a
}

.bg--dark-grey-600 {
    background-color: #646464
}

.bg--dark-grey-400 {
    background-color: #909090
}

.bg--dark-grey-300 {
    background-color: #a6a6a6
}

.bg--dark-grey-200 {
    background-color: #bcbcbc
}

.main-color {
    color: #ffd100
}

.light-mode {
    margin-top: -1px;
    color: #222;
    background-color: #fff
}

.light-mode .main-color {
    color: #ffd100
}

.dark-mode {
    color: #fff
}

.dark-mode .main-color {
    color: #ffd100
}

.row {
    --bs-gutter-x: 18px
}

@media (max-width: 768px) {
    .row {
        --bs-gutter-x: 24px
    }
}

img {
    max-width: 100%
}

@media (max-width: 768px) {
    .container {
        padding-right: 24px;
        padding-left: 24px
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: none
    }
}

.btn {
    line-height: 40px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    text-align: center;
    color: #ffd100;
    border: 1px solid #ffd100;
    border-radius: 300px
}

.btn:hover {
    color: #7a7a7a;
    background: #ffd100
}

.light-mode .btn {
    color: #222;
    border-color: #222
}

.table {
    color: #fff
}

a {
    text-decoration: none;
    color: #ffd100
}

a:focus, a:hover {
    color: #fff
}

input {
    border-radius: 0
}

.mCSB_scrollTools {
    width: 10px;
    border-radius: 6.5px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: rgba(255, 255, 255, .85) !important
}

.light-mode .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85) !important
}

.mCSB_scrollTools .mCSB_draggerRail {
    display: none
}

.white {
    color: #fff
}

.black {
    color: #000
}

.dark-grey-900 {
    color: #222
}

.dark-grey-800 {
    color: #373737
}

.dark-grey-75 {
    color: #e8e8e8
}

.dark-grey-500 {
    color: #7a7a7a
}

.dark-grey-600 {
    color: #646464
}

.dark-grey-400 {
    color: #909090
}

.dark-grey-300 {
    color: #a6a6a6
}

.dark-grey-200 {
    color: #bcbcbc
}

.white-bg {
    background-color: #fff
}

.black-bg {
    background-color: #000;
    color: #fff
}

.dark-grey-900-bg {
    background-color: #222;
    color: #fff
}

.dark-grey-800-bg {
    background-color: #373737;
    color: #fff
}

.dark-grey-75-bg {
    background-color: #e8e8e8
}

.dark-grey-500-bg {
    background-color: #7a7a7a;
    color: #fff
}

.dark-grey-600-bg {
    background-color: #646464;
    color: #fff
}

.dark-grey-400-bg {
    background-color: #909090
}

.dark-grey-300-bg {
    background-color: #a6a6a6
}

.dark-grey-200-bg {
    background-color: #bcbcbc
}

.Heading-XXL {
    font-weight: 700;
    font-size: 5.71429rem;
    line-height: 6.85714rem
}

@media (max-width: 768px) {
    .Heading-XXL {
        font-size: 2.85714rem;
        line-height: 3.71429rem
    }
}

.Heading-XXL--size-only {
    font-size: 5.71429rem
}

@media (max-width: 768px) {
    .Heading-XXL--size-only {
        font-size: 2.85714rem
    }
}

.Heading-XL {
    font-size: 4.57143rem;
    line-height: 6.85714rem
}

@media (max-width: 768px) {
    .Heading-XL {
        font-size: 5.92857rem;
        line-height: 8.89286rem
    }
}

.Heading-XL--size-only {
    font-size: 4.57143rem
}

@media (max-width: 768px) {
    .Heading-XL--size-only {
        font-size: 5.92857rem
    }
}

.Heading-L {
    font-size: 3.42857rem;
    line-height: 4.42857rem
}

@media (max-width: 768px) {
    .Heading-L {
        font-size: 2.14286rem;
        line-height: 3rem
    }
}

.Heading-L--size-only {
    font-size: 3.42857rem
}

@media (max-width: 768px) {
    .Heading-L--size-only {
        font-size: 2.14286rem
    }
}

.Heading-M {
    font-size: 2.85714rem;
    line-height: 4.28571rem
}

@media (max-width: 768px) {
    .Heading-M {
        font-size: 2rem;
        line-height: 2.85714rem
    }
}

.Heading-M--size-only {
    font-size: 2.85714rem
}

@media (max-width: 768px) {
    .Heading-M--size-only {
        font-size: 2rem
    }
}

.Heading-S {
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .Heading-S {
        font-size: 1.71429rem;
        line-height: 2.21429rem
    }
}

.Heading-S--size-only {
    font-size: 1.71429rem
}

@media (max-width: 768px) {
    .Heading-S--size-only {
        font-size: 1.71429rem
    }
}

.Heading-XS {
    font-size: .85714rem;
    line-height: 1.28571rem
}

@media (max-width: 768px) {
    .Heading-XS {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.Heading-XS--size-only {
    font-size: .85714rem
}

@media (max-width: 768px) {
    .Heading-XS--size-only {
        font-size: .85714rem
    }
}

.Body-L {
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .Body-L {
        font-size: 1.71429rem;
        line-height: 2.57143rem
    }
}

.Body-L--size-only {
    font-size: 1.71429rem
}

@media (max-width: 768px) {
    .Body-L--size-only {
        font-size: 1.71429rem
    }
}

.Body-M {
    font-size: 1.28571rem;
    line-height: 1.92857rem
}

@media (max-width: 768px) {
    .Body-M {
        font-size: 1.28571rem;
        line-height: 2rem
    }
}

.Body-M--size-only {
    font-size: 1.28571rem
}

@media (max-width: 768px) {
    .Body-M--size-only {
        font-size: 1.28571rem
    }
}

.Body-S {
    font-size: 1.14286rem;
    line-height: 1.71429rem
}

@media (max-width: 768px) {
    .Body-S {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.Body-S--size-only {
    font-size: 1.14286rem
}

@media (max-width: 768px) {
    .Body-S--size-only {
        font-size: .85714rem
    }
}

.Body-XS {
    font-size: .85714rem;
    line-height: 1.28571rem
}

@media (max-width: 768px) {
    .Body-XS {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.Body-XS--size-only {
    font-size: .85714rem
}

@media (max-width: 768px) {
    .Body-XS--size-only {
        font-size: .85714rem
    }
}

.Heading-XXL-taviraj {
    font-family: Taviraj, serif;
    font-weight: 300;
    font-size: 5.71429rem;
    line-height: 6.85714rem
}

@media (max-width: 768px) {
    .Heading-XXL-taviraj {
        font-size: 2.85714rem;
        line-height: 3.71429rem
    }
}

.Heading-XXL-taviraj--size-only {
    font-size: 5.71429rem
}

@media (max-width: 768px) {
    .Heading-XXL-taviraj--size-only {
        font-size: 2.85714rem
    }
}

.Heading-XL-taviraj {
    font-family: Taviraj, serif;
    font-size: 4.57143rem;
    line-height: 6.85714rem
}

@media (max-width: 768px) {
    .Heading-XL-taviraj {
        font-size: 5.92857rem;
        line-height: 8.89286rem
    }
}

.Heading-XL-taviraj--size-only {
    font-size: 4.57143rem
}

@media (max-width: 768px) {
    .Heading-XL-taviraj--size-only {
        font-size: 5.92857rem
    }
}

.Heading-L-taviraj {
    font-family: Taviraj, serif;
    font-size: 3.42857rem;
    line-height: 4.42857rem
}

@media (max-width: 768px) {
    .Heading-L-taviraj {
        font-size: 2.14286rem;
        line-height: 3rem
    }
}

.Heading-L-taviraj--size-only {
    font-size: 3.42857rem
}

@media (max-width: 768px) {
    .Heading-L-taviraj--size-only {
        font-size: 2.14286rem
    }
}

.Heading-M-taviraj {
    font-family: Taviraj, serif;
    font-size: 2.85714rem;
    line-height: 4.28571rem
}

@media (max-width: 768px) {
    .Heading-M-taviraj {
        font-size: 2rem;
        line-height: 2.85714rem
    }
}

.Heading-M-taviraj--size-only {
    font-size: 2.85714rem
}

@media (max-width: 768px) {
    .Heading-M-taviraj--size-only {
        font-size: 2rem
    }
}

.Heading-S-taviraj {
    font-family: Taviraj, serif;
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .Heading-S-taviraj {
        font-size: 1.71429rem;
        line-height: 2.21429rem
    }
}

.Heading-S-taviraj--size-only {
    font-size: 1.71429rem
}

@media (max-width: 768px) {
    .Heading-S-taviraj--size-only {
        font-size: 1.71429rem
    }
}

.Heading-XS-taviraj {
    font-family: Taviraj, serif;
    font-size: .85714rem;
    line-height: 1.28571rem
}

@media (max-width: 768px) {
    .Heading-XS-taviraj {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.Heading-XS-taviraj--size-only {
    font-size: .85714rem
}

@media (max-width: 768px) {
    .Heading-XS-taviraj--size-only {
        font-size: .85714rem
    }
}

.Body-L-taviraj {
    font-family: Taviraj, serif;
    font-size: 1.71429rem;
    line-height: 2.57143rem
}

@media (max-width: 768px) {
    .Body-L-taviraj {
        font-size: 1.71429rem;
        line-height: 2.57143rem
    }
}

.Body-L-taviraj--size-only {
    font-size: 1.71429rem
}

@media (max-width: 768px) {
    .Body-L-taviraj--size-only {
        font-size: 1.71429rem
    }
}

.Body-M-taviraj {
    font-family: Taviraj, serif;
    font-size: 1.28571rem;
    line-height: 1.92857rem
}

@media (max-width: 768px) {
    .Body-M-taviraj {
        font-size: 2rem;
        line-height: 3rem
    }
}

.Body-M-taviraj--size-only {
    font-size: 1.28571rem
}

@media (max-width: 768px) {
    .Body-M-taviraj--size-only {
        font-size: 2rem
    }
}

.Body-S-taviraj {
    font-family: Taviraj, serif;
    font-size: 1.14286rem;
    line-height: 1.71429rem
}

@media (max-width: 768px) {
    .Body-S-taviraj {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.Body-S-taviraj--size-only {
    font-size: 1.14286rem
}

@media (max-width: 768px) {
    .Body-S-taviraj--size-only {
        font-size: .85714rem
    }
}

.Body-XS-taviraj {
    font-family: Taviraj, serif;
    font-size: .85714rem;
    line-height: 1.28571rem
}

@media (max-width: 768px) {
    .Body-XS-taviraj {
        font-size: .85714rem;
        line-height: 1.35714rem
    }
}

.Body-XS-taviraj--size-only {
    font-size: .85714rem
}

@media (max-width: 768px) {
    .Body-XS-taviraj--size-only {
        font-size: .85714rem
    }
}

a[data-hover] {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff
}

a[data-hover]::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    content: attr(data-hover);
    transition: width 275ms ease;
    white-space: nowrap;
    color: #ffd100
}

a[data-hover]::after {
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    content: "";
    transition: width 275ms ease;
    background-color: #ffd100
}

a[data-hover]:hover::after, a[data-hover]:hover::before {
    width: 100%
}

@media screen and (min-width: 1201px) {
    #app {
        position: fixed;
        width: 100vw
    }
}

.loaded + .lazy--loading {
    opacity: 0
}

.lazy--loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.lazy--loading img {
    max-width: 50%;
    max-height: 50%
}

.mCustomScrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    -ms-touch-action: pan-x pinch-zoom;
    touch-action: pan-x pinch-zoom
}

.mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y pinch-zoom;
    touch-action: pan-y pinch-zoom
}