﻿/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --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-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-code-color: #d63384;
    --bs-highlight-bg: rgb(255, 242.6, 205.4)
}

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

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    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 + 0.9vw)
}

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

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

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

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

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

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

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

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

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

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

ol, ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

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

mark, .mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

    a:hover {
        color: var(--bs-link-hover-color)
    }

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

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

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

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

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

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw)
}

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

legend {
    line-height: inherit
}

    legend + * {
        clear: left
    }

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-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-appearance: button
}

output {
    display: inline-block
}

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

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

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

.display-2 {
    font-size: calc(1.575rem + 3.9vw)
}

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

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

.display-3 {
    font-size: calc(1.525rem + 3.3vw)
}

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

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

.display-4 {
    font-size: calc(1.475rem + 2.7vw)
}

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

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

.display-5 {
    font-size: calc(1.425rem + 2.1vw)
}

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

.display-5 {
    font-weight: 300;
    line-height: 1.2
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw)
}

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

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

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

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

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

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

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

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

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 0.875em;
    color: #6c757d
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        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.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

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

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

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

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

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

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

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

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

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

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

@media(min-width: 768px) {
    .col-md {
        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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 992px) {
    .col-lg {
        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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1200px) {
    .col-xl {
        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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1400px) {
    .col-xxl {
        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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-label {
    margin-bottom: .5rem
}

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

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

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(134,182.5,254);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgb(221.35,224.2,227.05)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0,0,0,0);
    border: solid rgba(0,0,0,0);
    border-width: 1px 0
}

    .form-control-plaintext:focus {
        outline: 0
    }

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

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

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: .5rem
    }

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

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: .375rem
    }

    .form-control-color::-webkit-color-swatch {
        border-radius: .375rem
    }

    .form-control-color.form-control-sm {
        height: calc(1.5em + 0.5rem + 2px)
    }

    .form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + 2px)
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.form-select {
    appearance: none
}

    .form-select:focus {
        border-color: rgb(134,182.5,254);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

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

    .form-select:disabled {
        background-color: #e9ecef
    }

    .form-select:-moz-focusring {
        color: rgba(0,0,0,0);
        text-shadow: 0 0 0 #212529
    }

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .25rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

    .form-check-reverse .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
    print-color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: rgb(134,182.5,254);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            cursor: default;
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

    .form-switch.form-check-reverse .form-check-input {
        margin-right: -2.5em;
        margin-left: 0
    }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

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

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

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0,0,0,0);
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

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

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

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

.form-range::-webkit-slider-thumb {
    appearance: none
}

    .form-range::-webkit-slider-thumb:active {
        background-color: rgb(182.4,211.5,254.4)
    }

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.form-range::-moz-range-thumb {
    appearance: none
}

    .form-range::-moz-range-thumb:active {
        background-color: rgb(182.4,211.5,254.4)
    }

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1rem .75rem;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: 1px solid rgba(0,0,0,0);
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

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

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem .75rem
}

    .form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0
}

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

    .input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
            z-index: 5
        }

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

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

.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: .375rem
}

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

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .25rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .375rem
}

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

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

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

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

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

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

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3
}

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

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem))
}

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

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

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

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

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

    .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
        box-shadow: var(--bs-btn-focus-box-shadow)
    }

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
    --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(10.4, 88, 202.4);
    --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
    --bs-btn-hover-border-color: rgb(20, 108, 67.2);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 108, 67.2);
    --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
    --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(176, 42.4, 55.2);
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

    .btn-link:focus-visible {
        color: var(--bs-btn-color)
    }

    .btn-link:hover {
        color: var(--bs-btn-hover-color)
    }

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

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

.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
    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 rgba(0,0,0,0);
        border-bottom: 0;
        border-left: .3em solid rgba(0,0,0,0)
    }

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

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

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

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0,0,0,0)
}

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg)
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg)
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: rgba(0,0,0,0)
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

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

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

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

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

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

.btn-group {
    border-radius: .375rem
}

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

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

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

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

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

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

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

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

.btn-group-vertical {
    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:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px
        }

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

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

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    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:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

    .nav-tabs .nav-link {
        margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
        background: none;
        border: var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius)
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color)
        }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
            color: var(--bs-nav-link-disabled-color);
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0)
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color)
        }

    .nav-tabs .dropdown-menu {
        margin-top: calc(-1*var(--bs-nav-tabs-border-width));
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

    .nav-pills .nav-link {
        background: none;
        border: 0;
        border-radius: var(--bs-nav-pills-border-radius)
    }

        .nav-pills .nav-link:disabled {
            color: var(--bs-nav-link-disabled-color);
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0)
        }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: var(--bs-nav-pills-link-active-color);
            background-color: var(--bs-nav-pills-link-active-bg)
        }

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

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

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

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

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

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

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: var(--bs-navbar-brand-hover-color)
    }

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
        color: var(--bs-navbar-active-color)
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

    .navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
        color: var(--bs-navbar-active-color)
    }

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0,0,0,0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

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

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

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

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

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

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

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

        .navbar-expand-sm .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: rgba(0,0,0,0) !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-sm .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-sm .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

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

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

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

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

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

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

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

        .navbar-expand-md .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: rgba(0,0,0,0) !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-md .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-md .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

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

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

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

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

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

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

        .navbar-expand-lg .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: rgba(0,0,0,0) !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-lg .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-lg .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

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

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

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

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

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

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

        .navbar-expand-xl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: rgba(0,0,0,0) !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-xl .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-xl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

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

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

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

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

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

        .navbar-expand-xxl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: rgba(0,0,0,0) !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-xxl .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-xxl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

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

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

        .navbar-expand .navbar-nav .nav-link {
            padding-right: var(--bs-navbar-nav-link-padding-x);
            padding-left: var(--bs-navbar-nav-link-padding-x)
        }

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

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

    .navbar-expand .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0,0,0,0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

        .navbar-expand .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

    .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: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius)
        }

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

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
    margin-bottom: 0
}

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

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

.card-header-tabs {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

.card-header-pills {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

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

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@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-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

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

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

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

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

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

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color:;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out
}

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

.modal.fade .modal-dialog {
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity)
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
        margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap)*.5)
    }

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color:;
    --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

    .popover .popover-arrow {
        display: block;
        width: var(--bs-popover-arrow-width);
        height: var(--bs-popover-arrow-height)
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid;
            border-width: 0
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
    }

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-top-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: var(--bs-popover-border-width);
        border-top-color: var(--bs-popover-bg)
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
    }

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-right-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: var(--bs-popover-border-width);
        border-right-color: var(--bs-popover-bg)
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
    }

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-bottom-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: var(--bs-popover-border-width);
        border-bottom-color: var(--bs-popover-bg)
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5*var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
    }

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-left-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: var(--bs-popover-border-width);
        border-left-color: var(--bs-popover-bg)
    }

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color:;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

@media(max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media(max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
        visibility: visible
    }
}

@media(min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0,0,0,0) !important
    }

        .offcanvas-sm .offcanvas-header {
            display: none
        }

        .offcanvas-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: rgba(0,0,0,0) !important
        }
}

@media(max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
        visibility: visible
    }
}

@media(min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0,0,0,0) !important
    }

        .offcanvas-md .offcanvas-header {
            display: none
        }

        .offcanvas-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: rgba(0,0,0,0) !important
        }
}

@media(max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0,0,0,0) !important
    }

        .offcanvas-lg .offcanvas-header {
            display: none
        }

        .offcanvas-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: rgba(0,0,0,0) !important
        }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
        visibility: visible
    }
}

@media(min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0,0,0,0) !important
    }

        .offcanvas-xl .offcanvas-header {
            display: none
        }

        .offcanvas-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: rgba(0,0,0,0) !important
        }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0,0,0,0) !important
    }

        .offcanvas-xxl .offcanvas-header {
            display: none
        }

        .offcanvas-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: rgba(0,0,0,0) !important
        }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

    .offcanvas-header .btn-close {
        padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
        margin-top: calc(-0.5*var(--bs-offcanvas-padding-y));
        margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
        margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y))
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

    .placeholder.btn::before {
        display: inline-block;
        content: ""
    }

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #0d6efd !important
}

    .link-primary:hover, .link-primary:focus {
        color: rgb(10.4,88,202.4) !important
    }

.link-secondary {
    color: #6c757d !important
}

    .link-secondary:hover, .link-secondary:focus {
        color: rgb(86.4,93.6,100) !important
    }

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

    .link-success:hover, .link-success:focus {
        color: rgb(20,108,67.2) !important
    }

.link-info {
    color: #0dcaf0 !important
}

    .link-info:hover, .link-info:focus {
        color: rgb(61.4,212.6,243) !important
    }

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

    .link-warning:hover, .link-warning:focus {
        color: rgb(255,205.4,56.6) !important
    }

.link-danger {
    color: #dc3545 !important
}

    .link-danger:hover, .link-danger:focus {
        color: rgb(176,42.4,55.2) !important
    }

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

    .link-light:hover, .link-light:focus {
        color: rgb(249.4,250.2,251) !important
    }

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

    .link-dark:hover, .link-dark:focus {
        color: rgb(26.4,29.6,32.8) !important
    }

.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: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.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: sticky;
    top: 0;
    z-index: 1020
}

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

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

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

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

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

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

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: 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-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !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: 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

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

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

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

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

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

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

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

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

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

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

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

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

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

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

.flex-fill {
    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-shrink-0 {
    flex-shrink: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

.mt-1 {
    margin-top: .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
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

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

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

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

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

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

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

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

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

.fw-semibold {
    font-weight: 600 !important
}

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

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

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

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

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

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

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

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

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

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

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

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

.text-nowrap {
    white-space: nowrap !important
}

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

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

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

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0,0%,100%,.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0,0,0,0) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

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

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

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

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

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

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

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

    .d-sm-grid {
        display: grid !important
    }

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

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

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

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

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

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

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

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-baseline {
        align-self: baseline !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

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

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

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

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

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

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

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: 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-shrink-0 {
        flex-shrink: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-md-1 {
        margin-top: .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
    }

    .me-md-0 {
        margin-right: 0 !important
    }

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

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

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

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

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

    .me-md-auto {
        margin-right: auto !important
    }

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

    .mb-md-1 {
        margin-bottom: .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
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

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

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

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

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

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

    .pe-md-0 {
        padding-right: 0 !important
    }

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

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

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

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

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

    .pb-md-0 {
        padding-bottom: 0 !important
    }

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

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

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

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

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

    .ps-md-0 {
        padding-left: 0 !important
    }

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

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

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

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

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

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

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: 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-shrink-0 {
        flex-shrink: 0 !important
    }

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

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

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

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

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

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

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

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

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

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .align-self-lg-baseline {
        align-self: baseline !important
    }

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

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

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-lg-1 {
        margin-top: .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
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

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

    .mb-lg-1 {
        margin-bottom: .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
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

    .d-xl-grid {
        display: grid !important
    }

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

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

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: 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-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xl-baseline {
        align-self: baseline !important
    }

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

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

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-xl-1 {
        margin-top: .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
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

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

    .mb-xl-1 {
        margin-bottom: .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
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

    .d-xxl-grid {
        display: grid !important
    }

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

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

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: 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-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

    .flex-xxl-nowrap {
        flex-wrap: nowrap !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
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !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-baseline {
        align-items: baseline !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-baseline {
        align-self: baseline !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
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-xxl-1 {
        margin-top: .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
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

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

    .mb-xxl-1 {
        margin-bottom: .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
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

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

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

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

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-grid {
        display: grid !important
    }

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

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

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

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

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: rgb(11.7, 99, 227.7);
    --bs-accordion-active-bg: rgb(230.8, 240.5, 254.8)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }

.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
    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 rgba(0,0,0,0);
        border-bottom: 0;
        border-left: .3em solid rgba(0,0,0,0)
    }

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

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

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

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0,0,0,0)
}

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg)
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg)
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: rgba(0,0,0,0)
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

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

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

:root {
    --paddingLeftByContainer: 119px
}

body {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    color: #001a24;
    scroll-behavior: smooth
}

.resources-body {
    overflow-x: visible !important
}

a {
    text-decoration: none;
    color: #1d3557
}

    a:hover {
        color: #1d3557
    }

@media(min-width: 993px) {
    html.page-privacy-policy, body.page-privacy-policy {
        overflow-x: visible !important
    }
}

.swiper, .investors-swiper {
    overflow: hidden !important
}

.swiper-wrapper {
    max-width: 100% !important
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    margin-bottom: 0
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
    display: block
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

a {
    text-decoration: none
}

.txt-block {
    display: block
}

#areaUnit {
    font-size: 12px;
    color: #1d3557;
    position: relative
}

    #areaUnit::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 5px;
        background-color: #1d3557;
        width: 1px
    }

#areaInput {
    font-size: 10px !important;
    position: relative;
    padding-left: 8px
}

    #areaInput::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0px;
        width: 1px;
        height: 10px;
        background-color: #1d3557
    }

#unitSelect {
    font-size: 12px;
    color: #1d3557;
    position: relative
}

    #unitSelect::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0px;
        width: 1px;
        height: 10px;
        background-color: #1d3557
    }

.flex--wraper {
    display: flex;
    align-items: flex-start;
    gap: 62px
}

.typ-justify-space {
    justify-content: space-between
}

.header-content p {
    margin-bottom: 48px;
    max-width: 590px;
    font-size: 16px;
    line-height: 1.4;
    color: #1d3557;
    font-weight: 400
}

.typ-flex {
    display: flex;
    align-items: center
}

    .typ-flex.typ-flx-strt {
        align-items: flex-start
    }

    .typ-flex.typ-flx-strch {
        align-items: stretch
    }

    .typ-flex.typ-gap80 {
        gap: 80px
    }

    .typ-flex.typ-gap90 {
        gap: 90px
    }

    .typ-flex.typ-gap32 {
        gap: 32px
    }

    .typ-flex.typ-gap28 {
        gap: 28px
    }

    .typ-flex.typ-gap40 {
        gap: 40px
    }

    .typ-flex.typ-gap45 {
        gap: 45px
    }

    .typ-flex.typ-gap24 {
        gap: 24px
    }

    .typ-flex.typ-gap70 {
        gap: 70px
    }

    .typ-flex.typ-gap60 {
        gap: 60px
    }

    .typ-flex.typ-gap75 {
        gap: 75px
    }

    .typ-flex.typ-gap10 {
        gap: 10px
    }

    .typ-flex .typ-center-line {
        width: 1px;
        height: 100%;
        background-color: rgba(0,0,0,.1)
    }

    .typ-flex .img-wrapper-map {
        width: 500px;
        height: 400px
    }

    .typ-flex.typres-start {
        gap: 30px
    }

    .typ-flex .circular-box {
        position: relative;
        width: 320px;
        height: 320px;
        margin: auto
    }

    .typ-flex .circular-wrapper {
        width: 600px;
        margin: auto
    }

    .typ-flex .circular-svg {
        width: 100%;
        height: 100%
    }

    .typ-flex .sector path {
        fill: #e6e4dd;
        cursor: pointer;
        transition: .3s
    }

    .typ-flex .sector.active path {
        fill: #23395d
    }

    .typ-flex .sector:hover path {
        fill: #3b5b89
    }

    .typ-flex .center-text {
        font-size: 16px;
        font-weight: 600;
        fill: #1d3557
    }

    .typ-flex .img-wrapper.typ-faqwrapper {
        height: 420px;
        width: 100%
    }

        .typ-flex .img-wrapper.typ-faqwrapper img {
            transition: opacity .4s ease,transform .4s ease;
            width: 100%;
            height: 100%
        }

            .typ-flex .img-wrapper.typ-faqwrapper img.fade {
                opacity: 0;
                transform: scale(0.95)
            }

    .typ-flex .left-container {
        width: 30%;
        padding-top: 70px
    }

        .typ-flex .left-container.typ-pt-80 {
            padding-top: 80px
        }

        .typ-flex .left-container.typ-stickylyt {
            position: sticky;
            top: 25px
        }

        .typ-flex .left-container .menu-list {
            display: flex;
            flex-direction: column
        }

            .typ-flex .left-container .menu-list .menu-box {
                padding: 25px 16px;
                border-bottom: 1px solid rgba(20,19,41,.1);
                transition: all .3s ease-in
            }

                .typ-flex .left-container .menu-list .menu-box .icon::before {
                    color: #1d3557;
                    font-size: 12px
                }

                .typ-flex .left-container .menu-list .menu-box:hover h3, .typ-flex .left-container .menu-list .menu-box:hover .h3 {
                    font-weight: 600
                }

                .typ-flex .left-container .menu-list .menu-box:hover a {
                    font-weight: 600
                }

                .typ-flex .left-container .menu-list .menu-box:hover {
                    border-bottom: 1px solid #1d3557
                }

                .typ-flex .left-container .menu-list .menu-box h3, .typ-flex .left-container .menu-list .menu-box .h3 {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 140%;
                    text-transform: uppercase;
                    color: #1d3557;
                    margin-bottom: 0;
                    cursor: pointer;
                    width: 100%;
                    display: flex;
                    justify-content: space-between
                }

                .typ-flex .left-container .menu-list .menu-box a {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 140%;
                    text-transform: uppercase;
                    color: #1d3557;
                    margin-bottom: 0;
                    display: flex;
                    justify-content: space-between;
                    align-items: center
                }

    .typ-flex .right-container {
        width: 70%;
        padding-top: 80px;
        padding-bottom: 60px
    }

        .typ-flex .right-container.typ-pt70 {
            padding-top: 74px;
            padding-bottom: 82px
        }

        .typ-flex .right-container.typ-left-line {
            position: relative;
            padding-bottom: 0
        }

            .typ-flex .right-container.typ-left-line::after {
                content: "";
                position: absolute;
                left: -40px;
                top: 0;
                background-color: rgba(0,0,0,.1);
                width: 1px;
                height: 95%
            }

        .typ-flex .right-container .tab-content .tab-pane .typ-line {
            background-color: #1d3557;
            width: 100%;
            height: 1px;
            margin: 62px 0
        }

    .typ-flex .img-box {
        max-width: 575px
    }

    .typ-flex .inner-wrapper {
        padding: 75px 55px;
        max-width: 700px
    }

        .typ-flex .inner-wrapper .box-heading {
            font-weight: 600;
            font-size: 52px;
            line-height: 115%;
            color: #1d3557;
            margin-bottom: 42px
        }

        .typ-flex .inner-wrapper .box-para {
            font-weight: 500;
            font-size: 16px;
            line-height: 140%;
            margin-bottom: 0;
            color: #1d3557
        }

    .typ-flex.typ-light-bg {
        background-color: #f0f1e8;
        margin-bottom: 24px
    }

    .typ-flex .feature-img {
        max-width: 510px;
        height: 400px;
        position: relative
    }

        .typ-flex .feature-img .label {
            position: absolute;
            left: 0;
            top: 0;
            background-color: #fff;
            font-weight: 500;
            font-size: 10px;
            line-height: 100%;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 0;
            padding: 5px 12px
        }

        .typ-flex .feature-img img {
            height: 100%;
            object-fit: cover
        }

    .typ-flex .feature-data {
        padding: 50px 28px;
        padding-right: 18px;
        max-width: 390px
    }

        .typ-flex .feature-data .typ-flx {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 4px
        }

            .typ-flex .feature-data .typ-flx .date {
                font-weight: 500;
                font-size: 12px;
                line-height: 140%;
                color: rgba(20,19,41,.5);
                margin-bottom: 0;
                text-transform: uppercase
            }

            .typ-flex .feature-data .typ-flx .sq {
                width: 4px;
                height: 4px;
                background-color: #000
            }

            .typ-flex .feature-data .typ-flx .publisher {
                font-weight: 500;
                font-size: 12px;
                line-height: 140%;
                color: rgba(20,19,41,.5);
                margin-bottom: 0;
                text-transform: uppercase
            }

        .typ-flex .feature-data p {
            font-size: 14px;
            color: #1d3557;
            font-weight: 500;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .typ-flex .feature-data .feature-heading {
            font-weight: 700;
            font-size: 23px;
            line-height: 120%;
            color: #1d3557;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-top: 3px
        }

        .typ-flex .feature-data .typ-read-btn {
            font-weight: 500;
            font-size: 12px;
            line-height: 100%;
            text-transform: uppercase;
            color: #1d3557
        }

            .typ-flex .feature-data .typ-read-btn .icon {
                margin-left: 10px
            }

                .typ-flex .feature-data .typ-read-btn .icon::before {
                    color: #1d3557
                }

.img-wrapper-map {
    position: relative;
    display: inline-block
}

    .img-wrapper-map img {
        width: 100%;
        display: block;
        height: 100%
    }

.magnifier-lens {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s;
    background-repeat: no-repeat;
    z-index: 99
}

.area-distribution {
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
    max-width: 470px;
    margin: auto
}

.area-distribution__box {
    width: 100%
}

.area-distribution__title {
    font-size: 18px;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe3ea
}

.area-distribution__table {
    width: 100%;
    border-collapse: collapse
}

    .area-distribution__table thead tr {
        border-bottom: 1px solid #dbe3ea
    }

    .area-distribution__table thead th {
        padding: 12px 0;
        font-size: 14px;
        font-weight: 600;
        color: #6b7280
    }

        .area-distribution__table thead th:first-child {
            text-align: left
        }

    .area-distribution__table tbody tr {
        border-bottom: 1px solid #edf0f2
    }

        .area-distribution__table tbody tr:last-child {
            border-bottom: none
        }

        .area-distribution__table tbody tr td {
            padding: 12px 0;
            color: #4b5563;
            font-size: 14px
        }

    .area-distribution__table .text-center {
        text-align: center
    }

    .area-distribution__table .text-right {
        text-align: right
    }

    .area-distribution__table .percentage {
        font-weight: 500;
        color: #1d3557
    }

    .area-distribution__table .total-row {
        background: #eef5ff
    }

        .area-distribution__table .total-row td {
            font-weight: 700;
            color: #1d3557
        }

#site-map {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .6s ease
}

    #site-map.show {
        max-height: 2000px;
        opacity: 1
    }

.landuse-table {
    background: #fff
}

.landuse-table__table {
    width: 100%;
    border-collapse: collapse
}

    .landuse-table__table thead tr {
        border-bottom: 1px solid #d9dee7
    }

    .landuse-table__table thead th {
        padding: 12px 0;
        font-size: 16px;
        font-weight: 600;
        color: #6b7280;
        text-align: left
    }

    .landuse-table__table tbody tr {
        border-bottom: 1px solid #edf0f3
    }

        .landuse-table__table tbody tr td {
            padding: 14px 0;
            font-size: 15px;
            color: #4b5563
        }

            .landuse-table__table tbody tr td:first-child {
                display: flex;
                align-items: center
            }

.landuse-table__color {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
    display: inline-block
}

.landuse-table__total {
    background: #eef5ff;
    font-weight: 700
}

    .landuse-table__total td {
        color: #1d3557;
        font-weight: 700
    }

.landuse-table .text-center {
    text-align: center
}

.landuse-table .text-right {
    text-align: right
}

.landuse-table .percentage {
    font-weight: 500;
    color: #1d3557
}

.typ-full-line {
    background-color: rgba(0,0,0,.15);
    width: 100%;
    height: 1px;
    margin: 42px 0;
    margin-bottom: 0
}

.sticky-alignment {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 20px
}

    .sticky-alignment .stick-icon {
        border: 2px solid hsla(0,0%,100%,.3);
        border-radius: 50%;
        background-color: #1d3557;
        width: 60px;
        height: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer
    }

        .sticky-alignment .stick-icon .icon::before {
            font-size: 22px
        }

        .sticky-alignment .stick-icon.typ-show-name p {
            position: absolute;
            left: -215px;
            top: 12px;
            width: max-content
        }

        .sticky-alignment .stick-icon:hover p {
            display: block
        }

        .sticky-alignment .stick-icon.icon-message {
            min-width: 60px
        }

        .sticky-alignment .stick-icon p {
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-weight: 500;
            font-size: 12px;
            line-height: 140%;
            margin-bottom: 0;
            color: #fff;
            padding: 6px;
            background-color: #1d3557;
            border: 1px solid #fff;
            border-radius: 8px;
            display: none;
            letter-spacing: 1px
        }

.nos-content {
    max-width: 104px
}

    .nos-content.typ-line {
        position: relative
    }

        .nos-content.typ-line::after {
            content: "";
            position: absolute;
            right: -38px;
            top: 0;
            background-color: #d9d9d9;
            width: 2px;
            height: 100%
        }

    .nos-content .number {
        font-family: "Inter",sans-serif;
        font-weight: 800;
        font-size: 54px;
        line-height: 100%;
        vertical-align: middle;
        margin-bottom: 8px;
        color: #1d3557
    }

    .nos-content .context {
        font-family: "Inter",sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 0px;
        color: #1d3557;
        height: 48px
    }

.typmb-16 {
    margin-bottom: 16px
}

.typmb-45 {
    margin-bottom: 45px
}

.typmb-24 {
    margin-bottom: 24px
}

.typmb-32 {
    margin-bottom: 32px
}

.typmt-55 {
    margin-top: 55px
}

.typ-inr-select {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
    margin-top: -85px
}

    .typ-inr-select.typnorm-select {
        margin-top: 0px;
        margin-bottom: 16px
    }

    .typ-inr-select .state-dropdown {
        border: 1px solid rgba(0,0,0,.1);
        padding: 20px 16px;
        display: flex;
        align-items: center;
        width: 140px;
        appearance: none;
        color: #1d3557;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        background-image: url(../images/home/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: .7rem
    }

.video-wrapper {
    max-width: 624px;
    position: relative;
    min-width: 624px
}

    .video-wrapper video {
        max-width: 100%;
        height: auto;
        width: 624px
    }

    .video-wrapper .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: hsla(0,0%,100%,.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0,0,0,.25);
        z-index: 999
    }

        .video-wrapper .play-btn::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            background: hsla(0,0%,100%,.45);
            animation: pulse-border 1.5s ease-out infinite;
            z-index: -1
        }

        .video-wrapper .play-btn::after {
            content: "";
            border-style: solid;
            border-width: 12px 0 12px 18px;
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;
            margin-left: 4px
        }

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.custom-zindex {
    position: relative;
    z-index: 1
}

.box-img {
    overflow: hidden
}

    .box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: ease .5s all
    }

    .box-img:hover img {
        transform: scale(1.1)
    }

.container-padding-left-create {
    padding-left: var(--paddingLeftByContainer);
    padding-right: var(--paddingRightByContainer)
}

.map-wrap {
    width: 500px;
    margin: auto
}

    .map-wrap img {
        height: 100%
    }

    .map-wrap .map-name {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        color: #1d3557;
        margin-bottom: 15px;
        margin-top: 20px
    }

    .map-wrap .map-desc {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 157%;
        color: #000;
        margin-bottom: 0px
    }

.typ-map-lyt .typ-map-position {
    position: relative
}

    .typ-map-lyt .typ-map-position .img-wrapper {
        width: 580px;
        height: 670px
    }

.typ-map-lyt .typ-left-layout-map {
    width: 430px;
    margin-top: 45px
}

.typ-map-lyt .list-lyt {
    display: flex;
    margin-top: auto;
    position: absolute;
    bottom: -10px;
    right: -245px
}

    .typ-map-lyt .list-lyt .typ-list {
        display: flex;
        flex-direction: column;
        gap: 6px
    }

        .typ-map-lyt .list-lyt .typ-list li {
            font-family: "Inter",sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 23.45px;
            color: #1d3557;
            display: flex;
            align-items: center;
            gap: 12px
        }

            .typ-map-lyt .list-lyt .typ-list li .delhi-box {
                background-color: #cdb48f;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .orange-box {
                background-color: #fa8112;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .teal-box {
                background-color: #3f9aae;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .pink-box {
                background-color: #f39eb6;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .light-red-box {
                background-color: #fa6868;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .light-green-box {
                background-color: #8abeb9;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .purple-box {
                background-color: #9e1c60;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .yellow-box {
                background-color: #fbef76;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .dark-purple-box {
                background-color: #69448b;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .light-purple-box {
                background-color: #8f87f1;
                width: 15px;
                height: 15px
            }

            .typ-map-lyt .list-lyt .typ-list li .drk-green-box {
                background-color: #818c78;
                width: 15px;
                height: 15px
            }

.maxw600 {
    max-width: 600px
}

.maxw500 {
    max-width: 500px
}

.maxw400 {
    max-width: 400px
}

.typ-block {
    display: block
}

.typ-center {
    text-align: center
}

.typ-policy-card {
    display: flex;
    align-items: stretch;
    margin-top: 74px;
    padding: 0;
    background-color: #1d3557
}

    .typ-policy-card.typmt-0 {
        margin-top: 0
    }

    .typ-policy-card .banner-wrap {
        width: 588px;
        height: 100%
    }

    .typ-policy-card .content-wrapper {
        padding: 24px 48px;
        background-color: #1d3557;
        width: 770px
    }

    .typ-policy-card.typ-proejct-policycard .content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between
    }

        .typ-policy-card.typ-proejct-policycard .content-wrapper .line {
            bottom: 13px
        }

.lyt-section.typ-contact-directory .contact-info-card:hover a {
    color: #fff
}

.typ-mb46 {
    margin-bottom: 46px
}

.corridor-details-container h3, .corridor-details-container .h3 {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #1d3557
}

.corridor-details-container p {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
    color: #1d3557
}

.incentive-card-lyt {
    display: flex;
    align-items: center
}

    .incentive-card-lyt .typ-imgbox {
        width: 40%
    }

    .incentive-card-lyt .typ-incentive-card {
        padding: 24.4px 46px;
        background-color: #1d3557;
        width: 60%;
        position: relative
    }

        .incentive-card-lyt .typ-incentive-card::after {
            content: "";
            position: absolute;
            right: 55px;
            top: 110px;
            background-color: hsla(0,0%,100%,.25);
            width: 42%;
            height: 1px
        }

        .incentive-card-lyt .typ-incentive-card .typ-para-flx {
            display: flex;
            align-items: flex-end;
            justify-content: space-between
        }

        .incentive-card-lyt .typ-incentive-card .typ-heading {
            font-weight: 600;
            font-size: 48px;
            line-height: 100%;
            margin-bottom: 24px;
            color: #fff
        }

            .incentive-card-lyt .typ-incentive-card .typ-heading .typ-theme {
                display: block;
                color: #cdb48f
            }

        .incentive-card-lyt .typ-incentive-card .typ-paras {
            font-weight: 500;
            font-size: 16px;
            line-height: 140%;
            color: #fff;
            margin-bottom: 0;
            max-width: 400px
        }

.bs-swipper-icons {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 17px
}

    .bs-swipper-icons .swiper-button-next {
        position: static;
        width: 100%;
        margin-top: auto
    }

        .bs-swipper-icons .swiper-button-next::after {
            content: none
        }

        .bs-swipper-icons .swiper-button-next .icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: ease .5s all
        }

            .bs-swipper-icons .swiper-button-next .icon::before {
                font-size: 12px;
                color: #fff;
                transition: ease .5s all
            }

            .bs-swipper-icons .swiper-button-next .icon:hover {
                background: #fff
            }

                .bs-swipper-icons .swiper-button-next .icon:hover::before {
                    color: #001a24
                }

            .bs-swipper-icons .swiper-button-next .icon.typ-black {
                border: 1px solid #001a24
            }

                .bs-swipper-icons .swiper-button-next .icon.typ-black::before {
                    color: #001a24
                }

                .bs-swipper-icons .swiper-button-next .icon.typ-black:hover {
                    background: #001a24
                }

                    .bs-swipper-icons .swiper-button-next .icon.typ-black:hover::before {
                        color: #fff
                    }

    .bs-swipper-icons .swiper-button-prev {
        position: static;
        width: 100%;
        margin-top: auto
    }

        .bs-swipper-icons .swiper-button-prev::after {
            content: none
        }

        .bs-swipper-icons .swiper-button-prev .icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: ease .5s all
        }

            .bs-swipper-icons .swiper-button-prev .icon::before {
                font-size: 12px;
                color: #fff;
                transition: ease .5s all;
                transform: rotate(180deg)
            }

            .bs-swipper-icons .swiper-button-prev .icon:hover {
                background: #fff
            }

                .bs-swipper-icons .swiper-button-prev .icon:hover::before {
                    color: #001a24
                }

            .bs-swipper-icons .swiper-button-prev .icon.typ-black {
                border: 1px solid #001a24
            }

                .bs-swipper-icons .swiper-button-prev .icon.typ-black::before {
                    color: #001a24
                }

                .bs-swipper-icons .swiper-button-prev .icon.typ-black:hover {
                    background: #001a24
                }

                    .bs-swipper-icons .swiper-button-prev .icon.typ-black:hover::before {
                        color: #fff
                    }

.back-to-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: max-content;
    position: fixed;
    bottom: 20px;
    right: 42px;
    z-index: 9;
    cursor: pointer
}

    .back-to-top.active {
        opacity: 1;
        visibility: visible
    }

    .back-to-top .icon {
        width: 35px;
        height: 35px;
        border: 2px solid hsla(0,0%,100%,.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease .5s all;
        background: #1d3557
    }

        .back-to-top .icon::before {
            font-size: 10.5px;
            color: #fff;
            transform: rotate(180deg);
            transition: ease .5s all
        }

    .back-to-top .back-text {
        font-size: 13px;
        font-weight: 500;
        color: #015e83
    }

    .back-to-top:hover .icon {
        background: #fff
    }

        .back-to-top:hover .icon::before {
            color: #015e83
        }

.form-control:focus {
    outline: 0;
    box-shadow: none
}

#search_input_box {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1296px;
    z-index: 9999;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
    display: none
}

    #search_input_box ::placeholder {
        color: #303030
    }

    #search_input_box .search-inner {
        padding: 5px 13px
    }

    #search_input_box .form-control {
        background: rgba(0,0,0,0);
        border: 0;
        color: #303030;
        font-weight: 600;
        font-size: 14px;
        padding: 0;
        height: 38px
    }

        #search_input_box .form-control:focus {
            box-shadow: none
        }

    #search_input_box .btn {
        width: 0;
        height: 0;
        padding: 0;
        border: 0
    }

    #search_input_box .icon {
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        padding: 10px;
        padding-right: 0
    }

        #search_input_box .icon::before {
            color: #303030
        }

#search_1 {
    padding-top: 4px
}

#search_input_box {
    border: 1px solid rgba(0,0,0,.15);
    border-top: 0
}

    #search_input_box .filter-area {
        background: #fff;
        flex: 1 1 0%;
        height: auto;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden
    }

        #search_input_box .filter-area.pd-search {
            padding-bottom: 30px
        }

        #search_input_box .filter-area .searchFilter {
            text-align: left;
            max-width: 1260px;
            margin: 0 auto;
            padding: 0px 10px
        }

            #search_input_box .filter-area .searchFilter .search-filter-header {
                padding-top: 24px;
                padding-bottom: 24px;
                border-bottom: 1px solid rgba(0,0,0,.2);
                margin-bottom: 24px
            }

                #search_input_box .filter-area .searchFilter .search-filter-header .title {
                    color: #fff;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%;
                    letter-spacing: -0.54px;
                    border-radius: 3px;
                    background-color: #f6bc40;
                    display: inline-block;
                    padding: 0px 10px;
                    margin-bottom: 0
                }

                    #search_input_box .filter-area .searchFilter .search-filter-header .title.typ-blue {
                        background-color: #3149f5
                    }

                    #search_input_box .filter-area .searchFilter .search-filter-header .title.typ-orange {
                        background-color: #ec6100
                    }

            #search_input_box .filter-area .searchFilter .custom-gap-24 {
                --bs-gutter-x: 24px;
                --bs-gutter-y: 24px
            }

            #search_input_box .filter-area .searchFilter .search-content {
                display: flex
            }

                #search_input_box .filter-area .searchFilter .search-content .img-section {
                    flex-shrink: 0;
                    width: 91px;
                    height: 62px;
                    overflow: hidden
                }

                    #search_input_box .filter-area .searchFilter .search-content .img-section img {
                        width: 100%;
                        height: 100%
                    }

                #search_input_box .filter-area .searchFilter .search-content .text-content {
                    flex-grow: 1;
                    margin-left: 24px
                }

                    #search_input_box .filter-area .searchFilter .search-content .text-content .border-B {
                        max-width: 180px;
                        border-bottom: 1px solid rgba(0,0,0,.2)
                    }

                        #search_input_box .filter-area .searchFilter .search-content .text-content .border-B .title {
                            color: #000;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden
                        }

                        #search_input_box .filter-area .searchFilter .search-content .text-content .border-B .desc {
                            color: #303030;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 140%;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden
                        }

.connectivity-left {
    width: 360px
}

.connectivity-right {
    flex: 1
}

.connectivity-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #1d3557;
    margin-bottom: 48px
}

.connectivity-tabs {
    border: 0;
    width: 270px
}

    .connectivity-tabs .nav-link {
        width: 100%;
        text-align: left;
        border: 0;
        border-bottom: 1px solid rgba(20,19,41,.1);
        border-radius: 0;
        padding: 27px 15px;
        color: #1d3557;
        background: rgba(0,0,0,0);
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        text-transform: uppercase
    }

        .connectivity-tabs .nav-link.active {
            border-bottom: 1px solid #1d3557;
            font-weight: 600
        }

.connectivity-image-wrap {
    position: relative;
    width: 100%;
    height: 600px
}

    .connectivity-image-wrap img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

.info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    background: rgba(29,53,87,.8705882353);
    color: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0px
}

    .info-row span {
        font-family: "Inter",sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 2%
    }

    .info-row:last-child {
        margin-bottom: 0
    }

.landuse-wrap {
    margin-bottom: 25px
}

    .landuse-wrap .landuse-map {
        width: 46%;
        flex-shrink: 0
    }

        .landuse-wrap .landuse-map img {
            width: 100%;
            display: block
        }

    .landuse-wrap .landuse-content {
        flex: 1
    }

    .landuse-wrap .landuse-subtitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 30px;
        color: #1d3557
    }

    .landuse-wrap .landuse-table {
        width: 100%;
        border-collapse: collapse
    }

        .landuse-wrap .landuse-table thead th {
            background: #1d3557;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            padding: 11px 15px;
            text-align: left;
            border: 1px solid #cdb48f
        }

        .landuse-wrap .landuse-table tbody td {
            padding: 11px 15px;
            border: 1px solid #cdb48f;
            font-size: 14px;
            color: #000
        }

        .landuse-wrap .landuse-table .total-row td {
            font-weight: 700;
            color: #1d3557
        }

        .landuse-wrap .landuse-table .total-row {
            background-color: #f0f1e8
        }

.typ-center-box {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center
}

.sticky-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2
}

.custom-display-mob {
    display: none
}

.typ-align-end {
    display: flex;
    justify-content: flex-end
}

.typ-custom-select-wrap .state-select-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
    width: 100%
}

    .typ-custom-select-wrap .state-select-wrapper.typ-state-select {
        background-color: rgba(0,0,0,0);
        margin-bottom: 0;
        width: 360px
    }

    .typ-custom-select-wrap .state-select-wrapper.typmb-32 {
        margin-bottom: 32px;
        position: relative;
        z-index: 9
    }

.typ-custom-select-wrap .state-selector-label {
    font-size: .8rem;
    color: var(--header-color);
    font-weight: 600;
    letter-spacing: .5px;
    margin-right: 1.5rem;
    white-space: nowrap
}

.typ-custom-select-wrap .state-dropdown {
    appearance: none;
    border: none;
    padding: 0 2.5rem 0 0;
    font-weight: 500;
    background-color: rgba(0,0,0,0);
    color: #1d3557;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    background-image: url(../images/home/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: .8rem;
    text-align: start
}

    .typ-custom-select-wrap .state-dropdown option {
        text-align: center
    }

.typ-custom-select-wrap .state-dropdown {
    text-align: left
}

    .typ-custom-select-wrap .state-dropdown option {
        text-align: left
    }

    .typ-custom-select-wrap .state-dropdown:focus {
        outline: none;
        box-shadow: none
    }

.typ-card-lyt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px
}

    .typ-card-lyt.typ-gap24 {
        gap: 24px
    }

    .typ-card-lyt.typmb-45 {
        margin-bottom: 45px
    }

    .typ-card-lyt .video-card .video-wrapper {
        width: 268px;
        height: 150px;
        max-width: auto;
        min-width: auto
    }

        .typ-card-lyt .video-card .video-wrapper img {
            height: 100%;
            object-fit: cover
        }

    .typ-card-lyt .video-card .typ-video-heading {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 0;
        color: #1d3557;
        margin-top: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .typ-card-lyt .video-card .video-wrapper {
        position: relative
    }

        .typ-card-lyt .video-card .video-wrapper .video-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            background-color: #fff;
            border-radius: 12px
        }

    .typ-card-lyt .implementation-link-card {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        text-decoration: none;
        background: rgba(0,0,0,0);
        border-left: 3px solid #26385a;
        padding: 8px 16px 16px 8px;
        margin-bottom: 15px;
        transition: background-color .2s ease,border-color .2s ease
    }

        .typ-card-lyt .implementation-link-card.typ-align-center {
            align-items: center
        }

        .typ-card-lyt .implementation-link-card:hover {
            background: #1d3557;
            border-left-color: #1d3557
        }

            .typ-card-lyt .implementation-link-card:hover .implementation-link-card__state, .typ-card-lyt .implementation-link-card:hover .implementation-link-card__org, .typ-card-lyt .implementation-link-card:hover .implementation-link-card__icon {
                color: #fff
            }

            .typ-card-lyt .implementation-link-card:hover .typ-downloadPdf {
                background-color: #fff
            }

                .typ-card-lyt .implementation-link-card:hover .typ-downloadPdf .icon {
                    background-color: #fff
                }

                    .typ-card-lyt .implementation-link-card:hover .typ-downloadPdf .icon::before {
                        color: #1d3557
                    }

    .typ-card-lyt .implementation-link-card--active {
        background: #1d3557;
        border-left-color: #1d3557
    }

        .typ-card-lyt .implementation-link-card--active .implementation-link-card__state, .typ-card-lyt .implementation-link-card--active .implementation-link-card__org, .typ-card-lyt .implementation-link-card--active .implementation-link-card__icon {
            color: #fff
        }

@media(max-width: 768px) {
    .typ-card-lyt .video-container {
        width: 90%
    }

    .typ-card-lyt .nav-arrow {
        font-size: 28px;
        padding: 8px
    }

    .typ-card-lyt .left-arrow {
        left: 10px
    }

    .typ-card-lyt .right-arrow {
        right: 10px
    }
}

.typ-project-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #1d3557;
    margin-bottom: 15px;
    margin-top: 20px
}

.project-list ol {
    margin-bottom: 15px
}

    .project-list ol li {
        margin-left: 10px;
        margin-bottom: 10px
    }

        .project-list ol li a {
            font-weight: 600
        }

@media(max-width: 1368px) {
    .typ-map-lyt .list-lyt {
        bottom: -38px;
        right: -96px
    }

    .typ-flex .inner-wrapper .box-heading {
        font-size: 42px
    }

    .typ-flex.typ-gap90 {
        gap: 42px
    }

    .typ-flex.typ-gap32 {
        gap: 16px
    }

    .typ-flex .img-wrapper.typ-faqwrapper {
        height: 416px;
        width: 510px
    }

        .typ-flex .img-wrapper.typ-faqwrapper img {
            width: 100%;
            height: 100%
        }

    .typ-policy-card .banner-wrap {
        height: auto;
        width: 455px
    }

        .typ-policy-card .banner-wrap img {
            height: 100%
        }
}

.site-map-section {
    background-color: #f0f1e8;
    border-top: 1px solid rgba(0,0,0,.1)
}

    .site-map-section.show {
        padding: 60px 0
    }

@media(max-width: 1366px) {
    .typ-map-lyt .list-lyt {
        bottom: -30px;
        right: -145px
    }

    .typ-policy-card .banner-wrap {
        height: auto
    }

        .typ-policy-card .banner-wrap img {
            height: 100%
        }
}

@media(max-width: 1025px) {
    .custom-display {
        display: none
    }

    .typ-mob-flex {
        flex-direction: column
    }

    .typ-flex.typ-gap70 {
        gap: 20px
    }

    .typ-flex.typ-gap75 {
        gap: 40px
    }

    .typ-flex.typ-grid-lyt {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .typ-flex .inner-wrapper {
        max-width: 600px;
        padding: 35px 40px
    }

    .typ-map-lyt .typ-left-layout-map {
        width: 315px
    }

    .typ-map-lyt .list-lyt {
        bottom: -55px;
        right: -40px
    }

        .typ-map-lyt .list-lyt .typ-list {
            gap: 4px
        }

    .custom-display-mob {
        display: block
    }

    .typ-policy-card {
        flex-direction: column
    }

        .typ-policy-card .banner-wrap {
            width: 100%
        }

        .typ-policy-card .content-wrapper {
            width: 100%
        }

    .typ-flex.typ-gap90 {
        gap: 50px
    }

    .typ-card-lyt {
        grid-template-columns: repeat(2, 1fr)
    }
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.video-container {
    width: 700px;
    max-width: 700px;
    height: 500px
}

    .video-container video {
        width: 100%;
        background: #000
    }

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s;
    border: 1px solid rgba(41,38,105,.32);
    z-index: 10
}

    .nav-arrow .icon::before {
        color: #1d3557
    }

    .nav-arrow:hover {
        background: hsla(0,0%,100%,.2)
    }

.left-arrow {
    left: 20%
}

    .left-arrow .icon {
        transform: rotate(180deg)
    }

.right-arrow {
    right: 20%
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 15px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10
}

.video-thumb {
    position: relative;
    cursor: pointer
}

    .video-thumb img {
        width: 100%
    }

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: #fff;
    border-radius: 16px;
    width: 60px
}

@media(max-width: 992px) {
    :root {
        --paddingLeftByContainer: 20px
    }

    .typ-mob-flex {
        flex-direction: column
    }

    .flex-col-mob {
        flex-direction: column
    }

    .video-wrapper {
        max-width: 100%
    }

        .video-wrapper video {
            width: 100%
        }

        .video-wrapper.typresp-mt30 {
            margin-top: 30px
        }

    .typ-map-lyt .list-lyt {
        position: static;
        margin-left: 25px
    }

    .typ-map-lyt .typ-left-layout-map {
        width: 100%
    }

    .typ-map-lyt .list-lyt {
        bottom: -270px;
        right: 4px
    }

        .typ-map-lyt .list-lyt .typ-list {
            gap: 2px
        }

    .typ-flex.typ-flex-direction {
        flex-direction: column
    }

    .typ-flex .feature-data {
        padding: 25px 25px;
        max-width: 100%
    }

    .typ-flex .img-wrapper-map {
        width: 100%;
        height: 100%
    }

    .typ-flex .img-wrapper.typ-faqwrapper {
        width: 100%;
        height: 100%
    }

        .typ-flex .img-wrapper.typ-faqwrapper img {
            width: 100%;
            height: 100%
        }

    .typ-flex .img-box {
        max-width: 100%
    }

    .typ-flex .inner-wrapper {
        max-width: 100%;
        padding: 50px 25px
    }

        .typ-flex .inner-wrapper .box-heading {
            font-size: 42px;
            margin-bottom: 20px
        }

    .typ-flex .img-wrapper {
        width: 100%
    }

    .typ-flex .right-container.typ-left-line::after {
        left: -11px
    }

    .typ-policy-card .content-wrapper {
        padding: 20px 25px
    }

    .area-distribution__table thead th {
        font-size: 12px
    }

    .area-distribution__table tbody tr td {
        font-size: 12px
    }

    .landuse-table__table thead th {
        font-size: 12px
    }

    .landuse-table__table tbody tr td {
        font-size: 12px
    }

    .typ-flex .img-wrapper.typ-faqwrapper img {
        width: 100%;
        height: 100%
    }

    .typ-flex.typres-start {
        justify-content: flex-start;
        align-items: flex-start
    }

    .typ-flex.typ-mobgap {
        gap: 20px
    }

    .typ-card-lyt {
        grid-template-columns: repeat(2, 1fr)
    }

    .typ-flex.typ-tabflx {
        flex-direction: row
    }

    .typ-flex.typ-gap40 {
        gap: 20px
    }

    .right-arrow {
        top: 75%
    }

    .left-arrow {
        top: 75%
    }

    .mob-overflow {
        overflow: auto
    }
}

@media(max-width: 767px) {
    :root {
        --paddingLeftByContainer: 10px;
        --paddingRightByContainer: 10px
    }

    .typ-inr-select {
        margin-top: 0;
        margin-bottom: 20px
    }

    .incentive-card-lyt {
        flex-direction: column
    }

        .incentive-card-lyt .typ-imgbox {
            width: 100%
        }

        .incentive-card-lyt .typ-incentive-card {
            width: 100%;
            padding: 20px 24px
        }

            .incentive-card-lyt .typ-incentive-card .typ-heading {
                font-size: 27px
            }

            .incentive-card-lyt .typ-incentive-card::after {
                width: 90%;
                right: 15px;
                top: 85px
            }

    .video-wrapper {
        margin-top: 30px;
        min-width: 100%
    }

    .back-to-top {
        right: 16px;
        z-index: 99
    }

    .sticky-alignment .stick-icon {
        width: 45px;
        height: 45px;
        min-width: 45px
    }

    .typ-flex.typ-gap80 {
        gap: 32px;
        justify-content: space-between;
        width: 100%
    }

    .typ-flex.typ-gap70 {
        gap: 30px
    }

    .typ-flex .img-wrapper.typ-faqwrapper {
        width: 100%;
        height: 100%
    }

        .typ-flex .img-wrapper.typ-faqwrapper img {
            width: 100%;
            height: 100%
        }

    .typ-flex.flex-col-mob {
        flex-direction: column;
        align-items: flex-start
    }

    .typ-flex .left-container {
        width: 100%;
        padding-top: 50px
    }

        .typ-flex .left-container.typ-pt-80 {
            padding-top: 0px
        }

        .typ-flex .left-container.typ-stickylyt {
            position: static;
            top: 0
        }

    .typ-flex .feature-data p {
        margin-bottom: 12px
    }

    .typ-flex .typ-card-lyt .video-card .video-wrapper {
        width: 100%;
        height: auto
    }

    .typ-flex .right-container {
        width: 100%;
        padding-top: 0
    }

        .typ-flex .right-container.typ-pt70 {
            padding-top: 25px
        }

    .typ-flex.typ-gap90 {
        gap: 25px
    }

    .typ-flex.typ-mobile-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .typ-flex .inner-wrapper {
        padding: 30px 15px
    }

        .typ-flex .inner-wrapper .box-heading {
            font-size: 30px
        }

    .typ-flex .feature-img {
        height: 300px
    }

        .typ-flex .feature-img img {
            object-fit: cover
        }

    .typ-flex.typ-tabflx {
        flex-direction: column
    }

    .nos-content {
        max-width: 80px
    }

        .nos-content .number {
            font-size: 40px
        }

        .nos-content .context {
            font-size: 20px
        }

    .map-wrap {
        width: 100%
    }

    .flex--wraper {
        flex-direction: column;
        gap: 30px
    }

    .typ-map-lyt .typ-left-layout-map {
        width: 100%
    }

    .typ-map-lyt .list-lyt {
        position: static
    }

    .typ-mob-flex {
        flex-direction: column
    }

    .typ-inr-select .state-dropdown {
        padding: 14px
    }

    .typ-map-lyt .typ-map-position .img-wrapper {
        width: 100%;
        height: auto
    }

    .sticky-alignment {
        right: 10px;
        bottom: 72px
    }

    .typ-flex.typ-grid-lyt {
        grid-template-columns: repeat(1, 1fr)
    }

    .typ-flex.typ-mobgap {
        gap: 20px
    }

    .typ-policy-card .content-wrapper {
        padding: 20px 15px
    }

    .typ-card-lyt {
        grid-template-columns: repeat(1, 1fr)
    }

    .video-thumb {
        height: 275px
    }

        .video-thumb img {
            height: 100%;
            object-fit: cover
        }

    .video-container {
        width: 80%;
        max-width: 100%;
        height: 275px !important
    }

    .site-map-section {
        padding: 0
    }

        .site-map-section.show {
            padding: 48px 0px
        }

    .connectivity-tabs {
        width: 100%
    }

    .connectivity-title {
        font-size: 25px;
        margin-bottom: 15px
    }

    .connectivity-tabs .nav-link {
        padding: 18px 10px
    }

    .info-box {
        left: 10px;
        bottom: 5px;
        width: 95%;
        padding: 10px;
        gap: 4px
    }

    .info-row span {
        font-size: 11px
    }

    .landuse-wrap .landuse-map {
        width: 100%
    }

    .connectivity-image-wrap {
        position: relative;
        width: 100%;
        height: 100%
    }
}

.bs-banner{
    position:relative;
}

.bs-banner .hero-section {
    height: 100vh;
    position: relative;
    /*    margin-top: 120px*/
}


.bs-banner .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.bs-banner .slide-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.bs-banner .hero-wrapper {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding-right: 30px
}

    .bs-banner .hero-wrapper::after {
        content: none;
        background-color: rgba(0,0,0,.4);
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .bs-banner .hero-content {
        max-width: 775px;
        padding: 30px
    }

    .bs-banner .hero-content.typ-w880 {
        max-width: 880px
    }

    .bs-banner .hero-content.typ-fullwidth {
        max-width: 40%;
        border-radius: 10px;
        min-width: 40%;
        width: 40%;
        min-height: 385px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

.bs-banner .swiper-video-slide {
    position: relative;
    overflow: hidden
}

.bs-banner .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.bs-banner .hero-wrapper, .bs-banner .hero-content {
    z-index: 2
}

.bs-banner .hero-content {
    position: relative
}

    .bs-banner .hero-content h1, .bs-banner .hero-content .h1, .bs-banner .hero-content p, .bs-banner .hero-content .bs-btn {
        opacity: 0;
        transform: translateY(80px)
    }

.bs-banner .animate-content h1, .bs-banner .animate-content .h1 {
    animation: fadeUp .8s ease forwards
}

.bs-banner .animate-content p {
    animation: fadeUp .8s ease forwards;
    animation-delay: .2s
}

.bs-banner .animate-content .bs-btn {
    animation: fadeUp .8s ease forwards;
    animation-delay: .4s
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.bs-banner .thumbnail-fixed {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    backdrop-filter: blur(4px);
    max-width: 460px;
    width: 100%;
    min-height: 149px;
    background: hsla(0,0%,100%,.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid hsla(0,0%,100%,.25)
}

    .bs-banner .thumbnail-fixed img, .bs-banner .thumbnail-fixed h2, .bs-banner .thumbnail-fixed .h2 {
        will-change: transform,opacity
    }

    .bs-banner .thumbnail-fixed img {
        display: block
    }

.bs-banner .thumbnail-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 300px
}

    .bs-banner .thumbnail-content h2, .bs-banner .thumbnail-content .h2 {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 140%;
        color: #1d3557
    }

.bs-banner .thumb-controls {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 0px
}

    .bs-banner .thumb-controls i {
        cursor: pointer;
        font-size: 15px;
        color: #000;
        transition: .2s
    }

        .bs-banner .thumb-controls i:hover {
            color: #f4b400
        }

    .bs-banner .thumb-controls span {
        font-size: 15px;
        color: #444
    }

.bs-banner .thumbnail-fixed img {
    width: 212px;
    height: 119px;
    border-radius: 0;
    object-fit: cover;
    margin-left: 10px;
    cursor: pointer
}

.bs-banner .pill-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: none
}

.bs-banner .vertical-nav {
    position: absolute;
    left: 72px;
    top: -15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 20
}

.bs-banner.typ-investor-banner {
    background-image: url(../images/investors/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 120px
}

    .bs-banner.typ-investor-banner .typ--banner-lyt {
        padding: 20px;
        max-width: 70%;
        border-radius: 10px;
        min-width: 70%;
        width: 70%;
        min-height: 385px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .bs-banner.typ-investor-banner > * {
        position: relative;
        z-index: 2;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

.bs-banner.typ-project-banner {
    background-image: url(../images/project/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    margin-top: 120px
}

    .bs-banner.typ-project-banner::before {
        content: none;
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.3);
        z-index: 1
    }

    .bs-banner.typ-project-banner > * {
        position: relative;
        z-index: 2;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .bs-banner.typ-project-banner .typ--banner-lyt {
        padding: 20px;
        max-width: 70%;
        border-radius: 10px;
        min-width: 70%;
        width: 70%;
        min-height: 385px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

        .bs-banner.typ-project-banner .typ--banner-lyt.typ-smll-padding {
            padding: 20px
        }

        .bs-banner.typ-project-banner .typ--banner-lyt.typ-165padding {
            padding: 20px
        }

.bs-banner.typ-overview-banner {
    background-image: url(../images/overview/overview-banner.webp)
}

    .bs-banner.typ-overview-banner .typ--banner-lyt {
        padding: 20px;
        max-width: 615px
    }

.bs-banner.typ-management-banner {
    background-image: url(../images/management/management-banner.webp)
}

    .bs-banner.typ-management-banner .bs-heading.typ-overview-heading {
        max-width: 681px
    }

.bs-banner.typ-resources-banner {
    background-image: url(../images/reports/resources-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    margin-top: 120px
}

    .bs-banner.typ-resources-banner > * {
        position: relative;
        z-index: 2;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .bs-banner.typ-resources-banner .typ--banner-lyt {
        padding: 20px;
        max-width: 70%;
        border-radius: 10px;
        min-width: 70%;
        width: 70%;
        min-height: 385px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

.bs-banner.typ-career-banner {
    background-image: url(../images/career/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px
}

    .bs-banner.typ-career-banner .typ--banner-lyt {
        max-width: 615px;
        background-color: rgba(0,0,0,.4);
        padding: 20px
    }

    .bs-banner.typ-career-banner > * {
        position: relative;
        z-index: 2;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

.bs-banner.typ-implementation-banner {
    background-image: url(../images/implementaion/implementation-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px
}

.bs-banner.typ-news-banner {
    background-image: url(../images/news/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 120px
}

    .bs-banner.typ-news-banner::before {
        content: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: 1
    }

    .bs-banner.typ-news-banner .typ--banner-lyt {
        position: relative;
        z-index: 2;
        background-color: rgba(0,0,0,.4);
        padding: 20px;
        max-width: 70%;
        border-radius: 10px;
        min-width: 70%;
        width: 70%;
        min-height: 385px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .bs-banner.typ-news-banner > * {
        position: relative;
        z-index: 2;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

.bs-banner.typ-tender-banner {
    margin-top: 120px;
    background-image: url(../images/tender/tender-banner.webp)
}

.bs-banner.typ-privacy-banner {
    background-image: url(../images/privacy-policy/privacy-policy.webp)
}

.bs-banner.typ-faq-banner {
    background-image: url(../images/faq/faq.webp)
}

.bs-banner.typ-cyber-jagruti-banner {
    background-image: url(../images/cyber-jagrukta-diwas/cyber-jagrukta-diwas.webp)
}

.bs-banner.typ-contact-banner {
    background-image: url(../images/contact-us/contact-us.webp)
}

.bs-banner.typ-grievance-banner {
    background-image: url(../images/grievance/grievance.webp)
}

    .bs-banner.typ-grievance-banner .typ-overview-heading {
        max-width: 665px;
        letter-spacing: -2%
    }

@media(max-width: 1600px) {
    .bs-banner .vertical-nav {
        left: 72px
    }
}

.bs-banner .pill {
    width: 26px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px
}

    .bs-banner .pill::before {
        content: "";
        position: absolute;
        top: 21px;
        left: 50%;
        width: 4px;
        height: 5px;
        background: #fff;
        transform: translateX(-50%);
        border-radius: 1px;
        opacity: .8;
        animation: scroll-line 1.5s infinite ease-in-out
    }

.bs-banner .scroll {
    font-size: 10px;
    color: hsla(0,0%,100%,.7490196078);
    margin-top: 9px
}

@keyframes scroll-line {
    0% {
        transform: translate(-50%, 0);
        opacity: 1
    }

    50% {
        transform: translate(-50%, 8px);
        opacity: .5
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1
    }
}

@media(max-width: 768px) {
    .bs-banner .hero-content {
        margin-left: 6%
    }

        .bs-banner .hero-content h1, .bs-banner .hero-content .h1 {
            font-size: 1.8rem
        }

    .bs-banner .thumbnail-fixed {
        width: 90%;
        right: 0;
        bottom: 0;
        padding: 10px;
        min-height: auto
    }

        .bs-banner .thumbnail-fixed img {
            width: 70px;
            height: 55px
        }

    .bs-banner .vertical-nav {
        left: 6%;
        top: unset;
        bottom: 100px;
        transform: none
    }

    .bs-banner .pill-container {
        display: none
    }

    .bs-banner .thumbnail-content h2, .bs-banner .thumbnail-content .h2 {
        margin-bottom: 14px
    }
}

.bs-banner .next-section {
    height: 100vh;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

    .bs-banner .next-section h2, .bs-banner .next-section .h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px
    }

    .bs-banner .next-section p {
        max-width: 600px;
        color: #555
    }

@media(max-width: 998px) {
    .bs-banner .thumbnail-fixed img {
        width: 200px;
        height: auto
    }
}

@media(max-width: 767px) {
    .bs-banner.typ-investor-banner {
        background-size: cover;
        background-position: center;
        margin-top: 52px
    }

        .bs-banner.typ-investor-banner .typ--banner-lyt {
            max-width: 100%;
            width: 100%;
            min-width: 100%;
            min-height: 240px
        }

    .bs-banner.typ-career-banner {
        margin-top: 85px
    }

    .bs-banner .hero-section {
        height: 80vh;
        margin-top: 85px
    }

    .bs-banner.typ-resources-banner {
        background-size: cover;
        background-position: center;
        margin-top: 52px
    }

        .bs-banner.typ-resources-banner .typ--banner-lyt {
            max-width: 100%;
            width: 100%;
            min-width: 100%;
            min-height: 240px
        }

    .bs-banner .hero-content h1, .bs-banner .hero-content .h1 {
        font-size: 1.5rem
    }

    .bs-banner .thumbnail-fixed img {
        width: 150px;
        height: auto
    }

    .bs-banner.typ-project-banner {
        margin-top: 52px
    }

        .bs-banner.typ-project-banner .typ--banner-lyt {
            max-width: 100%;
            width: 100%;
            min-height: 240px;
            min-width: 100%
        }

            .bs-banner.typ-project-banner .typ--banner-lyt.typ-165padding {
                padding: 120px 0
            }

    .bs-banner .swiper-slide {
        height: 70vh
    }

    .bs-banner .hero-wrapper {
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
        padding-right: 0px
    }

    .bs-banner .hero-content {
        margin-left: 0;
        text-align: center
    }

        .bs-banner .hero-content.typ-fullwidth {
            max-width: 100%;
            width: 100%;
            min-width: 100%
        }

    .bs-banner.typ-news-banner {
        background-position: top center;
        margin-top: 52px
    }

        .bs-banner.typ-news-banner .typ--banner-lyt {
            max-width: 100%;
            width: 100%;
            min-width: 100%;
            min-height: 240px
        }
}

@media(max-width: 360px) {
    .bs-banner .hero-content h1, .bs-banner .hero-content .h1 {
        font-size: 16px
    }
}

.bs-btn-hover {
    background: rgba(0,0,0,0);
    transition: all .3s ease
}

    .bs-btn-hover::after {
        font-size: 20px;
        color: #fff
    }

    .bs-btn-hover:hover {
        background: #fff
    }

        .bs-btn-hover:hover::after {
            color: #000
        }

.bs-btn {
    display: inline-flex;
    align-items: center;
    gap: 36px;
    padding: 24px 26px 24px 16px;
    background-color: rgba(0,0,0,0);
    color: #fff;
    cursor: pointer;
    border: 1px solid #1d3557;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
    text-decoration: none
}

    .bs-btn.typHbanner {
        font-size: 12px;
        padding: 16px 18px;
        height: 52px;
        gap: 16px;
        border: 1px solid hsla(0,0%,100%,.4784313725)
    }

        .bs-btn.typHbanner.incfls {
            padding: 16px 10px;
            font-size: 14px
        }

        .bs-btn.typHbanner.typ-theme {
            border: 1px solid #1d3557;
            background-color: rgba(0,0,0,0);
            color: #fff
        }

            .bs-btn.typHbanner.typ-theme:hover {
                color: #1d3557;
                background-color: #fff
            }

        .bs-btn.typHbanner.exploreBtnnew {
            background-color: rgba(29,53,87,.831372549);
            border: none
        }

        .bs-btn.typHbanner.typ-reset-btn {
            border: 1px solid rgba(0,0,0,.1);
            opacity: .4;
            color: #1d3557
        }

            .bs-btn.typHbanner.typ-reset-btn:hover {
                color: #fff
            }

        .bs-btn.typHbanner.typ-applybtn {
            width: 200px;
            text-align: center;
            display: flex;
            justify-content: center
        }

        .bs-btn.typHbanner.typ-viewbtn {
            border: 1px solid rgba(41,38,105,.15);
            transition: all .2s ease-in-out;
            display: inline-flex !important
        }

            .bs-btn.typHbanner.typ-viewbtn .icon {
                background-color: rgba(0,0,0,0)
            }

                .bs-btn.typHbanner.typ-viewbtn .icon::before {
                    transition: all .2s ease-in-out;
                    color: #1d3557
                }

            .bs-btn.typHbanner.typ-viewbtn:hover .icon::before {
                color: #fff
            }

            .bs-btn.typHbanner.typ-viewbtn.typ-theme {
                background-color: #1d3557;
                color: #fff
            }

                .bs-btn.typHbanner.typ-viewbtn.typ-theme:hover {
                    color: #1d3557;
                    background-color: #fff
                }

                .bs-btn.typHbanner.typ-viewbtn.typ-theme.loadMoreBtn {
                    position: absolute;
                    left: 50%;
                    transform: translate(-50%, 0px)
                }

        .bs-btn.typHbanner.banner--btn {
            background-color: rgba(0,0,0,0);
            color: #fff;
            min-width: 320px;
            width: 320px;
            justify-content: space-between
        }

    .bs-btn.typ-cities-know {
        padding: 18px 16px;
        color: #1d3557
    }

        .bs-btn.typ-cities-know:hover {
            color: #fff
        }

    .bs-btn.typObanner .icon {
        background-color: #fff !important
    }

        .bs-btn.typObanner .icon::before {
            color: #1d3557 !important
        }

    .bs-btn i {
        position: relative;
        font-size: 12px;
        color: #fff;
        z-index: 3
    }

        .bs-btn i.icon-down-angle::before {
            color: currentColor
        }

        .bs-btn i::after {
            content: "";
            position: absolute;
            width: 28px;
            height: 28px;
            background: #1d3557;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            transition: .3s ease
        }

    .bs-btn:hover {
        background: #1d3557;
        color: #fff
    }

        .bs-btn:hover i {
            color: #1d3557
        }

            .bs-btn:hover i::after {
                background: #fff
            }

    .bs-btn.typ-header-btn {
        background: #fff;
        padding: 14px 20px 14px 16px;
        gap: 18px;
        font-size: 12px
    }

        .bs-btn.typ-header-btn:hover {
            background: #1d3557
        }

        .bs-btn.typ-header-btn.typ-close {
            min-height: 40px;
            border: 1px solid #1d3557;
            color: #1d3557;
            font-size: 12px;
            letter-spacing: .03em;
            padding: 10px 18px;
            line-height: 1
        }

            .bs-btn.typ-header-btn.typ-close:hover {
                color: #fff
            }

@media(max-width: 1025px) {
    .bs-btn.typ-header-btn {
        display: none
    }
}

.bs-btn.typ-cities-know {
    font-size: 12px;
    font-weight: 500
}

    .bs-btn.typ-cities-know:hover {
        background: #1d3557
    }

.bs-btn.typ-home-social {
    font-size: 12px;
    color: #1d3557;
    gap: 10px;
    padding-left: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    border: none
}

    .bs-btn.typ-home-social::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 2px;
        background-color: #1d3557;
        transition: width .3s ease
    }

    .bs-btn.typ-home-social:hover::after {
        width: 100%
    }

    .bs-btn.typ-home-social .icon::before {
        color: #1d3557
    }

    .bs-btn.typ-home-social i {
        position: relative;
        font-size: 12px;
        color: #1d3557;
        z-index: 3
    }

        .bs-btn.typ-home-social i::after {
            content: "";
            position: absolute;
            width: 28px;
            height: 28px;
            background: rgba(0,0,0,0);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            transition: .3s ease
        }

    .bs-btn.typ-home-social:hover {
        background: rgba(0,0,0,0);
        color: #1d3557
    }

        .bs-btn.typ-home-social:hover i {
            color: #1d3557
        }

            .bs-btn.typ-home-social:hover i::after {
                background: rgba(0,0,0,0)
            }

.bs-btn.typ-btn-contact {
    font-size: 12px;
    height: 52px;
    border: 1px solid #fff
}

@media(max-width: 768px) {
    .bs-btn.typ-btn-contact {
        padding: 12px 18px
    }
}

.bs-btn.typ-btn-contact i.icon-down-right::before {
    color: currentColor
}

.bs-btn.typ-btn-contact:hover {
    background: #1d3557
}

.bs-btn.typ-hSocailR {
    padding: 12px 18px;
    margin-bottom: 15px;
    color: #1d3557
}

    .bs-btn.typ-hSocailR:hover {
        color: #fff
    }

.bs-btn.typHbanner .icon {
    background-color: #1d3557;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .bs-btn.typHbanner .icon::before {
        font-size: 12px;
        color: #fff
    }

.bs-btn.typHbanner.typ-downloadPdf {
    padding: 2px;
    height: auto;
    border-radius: 50%
}

.bs-btn.typHbanner.view-master-btn {
    color: #1d3557;
    border: 1px solid #1d3557
}

    .bs-btn.typHbanner.view-master-btn:hover {
        color: #fff
    }

.bs-btn.typHbanner:hover .icon.icon-download, .bs-btn.typHbanner:hover .icon.icon-down-right {
    background-color: #fff
}

    .bs-btn.typHbanner:hover .icon.icon-download::before, .bs-btn.typHbanner:hover .icon.icon-down-right::before {
        color: #1d3557
    }

@media(max-width: 768px) {
    .bs-btn.typHbanner {
        padding: 12px 18px
    }
}

.bs-btn.typ-view-btn {
    border: 1px solid rgba(41,38,105,.15);
    background-color: #fff;
    height: 40px;
    transition: all .3s ease-in-out;
    font-size: 12px;
    width: 200px
}

    .bs-btn.typ-view-btn:hover {
        background-color: #1d3557
    }

        .bs-btn.typ-view-btn:hover .icon::before {
            color: #fff
        }

@media(max-width: 1368px) {
    .bs-btn.typ-view-btn {
        width: max-content
    }

    .bs-btn.typHbanner.typ-applybtn {
        width: max-content
    }
}

@media(max-width: 1024px) {
    .bs-btn.typ-cities-know {
        padding: 13px 7px
    }
}

@media(max-width: 768px) {
    .bs-btn.typ-cities-know {
        border: 1px solid #1d3557;
        padding-right: 15px
    }

    .bs-btn.typHbanner {
        height: 40px
    }

        .bs-btn.typHbanner.typ-applybtn {
            width: 100%
        }

    .bs-btn.typ-view-btn {
        width: 100%
    }
}

@media(max-width: 360px) {
    .bs-btn.typHbanner {
        height: 48px
    }
}

.bs-certification-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

    .bs-certification-box-wrapper .bs-certification-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        transition: ease .5s all;
        border-top: 1px solid rgba(0,0,0,.1);
        border-right: 1px solid rgba(0,0,0,.1);
        min-height: 210px
    }

        .bs-certification-box-wrapper .bs-certification-box .contentBox {
            padding: 28px;
            transition: ease .5s all;
            display: flex;
            flex-wrap: wrap;
            height: 100%;
            justify-content: space-between;
            align-items: center
        }

            .bs-certification-box-wrapper .bs-certification-box .contentBox .heading {
                font-size: 22px;
                font-weight: 600;
                color: #001a24
            }

            .bs-certification-box-wrapper .bs-certification-box .contentBox .typ-borderNoneBlack {
                opacity: 0;
                visibility: hidden
            }

        .bs-certification-box-wrapper .bs-certification-box .box-img {
            padding: 28px;
            transition: ease .5s all
        }

        .bs-certification-box-wrapper .bs-certification-box:hover {
            background-color: #fe9f37;
            border-top: rgba(0,0,0,0);
            border-right: rgba(0,0,0,0)
        }

            .bs-certification-box-wrapper .bs-certification-box:hover .contentBox .typ-borderNoneBlack {
                opacity: 1;
                visibility: visible
            }

            .bs-certification-box-wrapper .bs-certification-box:hover .box-img {
                padding: 0
            }

                .bs-certification-box-wrapper .bs-certification-box:hover .box-img img {
                    transform: scale(1)
                }

@media(max-width: 1025px) {
    .bs-certification-box-wrapper .bs-certification-box {
        min-height: 210px
    }

        .bs-certification-box-wrapper .bs-certification-box .contentBox {
            padding: 8px
        }

            .bs-certification-box-wrapper .bs-certification-box .contentBox .heading {
                font-size: 18px
            }

        .bs-certification-box-wrapper .bs-certification-box .box-img {
            padding: 10px
        }
}

@media(max-width: 767px) {
    .bs-certification-box-wrapper {
        grid-template-columns: 1fr
    }

        .bs-certification-box-wrapper .bs-certification-box {
            min-height: 210px;
            border-right: none
        }

            .bs-certification-box-wrapper .bs-certification-box .contentBox {
                padding: 8px
            }

                .bs-certification-box-wrapper .bs-certification-box .contentBox .heading {
                    font-size: 18px
                }

            .bs-certification-box-wrapper .bs-certification-box .box-img {
                padding: 10px
            }
}

.countermainBox .box-img {
    max-width: 500px;
    width: 100%
}

.countermainBox .rightBox .content-wrapper {
    border: 1px solid hsla(0,0%,100%,.15);
    border-left: none;
    border-right: none
}

    .countermainBox .rightBox .content-wrapper .bs-counter {
        display: flex;
        align-items: center;
        grid-gap: 80px;
        padding: 26px 0
    }

        .countermainBox .rightBox .content-wrapper .bs-counter:first-child {
            border-bottom: 1px solid hsla(0,0%,100%,.15)
        }

        .countermainBox .rightBox .content-wrapper .bs-counter .box .number {
            font-size: 64px;
            font-weight: 200;
            color: #fe9f37;
            line-height: 1;
            letter-spacing: -3px;
            min-width: 150px
        }

        .countermainBox .rightBox .content-wrapper .bs-counter .box .content {
            font-size: 14px;
            font-weight: 500;
            color: #fff
        }

        .countermainBox .rightBox .content-wrapper .bs-counter .box:first-child .number {
            min-width: 200px
        }

.bs-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

    .bs-counter .stat-item {
        width: 215px;
        padding: 20px 0;
        position: relative
    }

        .bs-counter .stat-item::after {
            content: "";
            position: absolute;
            right: -83px;
            top: 0;
            background-color: #000;
            width: 1px;
            height: 100%
        }

        .bs-counter .stat-item.typ-noline::after {
            content: none
        }

        .bs-counter .stat-item .stat-number.typ-center {
            justify-content: center
        }

        .bs-counter .stat-item .stat-number .counter-value {
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-weight: 700;
            font-size: 46px;
            line-height: 78%;
            letter-spacing: -3%;
            margin-bottom: 0px;
            color: #1d3557
        }

        .bs-counter .stat-item .stat-number .rs-sign {
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-weight: 500;
            font-size: 26px;
            line-height: 110%;
            text-transform: uppercase;
            color: #1d3557
        }

        .bs-counter .stat-item .stat-number .sml-name {
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 110%;
            text-transform: uppercase;
            color: #1d3557
        }

        .bs-counter .stat-item .stat-number .suffix {
            font-family: "Inter",sans-serif;
            font-weight: 600;
            font-size: 20px;
            line-height: 110%;
            letter-spacing: 0%;
            margin-top: 14px;
            margin-bottom: 0;
            color: #1d3557
        }

            .bs-counter .stat-item .stat-number .suffix.typ-center {
                text-align: center
            }

        .bs-counter .stat-item .stat-number .typ-counter-flx {
            display: flex;
            align-items: flex-end;
            gap: 10px;
            margin-bottom: 14px
        }

            .bs-counter .stat-item .stat-number .typ-counter-flx.typ-center {
                justify-content: center
            }

    .bs-counter.typ-overview-counter .stat-item.line-hide::after {
        display: none
    }

    .bs-counter.typ-overview-counter .stat-item .stat-number .typ-counter-flx {
        align-items: center
    }

        .bs-counter.typ-overview-counter .stat-item .stat-number .typ-counter-flx .counter-value {
            font-size: 100px
        }

@media(max-width: 769px) {
    .bs-counter.typ-overview-counter .stat-item .stat-number .typ-counter-flx .counter-value {
        font-size: 48px
    }
}

.bs-counter.typ-overview-counter .stat-item .stat-number .typ-counter-flx .sml-name {
    font-size: 100px;
    font-weight: 700;
    line-height: 100%
}

@media(max-width: 769px) {
    .bs-counter.typ-overview-counter .stat-item .stat-number .typ-counter-flx .sml-name {
        font-size: 48px;
        line-height: 1px
    }
}

@media(max-width: 1368px) {
    .bs-counter .stat-item::after {
        right: -45px
    }
}

@media(max-width: 1025px) {
    .countermainBox {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        grid-gap: 45px
    }

        .countermainBox .box-img {
            margin: 0 auto
        }

        .countermainBox .rightBox .content-wrapper .bs-counter {
            grid-gap: 30px;
            flex-wrap: wrap
        }

            .countermainBox .rightBox .content-wrapper .bs-counter .box .number {
                font-size: 64px;
                min-width: 160px
            }

            .countermainBox .rightBox .content-wrapper .bs-counter .box:first-child .number {
                min-width: 200px
            }

    .bs-counter .stat-item::after {
        right: -10px
    }

    .bs-counter .stat-item .stat-number .counter-value {
        font-size: 36px
    }

    .bs-counter .stat-item .stat-number .suffix {
        font-size: 18px
    }
}

@media(max-width: 992px) {
    .bs-counter {
        gap: 26px
    }

        .bs-counter .stat-item {
            width: 100%
        }

            .bs-counter .stat-item::after {
                right: -10px
            }

            .bs-counter .stat-item .stat-number .counter-value {
                font-size: 26px
            }

            .bs-counter .stat-item .stat-number .rs-sign {
                font-size: 18px
            }

            .bs-counter .stat-item .stat-number .suffix {
                font-size: 14px
            }
}

@media(max-width: 767px) {
    .countermainBox .rightBox .content-wrapper .bs-counter {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        row-gap: 30px
    }

        .countermainBox .rightBox .content-wrapper .bs-counter:first-child {
            border-bottom: none
        }

        .countermainBox .rightBox .content-wrapper .bs-counter:last-child {
            display: none
        }

        .countermainBox .rightBox .content-wrapper .bs-counter .box {
            width: 100%
        }

            .countermainBox .rightBox .content-wrapper .bs-counter .box .number {
                font-size: 44px;
                min-width: auto
            }

            .countermainBox .rightBox .content-wrapper .bs-counter .box .content {
                font-size: 12px
            }

            .countermainBox .rightBox .content-wrapper .bs-counter .box:first-child .number {
                min-width: auto
            }
}

@media(max-width: 767px) {
    .bs-counter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

        .bs-counter .stat-item {
            padding: 10px 0
        }

            .bs-counter .stat-item::after {
                content: none
            }

            .bs-counter .stat-item .stat-number.typ-center {
                text-align: left
            }

            .bs-counter .stat-item .stat-number .typ-counter-flx {
                gap: 5px
            }

                .bs-counter .stat-item .stat-number .typ-counter-flx.typ-center {
                    justify-content: flex-start;
                    align-items: flex-end
                }

            .bs-counter .stat-item .stat-number .suffix {
                font-size: 13px
            }

                .bs-counter .stat-item .stat-number .suffix.typ-center {
                    text-align: left
                }

            .bs-counter .stat-item .stat-number .counter-value {
                font-size: 20px
            }

            .bs-counter .stat-item .stat-number .rs-sign {
                font-size: 16px
            }
}

.bs-events .typ-events .swiper {
    padding-top: 40px
}

.bs-events .typ-events .swiper-button-prev, .bs-events .typ-events .swiper-button-next {
    display: none !important
}

.bs-events .typ-events .icon-link-arrow:before {
    display: none
}

.bs-events .typ-events .bs-swipper-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 20px;
    z-index: 10
}

    .bs-events .typ-events .bs-swipper-icons .swiper-nav-btn {
        width: 32px;
        height: 32px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: rgba(0,0,0,0);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background .3s,transform .2s;
        position: relative
    }

        .bs-events .typ-events .bs-swipper-icons .swiper-nav-btn:hover {
            background: #fff;
            transform: scale(1.05);
            border: 2px solid #001a24
        }

            .bs-events .typ-events .bs-swipper-icons .swiper-nav-btn:hover .icon-link-arrow {
                border-top: 2px solid #001a24;
                border-right: 2px solid #001a24
            }

.bs-events .typ-events .icon-link-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute
}

.bs-events .typ-events .certification-prev .icon-link-arrow {
    transform: rotate(-135deg);
    margin-left: 5px
}

.bs-events .typ-events .certification-next .icon-link-arrow {
    transform: rotate(45deg);
    margin-right: 5px
}

.bs-events .typ-events .event-card {
    overflow: hidden;
    background-color: #001a24;
    transition: all .3s ease-in-out;
    position: relative;
    cursor: pointer;
    min-height: 350px
}

    .bs-events .typ-events .event-card img.main-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        transition: height .3s ease-in-out
    }

.bs-events .typ-events .event-content {
    padding: 15px;
    transition: all .3s ease-in-out;
    min-height: 120px
}

.bs-events .typ-events .event-date {
    font-size: .8rem;
    color: hsla(0,0%,100%,.6549019608)
}

.bs-events .typ-events .event-title {
    color: hsla(0,0%,100%,.7921568627);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600
}

.bs-events .typ-events .extra-details {
    display: none;
    font-size: .85rem
}

    .bs-events .typ-events .extra-details p {
        display: flex;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 10px;
        align-items: center
    }

.bs-events .typ-events .event-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.bs-events .typ-events .event-card:hover .event-content {
    background-color: #fe9f37;
    color: #001a24
}

.bs-events .typ-events .event-card:hover .event-content {
    min-height: 200px
}

.bs-events .typ-events .event-card:hover img.main-img {
    height: 200px
}

.bs-events .typ-events .event-card:hover .extra-details {
    display: block
}

.bs-events .typ-events .event-card:hover .event-date {
    display: none
}

.bs-events .typ-events .event-card:hover .event-title {
    color: #001a24;
    font-size: 22px;
    font-weight: 600
}

.bs-events .typ-events .online-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    color: #001a24;
    padding: 4px 10px
}

.bs-events .typ-events .learn-more {
    display: none;
    color: #001a24;
    background: rgba(0,0,0,0);
    border: none;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    transition: background .3s;
    text-decoration: underline;
    text-underline-offset: 4px
}

.bs-events .typ-events .event-card:hover .learn-more {
    display: inline-block;
    margin-top: 20px
}

@media(max-width: 768px) {
    .bs-events .typ-events .team-card {
        padding: 10px
    }
}

.bs-events .typ-abt-events .event-desc {
    line-height: 150%;
    font-size: 20px !important
}

.bs-events .typ-abt-events .speaker-section {
    margin-top: 40px
}

.bs-events .typ-abt-events .speaker-img {
    width: 100%
}

.bs-events .typ-abt-events .speaker-label {
    font-size: .75rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 5px
}

.bs-events .typ-abt-events .speaker-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px
}

.bs-events .typ-abt-events .linkedin-icon {
    color: #fe9f37;
    margin-left: 5px
}

.bs-events .typ-abt-events .speaker-role {
    margin-bottom: 15px;
    font-size: 15px
}

.bs-events .typ-abt-events .common-event {
    padding-left: 5rem
}

@media(max-width: 768px) {
    .bs-events .typ-abt-events .common-event {
        padding-left: 10px
    }

    .bs-events .typ-abt-events .event-desc {
        font-size: 16px !important
    }
}

.bs-events .typ-evt-cont .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050
}

.bs-events .typ-evt-cont .popup-box {
    background: #041620;
    padding: 2rem;
    border-radius: 0;
    max-width: 1100px;
    width: 95%;
    position: relative
}

.bs-events .typ-evt-cont .popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff
}

.bs-events .typ-evt-cont .form-control, .bs-events .typ-evt-cont .form-select {
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #3a4a5a;
    border-radius: 0;
    color: hsla(0,0%,100%,.7176470588);
    appearance: none;
    line-height: 1.9
}

    .bs-events .typ-evt-cont .form-control::placeholder {
        color: hsla(0,0%,100%,.7176470588)
    }

    .bs-events .typ-evt-cont .form-select option {
        color: #000
    }

.bs-events .typ-evt-cont .form-check-input {
    background-color: rgba(0,0,0,0);
    border: 1px solid hsla(0,0%,100%,.1647058824)
}

.bs-events .typ-evt-cont .dropdown-angle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.bs-events .typ-evt-cont .bs-subheading {
    color: #fff;
    font-size: 12px
}

.bs-events .typ-evt-cont .maxw350 {
    max-width: 430px
}

.bs-events .typ-evt-cont .form-select {
    padding-right: 2.5rem
}

.bs-events .typ-evt-cont .btn-submit {
    background: orange;
    border: none;
    padding: .9rem 1.2rem;
    border-radius: 25px;
    font-weight: bold
}

    .bs-events .typ-evt-cont .btn-submit .black-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #000;
        border-radius: 50%;
        margin-right: 8px
    }

@media(max-width: 992px) {
    .bs-events .typ-evt-cont .orange-frame img {
        display: none
    }
}

@media(max-width: 768px) {
    .bs-events .typ-evt-cont .popup-box {
        padding: 1rem
    }

        .bs-events .typ-evt-cont .popup-box .bs-heading {
            font-size: 18px
        }

    .bs-events .typ-evt-cont .form-control, .bs-events .typ-evt-cont .form-select {
        line-height: .9
    }

    .bs-events .typ-evt-cont .bs-sub-heading {
        font-size: 7px
    }
}

@media(max-width: 376px) {
    .bs-events .typ-evt-cont .popup-box {
        height: 602px;
        overflow-y: scroll
    }
}

.bs-events.typ-certification-verification {
    background-color: #f3f2ee
}

    .bs-events.typ-certification-verification .common-heading .bs-sub-heading {
        letter-spacing: 1.2px
    }

    .bs-events.typ-certification-verification .tab-wrap {
        display: flex;
        justify-content: center;
        margin: 40px 0
    }

    .bs-events.typ-certification-verification .nav-pills {
        background: rgba(0,26,36,.1019607843);
        border-radius: 999px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        padding: 5px
    }

        .bs-events.typ-certification-verification .nav-pills .nav-link {
            border-radius: 0;
            padding: 20px 30px;
            font-weight: 600;
            color: #222;
            transition: background .2s,color .2s
        }

            .bs-events.typ-certification-verification .nav-pills .nav-link.active {
                background: #ff9f31;
                color: #1b1b1b
            }

            .bs-events.typ-certification-verification .nav-pills .nav-link:first-child {
                border-top-left-radius: 999px;
                border-bottom-left-radius: 999px
            }

            .bs-events.typ-certification-verification .nav-pills .nav-link:last-child {
                border-top-right-radius: 999px;
                border-bottom-right-radius: 999px
            }

    .bs-events.typ-certification-verification .panel {
        background: #0e222b;
        color: #e9f1f5;
        padding: 28px;
        max-width: 880px;
        margin: 0 auto 0;
        box-shadow: 0 12px 28px rgba(0,0,0,.12)
    }

        .bs-events.typ-certification-verification .panel h4, .bs-events.typ-certification-verification .panel .h4 {
            font-weight: 500;
            margin-bottom: 16px;
            font-size: 22px
        }

    .bs-events.typ-certification-verification .form-label {
        color: hsla(0,0%,100%,.537254902);
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 1.5rem;
        font-size: 16px
    }

    .bs-events.typ-certification-verification .form-control {
        background: rgba(0,0,0,0);
        color: #e9f1f5;
        border: none;
        border-bottom: 1px solid #23424f
    }

    .bs-events.typ-certification-verification .form-check-input {
        color: #e9f1f5;
        border-radius: 0;
        border: 1px solid hsla(0,0%,100%,.5568627451);
        background-color: hsla(0,0%,100%,.0509803922)
    }

    .bs-events.typ-certification-verification .form-check-label {
        font-weight: 400;
        font-size: 12px
    }

    .bs-events.typ-certification-verification .btn-submit {
        background: #ff9f31;
        border: none;
        color: #1b1b1b;
        font-weight: 700;
        padding: 15px 22px;
        border-radius: 999px;
        transition: transform .12s ease,box-shadow .2s ease
    }

        .bs-events.typ-certification-verification .btn-submit:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(255,159,49,.35)
        }

    .bs-events.typ-certification-verification .tab-pane.fade {
        transition: opacity .25s ease,transform .25s ease;
        transform: translateY(6px)
    }

        .bs-events.typ-certification-verification .tab-pane.fade.show {
            transform: translateY(0)
        }

@media(max-width: 768px) {
    .bs-events.typ-certification-verification .nav-pills {
        border-radius: 40px
    }

        .bs-events.typ-certification-verification .nav-pills li {
            width: 100%
        }

            .bs-events.typ-certification-verification .nav-pills li button {
                width: 100%
            }
}

.bs-events.typ-evt-moments .slider-container {
    padding: 30px 20px;
    position: relative
}

.bs-events.typ-evt-moments .slider-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px
}

    .bs-events.typ-evt-moments .slider-header h3, .bs-events.typ-evt-moments .slider-header .h3 {
        margin: 0;
        font-weight: 600
    }

.bs-events.typ-evt-moments .slider-controls {
    display: flex;
    gap: 30px
}

.bs-events.typ-evt-moments .swiper-button-prev, .bs-events.typ-evt-moments .swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    margin: 0
}

    .bs-events.typ-evt-moments .swiper-button-prev::after, .bs-events.typ-evt-moments .swiper-button-next::after {
        font-size: 16px
    }

.bs-events.typ-evt-moments .swiper-slide img {
    width: 100%;
    height: 400px
}

.bs-events.typ-detained-pro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right
}

    .bs-events.typ-detained-pro.typ-ct-dd .event-desc {
        font-size: 18px !important
    }

.bs-events.typ-certifi-detail-global .bs-heading {
    max-width: 500px
}

.bs-events.typ-certifi-detail-global .img-div {
    padding-top: 5rem
}

.bs-events.typ-certifi-detail-global .common-event {
    height: 300px
}

.bs-events.typ-certifi-detail-global .bs-para {
    font-size: 20px
}

@media(max-width: 1024px) {
    .bs-events.typ-certifi-detail-global .common-event {
        height: auto
    }

    .bs-events.typ-certifi-detail-global .bs-para {
        font-size: 18px
    }
}

@media(max-width: 768px) {
    .bs-events.typ-certifi-detail-global .common-event {
        margin-top: 1rem
    }

    .bs-events.typ-certifi-detail-global .img-div {
        padding-top: 1rem
    }

    .bs-events.typ-certifi-detail-global .bs-para {
        font-size: 16px
    }
}

.bs-events.typ-success-story {
    background: #f3f2ee
}

    .bs-events.typ-success-story .common-event {
        height: auto
    }

    .bs-events.typ-success-story .bs-heading {
        max-width: 430px
    }

.bs-footer .nicdc-footer {
    background-color: #1d3557;
    color: var(--text-color);
    padding: 104px 0;
    padding-bottom: 10px;
    font-size: .85rem
}

.bs-footer .logo-container img {
    width: 110px !important
}

.bs-footer .nicdc-footer a {
    color: hsla(0,0%,100%,.8);
    text-decoration: none;
    transition: color .3s ease
}

    .bs-footer .nicdc-footer a:hover {
        color: #d8d8d8
    }

.bs-footer .nicdc-footer .quick-links-group a, .bs-footer .footer-bottom .terms-links a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px
}

    .bs-footer .nicdc-footer .quick-links-group a::after, .bs-footer .footer-bottom .terms-links a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: width .3s ease-in-out
    }

    .bs-footer .nicdc-footer .quick-links-group a:hover::after, .bs-footer .footer-bottom .terms-links a:hover::after {
        width: 100%
    }

.bs-footer .nicdc-footer .section-heading {
    color: #fafff8;
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 100%;
    text-transform: uppercase
}

.bs-footer .nicdc-footer .contact-info .section-para {
    margin-bottom: .1rem;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
    color: rgba(250,255,248,.8)
}

.bs-footer .section-para2 {
    color: #fff;
    font-weight: 400
}

.bs-footer .nicdc-footer .contact-spacing {
    margin-top: 1.5rem
}

.bs-footer .nicdc-content-row {
    margin-left: 0;
    margin-right: 0
}

    .bs-footer .nicdc-content-row .logo-contact-group {
        gap: 58px
    }

.bs-footer .col-contact {
    width: 40%;
    padding-right: 0rem !important
}

.bs-footer .col-links {
    width: 40%;
    padding-left: 0rem !important;
    padding-right: 0rem !important
}

.bs-footer .col-social {
    width: 20%;
    padding-left: 0rem !important
}

@media(max-width: 991.98px) {
    .bs-footer .col-contact, .bs-footer .col-links, .bs-footer .col-social {
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important
    }

    .bs-footer .nicdc-footer .logo-contact-group {
        flex-direction: column
    }

    .bs-footer .nicdc-footer {
        padding: 75px 0
    }
}

.bs-footer .nicdc-footer .quick-links-group {
    display: flex;
    gap: 4rem;
    font-size: 14px;
    font-weight: 500
}

    .bs-footer .nicdc-footer .quick-links-group ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 16px
    }

        .bs-footer .nicdc-footer .quick-links-group ul li {
            font-size: 14px;
            font-weight: 500;
            color: hsla(0,0%,100%,.8);
            line-height: 100%
        }

.bs-footer .nicdc-footer .social-icons .icon-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px
}

.bs-footer .nicdc-footer .social-icons a {
    font-size: 1.2rem;
    width: 30px;
    padding: 18px;
    border-radius: 50%;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out
}

    .bs-footer .nicdc-footer .social-icons a .icon {
        transition: all .3s ease-in-out;
        border: 2px solid hsla(0,0%,100%,.3);
        border-radius: 50%;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        padding: 18px
    }

    .bs-footer .nicdc-footer .social-icons a:hover {
        background-color: #fff
    }

        .bs-footer .nicdc-footer .social-icons a:hover .icon::before {
            color: #1d3557
        }

.bs-footer .footer-bottom {
    border-top: 1px solid hsla(0,0%,100%,.15);
    padding: 20px 0;
    padding-top: 20px;
    margin-top: 2rem;
    font-size: .75rem
}

    .bs-footer .footer-bottom .terms-links a {
        margin-left: .5rem;
        white-space: nowrap
    }

.bs-footer .container-nicdc {
    max-width: 1320px;
    margin: 0 auto
}

@media(max-width: 1368px) {
    .bs-footer .container-nicdc {
        max-width: 1140px
    }
}

@media(max-width: 767px) {
    .bs-footer .nicdc-footer {
        padding-top: 50px;
        padding-bottom: 50px
    }

        .bs-footer .nicdc-footer .quick-links-group {
            gap: 1rem;
            flex-direction: column
        }

        .bs-footer .nicdc-footer .logo-contact-group {
            gap: 25px
        }

    .bs-footer .col-social {
        margin-bottom: 0 !important
    }

    .bs-footer .footer-bottom {
        margin-top: 0;
        --bs-gutter-x: 0 !important
    }

    .bs-footer .nicdc-footer {
        padding-bottom: 20px
    }

    .bs-footer .col-contact, .bs-footer .col-links, .bs-footer .col-social {
        width: 100%
    }

    .bs-footer .logo-container img {
        max-width: 100px !important
    }
}

.bs-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 120px
}

@media(max-width: 1025px) {
    .bs-grid-box {
        grid-gap: 0
    }
}

@media(max-width: 992px) {
    .bs-grid-box {
        display: block
    }
}

.bs-header :root {
    --accent: #CDB48F;
    --dark: #141329
}

.bs-header .mobile-panel {
    max-width: 500px;
    border-radius: 6px
}

.bs-header .mobile-parent-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: auto;
    height: 700px;
    padding-bottom: 70px
}

.bs-header .mobile-parent-item {
    list-style: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px
}

    .bs-header .mobile-parent-item .bs-chevron-icon {
        transform: rotate(45deg)
    }

    .bs-header .mobile-parent-item.active .bs-chevron-icon {
        transform: rotate(225deg)
    }

    .bs-header .mobile-parent-item .mobile-num {
        color: #1d3557;
        margin-right: 12px;
        font-weight: 600;
        font-size: 12px
    }

    .bs-header .mobile-parent-item .mobile-title {
        font-weight: 600;
        text-transform: uppercase;
        color: #1d3557;
        font-size: 20px;
        transition: all .2s ease-in-out
    }

    .bs-header .mobile-parent-item .header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all .3s ease-in-out
    }

    .bs-header .mobile-parent-item .num {
        color: #9e9e9e;
        font-weight: 700;
        margin-right: 12px
    }

    .bs-header .mobile-parent-item .arrow {
        display: inline-block;
        transition: transform .25s ease;
        font-weight: bold
    }

    .bs-header .mobile-parent-item.active .arrow {
        transform: rotate(90deg)
    }

.bs-header .mobile-child-list {
    list-style: none;
    padding-left: 16px;
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease;
    width: 100%
}

    .bs-header .mobile-child-list li {
        padding: 6px 42px;
        padding-right: 10px
    }

        .bs-header .mobile-child-list li a {
            text-decoration: none;
            color: #1d3557;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 15px;
            position: relative;
            position: relative
        }

            .bs-header .mobile-child-list li a::after {
                content: "";
                position: absolute;
                left: 0px;
                bottom: -4px;
                width: 0;
                height: 2px;
                background: #1d3557;
                transition: width .3s ease
            }

            .bs-header .mobile-child-list li a:hover::after {
                width: 100%
            }

.bs-header .mobile-parent-item.active + .mobile-child-list {
    max-height: 800px
}

.bs-header .mobile-child-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.bs-header .dropdown-header {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 4px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #1d3557
}

.bs-header .dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    padding-left: 15px
}

    .bs-header .dropdown-content li {
        padding: 8px 0
    }

.bs-header .dropdown-item.active .dropdown-content {
    max-height: 200px;
    overflow-y: auto
}

.bs-header .arrow {
    transition: transform .3s ease
}

.bs-header .dropdown-item.active .arrow {
    transform: rotate(45deg)
}

.bs-header .btn.toggle-transparent:active {
    border: none
}

.bs-header .toggle-transparent .menu-line {
    background-color: #fff
}

.bs-header .toggle-scrolled .menu-line {
    background-color: #000
}

.bs-header .menu-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    transition: background-color .3s ease
}

.bs-header .hero-top {
    height: 100vh;
    background: url("/mnt/data/heading.jpg") center/cover no-repeat
}

.bs-header .topbar {
    width: 100%;
    background: #e5e5e5;
    height: 55px
}

.bs-header .topbar__row {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.bs-header .topbar__social {
    display: flex;
    align-items: center;
    gap: 15px
}

    .bs-header .topbar__social .icon {
        font-size: 20px
    }

        .bs-header .topbar__social .icon::before {
            color: #1d3557
        }

    .bs-header .topbar__social a {
        color: #000;
        font-size: 24px;
        transition: .3s
    }

        .bs-header .topbar__social a:hover {
            opacity: .7
        }

.bs-header .topbar__links {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap
}

    .bs-header .topbar__links a {
        color: #1d3557;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap
    }


.banner-footer{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:50;
}
.bs-header .topbar__actions {
    display: flex;
    gap: 20px
}

.bs-header .topbar__marquee {
    margin-top: 0px
}

.bs-header .marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

    .bs-header .marquee .typ-news-heading {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 0%;
        overflow: hidden;
        background: #1d3557;
        z-index: 9;
        padding: 18px 16px;
        height: 55px
    }

.bs-header .marquee__content {
    display: inline-flex;
    align-items: center;
    gap: 80px;
    height: 55px;
    width: max-content;
    white-space: nowrap;
    will-change: transform
}

    .bs-header .marquee__content a {
        text-decoration: none;
        color: #1d3557;
        font-size: 15px;
        font-weight: 700;
        padding: 2px 20px;
        white-space: nowrap;
        position: relative
    }

        .bs-header .marquee__content a::after {
            content: "";
            position: absolute;
            right: -40px;
            height: 20px;
            width: 1px;
            background-color: #1d3557
        }

.bs-header .marquee__toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border: none;
    background-color: #1d3557;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    z-index: 10
}

.bs-header .marquee:has(.marquee__content a:hover) .marquee__content {
    animation-play-state: paused
}

.bs-header .marquee.paused .marquee__content {
    animation-play-state: paused
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.bs-header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    transition: background .3s ease,transform .3s ease
}

    .bs-header .site-header.transparent {
        background: rgba(0,0,0,0)
    }

    .bs-header .site-header.scrolled {
        background: #fff;
        box-shadow: 0 4px 20px rgba(0,0,0,.08)
    }

        .bs-header .site-header.scrolled .select-box {
            border: 1px solid #1d3557
        }

            .bs-header .site-header.scrolled .select-box .value {
                color: #1d3557
            }

            .bs-header .site-header.scrolled .select-box img {
                filter: none
            }

        .bs-header .site-header.scrolled .arrow {
            border: solid #1d3557;
            border-width: 0 1.5px 1.5px 0
        }

    .bs-header .site-header .select-box .arrow {
        transform: rotate(0deg);
        box-shadow: none;
        border: none
    }

    .bs-header .site-header.scrolled .select-box .arrow {
        border: none;
        box-shadow: none
    }

    .bs-header .site-header.hide {
        transform: translateY(-100%)
    }

.bs-header .navbar {
    padding: 0rem .1rem;
    max-width: 90%;
    margin: 0 auto;
    height: 115px
}

    .bs-header .navbar .brand-logo {
        width: 94px
    }

        .bs-header .navbar .brand-logo .logo-blue {
            width: 62px
        }

.bs-header .main-nav .nav-link {
    color: #1d3557;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: .7rem 1rem;
    position: relative;
    transition: color .3s ease
}

    .bs-header .main-nav .nav-link .arrow {
        position: relative;
        top: -3px
    }

    .bs-header .main-nav .nav-link:hover {
        color: #1d3557
    }

        .bs-header .main-nav .nav-link:hover .arrow {
            border: solid #1d3557;
            border-width: 0 1.5px 1.5px 0
        }

.bs-header .site-header.scrolled .nav-link {
    color: #1d3557 !important
}

.bs-header .custom-dropdown {
    position: relative
}

    .bs-header .custom-dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 54px;
        opacity: 0;
        pointer-events: none
    }

    .bs-header .custom-dropdown:hover::after {
        opacity: 1;
        pointer-events: auto
    }

.bs-header .custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background-color: #f0f1e8;
    min-width: 220px;
    padding: 10px 0;
    border-radius: 0px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
    z-index: 999;
    padding: 0
}

    .bs-header .custom-dropdown:hover .custom-dropdown-menu, .bs-header .custom-dropdown-menu:hover {
        opacity: 1;
        visibility: visible
    }

        .bs-header .custom-dropdown:hover .custom-dropdown-menu::after, .bs-header .custom-dropdown-menu:hover::after {
            opacity: 1;
            pointer-events: auto
        }

    .bs-header .custom-dropdown-menu li {
        list-style: none
    }

        .bs-header .custom-dropdown-menu li a {
            display: block;
            padding: 10px 18px;
            color: #1d3557;
            text-decoration: none;
            transition: .2s
        }

            .bs-header .custom-dropdown-menu li a:hover {
                background: #f5f5f5;
                color: #000
            }

.bs-header .custom-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(26px)
}

.bs-header .arrow {
    display: inline-block;
    margin-left: 6px;
    border: solid #1d3557;
    border-width: 0 1.5px 1.5px 0;
    padding: 3px;
    transform: rotate(45deg);
    transition: .3s
}

.bs-header .custom-dropdown:hover .arrow {
    transform: rotate(-135deg)
}

.bs-header .mega-parent .dropdown-menu[data-bs-popper] {
    border-radius: 0;
    padding: 0;
    top: 75%;
    left: 175px
}

.bs-header .mega-parent .dropdown-menu .dropdown-item {
    padding: 10px 12px
}

    .bs-header .mega-parent .dropdown-menu .dropdown-item:active {
        background-color: #1d3557
    }

.bs-header .mega-parent > .nav-link i, .bs-header .mega-parent > .nav-link .bi {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform .28s cubic-bezier(0.2, 0.9, 0.2, 1);
    margin-left: 6px;
    font-size: 11px;
    font-weight: bold
}

.bs-header .mega-parent:hover > .nav-link i, .bs-header .mega-parent.open > .nav-link i {
    transform: rotate(180deg)
}

.bs-header .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: rgba(0,0,0,.68);
    padding: 3rem 0;
    display: none;
    z-index: 3000
}

.bs-header .mega-inner {
    position: relative;
    left: 12.5vw;
    display: flex;
    gap: 3rem;
    color: #fff
}

.bs-header .site-header.mega-open {
    background: rgba(0,0,0,.7) !important
}

    .bs-header .site-header.mega-open .nav-link, .bs-header .site-header.mega-open .nav-link i {
        color: #fff !important
    }

.bs-header .mega-menu *, .bs-header .mega-menu a {
    color: #fff !important;
    transition: color .25s ease
}

    .bs-header .mega-menu a:hover {
        color: var(--accent) !important
    }

.bs-header .mega-left h5, .bs-header .mega-left .h5 {
    color: #fff;
    margin-bottom: .8rem
}

.bs-header .mega-left a {
    text-decoration: none;
    padding: .4rem 0;
    display: block
}

.bs-header .mega-right img {
    width: 450px;
    border-radius: 4px
}

.bs-header .inquiry-btn {
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: .6rem 1rem
}

.bs-header #slidePanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #f0f1e8;
    z-index: 3000;
    transform: translateX(100%);
    transition: .3s ease;
    display: flex;
    flex-direction: column
}

    .bs-header #slidePanel.open {
        transform: translateX(0)
    }

    .bs-header #slidePanel .panel-header {
        padding: 1rem 1.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd
    }

.bs-header .logo-white {
    display: block;
    width: 61px
}

.bs-header .logo-blue {
    display: none
}

.bs-header .site-header.scrolled .logo-white {
    display: none
}

.bs-header .site-header.scrolled .logo-blue {
    display: block
}

.bs-header .site-header.mega-open .logo-white {
    display: block
}

.bs-header .site-header.mega-open .logo-blue {
    display: none
}

.bs-header .menu-line {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #1d3557;
    margin: 6px 0
}

.bs-header .close-x {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.bs-header .x-line {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    transform-origin: center
}

    .bs-header .x-line:nth-child(1) {
        transform: rotate(45deg)
    }

    .bs-header .x-line:nth-child(2) {
        transform: rotate(-45deg)
    }

@media(max-width: 1920px) {
    .bs-header .navbar .brand-logo {
        width: 120px
    }

    .bs-header .navbar {
        height: 140px
    }

    .bs-header .logo-white {
        width: 65px
    }

    .bs-header .brand-logo .logo-blue {
        width: 90px
    }
}

@media(max-width: 1600px) {
    .bs-header .navbar {
        height: 120px
    }

        .bs-header .navbar .brand-logo {
            width: 90px
        }

    .bs-header .logo-white {
        width: 62px
    }

    .bs-header .brand-logo .logo-blue {
        width: 62px
    }
}

@media(max-width: 991px) {
    .bs-header .main-nav {
        display: none !important
    }

    .bs-header .inquiry-btn {
        display: none !important
    }

    .bs-header .topbar__row {
        flex-direction: column;
        gap: 10px;
        padding: 0 0px;
        flex-wrap: wrap
    }

    .bs-header .topbar__social {
        width: 100%
    }

    .bs-header .topbar__links {
        gap: 5px;
        text-align: center
    }

        .bs-header .topbar__links a {
            font-size: 12px
        }

    .bs-header .topbar__actions {
        width: 100%;
        flex-direction: column
    }

        .bs-header .topbar__actions select {
            width: 100%;
            min-width: auto
        }

    .bs-header .topbar__marquee {
        margin-top: 8px
    }

    .bs-header .marquee__content {
        gap: 120px
    }

        .bs-header .marquee__content a {
            font-size: 12px;
            padding: 0px 10px
        }

    .bs-header .marquee .typ-news-heading {
        font-size: 11px
    }
}

.bs-header :root {
    --blue: $clr-theme-blue;
    --bg: #F0F1E8;
    --text: $clr-theme-blue;
    --grey-line: #0000001A
}

.bs-header .slide-panel {
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative
}

.bs-header .left-panel {
    width: 50%;
    min-width: 600px;
    padding: 20px 0 70px 72px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-right: 6px solid var(--blue);
    height: 100vh
}

.bs-header .parent-child {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    width: 100%;
    position: relative
}

.bs-header .independent-row {
    flex-shrink: 0;
    margin-top: 24px
}

.bs-header .parent-col {
    width: 40%;
    padding-right: 24px;
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid rgba(0,0,0,.1019607843)
}

.bs-header .parent-list-wrapper {
    position: relative
}

    .bs-header .parent-list-wrapper::before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 1px;
        height: 100%;
        background: var(--grey-line)
    }

.bs-header .child-col {
    width: 70%;
    padding-left: 24px;
    box-sizing: border-box;
    position: relative
}

.bs-header .parent-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.bs-header .parent-item {
    display: flex;
    align-items: center;
    padding: 12px 12px;
    position: relative;
    cursor: pointer;
    justify-content: space-between
}

    .bs-header .parent-item .num {
        width: 28px;
        color: #cdb48f;
        margin-right: 12px;
        font-weight: 600;
        font-size: 12px
    }

    .bs-header .parent-item .title {
        font-weight: 600;
        color: #1d3557;
        font-size: 20px
    }

    .bs-header .parent-item .arrow {
        margin-left: auto;
        color: #343257;
        opacity: .6
    }

    .bs-header .parent-item:hover {
        background: rgba(0,0,0,0)
    }

.bs-header .has-children .arrow::after {
    content: "›";
    display: inline-block;
    margin-left: 8px;
    transform: translateY(-1px);
    font-size: 18px
}

.bs-header .child-pane {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all .3s ease;
    white-space: nowrap;
    pointer-events: none
}

    .bs-header .child-pane.active {
        left: 0;
        opacity: 1;
        pointer-events: auto
    }

    .bs-header .child-pane a {
        display: inline-block;
        color: #1d3557;
        text-decoration: none;
        padding: 6px 12px;
        border-radius: 2px;
        font-size: 14px
    }

.bs-header .independent-row .child-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 8px 0;
    width: 70%
}

.bs-header .independent-row .foot-links a {
    display: block;
    color: #1d3557;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600
}

.bs-header .center-square {
    position: absolute;
    left: calc(70% - 3px - 55px);
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
    border: 6px solid var(--blue);
    background: #fff;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    transition: transform .3s ease
}

    .bs-header .center-square:hover {
        transform: translateY(-50%) scale(1.05)
    }

    .bs-header .center-square img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

.bs-header .right-panel {
    width: 50%;
    position: relative;
    overflow: hidden
}

.bs-header .close-x {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 28px;
    color: #fff;
    z-index: 60;
    cursor: pointer
}

.bs-header .right-panel .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.bs-header .mega-projects {
    position: static
}

    .bs-header .mega-projects:hover .projects-mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0)
    }

    .bs-header .mega-projects:hover > .nav-link .arrow {
        transform: rotate(-135deg)
    }

.bs-header .projects-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%) translateY(12px);
    background: #f0f1e8;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 999;
    height: 100vh
}

.bs-header .projects-inner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 20px 0
}

.bs-header .projects-grid {
    display: grid;
    grid-template-columns: 340px 356px 1fr;
    gap: 60px
}

.bs-header .project-column {
    min-width: 0
}

.bs-header .column-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1d3557;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(0,0,0,.08)
}

    .bs-header .column-title small, .bs-header .column-title .small {
        color: #888;
        font-size: 15px;
        font-weight: 600
    }

.bs-header .project-column ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bs-header .project-column li {
    margin-bottom: 12px
}

.bs-header .project-column a {
    display: block;
    color: #1d3557;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    transition: .25s;
    position: relative;
    padding-left: 18px
}

    .bs-header .project-column a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #1d3557;
        transition: .25s
    }

.bs-header .project-column:last-child ul {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 8px
}

    .bs-header .project-column:last-child ul::-webkit-scrollbar {
        width: 5px
    }

    .bs-header .project-column:last-child ul::-webkit-scrollbar-thumb {
        background: #1d3557;
        border-radius: 20px
    }

.bs-header .project-column:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.08);
    padding-right: 35px
}

@media(max-width: 1200px) {
    .bs-header .projects-grid {
        grid-template-columns: 220px 250px 1fr;
        gap: 40px
    }
}

@media(max-width: 1368px) {
    .bs-header .navbar {
        max-width: 1240px
    }
}

@media(max-width: 1024px) {
    .bs-header .parent-col {
        width: 85%
    }
}

@media(max-width: 1000px) {
    .bs-header .left-panel {
        padding: 12px 24px
    }

    .bs-header .center-square {
        width: 84px;
        height: 84px;
        left: calc(36% - 3px - 42px)
    }

    .bs-header .parent-col {
        width: 36%
    }

    .bs-header .child-col {
        width: 64%
    }
}

@media(max-width: 700px) {
    .bs-header .slide-panel {
        flex-direction: column
    }

    .bs-header .left-panel, .bs-header .right-panel {
        width: 100%;
        height: 50vh
    }

    .bs-header .logo-white {
        width: 42px;
        height: auto
    }

    .bs-header .navbar .brand-logo .logo-blue {
        width: 42px;
        height: auto
    }

    .bs-header .btn.toggle-scrolled {
        padding: 0px
    }

    .bs-header .left-panel {
        border-right: 0;
        border-bottom: 6px solid var(--blue)
    }

    .bs-header .center-square {
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .bs-header .child-pane {
        position: relative;
        left: 0;
        top: auto;
        flex-wrap: wrap
    }
}

@media(max-width: 992px) {
    .bs-header .left-panel {
        width: 100%;
        min-width: 0;
        height: auto;
        border-right: 0;
        border-bottom: 6px solid var(--blue);
        padding: 0
    }

    .bs-header .parent-child {
        display: none
    }

    .bs-header .center-square {
        display: none
    }

    .bs-header .right-panel {
        display: none
    }

    .bs-header .mobile-panel {
        display: block;
        margin-bottom: 12px;
        max-width: 600px;
        width: 100%
    }

    .bs-header .mobile-num {
        font-weight: 600;
        color: #cdb48f
    }

    .bs-header .mobile-title {
        color: #1d3557;
        font-weight: 600;
        font-size: 16px
    }

    .bs-header .close-x {
        color: #1d3557
    }

    .bs-header .independent-row {
        padding: 0 15px
    }

        .bs-header .independent-row .child-divider {
            width: 100%
        }

    .bs-header .logo-white {
        height: 80px
    }

    .bs-header .logo-blue {
        height: 80px
    }

    .bs-header .navbar {
        height: 85px
    }
}

@media(max-width: 768px) {
    .bs-header .navbar {
        padding: 0px 15px
    }

        .bs-header .navbar .brand-logo {
            width: 36px
        }

        .bs-header .navbar .btn {
            padding: 0
        }

    .bs-header .menu-line {
        width: 25px
    }

    .bs-header .btn.toggle-transparent {
        padding: 0px
    }

    .bs-header .mobile-panel {
        background: #f4f3ea;
        padding: 12px;
        max-width: 100%;
        border-radius: 6px;
        box-shadow: 0 6px 18px rgba(0,0,0,.04)
    }

    .bs-header .mobile-parent-list {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .bs-header .mobile-parent-item {
        list-style: none;
        padding: 12px;
        border-bottom: 1px solid #d6d6d6;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 6px
    }

        .bs-header .mobile-parent-item .header {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .bs-header .mobile-parent-item .num {
            color: #9e9e9e;
            font-weight: 700;
            margin-right: 12px
        }

        .bs-header .mobile-parent-item .arrow {
            display: inline-block;
            transition: transform .25s ease;
            font-weight: bold
        }

        .bs-header .mobile-parent-item.active .arrow {
            transform: rotate(90deg)
        }

    .bs-header .mobile-child-list {
        list-style: none;
        padding-left: 45px;
        overflow: hidden;
        max-height: 0;
        transition: max-height .35s ease;
        width: 100%
    }

        .bs-header .mobile-child-list li {
            padding: 6px 0
        }

            .bs-header .mobile-child-list li a {
                text-decoration: none;
                color: #1d3557;
                font-weight: 500;
                font-size: 12px
            }

    .bs-header .mobile-parent-item.active + .mobile-child-list {
        max-height: 800px
    }
}

@media(max-width: 330px) {
    .bs-header .navbar .brand-logo {
        width: auto;
        height: auto;
        margin-right: 0 !important
    }
}

.white-header .bs-header .main-nav .nav-link {
    color: #1d3557
}

.white-header .custom-select.typ-header-fullselect .select-box {
    border: 1px solid rgba(0,0,0,.1)
}

    .white-header .custom-select.typ-header-fullselect .select-box .value {
        color: #1d3557
    }

    .white-header .custom-select.typ-header-fullselect .select-box .arrow {
        border-top-color: #1d3557
    }

.white-header .custom-select.typ-language-select {
    border: 1px solid rgba(0,0,0,.1)
}

    .white-header .custom-select.typ-language-select .select-box .value {
        color: #1d3557
    }

    .white-header .custom-select.typ-language-select .select-box .arrow {
        border-top-color: #1d3557
    }

.white-header .custom-select .menu-line {
    background-color: #000
}

.white-header .custom-select.typ-language-select .select-box img {
    filter: inherit
}

.bs-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 115%;
    max-width: 673px
}

    .bs-heading.typ-fullwidth {
        max-width: 100%
    }

        .bs-heading.typ-fullwidth.typ-bannerheading {
            max-width: 990px
        }

    .bs-heading.typ-smll-Subheading {
        font-weight: 500;
        font-size: 14px;
        line-height: 110%;
        text-transform: uppercase;
        color: #1d3557;
        margin-bottom: 0
    }

        .bs-heading.typ-smll-Subheading.typ-white {
            color: #fff
        }

    .bs-heading.typ-banner-smllheading {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 24px;
        color: #fff
    }

    .bs-heading.typWhite {
        color: #fff
    }

    .bs-heading.typ-sub-heading {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 24px;
        color: #fff
    }

    .bs-heading.typ-subSmallheading {
        font-weight: 500;
        font-size: 14px;
        line-height: 110%;
        text-transform: uppercase;
        margin-bottom: 46px;
        color: #1d3557;
        display: flex;
        align-items: center;
        gap: 10px
    }

        .bs-heading.typ-subSmallheading .typ-box {
            background-color: #1d3557;
            width: 7px;
            height: 7px;
            display: block
        }

        .bs-heading.typ-subSmallheading .line {
            background-color: rgba(0,0,0,.1);
            width: 100%;
            height: 1px
        }

    .bs-heading.typ-SubHeading {
        font-weight: 600;
        font-size: 48px;
        line-height: 120%;
        margin-bottom: 0;
        color: #1d3557;
        max-width: inherit
    }

        .bs-heading.typ-SubHeading.typmb-32 {
            margin-bottom: 32px
        }

    .bs-heading.typ-banner-heading {
        font-weight: 600;
        font-size: 40px;
        line-height: 115%;
        color: #fff;
        margin-bottom: 24px;
        max-width: 100%;
        text-transform: none
    }

        .bs-heading.typ-banner-heading.typ-mxw774 {
            max-width: 773px
        }

        .bs-heading.typ-banner-heading.typ-fnt48 {
            font-size: 48px
        }

    .bs-heading.typ-mb45 {
        margin-bottom: 45px
    }

    .bs-heading.typ-overview-heading {
        font-size: 48px;
        font-weight: 600
    }

    .bs-heading.typ-media-heading {
        font-weight: 600;
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 32px;
        color: #1d3557;
        max-width: 1085px
    }

.bs-sub-heading {
    font-size: 11px;
    font-weight: 500
}

    .bs-sub-heading.typWhite {
        color: #fff
    }

@media(max-width: 1368px) {
    .bs-heading {
        font-size: 55px
    }

        .bs-heading.typ-overview-heading {
            font-size: 38px
        }

        .bs-heading.typ-banner-heading {
            font-size: 38px
        }

            .bs-heading.typ-banner-heading.typ-fnt48 {
                font-size: 38px
            }
}

@media(max-width: 1025px) {
    .bs-heading {
        font-size: 32px
    }

        .bs-heading.typ-banner-heading {
            font-size: 32px
        }
}

@media(max-width: 1024px) {
    .bs-heading.typ-media-heading {
        font-size: 25px
    }
}

@media(max-width: 992px) {
    .bs-heading {
        font-size: 28px
    }

        .bs-heading.typ-SubHeading {
            font-size: 38px
        }
}

@media(max-width: 767px) {
    .bs-heading.typ-subSmallheading {
        font-size: 12px;
        margin-bottom: 25px
    }

    .bs-heading.typ-SubHeading {
        font-size: 32px;
        margin-bottom: 20px
    }

    .bs-heading.typ-banner-heading {
        font-size: 30px
    }

        .bs-heading.typ-banner-heading.typ-fnt48 {
            font-size: 30px
        }

    .bs-heading.typ-media-heading {
        font-size: 18px
    }

    .bs-heading.typ-fullwidth {
        max-width: 100%
    }

        .bs-heading.typ-fullwidth.typ-bannerheading {
            max-width: 100%
        }
}

.bs-leaders .rwo-line {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-top: 2rem
}

.bs-leaders .leader-margin {
    margin-top: 0
}

.bs-leaders .service-card {
    padding: 3rem;
    height: 100%;
    background-color: #fff;
    color: #000;
    transition: background-color .4s ease
}

    .bs-leaders .service-card:hover {
        background-color: #f7931e;
        color: #000
    }

    .bs-leaders .service-card h5, .bs-leaders .service-card .h5 {
        font-weight: 700;
        margin: 1rem 0;
        font-size: 24px
    }

    .bs-leaders .service-card p {
        margin-bottom: 1rem;
        font-size: 15px
    }

    .bs-leaders .service-card a {
        text-decoration: underline;
        color: #000;
        font-weight: 500;
        margin-top: 1rem
    }

        .bs-leaders .service-card a:hover {
            color: #000
        }

@media(max-width: 768px) {
    .bs-leaders .service-card {
        padding: 1rem
    }
}

.bs-outcomes .outcomes-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%
}

.bs-outcomes .outcomes-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .25rem
}

.bs-outcomes .outcomes-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f7941d;
    color: #000;
    padding: 2.5rem;
    max-width: 640px;
    border-radius: .25rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.2)
}

    .bs-outcomes .outcomes-box .outcome-heading {
        margin-bottom: 1rem
    }

.bs-outcomes.typ-why-should .training-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: end
}

.bs-outcomes.typ-why-should .training-content {
    padding: 3rem 1rem;
    background: #fff;
    max-width: 570px
}

    .bs-outcomes.typ-why-should .training-content h2, .bs-outcomes.typ-why-should .training-content .h2 {
        font-weight: 700;
        margin-bottom: 2rem
    }

    .bs-outcomes.typ-why-should .training-content ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .bs-outcomes.typ-why-should .training-content ul li {
            padding: 2rem 0 1rem 0;
            border-bottom: 1px solid #ddd;
            font-weight: 600
        }

@media(min-width: 1400px) {
    .bs-outcomes.typ-why-should .training-content {
        max-width: 660px
    }
}

@media(max-width: 1024px) {
    .bs-outcomes.typ-why-should .training-content {
        padding-left: 0;
        max-width: 445px
    }
}

@media(max-width: 992px) {
    .bs-outcomes.typ-why-should .training-content {
        max-width: 355px
    }
}

@media(max-width: 768px) {
    .bs-outcomes.typ-why-should .training-content {
        padding-left: 1rem;
        max-width: 400px
    }

    .bs-outcomes.typ-why-should .training-section {
        justify-content: flex-start
    }
}

@media(max-width: 768px) {
    .bs-outcomes .outcomes-img {
        height: 300px
    }

    .bs-outcomes .outcomes-box {
        right: 0;
        top: 0;
        padding: .8rem
    }
}

.bs-para {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #1d3557
}

    .bs-para.typWhite {
        color: hsla(0,0%,100%,.8352941176);
        font-size: 18px
    }

    .bs-para.typ-white-para {
        color: #fff
    }

    .bs-para.typ-inter {
        font-family: "Inter",sans-serif
    }

    .bs-para.typ-featurepara {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 32px;
        color: #1d3557
    }

    .bs-para.typ-home-para {
        color: #fff;
        font-size: 25px;
        max-width: 730px;
        font-weight: 500;
        margin: 24px 0 36px 0
    }

    .bs-para.typ-header {
        font-size: 20px;
        letter-spacing: .3px;
        color: #1d3557;
        font-weight: 700
    }

    .bs-para.typ-mw440 {
        max-width: 440px
    }

    .bs-para.typ-mw400 {
        max-width: 400px
    }

    .bs-para.typ-fnt-400 {
        font-weight: 400
    }

    .bs-para.typ-subheader {
        font-size: 14px;
        font-weight: 600;
        color: #1d3557;
        letter-spacing: -1px
    }

    .bs-para.typ-social-subHeading {
        font-size: 12px;
        font-weight: 450;
        color: rgba(20,19,41,.5019607843)
    }

    .bs-para.typ-home-usp {
        font-weight: 500;
        letter-spacing: 0;
        text-align: center
    }

    .bs-para.typ-homecorridor {
        margin-bottom: 28px
    }

    .bs-para.typ-black {
        color: #000
    }

    .bs-para.typ-mxw-590 {
        max-width: 590px
    }

    .bs-para.typmb-48 {
        margin-bottom: 48px
    }

    .bs-para.typmb-20 {
        margin-bottom: 20px
    }

    .bs-para.typ-banner-para {
        font-size: 24px;
        line-height: 120%;
        font-weight: 400;
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 24px
    }

    .bs-para.typ-whitepara {
        color: #fff
    }

    .bs-para.typ-feature-para {
        font-size: 14px;
        color: #1d3557;
        font-weight: 500;
        margin-bottom: 32px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0
    }

.bs-para-li {
    font-size: 18px;
    font-weight: 600;
    color: #001a24
}

@media(max-width: 1368px) {
    .bs-para.typ-home-para {
        font-size: 24px
    }
}

@media(max-width: 1025px) {
    .bs-para.typ-banner-para {
        font-size: 22px
    }
}

@media(max-width: 992px) {
    .bs-para {
        font-size: 16px
    }

    .bs-para-new {
        font-size: 18px
    }

    .bs-para-li {
        font-size: 16px
    }

    .check-read {
        font-size: 11px
    }

    .check-para {
        font-size: 9px
    }
}

@media(max-width: 767px) {
    .bs-para.typmb-48 {
        margin-bottom: 25px
    }

    .bs-para.typ-home-para {
        font-size: 18px;
        max-width: 100%;
        line-height: normal
    }
}

@media(max-width: 360px) {
    .bs-para.typ-home-para {
        font-size: 16px
    }
}

.section-hero {
    overflow: hidden
}

    .section-hero .hero-swiper {
        height: 500px
    }

        .section-hero .hero-swiper .swiper-wrapper .swiper-slide {
            overflow: hidden;
            position: relative;
            width: 200px;
            display: flex;
            align-items: center;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: width .3s linear
        }

            .section-hero .hero-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
                transition: all .5s ease;
                transition-delay: 1s;
                animation-direction: alternate;
                animation-iteration-count: 2;
                width: 600px !important
            }

                .section-hero .hero-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content-box {
                    transform: translateY(0);
                    opacity: 1;
                    visibility: visible;
                    transition: all .6s ease;
                    transition-delay: 1.3s;
                    animation-direction: alternate
                }

            .section-hero .hero-swiper .swiper-wrapper .swiper-slide .animate-icon {
                width: 50px;
                height: 50px;
                position: absolute;
                top: 20px;
                left: 24px
            }

            .section-hero .hero-swiper .swiper-wrapper .swiper-slide .verticalTitle {
                position: absolute;
                bottom: 45px;
                left: 24px
            }

                .section-hero .hero-swiper .swiper-wrapper .swiper-slide .verticalTitle .number {
                    font-size: 12px;
                    font-weight: 400;
                    color: #fff;
                    margin-bottom: 18px
                }

                .section-hero .hero-swiper .swiper-wrapper .swiper-slide .verticalTitle .title {
                    font-size: 22px;
                    font-weight: 600;
                    color: #fff
                }

            .section-hero .hero-swiper .swiper-wrapper .swiper-slide .content-box {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transform: translateY(100%);
                opacity: 0;
                visibility: hidden;
                background: linear-gradient(184.69deg, rgba(0, 13, 18, 0) 10.96%, rgba(0, 0, 0, 0.5) 93.25%);
                transition: ease .5s all
            }

                .section-hero .hero-swiper .swiper-wrapper .swiper-slide .content-box .swiper-details {
                    background: #fe9f37;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    max-width: 338px;
                    padding: 20px 24px
                }

                    .section-hero .hero-swiper .swiper-wrapper .swiper-slide .content-box .swiper-details .number {
                        font-size: 12px;
                        font-weight: 400;
                        color: #001a24;
                        margin-bottom: 6px
                    }

                    .section-hero .hero-swiper .swiper-wrapper .swiper-slide .content-box .swiper-details .title {
                        font-size: 22px;
                        font-weight: 600;
                        color: #001a24;
                        margin-bottom: 16px
                    }

                    .section-hero .hero-swiper .swiper-wrapper .swiper-slide .content-box .swiper-details .description-text {
                        font-weight: 15px;
                        font-weight: 400;
                        color: #001a24;
                        margin-bottom: 16px
                    }

@media(max-width: 1025px) {
    .section-hero .hero-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 400px !important
    }
}

@media(max-width: 767px) {
    .section-hero .hero-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 100% !important
    }
}

.bs-sustainable-box {
    position: relative
}

    .bs-sustainable-box .number {
        font-size: 48px;
        line-height: 1.2;
        letter-spacing: -2px;
        font-weight: 200;
        color: #fff;
        padding: 17px 14px;
        background: #91ad2f;
        position: absolute;
        top: -20px;
        left: 20px;
        z-index: 1
    }

    .bs-sustainable-box .card-img {
        position: relative;
        overflow: hidden
    }

        .bs-sustainable-box .card-img img {
            transition: ease .5s all
        }

        .bs-sustainable-box .card-img .tag {
            position: absolute;
            left: 20px;
            bottom: 36px;
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            line-height: 1;
            transition: ease .3s all
        }

    .bs-sustainable-box .content-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        height: 100%;
        transition: ease .5s all;
        background: linear-gradient(184.69deg, rgba(0, 13, 18, 0) 10.96%, rgba(0, 0, 0, 0.5) 93.25%)
    }

        .bs-sustainable-box .content-box .title {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            line-height: 1;
            margin-bottom: 13px
        }

        .bs-sustainable-box .content-box .discription {
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            line-height: 1.5;
            margin-bottom: 17px
        }

    .bs-sustainable-box:hover .card-img img {
        transform: scale(1.1)
    }

    .bs-sustainable-box:hover .card-img .tag {
        opacity: 0
    }

    .bs-sustainable-box:hover .content-box {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

.bs-swiper .swiper-button-disabled {
    pointer-events: none
}

.bs-swiper .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.bs-swiper .swiper-wrapper {
    -webkit-transform-style: preserve-3d
}

.bs-swiper.typ-logo {
    mask-image: none
}

    .bs-swiper.typ-logo .logoSwiper {
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
        width: 100%;
        display: flex;
        overflow: hidden
    }

        .bs-swiper.typ-logo .logoSwiper .swiper-wrapper {
            transition-timing-function: linear !important;
            align-items: center;
            height: auto
        }

            .bs-swiper.typ-logo .logoSwiper .swiper-wrapper .swiper-slide {
                width: auto;
                text-align: center;
                border-right: 1px solid rgba(0,0,0,.1);
                padding: 17px 0
            }

                .bs-swiper.typ-logo .logoSwiper .swiper-wrapper .swiper-slide .logo-wrapper {
                    max-width: 153px;
                    margin: 0 auto;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center
                }

                .bs-swiper.typ-logo .logoSwiper .swiper-wrapper .swiper-slide:last-child {
                    border-right: none
                }

.bs-swiper.typ-nicdcSwiper .swiper .swiper-wrapper {
    margin-top: 90px;
    align-items: stretch
}

.bs-swiper.typ-nicdcSwiper .swiper .swiper-button-next, .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-prev {
    border: 1px solid rgba(20,19,41,.5);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 60px
}

    .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-next .icon, .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-prev .icon {
        font-size: 11px;
        font-weight: 700
    }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-next .icon::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-prev .icon::before {
            color: #141329
        }

    .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-next::after, .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-prev::after {
        display: none
    }

.bs-swiper.typ-nicdcSwiper .swiper .swiper-button-prev {
    left: auto;
    right: 60px
}

    .bs-swiper.typ-nicdcSwiper .swiper .swiper-button-prev .icon {
        transform: rotate(180deg)
    }

.bs-swiper.typ-nicdcSwiper .swiper .swiper-slide {
    height: auto
}

    .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card {
        height: 100%
    }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card {
            background: #f7f7f7;
            border: 1px solid rgba(0,0,0,.1);
            border-radius: 0;
            padding: 24px;
            height: 450px;
            transition: all .4s ease;
            overflow: hidden
        }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card h3, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .h3, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card h4, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .h4, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card h5, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .h5, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card p, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card span, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .icon {
                transition: all .3s ease
            }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-flex {
                display: flex;
                align-items: center;
                justify-content: space-between
            }

                .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-flex h3, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-flex .h3 {
                    font-size: 40px;
                    font-weight: 600;
                    line-height: 1;
                    color: #1d3557;
                    margin-bottom: 0;
                    display: none
                }

                .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-flex .icon::before {
                    color: #1d3557
                }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .img--box {
                width: 100%;
                flex: 0 0 285px;
                max-height: 230px;
                overflow: hidden;
                opacity: 1;
                margin-bottom: 24px;
                transition: max-height .55s ease,opacity .45s ease,margin .45s ease
            }

                .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .img--box img {
                    width: 100%;
                    height: 285px;
                    object-fit: cover;
                    display: block
                }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .card-heading {
                font-size: 24px;
                font-weight: 600;
                line-height: 110%;
                color: #1d3557;
                margin-bottom: 0;
                min-height: 55px;
                white-space: normal;
                overflow: visible;
                text-overflow: unset
            }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-line {
                position: relative;
                margin: 18px 0
            }

                .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-line::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 1px;
                    background: rgba(0,0,0,.1)
                }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-list-gap {
                display: flex;
                flex-direction: column;
                gap: 20px
            }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-subheading {
                font-size: 15px;
                font-weight: 500;
                line-height: 140%;
                margin-bottom: 0
            }

                .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-subheading .icon {
                    font-size: 10px;
                    margin-right: 4px
                }

                    .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-subheading .icon::before {
                        color: #1d3557
                    }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide .nidc-card .card .typ-subpara {
                display: none;
                margin-top: 8px;
                margin-bottom: 0;
                font-size: 14px;
                line-height: 160%;
                color: #f0f1e8;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                margin-top: 0;
                transition: all .5s ease
            }

    .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card {
        background: #1d3557;
        border-color: rgba(0,0,0,0);
        height: 450px
    }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .img--box {
            max-height: 0;
            opacity: 0;
            margin-bottom: 0
        }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card h3, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .h3, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card h4, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .h4, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card h5, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .h5, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card p, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card span, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .icon {
            color: #fff !important
        }

            .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card h3::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .h3::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card h4::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .h4::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card h5::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .h5::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card p::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card span::before, .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .icon::before {
                color: #fff !important
            }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .typ-line::after {
            background: hsla(0,0%,100%,.3)
        }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-slide:hover .nidc-card .card .typ-subpara {
            display: block;
            max-height: 100%;
            visibility: visible;
            opacity: 1
        }

.bs-swiper.typ-featureSwiper {
    margin-top: -75px
}

    .bs-swiper.typ-featureSwiper.typ-nohover .swiper .swiper-button-prev {
        right: 45px
    }

    .bs-swiper.typ-featureSwiper.typ-nohover .swiper .swiper-button-next {
        right: 0px
    }

    .bs-swiper.typ-featureSwiper.typ-nohover .swiper-slide:hover {
        opacity: 1
    }

        .bs-swiper.typ-featureSwiper.typ-nohover .swiper-slide:hover::before {
            content: none
        }

    .bs-swiper.typ-featureSwiper .swiper .swiper-wrapper {
        margin-top: 130px
    }

    .bs-swiper.typ-featureSwiper .swiper .swiper-button-next, .bs-swiper.typ-featureSwiper .swiper .swiper-button-prev {
        border: 1px solid rgba(20,19,41,.5);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 60px
    }

        .bs-swiper.typ-featureSwiper .swiper .swiper-button-next .icon, .bs-swiper.typ-featureSwiper .swiper .swiper-button-prev .icon {
            font-size: 11px;
            font-weight: 700
        }

            .bs-swiper.typ-featureSwiper .swiper .swiper-button-next .icon::before, .bs-swiper.typ-featureSwiper .swiper .swiper-button-prev .icon::before {
                color: #141329
            }

        .bs-swiper.typ-featureSwiper .swiper .swiper-button-next::after, .bs-swiper.typ-featureSwiper .swiper .swiper-button-prev::after {
            content: none
        }

    .bs-swiper.typ-featureSwiper .swiper .swiper-button-prev {
        position: absolute;
        left: auto;
        right: 60px;
        top: 60px
    }

        .bs-swiper.typ-featureSwiper .swiper .swiper-button-prev .icon {
            transform: rotate(180deg)
        }

    .bs-swiper.typ-featureSwiper .swiper-slide {
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden
    }

        .bs-swiper.typ-featureSwiper .swiper-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) -15.23%, #1D3557 100%);
            opacity: 0;
            transition: .4s ease;
            z-index: 1
        }

        .bs-swiper.typ-featureSwiper .swiper-slide .feature-card {
            padding: 18px;
            margin-top: auto;
            background-color: #1d3557;
            position: absolute;
            bottom: 0;
            transition: all .4s ease;
            z-index: 2;
            width: 100%
        }

            .bs-swiper.typ-featureSwiper .swiper-slide .feature-card h3, .bs-swiper.typ-featureSwiper .swiper-slide .feature-card .h3 {
                font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                font-weight: 600;
                font-size: 17px;
                line-height: 130%;
                letter-spacing: -2%;
                color: #fff;
                margin-bottom: 0;
                max-width: 248px
            }

            .bs-swiper.typ-featureSwiper .swiper-slide .feature-card .hover-content {
                opacity: 0;
                max-height: 0;
                overflow: hidden;
                transition: all .4s ease
            }

                .bs-swiper.typ-featureSwiper .swiper-slide .feature-card .hover-content .line {
                    background-color: hsla(0,0%,100%,.34);
                    width: 100%;
                    height: 1px;
                    margin: 16px 0
                }

                .bs-swiper.typ-featureSwiper .swiper-slide .feature-card .hover-content .slide-para {
                    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 157%;
                    letter-spacing: 2%;
                    margin-bottom: 0;
                    color: #f0f1e8
                }

        .bs-swiper.typ-featureSwiper .swiper-slide:hover::before {
            opacity: 1
        }

        .bs-swiper.typ-featureSwiper .swiper-slide:hover .feature-card {
            transform: translateY(0px);
            background-color: rgba(0,0,0,0)
        }

        .bs-swiper.typ-featureSwiper .swiper-slide:hover .hover-content {
            opacity: 1;
            max-height: 200px
        }

.bs-swiper.typ-industrySwiper {
    margin-top: -75px
}

    .bs-swiper.typ-industrySwiper .swiper .swiper-wrapper {
        margin-top: 145px
    }

    .bs-swiper.typ-industrySwiper .swiper .swiper-button-next, .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev {
        border: 1px solid rgba(20,19,41,.5);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 60px
    }

        .bs-swiper.typ-industrySwiper .swiper .swiper-button-next .icon, .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev .icon {
            font-size: 11px;
            font-weight: 700
        }

            .bs-swiper.typ-industrySwiper .swiper .swiper-button-next .icon::before, .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev .icon::before {
                color: #141329
            }

        .bs-swiper.typ-industrySwiper .swiper .swiper-button-next::after, .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev::after {
            content: none
        }

    .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev {
        position: absolute;
        left: auto;
        right: 50px;
        top: 60px
    }

        .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev .icon {
            transform: rotate(180deg);
            position: relative;
            top: 0px;
            left: -1px
        }

    .bs-swiper.typ-industrySwiper .swiper .swiper-button-next .icon {
        top: 0px;
        left: 0px
    }

    .bs-swiper.typ-industrySwiper .swiper-slide {
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden
    }

        .bs-swiper.typ-industrySwiper .swiper-slide .img-wrap {
            height: 325px;
            overflow: hidden
        }

            .bs-swiper.typ-industrySwiper .swiper-slide .img-wrap img {
                height: 100%;
                object-fit: cover
            }

        .bs-swiper.typ-industrySwiper .swiper-slide h3, .bs-swiper.typ-industrySwiper .swiper-slide .h3 {
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 100%;
            margin-bottom: 0;
            color: #141329;
            margin-top: 20px
        }

        .bs-swiper.typ-industrySwiper .swiper-slide .feature-card {
            padding: 24px;
            margin-top: auto;
            background-color: #1d3557;
            position: absolute;
            bottom: 0;
            transition: all .4s ease;
            z-index: 2
        }

            .bs-swiper.typ-industrySwiper .swiper-slide .feature-card h3, .bs-swiper.typ-industrySwiper .swiper-slide .feature-card .h3 {
                font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                font-weight: 600;
                font-size: 24px;
                line-height: 130%;
                letter-spacing: -2%;
                color: #fff;
                margin-bottom: 0
            }

            .bs-swiper.typ-industrySwiper .swiper-slide .feature-card .hover-content {
                opacity: 0;
                max-height: 0;
                overflow: hidden;
                transition: all .4s ease
            }

                .bs-swiper.typ-industrySwiper .swiper-slide .feature-card .hover-content .line {
                    background-color: hsla(0,0%,100%,.34);
                    width: 100%;
                    height: 1px;
                    margin: 16px 0
                }

                .bs-swiper.typ-industrySwiper .swiper-slide .feature-card .hover-content .slide-para {
                    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 157%;
                    letter-spacing: 2%;
                    margin-bottom: 0;
                    color: #f0f1e8
                }

        .bs-swiper.typ-industrySwiper .swiper-slide:hover::before {
            opacity: 1
        }

        .bs-swiper.typ-industrySwiper .swiper-slide:hover .feature-card {
            transform: translateY(0px);
            background-color: rgba(0,0,0,0)
        }

        .bs-swiper.typ-industrySwiper .swiper-slide:hover .hover-content {
            opacity: 1;
            max-height: 200px
        }

.bs-swiper.typ-sector-swiper {
    position: relative;
    box-shadow: 0px 8px 18px 0px rgba(0,0,0,.1019607843);
    width: 650px
}

    .bs-swiper.typ-sector-swiper .triangle-wrap {
        position: absolute;
        left: -35px;
        top: 50%
    }

        .bs-swiper.typ-sector-swiper .triangle-wrap .triangle {
            display: inline-block;
            margin: 0 5px;
            vertical-align: middle
        }

            .bs-swiper.typ-sector-swiper .triangle-wrap .triangle.triangle-3 {
                width: 30px;
                height: 60px;
                border-right: solid 30px #fff;
                border-bottom: solid 30px rgba(0,0,0,0);
                border-top: solid 30px rgba(0,0,0,0)
            }

    .bs-swiper.typ-sector-swiper .swiper-slide {
        padding: 40px 35px
    }

        .bs-swiper.typ-sector-swiper .swiper-slide .logo-wrap {
            width: 60px
        }

        .bs-swiper.typ-sector-swiper .swiper-slide .slide-heading {
            font-weight: 600;
            font-size: 24px;
            line-height: 100%;
            margin-bottom: 32px;
            color: #1d3557
        }

        .bs-swiper.typ-sector-swiper .swiper-slide .slider-para {
            font-weight: 400;
            font-size: 14px;
            line-height: 157%;
            margin-bottom: 16px;
            color: #000
        }

        .bs-swiper.typ-sector-swiper .swiper-slide .sub-heading {
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            margin-bottom: 32px;
            color: #1d3557
        }

        .bs-swiper.typ-sector-swiper .swiper-slide .typlist {
            margin-left: 0;
            display: flex;
            flex-direction: column;
            gap: 15px
        }

            .bs-swiper.typ-sector-swiper .swiper-slide .typlist li {
                font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                font-weight: 400;
                font-size: 14px;
                line-height: 157%;
                margin-bottom: 0;
                color: #000
            }

.bs-swiper.typ-focusSwiper {
    margin-top: -70px
}

    .bs-swiper.typ-focusSwiper .swiper .swiper-wrapper {
        padding-top: 100px
    }

    .bs-swiper.typ-focusSwiper .swiper .swiper-button-next, .bs-swiper.typ-focusSwiper .swiper .swiper-button-prev {
        border: 1px solid rgba(20,19,41,.5);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 24px
    }

        .bs-swiper.typ-focusSwiper .swiper .swiper-button-next .icon, .bs-swiper.typ-focusSwiper .swiper .swiper-button-prev .icon {
            font-size: 11px;
            font-weight: 700
        }

            .bs-swiper.typ-focusSwiper .swiper .swiper-button-next .icon::before, .bs-swiper.typ-focusSwiper .swiper .swiper-button-prev .icon::before {
                color: #141329
            }

        .bs-swiper.typ-focusSwiper .swiper .swiper-button-next::after, .bs-swiper.typ-focusSwiper .swiper .swiper-button-prev::after {
            content: none
        }

    .bs-swiper.typ-focusSwiper .swiper .swiper-button-prev {
        position: absolute;
        left: auto;
        right: 60px;
        top: 24px
    }

        .bs-swiper.typ-focusSwiper .swiper .swiper-button-prev .icon {
            transform: rotate(180deg)
        }

    .bs-swiper.typ-focusSwiper .sub-title {
        font-size: 12px;
        text-transform: uppercase;
        color: #223b68;
        display: block;
        margin-bottom: 15px
    }

    .bs-swiper.typ-focusSwiper .sec-title {
        font-size: 60px;
        font-weight: 700;
        color: #223b68
    }

    .bs-swiper.typ-focusSwiper .focusSectorSlider {
        overflow: visible
    }

    .bs-swiper.typ-focusSwiper .sector-card {
        position: relative;
        height: 520px;
        overflow: hidden
    }

        .bs-swiper.typ-focusSwiper .sector-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 26, 36, 0) 100%);
            z-index: 1;
            pointer-events: none
        }

        .bs-swiper.typ-focusSwiper .sector-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .5s
        }

        .bs-swiper.typ-focusSwiper .sector-card:hover img {
            transform: scale(1.08)
        }

    .bs-swiper.typ-focusSwiper .sector-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75%;
        background: rgba(29,53,87,.8);
        padding: 20px 24px;
        padding-bottom: 30px;
        color: #fff;
        z-index: 2;
        height: 100px
    }

        .bs-swiper.typ-focusSwiper .sector-overlay span {
            display: block;
            font-family: "Inter",sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0px;
            color: #fff;
            margin-bottom: 6px
        }

        .bs-swiper.typ-focusSwiper .sector-overlay h3, .bs-swiper.typ-focusSwiper .sector-overlay .h3 {
            font-family: "Inter",sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            margin-bottom: 0;
            color: #fff;
            max-width: 200px
        }

    .bs-swiper.typ-focusSwiper .focus-nav {
        gap: 12px
    }

    .bs-swiper.typ-focusSwiper .focus-prev, .bs-swiper.typ-focusSwiper .focus-next {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 42px;
        height: 42px;
        border: 1px solid #223b68;
        border-radius: 50%;
        margin: 0
    }

        .bs-swiper.typ-focusSwiper .focus-prev:after, .bs-swiper.typ-focusSwiper .focus-next:after {
            font-size: 14px;
            color: #223b68
        }

.bs-swiper.keySwiper {
    margin-top: -72px
}

    .bs-swiper.keySwiper .swiper .swiper-wrapper {
        padding-top: 90px
    }

    .bs-swiper.keySwiper .swiper .swiper-button-next, .bs-swiper.keySwiper .swiper .swiper-button-prev {
        border: 1px solid rgba(20,19,41,.5);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 24px
    }

        .bs-swiper.keySwiper .swiper .swiper-button-next .icon, .bs-swiper.keySwiper .swiper .swiper-button-prev .icon {
            font-size: 11px;
            font-weight: 700
        }

            .bs-swiper.keySwiper .swiper .swiper-button-next .icon::before, .bs-swiper.keySwiper .swiper .swiper-button-prev .icon::before {
                color: #141329
            }

        .bs-swiper.keySwiper .swiper .swiper-button-next::after, .bs-swiper.keySwiper .swiper .swiper-button-prev::after {
            content: none
        }

    .bs-swiper.keySwiper .swiper .swiper-button-prev {
        position: absolute;
        left: auto;
        right: 60px;
        top: 24px
    }

        .bs-swiper.keySwiper .swiper .swiper-button-prev .icon {
            transform: rotate(180deg)
        }

    .bs-swiper.keySwiper .benefit-card {
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        padding: 18px;
        gap: 24px
    }

    .bs-swiper.keySwiper .benefit-icon {
        width: 56px;
        height: 56px;
        padding: 10px;
        background: #f0f1e8;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }

        .bs-swiper.keySwiper .benefit-icon .icon {
            font-size: 28px
        }

    .bs-swiper.keySwiper .benefit-content {
        font-size: 20px;
        line-height: 1.35;
        color: #232d46
    }

    .bs-swiper.keySwiper .typ-prevbtn::after, .bs-swiper.keySwiper .typ-nextbtn::after {
        display: none
    }

    .bs-swiper.keySwiper .typ-prevbtn .icon {
        transform: rotate(180deg);
        display: inline-block
    }

@media(max-width: 1368px) {
    .bs-swiper.typ-featureSwiper .swiper-slide .feature-card h3, .bs-swiper.typ-featureSwiper .swiper-slide .feature-card .h3 {
        font-size: 20px;
        max-width: 230px
    }
}

@media(max-width: 1024px) {
    .bs-swiper.typ-industrySwiper .swiper {
        padding: 0 15px
    }
}

@media(max-width: 767px) {
    .bs-swiper.typ-logo {
        mask-image: none
    }

    .bs-swiper.typ-nicdcSwiper .swiper .swiper-wrapper .swiper-slide .nidc-card .card {
        height: auto
    }

        .bs-swiper.typ-nicdcSwiper .swiper .swiper-wrapper .swiper-slide .nidc-card .card .img--box {
            max-width: 100%;
            min-height: 100%;
            max-height: 100%
        }

    .bs-swiper.typ-industrySwiper {
        padding: 0 15px
    }

        .bs-swiper.typ-industrySwiper .swiper .swiper-button-next {
            right: 0
        }

        .bs-swiper.typ-industrySwiper .swiper .swiper-button-prev {
            right: 50px
        }

        .bs-swiper.typ-industrySwiper .swiper .swiper-wrapper {
            margin-top: 90px
        }

    .bs-swiper.typ-featureSwiper.typ-nohover .swiper.newsSwiper {
        margin: 0 15px
    }

    .bs-swiper.typ-featureSwiper.typ-nohover .swiper .swiper-button-prev {
        right: 60px
    }

    .bs-swiper.typ-featureSwiper.typ-nohover .swiper .swiper-button-next {
        right: 10px
    }

    .bs-swiper.keySwiper {
        margin-top: -56px
    }

        .bs-swiper.keySwiper .benefit-content {
            font-size: 16px
        }

    .bs-swiper.typ-focusSwiper {
        margin-top: -55px
    }
}

.bs-tabs .nav .nav-item {
    min-width: 500px;
    border-bottom: 1px solid hsla(0,0%,100%,.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px
}

    .bs-tabs .nav .nav-item .nav-link {
        font-size: 22px;
        font-weight: 600;
        color: hsla(0,0%,100%,.5);
        padding: 12px 0;
        background: none;
        border-radius: 0;
        text-align: left;
        min-width: 400px;
        max-width: 420px;
        position: relative
    }

        .bs-tabs .nav .nav-item .nav-link.active {
            color: #fff;
            padding-left: 22px
        }

            .bs-tabs .nav .nav-item .nav-link.active::before {
                content: "";
                width: 4px;
                height: 80%;
                background: #fe9f37;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0
            }

            .bs-tabs .nav .nav-item .nav-link.active + .icon {
                opacity: 1
            }

        .bs-tabs .nav .nav-item .nav-link:hover {
            color: #fff;
            padding-left: 22px
        }

            .bs-tabs .nav .nav-item .nav-link:hover::before {
                content: "";
                width: 4px;
                height: 80%;
                background: #fe9f37;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0
            }

            .bs-tabs .nav .nav-item .nav-link:hover + .icon {
                opacity: 1
            }

    .bs-tabs .nav .nav-item .icon {
        opacity: 0
    }

        .bs-tabs .nav .nav-item .icon::before {
            color: #fff
        }

    .bs-tabs .nav .nav-item:first-child {
        border-top: 1px solid hsla(0,0%,100%,.15)
    }

.bs-tabs .tab-content .tab-pane {
    position: relative
}

    .bs-tabs .tab-content .tab-pane .bg-img {
        height: 800px;
        overflow: hidden
    }

    .bs-tabs .tab-content .tab-pane .mainContent {
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 400px
    }

        .bs-tabs .tab-content .tab-pane .mainContent .box-img {
            margin-left: -50%;
            max-width: 400px;
            margin-bottom: 35px
        }

        .bs-tabs .tab-content .tab-pane .mainContent .bs-para {
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            margin-bottom: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .bs-tabs .tab-content .tab-pane .mainContent .bs-parastrong {
            font-weight: 700
        }

.bs-tabs.typ-cert-tab .nav .nav-item .nav-link {
    padding: 18px 12px
}

.bs-tabs.typ-certification-plastic .nav .nav-item .nav-link {
    padding: 5px 12px
}

.bs-tabs.typ-certification-plastic .rethink {
    margin: 15px
}

.bs-tabs.typ-faq-tabs .nav {
    flex-wrap: nowrap
}

    .bs-tabs.typ-faq-tabs .nav.nav-tabs {
        border-bottom: none
    }

        .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link {
            font-weight: 600;
            font-size: 12px;
            line-height: 140%;
            text-transform: uppercase;
            width: 260px;
            color: #1d3557;
            text-align: left;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 16px 30px;
            border: none !important;
            border-bottom: 2px solid rgba(20,19,41,.1) !important;
            border-radius: 0;
            background: rgba(0,0,0,0);
            box-shadow: none;
            outline: none;
            transition: border-color .2s ease
        }

            .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link:hover, .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link:focus, .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link:focus-visible {
                border: none !important;
                border-bottom: 2px solid rgba(20,19,41,.1) !important;
                box-shadow: none !important;
                outline: none !important
            }

            .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link.active {
                border: none !important;
                border-bottom: 2px solid #1d3557 !important;
                background: rgba(0,0,0,0)
            }

                .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link.active:hover, .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link.active:focus, .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link.active:focus-visible {
                    border: none !important;
                    border-bottom: 2px solid #1d3557 !important
                }

.bs-tabs.typ-industry-tabs {
    margin-top: 48px
}

    .bs-tabs.typ-industry-tabs .nav-pills {
        height: 500px;
        flex-wrap: nowrap;
        overflow: auto;
        width: 260px
    }

        .bs-tabs.typ-industry-tabs .nav-pills::-webkit-scrollbar {
            width: 4px
        }

        .bs-tabs.typ-industry-tabs .nav-pills::-webkit-scrollbar-track {
            background: rgba(0,0,0,0)
        }

        .bs-tabs.typ-industry-tabs .nav-pills::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 10px
        }

        .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
            padding: 37px;
            border-radius: 0px;
            border-top: 1px solid hsla(0,0%,100%,.1);
            border-right: 1px solid hsla(0,0%,100%,.1);
            width: 220px
        }

            .bs-tabs.typ-industry-tabs .nav-pills .nav-link.active {
                background-color: #fff
            }

    .bs-tabs.typ-industry-tabs #v-pills-tab .nav-link img {
        filter: grayscale(100%) brightness(2);
        transition: .3s ease
    }

    .bs-tabs.typ-industry-tabs #v-pills-tab .nav-link.active img {
        filter: grayscale(0%) brightness(0) saturate(100%) invert(18%) sepia(32%) saturate(1000%) hue-rotate(180deg) brightness(90%) contrast(90%)
    }

    .bs-tabs.typ-industry-tabs .tab-content {
        width: 100%
    }

        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box {
            display: flex;
            justify-content: space-between
        }

            .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .img-wrapper {
                max-width: 600px;
                height: 100%
            }

                .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .img-wrapper img {
                    height: 100%
                }

            .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
                padding: 30px;
                padding-left: 30px;
                padding-top: 0;
                width: 800px
            }

                .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .typ-heading {
                    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 140%;
                    letter-spacing: 0%;
                    margin-bottom: 20px;
                    color: #fff
                }

                .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .typ-para {
                    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 175%;
                    letter-spacing: 2%;
                    margin-bottom: 50px;
                    color: hsla(0,0%,100%,.9)
                }

                    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .typ-para.typmb-28 {
                        margin-bottom: 28px
                    }

                .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt {
                    display: flex;
                    gap: 14px;
                    border-top: 1px solid hsla(0,0%,100%,.1);
                    padding-top: 20px
                }

                    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box {
                        display: flex;
                        gap: 4px;
                        align-items: center;
                        flex-direction: column;
                        width: 150px;
                        padding-right: 30px;
                        border-right: 1px solid hsla(0,0%,100%,.1)
                    }

                        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box h3{
                             color:#fff;
                             font-size:16px;
                             opacity:0.8;
                                

                        }

                        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box.typ-noline {
                            border-right: 0px
                        }

                        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box .rs-sign {
                            font-size: 20px;
                            margin-right: 2px;
                            position: relative;
                            top: -2px
                        }

                        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box .no {
                            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                            font-weight: 500;
                            font-size: 32px;
                            line-height: 110%;
                            margin-bottom: 0;
                            color: #fff
                        }

                        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box .no-para {
                            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
                            font-weight: 500;
                            font-size: 12px;
                            line-height: 110%;
                            letter-spacing: 0%;
                            margin-bottom: 0;
                            color: #fff
                        }

.bs-tabs.typ-resources-left-tabs {
    margin-top: 24px;
    margin-bottom: 100px
}

    .bs-tabs.typ-resources-left-tabs .nav-link {
        padding: 30px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 110%;
        text-transform: uppercase;
        color: #1d3557;
        border: 0;
        border-bottom: 1px solid rgba(20,19,41,.1);
        text-align: left;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .bs-tabs.typ-resources-left-tabs .nav-link .icon {
            display: none
        }

            .bs-tabs.typ-resources-left-tabs .nav-link .icon.icon-upper-arrow {
                display: block
            }

            .bs-tabs.typ-resources-left-tabs .nav-link .icon::before {
                color: #1d3557
            }

        .bs-tabs.typ-resources-left-tabs .nav-link.active {
            background-color: rgba(0,0,0,0);
            font-weight: 700;
            border-bottom: 1px solid #1d3557
        }

            .bs-tabs.typ-resources-left-tabs .nav-link.active .icon {
                display: block
            }

.bs-tabs.typ-career-tabs .result-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 32px
}

.bs-tabs.typ-career-tabs .nav.nav-tabs .nav-link {
    padding: 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #1d3557;
    width: 240px;
    border-radius: 0px
}

    .bs-tabs.typ-career-tabs .nav.nav-tabs .nav-link.active {
        border: none;
        border-bottom: 2px solid #1d3557
    }

    .bs-tabs.typ-career-tabs .nav.nav-tabs .nav-link:focus-visible {
        border: none
    }

.bs-tabs.typ-career-tabs .tab-content .typ-upper-flx {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px
}

    .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box {
        position: relative
    }

        .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box .icon {
            position: absolute;
            left: 10px;
            top: 15px
        }

            .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box .icon::before {
                color: #1d3557;
                font-size: 22px
            }

        .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box input {
            width: 280px;
            padding: 14px 16px;
            padding-left: 40px;
            border: 1px solid rgba(0,0,0,.15);
            height: 52px
        }

.bs-tabs.typ-career-tabs .tab-content .typ-lines {
    width: 100%;
    background-color: rgba(0,0,0,.15);
    height: 1px;
    margin: 32px 0
}

.bs-tabs.typ-maptabs .nav .nav-item {
    min-width: auto;
    padding-right: 0
}

    .bs-tabs.typ-maptabs .nav .nav-item .nav-link {
        min-width: auto;
        padding: 14px
    }

        .bs-tabs.typ-maptabs .nav .nav-item .nav-link:hover {
            padding-left: 14px;
            color: #1d3557;
            font-weight: 600
        }

            .bs-tabs.typ-maptabs .nav .nav-item .nav-link:hover::before {
                content: none
            }

        .bs-tabs.typ-maptabs .nav .nav-item .nav-link.active {
            padding-left: 14px
        }

            .bs-tabs.typ-maptabs .nav .nav-item .nav-link.active::before {
                content: none
            }

.bs-tabs.typ-maptabs .tab-content {
    padding-top: 40px
}

.bs-tabs.typ-maptabs .custom-tabs {
    gap: 18px;
    flex-wrap: nowrap;
    border-bottom: 0
}

    .bs-tabs.typ-maptabs .custom-tabs .nav-link {
        border: none !important;
        background: rgba(0,0,0,0) !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 110%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #1d3557
    }

        .bs-tabs.typ-maptabs .custom-tabs .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #1d3557;
            transition: .4s
        }

        .bs-tabs.typ-maptabs .custom-tabs .nav-link.active::after {
            width: 100%
        }

        .bs-tabs.typ-maptabs .custom-tabs .nav-link.active {
            color: #243b67;
            font-weight: 700
        }

.bs-tabs.typ-maptabs .title {
    font-size: 32px;
    font-weight: 600;
    color: #1d3557;
    margin-bottom: 14px
}

.bs-tabs.typ-maptabs .desc {
    max-width: 395px;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 8px
}

.bs-tabs.typ-maptabs p {
    max-width: 500px;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 8px
}

.bs-tabs.typ-maptabs .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #243b67;
    font-weight: 700
}

.bs-tabs.typ-maptabs .arrow-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #243b67;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.bs-tabs.typ-maptabs .map-wrapper {
    text-align: right;
    max-width: 620px;
    height: 425px
}

.bs-tabs.typ-maptabs .map-image {
    max-width: 100%;
    object-fit: contain;
    height: 100%
}

@media(max-width: 1920px) {
    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
        width: 1100px
    }
}

@media(max-width: 1600px) {
    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
        width: 800px
    }
}

@media(max-width: 1368px) {
    .bs-tabs.typ-resources-left-tabs .nav-link {
        padding: 25px 16px
    }

    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
        width: 548px
    }

    .bs-tabs.typ-industry-tabs .nav-pills {
        width: 265px
    }
}

@media(max-width: 1920px) {
    .bs-tabs.typ-industry-tabs .nav-pills {
        width: 290px
    }

        .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
            width: 195px
        }
}

@media(max-width: 1600px) {
    .bs-tabs.typ-industry-tabs .nav-pills {
        width: 270px
    }

        .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
            width: 220px
        }
}

@media(max-width: 1337px) {
    .bs-tabs .tab-content .tab-pane .mainContent {
        left: 50%
    }
}

@media(max-width: 1025px) {
    .bs-tabs .nav .nav-item {
        min-width: auto
    }

    .bs-tabs .tab-content .tab-pane .bg-img {
        height: 800px;
        object-fit: cover;
        object-position: center
    }

        .bs-tabs .tab-content .tab-pane .bg-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center
        }

    .bs-tabs .tab-content .tab-pane .mainContent .box-img {
        margin-left: auto
    }

    .bs-tabs.typ-industry-tabs .nav {
        display: flex;
        flex-direction: row !important;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: auto;
        flex-wrap: nowrap;
        gap: 0
    }

        .bs-tabs.typ-industry-tabs .nav::-webkit-scrollbar {
            height: 4px
        }

    .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
        width: 100%;
        padding: 30px
    }

    .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
        padding: 10px;
        flex: 0 0 auto;
        width: 150px
    }

    .bs-tabs.typ-industry-tabs .nav-pills {
        height: auto
    }

        .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
            width: 135px
        }

    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
        padding: 22px;
        width: 500px
    }

    .bs-tabs.typ-career-tabs .result-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box input {
        width: 245px
    }
}

@media(max-width: 992px) {
    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box {
        flex-direction: column
    }

        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
            width: 100%;
            padding: 30px
        }

    .bs-tabs.typ-career-tabs {
        overflow: hidden
    }

        .bs-tabs.typ-career-tabs .nav.nav-tabs {
            overflow: auto
        }

            .bs-tabs.typ-career-tabs .nav.nav-tabs .nav-link {
                width: 200px
            }

        .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx {
            flex-direction: column;
            align-items: flex-start
        }

            .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box {
                width: 100%
            }

                .bs-tabs.typ-career-tabs .tab-content .typ-upper-flx .search-box input {
                    width: 100%
                }

        .bs-tabs.typ-career-tabs .result-grid {
            grid-template-columns: repeat(1, 1fr)
        }

    .bs-tabs.typ-resources-left-tabs .nav {
        width: 100%
    }

    .bs-tabs.typ-resources-left-tabs .nav-link {
        padding: 25px 10px;
        font-size: 12px
    }
}

@media(max-width: 992px) {
    .bs-tabs {
        overflow-x: auto
    }

        .bs-tabs .nav {
            width: max-content;
            grid-gap: 20px
        }

            .bs-tabs .nav .nav-item {
                border: none
            }

                .bs-tabs .nav .nav-item:first-child {
                    border: none
                }

        .bs-tabs .tab-content .tab-pane {
            position: relative
        }

            .bs-tabs .tab-content .tab-pane .bg-img {
                height: 500px
            }

            .bs-tabs .tab-content .tab-pane .mainContent {
                left: 50%;
                top: 50%
            }

                .bs-tabs .tab-content .tab-pane .mainContent .box-img {
                    margin-left: auto
                }

        .bs-tabs.typ-faq-tabs .nav {
            overflow: auto
        }

            .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link {
                width: 180px
            }
}

@media(max-width: 767px) {
    .bs-tabs {
        overflow-x: auto
    }

        .bs-tabs .nav .nav-item .nav-link {
            font-size: 18px;
            max-width: 250px;
            width: 100%;
            min-width: auto
        }

        .bs-tabs .tab-content .tab-pane {
            position: relative
        }

            .bs-tabs .tab-content .tab-pane .mainContent {
                max-width: 320px
            }

        .bs-tabs.typ-faq-tabs {
            overflow: hidden
        }

            .bs-tabs.typ-faq-tabs nav {
                overflow: auto
            }

            .bs-tabs.typ-faq-tabs .nav {
                overflow: scroll
            }

                .bs-tabs.typ-faq-tabs .nav.nav-tabs .nav-link {
                    width: 200px;
                    padding: 10px 14px
                }

        .bs-tabs.typ-resources-left-tabs {
            margin-bottom: 0px
        }

        .bs-tabs.typ-industry-tabs {
            margin-top: 20px
        }

            .bs-tabs.typ-industry-tabs .nav {
                display: flex;
                flex-direction: row !important;
                overflow-x: auto;
                overflow-y: hidden;
                width: 100%;
                flex-wrap: nowrap;
                gap: 0
            }

                .bs-tabs.typ-industry-tabs .nav::-webkit-scrollbar {
                    height: 4px
                }

            .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .img-wrapper {
                height: 100%
            }

            .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
                padding: 10px;
                flex: 0 0 auto;
                width: 140px
            }

            .bs-tabs.typ-industry-tabs .nav-pills {
                height: auto
            }

                .bs-tabs.typ-industry-tabs .nav-pills .nav-link {
                    width: 115px
                }

            .bs-tabs.typ-industry-tabs .tab-content {
                width: 100%
            }

                .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box {
                    padding: 15px;
                    width: 100%
                }

                    .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt {
                        gap: 4px
                    }

                        .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box {
                            padding-right: 8px
                        }

                            .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box .no {
                                font-size: 20px
                            }

                            .bs-tabs.typ-industry-tabs .tab-content .tab-content-box .content-box .no-lyt .no-box .no-para {
                                font-size: 10px
                            }

        .bs-tabs.typ-resources-left-tabs .nav {
            width: 100%
        }

            .bs-tabs.typ-resources-left-tabs .nav .nav-link {
                padding: 15px
            }
}

.bs-training-box {
    position: relative
}

    .bs-training-box .tag {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 11px;
        font-weight: 400;
        color: #000;
        padding: 6px 10px;
        border-radius: 2px;
        background: #fff
    }

    .bs-training-box .box-img {
        position: relative;
        margin-bottom: 24px
    }

        .bs-training-box .box-img img {
            height: 185px;
            width: 100%;
            object-fit: cover;
            object-position: center
        }

        .bs-training-box .box-img .date {
            font-size: 14px;
            font-weight: 300;
            color: #001a24;
            background: #fe9f37;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 6px 10px
        }

            .bs-training-box .box-img .date span {
                font-weight: 700;
                max-width: 52px;
                display: block
            }

    .bs-training-box .content {
        padding-bottom: 10px
    }

        .bs-training-box .content .heading {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 13px;
            max-width: 255px
        }

    .bs-training-box:hover img {
        transform: scale(1.1)
    }

    .bs-training-box:hover .typ-borderNone {
        background: none
    }

        .bs-training-box:hover .typ-borderNone::before {
            width: 100%
        }

    .bs-training-box.typ-blog-box .box-img img {
        height: auto
    }

    .bs-training-box.typ-blog-box .content .date {
        font-size: 12px;
        font-weight: 400;
        color: hsla(0,0%,100%,.75);
        margin-bottom: 10px
    }

    .bs-training-box.typ-blog-box .content .heading {
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

.bs-home-cities .container-main {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 72px
}

.bs-home-cities .left-panel {
    width: 300px;
    min-width: 220px;
    margin-right: 120px
}

.bs-home-cities .right-panel {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0
}

.bs-home-cities .header-row {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto 26px auto;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
    padding: 0 20px 0 0
}

    .bs-home-cities .header-row.typ-flex {
        display: block
    }

.bs-home-cities .header-col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -48px
}

.bs-home-cities .header-line {
    flex: 1;
    height: 1px;
    background: hsla(0,0%,100%,.25);
    margin-right: 20px
}

.bs-home-cities .header-buttons {
    display: flex !important;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 30px;
    z-index: 9;
    position: relative
}

    .bs-home-cities .header-buttons button {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        background: rgba(0,0,0,0);
        border: 1px solid hsla(0,0%,100%,.35);
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .25s
    }

        .bs-home-cities .header-buttons button:hover {
            background: hsla(0,0%,100%,.25)
        }

.bs-home-cities .tab-item {
    background: rgba(0,0,0,0);
    padding: 18px 0;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .25s;
    font-size: 12px;
    font-weight: 600;
    color: hsla(0,0%,100%,.5960784314);
    border-top: 1px solid hsla(0,0%,100%,.5960784314)
}

    .bs-home-cities .tab-item:hover, .bs-home-cities .tab-item.active {
        background: rgba(0,0,0,0);
        border-top: 1px solid #fff;
        color: #fff
    }

.bs-home-cities .tab-title {
    font-size: 12px;
    font-weight: 600
}

.bs-home-cities .tab-title2 {
    border-bottom: 1px solid hsla(0,0%,100%,.5960784314)
}

.bs-home-cities .tab-sub {
    font-size: 12px;
    color: #cfcfcf
}

.bs-home-cities .slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none
}

    .bs-home-cities .slider-wrapper.active {
        opacity: 1;
        position: relative;
        pointer-events: auto
    }

.bs-home-cities .project-card {
    position: relative;
    overflow: hidden;
    height: 380px;
    background: #333;
    box-shadow: 0 5px 18px rgba(0,0,0,.3)
}

    .bs-home-cities .project-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bs-home-cities .card-overlay {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    background: hsla(0,0%,100%,.75);
    color: #141329;
    padding: 14px;
    transform: translateY(calc(100% - 46px));
    transition: all .35s ease
}

.bs-home-cities .project-card:hover .card-overlay {
    transform: translateY(0);
    bottom: 0
}

.bs-home-cities .overlay-heading {
    font-weight: 450;
    font-size: 20px;
    margin-bottom: 15px;
    min-height: 30px
}

.bs-home-cities .line {
    width: 100%;
    background-color: rgba(0,0,0,.1);
    height: 1px
}

.bs-home-cities .overlay-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}

    .bs-home-cities .overlay-bottom img {
        width: 120px;
        height: 72px;
        object-fit: contain;
        background: #fff
    }

@media(max-width: 1920px) {
    .bs-home-cities .container-main {
        padding-left: 298px
    }
}

@media(max-width: 1600px) {
    .bs-home-cities .container-main {
        padding-left: 110px
    }
}

@media(max-width: 1550px) {
    .bs-home-cities .container-main {
        padding-left: 118px
    }
}

@media(max-width: 1500px) {
    .bs-home-cities .container-main {
        padding-left: 72px
    }
}

@media(max-width: 1368px) {
    .bs-home-cities .header-row {
        max-width: 1140px
    }

    .bs-home-cities .container-main {
        padding-left: 115px
    }

    .bs-home-cities .project-card {
        height: 345px
    }
}

@media(max-width: 1024px) {
    .bs-home-cities .overlay-bottom img {
        width: 80px
    }
}

@media(max-width: 992px) {
    .bs-home-cities .container-main {
        flex-direction: column;
        gap: 20px
    }

    .bs-home-cities .left-panel {
        width: 100%;
        padding: 0 20px
    }

    .bs-home-cities .header-row {
        grid-template-columns: 1fr;
        padding: 0 20px
    }

    .bs-home-cities .header-col-right {
        justify-content: flex-start
    }

    .bs-home-cities .project-card {
        height: 320px;
        margin-bottom: 18px
    }

    .bs-home-cities .header-line {
        display: none
    }
}

@media(max-width: 768px) {
    .bs-home-cities .header-col-left h2, .bs-home-cities .header-col-left .h2 {
        font-size: 22px
    }

    .bs-home-cities .header-buttons button {
        width: 32px;
        height: 32px;
        font-size: 12px
    }

    .bs-home-cities .card-overlay {
        width: 100%;
        transform: translateY(calc(100% - 40px));
        bottom: 30px;
        padding: 10px
    }

    .bs-home-cities .overlay-heading {
        font-size: 18px;
        margin-bottom: 10x₹px;
        min-height: 34px
    }

    .bs-home-cities .project-card {
        height: 332px;
        width: 100%
    }

    .bs-home-cities .container-main {
        padding: 0 10px
    }

    .bs-home-cities .swiper-slide {
        width: auto
    }

    .bs-home-cities .left-panel {
        padding: 0;
        margin-bottom: 15px;
        min-width: 100%;
        margin-right: 0px
    }

    .bs-home-cities .right-panel {
        width: 100%
    }

    .bs-home-cities .overlay-bottom {
        align-items: center
    }
}

@media(max-width: 429px) {
    .bs-home-cities .project-card {
        height: 317px
    }
}

@media(max-width: 391px) {
    .bs-home-cities .project-card {
        height: 300px
    }
}

@media(max-width: 376px) {
    .bs-home-cities .project-card {
        height: 285px
    }
}

@media(max-width: 350px) {
    .bs-home-cities .project-card {
        height: 265px
    }
}

@media(max-width: 338px) {
    .bs-home-cities .project-card {
        height: 248px
    }
}

.bs-counter-home .bs-home-counter {
    max-width: 1600px;
    margin: 0 auto
}

    .bs-counter-home .bs-home-counter .allotment-section {
        background-color: #fff;
        padding: 50px 0;
        max-width: 1600px;
        margin: 0 auto
    }

.bs-counter-home .section-title {
    font-size: 3rem;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1
}

.bs-counter-home .section-subtitle {
    font-size: 1.8rem;
    color: #b99e5f;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 40px
}

.bs-counter-home .stats-row {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0
}

.bs-counter-home .stat-item {
    padding: 20px 20px;
    min-height: 120px;
    text-align: left;
    border-right: 1px solid #e0e0e0;
    border-bottom: none
}

.bs-counter-home .stats-row .stat-item:last-child {
    border-right: none
}

@media(max-width: 991.98px) {
    .bs-counter-home .stats-row {
        border-left: none
    }

    .bs-counter-home .stat-item {
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0
    }

    .bs-counter-home .stats-row .stat-item:last-child {
        border-bottom: none
    }
}

.bs-counter-home .stat-number {
    font-size: 4.5rem;
    font-weight: 900;
    color: #2c2c2c;
    line-height: 1;
    display: flex;
    align-items: flex-end
}

.bs-counter-home .prefix, .bs-counter-home .suffix {
    font-size: .6em;
    font-weight: 900;
    color: #2c2c2c;
    margin-right: 5px;
    align-self: flex-end
}

.bs-counter-home .suffix {
    margin-left: 5px;
    margin-right: 0;
    align-self: flex-start
}

.bs-counter-home .stat-unit {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-left: 5px;
    align-self: flex-end;
    line-height: 1.2;
    text-transform: uppercase
}

.bs-counter-home .stat-description {
    font-size: 1rem;
    color: #777;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px
}

:root {
    --primary-bg: #f5f5f5;
    --dark-blue: #292669;
    --gold-tan: #CDB48F;
    --border-color: #CDB48F
}

.bs-home-usp .main-content-container {
    max-width: 1600px;
    padding: 74px 0;
    margin: 0 auto
}

.bs-home-usp .title-container {
    margin-bottom: 46px
}

.bs-home-usp .usp-swiper {
    width: 100%;
    padding: 0;
    margin: 0
}

.bs-home-usp .swiper-wrapper {
    transition-timing-function: linear !important
}

.bs-home-usp .usp-slide {
    width: 300px;
    height: 250px;
    padding: 2.5rem 1.5rem;
    border: 1px solid var(--border-color);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease
}

.bs-home-usp .usp-icon {
    margin-bottom: 1.5rem;
    width: 50px;
    height: 50px
}

    .bs-home-usp .usp-icon svg path {
        stroke: var(--gold-tan);
        transition: stroke .3s ease
    }

.bs-home-usp .usp-slide:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    box-shadow: 0 5px 15px rgba(35,31,64,.2);
    transform: translateY(-2px)
}

    .bs-home-usp .usp-slide:hover .usp-icon svg path {
        stroke: #fff
    }

    .bs-home-usp .usp-slide:hover .usp-text {
        color: #fff
    }

@media(max-width: 767px) {
    .bs-home-usp .main-content-container {
        padding: 30px 0
    }

    .bs-home-usp .usp-slide {
        width: 200px;
        height: 180px;
        padding: 1.5rem 1rem
    }

    .bs-home-usp .usp-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 1rem
    }

    .bs-home-usp .usp-text {
        font-size: .9rem
    }
}

.bs-home-flagship :root {
    --dark-blue: #231f40;
    --gold-tan: #b89f6d;
    --light-bg: #f5f5f5;
    --header-color: #6a6a6a;
    --main-font: "Inter", sans-serif;
    --corridor-bg-dark: #3f3e3a;
    --border-color: #e0e0e0;
    --green-color: #4caf50;
    --in-progress-color: #ffc107
}

.bs-home-flagship .flagship-section {
    padding: 55px 0 55px 0
}

.bs-home-flagship.typ-map-banner {
    background-image: url(../images/home/banner/map-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bs-home-flagship .flagship-container {
    max-width: 1320px;
    margin: 0 auto
}

.bs-home-flagship .corridor-row {
    margin: 0;
    display: flex
}

.bs-home-flagship .corridor-content {
    padding: 45px 45px 45px 0;
    height: 100%
}

.bs-home-flagship .header-badge {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    color: var(--header-color);
    margin-bottom: 1.5rem
}

    .bs-home-flagship .header-badge::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: var(--dark-blue);
        margin-right: .5rem;
        display: inline-block;
        vertical-align: middle
    }

.bs-home-flagship .corridor-details-container .bs-heading3 {
    font-weight: 450;
    font-size: 20px;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 24px;
    margin-top: 0px;
    line-height: 140%;
    max-width: 370px
}

.bs-home-flagship .status-row {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,.1019607843)
}

.bs-home-flagship .status-block {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bs-home-flagship .status-block2 {
    border-left: 1px solid rgba(0,0,0,.1019607843);
    padding-left: 18px
}

.bs-home-flagship .investment-data-row {
    display: flex;
    align-items: center;
    gap: .5rem
}

.bs-home-flagship .investment-main-value {
    font-size: 40px;
    font-weight: 450;
    color: #141329;
    line-height: 1;
    display: flex;
    align-items: center
}

.bs-home-flagship .investment-rupee-icon {
    font-size: 8px;
    font-weight: 400;
    color: #141329;
    margin-right: .25rem;
    align-self: flex-start;
    padding-top: .3rem
}

.bs-home-flagship .investment-units {
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .bs-home-flagship .investment-units .unit-line-one {
        font-size: 14px;
        font-weight: 450;
        color: #141329;
        line-height: 1.1;
        text-transform: uppercase
    }

    .bs-home-flagship .investment-units .unit-line-two {
        font-size: 14px;
        font-weight: 450;
        color: #141329;
        line-height: 1.1;
        text-transform: uppercase
    }

.bs-home-flagship .status-data-row {
    display: flex;
    align-items: center;
    gap: .75rem
}

    .bs-home-flagship .status-data-row .icon-wrapper {
        display: inline-flex;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        align-items: center;
        justify-content: center
    }

.bs-home-flagship .icon-wrapper.status-completed-icon {
    background-color: #2baa77
}

.bs-home-flagship .status-completed-icon .check-icon {
    width: 16px;
    height: 16px;
    color: #fff;
    stroke-width: 3
}

.bs-home-flagship .icon-wrapper.status-progress-icon {
    background-color: var(--in-progress-color)
}

.bs-home-flagship .status-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .bs-home-flagship .status-text-group .status-label-top {
        font-size: .8rem;
        font-weight: 500;
        color: var(--header-color);
        line-height: 1.1
    }

    .bs-home-flagship .status-text-group .status-value {
        font-size: 14px;
        font-weight: 600;
        color: #141329;
        line-height: 1.1;
        text-transform: uppercase;
        margin: 0
    }

.bs-home-flagship .corridor-image-area {
    background-color: var(--corridor-bg-dark);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%),linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%);
    background-size: 50px 50px;
    background-position: 0 0,0 25px,25px -25px,-25px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem
}

    .bs-home-flagship .corridor-image-area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: grayscale(100%) brightness(0.7) contrast(1.2)
    }

@media(max-width: 1368px) {
    .bs-home-flagship .flagship-container {
        max-width: 1140px
    }
}

@media(min-width: 992px) {
    .bs-home-flagship .col-lg-custom-8 {
        flex: 0 0 auto;
        width: 35%
    }

    .bs-home-flagship .col-lg-custom-4 {
        flex: 0 0 auto;
        width: 65%
    }

    .bs-home-flagship .corridor-row {
        min-height: 500px
    }
}

@media(max-width: 991px) {
    .bs-home-flagship .flagship-container {
        padding: 0 1rem
    }

    .bs-home-flagship .corridor-content {
        padding: 1.5rem
    }

    .bs-home-flagship .corridor-image-area {
        min-height: 300px;
        height: 300px
    }

    .bs-home-flagship .status-row {
        gap: 1.5rem
    }

    .bs-home-flagship .state-select-wrapper {
        width: 100%
    }

        .bs-home-flagship .state-select-wrapper.typ-inr-select {
            margin-top: -100px
        }
}

@media(max-width: 768px) {
    .bs-home-flagship .flagship-section {
        padding: 30px 0
    }

    .bs-home-flagship .state-dropdown {
        width: 100%;
        padding: 0 2.5rem 0 0
    }

    .bs-home-flagship .flagship-container {
        padding: 0
    }

    .bs-home-flagship .corridor-content {
        padding: 1.5rem 0
    }

    .bs-home-flagship .corridor-image-area {
        min-height: auto;
        height: auto
    }

    .bs-home-flagship .corridor-image-area {
        padding: 0
    }

    .bs-home-flagship .state-select-wrapper {
        width: 100%
    }

        .bs-home-flagship .state-select-wrapper.typ-inr-select {
            margin-top: 0px
        }
}

.bs-home-flagship .row.corridor-row {
    display: flex
}

.bs-home-investor :root {
    --primary-bg: #f5f5f5;
    --dark-blue: #231f40;
    --gold-tan: #b89f6d;
    --border-color: #d0d0d0;
    --main-font: "Inter", sans-serif;
    --text-color: #555
}

.bs-home-investor .investors-section {
    margin: 0;
    padding: 0
}

.bs-home-investor .investors-content-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0
}

.bs-home-investor .investors-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

    .bs-home-investor .investors-header .left-content {
        flex: 1 1 50%;
        min-width: 250px
    }

    .bs-home-investor .investors-header .right-content {
        flex: 1 1 50%;
        padding-left: 2rem
    }

@media(max-width: 991px) {
    .bs-home-investor .investors-header .right-content {
        padding-left: 0;
        padding-top: 1rem
    }
}

@media(max-width: 768px) {
    .bs-home-investor .investors-header {
        margin-bottom: 1rem
    }

        .bs-home-investor .investors-header .right-content {
            padding-top: 0
        }
}

.bs-home-investor .investors-header .badge {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: .5rem
}

    .bs-home-investor .investors-header .badge::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: var(--dark-blue);
        margin-right: .5rem;
        display: inline-block;
        vertical-align: middle
    }

.bs-home-investor .investors-swiper {
    width: 100%;
    margin: 0;
    padding: 0
}

.bs-home-investor .swiper-wrapper {
    transition-timing-function: linear !important
}

.bs-home-investor .investor-slide {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(163,190,189,.3019607843);
    background-color: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0
}

    .bs-home-investor .investor-slide:hover {
        background-color: #fff;
        border-color: #000;
        box-shadow: 0 5px 20px rgba(0,0,0,.2)
    }

.bs-home-investor .investor-logo {
    max-width: 80%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0%);
    opacity: 1
}

@media(max-width: 767px) {
    .bs-home-investor .investor-slide {
        height: 120px
    }

    .bs-home-investor .investor-logo {
        max-width: 70%;
        max-height: 70px
    }
}

.bs-home-investor.typ-gov-logo .investor-logo {
    object-fit: contain
}

@media(max-width: 767px) {
    .bs-home-investor .investor-logo {
        max-width: 100%
    }
}

.bs-home-social .container-fluid, .bs-home-social .container-sm, .bs-home-social .container-md, .bs-home-social .container-lg, .bs-home-social .container-xl, .bs-home-social .container-xxl {
    max-width: 1600px
}

.bs-home-social .custom-section .inner-1600 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bs-home-social .news-slider {
    width: 100%;
    height: 100%;
    margin: 0
}

.bs-home-social .swiper {
    border-radius: 0px;
    overflow: hidden;
    height: 100%
}

.bs-home-social .news-card {
    position: relative;
    color: #fff;
    background-color: #000;
    height: 100%
}

.bs-home-social .news-video {
    display: none;
    width: 100%;
    height: 100%
}

.bs-home-social .news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .95
}

.bs-home-social .play-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: hsla(0,0%,100%,.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}

    .bs-home-social .play-btn::before {
        content: "";
        border-style: solid;
        border-width: 10px 0 10px 16px;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;
        margin-left: 4px
    }

.bs-home-social .share-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #1d3557;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

    .bs-home-social .share-icon img {
        width: 20px;
        height: 20px
    }

.bs-home-social .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 18px 40px;
    background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.85))
}

.bs-home-social .vertical-line {
    position: absolute;
    left: 18px;
    top: 24px;
    width: 3px;
    height: calc(100% - 37px);
    background: #fff;
    border-radius: 3px
}

.bs-home-social .overlay-content-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bs-home-social .source {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 6px;
    font-weight: 400
}

.bs-home-social .overlay-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px
}

    .bs-home-social .overlay-bottom small, .bs-home-social .overlay-bottom .small {
        display: flex;
        align-items: center;
        gap: 5px
    }

    .bs-home-social .overlay-bottom .typ-thumb img {
        border-radius: 0px;
        width: 14px;
        height: 14px
    }

    .bs-home-social .overlay-bottom img {
        width: 32px;
        height: 32px;
        border-radius: 50%
    }

    .bs-home-social .overlay-bottom .info {
        flex: 1
    }

.bs-home-social .swiper-button-next, .bs-home-social .swiper-button-prev {
    color: #b27a00;
    background: hsla(0,0%,100%,.9);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%)
}

    .bs-home-social .swiper-button-next::after, .bs-home-social .swiper-button-prev::after {
        font-size: 11px
    }

.bs-home-social .swiper-button-disabled {
    opacity: .4
}

.bs-home-social .news-card-2 {
    overflow: hidden;
    transition: all .3s ease;
    background: rgba(0,0,0,0);
    height: 100%;
    display: flex;
    flex-direction: column
}

    .bs-home-social .news-card-2 .typ-inner-body {
        padding: 15px 17px;
        height: 100%;
        border-left: 1px solid rgba(0,0,0,.1)
    }

    .bs-home-social .news-card-2 .position-relative {
        width: 300px;
        height: 300px;
        min-height: 300px
    }

        .bs-home-social .news-card-2 .position-relative img {
            height: 100%
        }

    .bs-home-social .news-card-2:hover {
        box-shadow: 0 4px 10px rgba(0,0,0,.08);
        transform: translateY(-3px)
    }

    .bs-home-social .news-card-2 img {
        width: 100%;
        object-fit: cover
    }

    .bs-home-social .news-card-2 .badge {
        font-size: 12px;
        letter-spacing: .5px;
        border-radius: 0;
        padding: 1px 5px;
        text-transform: uppercase
    }

    .bs-home-social .news-card-2 .typ-inner-body h2, .bs-home-social .news-card-2 .typ-inner-body .h2 {
        font-size: 24px;
        font-weight: 500;
        color: #1d3557;
        line-height: 130%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

@media(max-width: 991px) {
    .bs-home-social .news-card img {
        height: auto
    }

    .bs-home-social .overlay-bottom .info {
        font-size: 9px
    }

    .bs-home-social .custom-section .inner-1600 {
        align-items: start;
        justify-content: flex-start;
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .bs-home-social .share-icon {
        width: 40px;
        height: 40px
    }

        .bs-home-social .share-icon img {
            width: 15px
        }

    .bs-home-social .overlay-content-inner {
        gap: 3px
    }

    .bs-home-social .play-btn {
        width: 40px;
        height: 40px
    }

    .bs-home-social .news-card-2 .position-relative {
        width: 100%;
        height: auto
    }
}

.bs-home-contact {
    background-size: cover
}

    .bs-home-contact .cta-section {
        padding: 87px 0;
        background-color: var(--bg-color);
        background-image: linear-gradient(45deg, var(--overlay-color) 25%, transparent 25%),linear-gradient(-45deg, var(--overlay-color) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, var(--overlay-color) 75%),linear-gradient(-45deg, transparent 75%, var(--overlay-color) 75%);
        background-size: 80px 80px;
        background-position: 0 0,0 40px,40px -40px,-40px 0px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bs-home-contact .cta-container {
        max-width: 1320px
    }

    .bs-home-contact .cta-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

    .bs-home-contact .dashed-line {
        width: 100%;
        height: 2px;
        border-top: 2px dashed var(--line-color);
        position: relative;
        margin: 1.5rem 0
    }

        .bs-home-contact .dashed-line::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(50%, -50%);
            width: 30px;
            height: 30px;
            background: center/contain no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%238bb3b8' stroke-width='10' d='M10 10 L90 90 M90 10 L10 90'/%3E%3C/svg%3E");
            z-index: 10
        }

    .bs-home-contact .cta-button {
        display: inline-flex;
        align-items: center;
        padding: 1rem 1.5rem;
        background-color: var(--white);
        border: 1px solid var(--white);
        color: var(--dark-blue);
        font-weight: 600;
        text-decoration: none;
        border-radius: .25rem;
        transition: background-color .3s,color .3s,box-shadow .3s;
        box-shadow: 0 4px 8px rgba(0,0,0,.1);
        font-size: 1.1rem;
        min-width: 200px;
        justify-content: space-between
    }

        .bs-home-contact .cta-button:hover {
            background-color: var(--dark-blue);
            color: var(--white);
            box-shadow: 0 8px 16px rgba(0,0,0,.2)
        }

    .bs-home-contact .arrow-icon {
        display: inline-block;
        margin-left: 1rem;
        width: 20px;
        height: 20px;
        background-color: var(--gold-tan);
        border-radius: 50%;
        position: relative;
        transition: background-color .3s
    }

        .bs-home-contact .arrow-icon::after {
            content: ">";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--dark-blue);
            font-size: 1rem;
            line-height: 1
        }

    .bs-home-contact .cta-button:hover .arrow-icon {
        background-color: var(--white)
    }

        .bs-home-contact .cta-button:hover .arrow-icon::after {
            color: var(--dark-blue)
        }

    .bs-home-contact.typ-overview-contact .typ-contact-head {
        max-width: 815px
    }

    .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact {
        transition: background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease
    }

        .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact i.icon-down-right {
            color: #fff
        }

            .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact i.icon-down-right::before {
                color: currentColor
            }

        .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact:hover {
            background: #1d3557;
            color: #fff;
            border-color: #1d3557;
            box-shadow: 0 8px 24px rgba(29,53,87,.35)
        }

            .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact:hover i.icon-down-right {
                color: #1d3557
            }

                .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact:hover i.icon-down-right::before {
                    color: currentColor
                }

                .bs-home-contact.typ-overview-contact .bs-btn.typ-btn-contact:hover i.icon-down-right::after {
                    background: #fff
                }

@media(min-width: 992px) {
    .bs-home-contact .cta-content-wrapper {
        flex-direction: row;
        justify-content: space-between
    }

    .bs-home-contact .cta-text-area {
        flex: 0 0 65%
    }

    .bs-home-contact .cta-button-area {
        flex: 0 0 30%;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media(max-width: 1368px) {
    .bs-home-contact .cta-container {
        max-width: 1140px
    }
}

@media(max-width: 991px) {
    .bs-home-contact .cta-section {
        padding: 30px 0
    }

    .bs-home-contact .cta-container {
        padding: 0 1rem
    }

    .bs-home-contact .cta-headline {
        text-align: center
    }

    .bs-home-contact .dashed-line {
        display: none
    }

    .bs-home-contact .cta-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .bs-home-contact .cta-button-area {
        margin-top: 1rem;
        text-align: start
    }

    .bs-home-contact .cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

.bs-home-loader #loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999
}

    .bs-home-loader #loader img {
        width: 186px;
        height: 88px;
        object-fit: cover;
        position: relative;
        z-index: 2
    }

    .bs-home-loader #loader #percent {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 7vw;
        font-weight: 900;
        color: #292669;
        z-index: 99999
    }

    .bs-home-loader #loader .lines {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        pointer-events: none
    }

        .bs-home-loader #loader .lines span {
            position: absolute;
            top: 0;
            height: 100vh;
            width: 2px;
            background: rgba(191,191,191,.2431372549)
        }

        .bs-home-loader #loader .lines .left {
            left: 25%;
            z-index: 1
        }

        .bs-home-loader #loader .lines .center {
            left: 50%;
            transform: translateX(-50%);
            z-index: 3
        }

        .bs-home-loader #loader .lines .right {
            left: 75%;
            z-index: 1
        }

@media(max-width: 1024px) {
    .bs-home-loader #loader .lines .left, .bs-home-loader #loader .lines .right {
        display: none
    }

    .bs-home-loader #loader .lines .center {
        display: block
    }
}

.bs-home-allotment {
    max-width: 1320px;
    margin: 0 auto
}

    .bs-home-allotment .allotment-section {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto
    }

    .bs-home-allotment .allotment-section {
        background-color: #fff;
        padding: 60px 0 0 0
    }

    .bs-home-allotment .section-title {
        font-size: 100px;
        font-weight: 600;
        color: #2c2c2c;
        line-height: 1
    }

    .bs-home-allotment .section-subtitle {
        font-size: 1.8rem;
        color: #b99e5f;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 40px
    }

    .bs-home-allotment .stat-item {
        padding: 20px 10px;
        text-align: left;
        background-color: #f5f5f5;
        border-radius: 10px;
        width: 100%;
        text-align: center
    }

    .bs-home-allotment .stats-row .stat-item:last-child {
        border-right: none
    }

@media(max-width: 991.98px) {
    .bs-home-allotment .stats-row {
        border-left: none
    }

    .bs-home-allotment .stat-item {
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0
    }

    .bs-home-allotment .stats-row .stat-item:last-child {
        border-bottom: none
    }
}

.bs-home-allotment .stat-number {
    font-size: 64px;
    font-weight: 900;
    color: #1d3557;
    line-height: 1;
    display: flex;
    flex-direction: column
}

.bs-home-allotment .counter-value {
    font-family: "Inter",sans-serif;
    font-weight: 900;
    font-size: 52px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 8px
}

.bs-home-allotment .prefix {
    font-family: "Inter",sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center
}

.bs-home-allotment .suffix {
    font-family: "Inter",sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center
}

.bs-home-allotment .stat-description {
    font-size: 20px;
    color: #1d3557;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: .5px
}

@media(max-width: 1368px) {
    .bs-home-allotment {
        max-width: 1140px;
        margin: 0 auto
    }

        .bs-home-allotment .counter-value {
            font-size: 50px
        }
}

@media(max-width: 768px) {
    .bs-home-allotment .allotment-section {
        padding: 30px 0 0 0
    }

    .bs-home-allotment .stat-number {
        font-size: 55px
    }

    .bs-home-allotment .counter-value {
        font-size: 35px
    }

    .bs-home-allotment .prefix {
        font-size: 18px
    }
}

@media(max-width: 998px) {
    .bs-home-allotment .suffix {
        font-size: 22px
    }

    .bs-home-allotment .allotment-section .header-content {
        width: 350px
    }
}

@media(max-width: 1024px) {
    .bs-home-allotment .counter-value {
        font-size: 32px
    }

    .bs-home-allotment .prefix {
        font-size: 18px
    }
}

.bs-heading2 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1%;
    max-width: 393px;
    line-height: 120%;
    margin-bottom: 45px
}

    .bs-heading2.typ-widthfull {
        max-width: 100%
    }

    .bs-heading2.typ-w495 {
        max-width: 485px
    }

    .bs-heading2.typ-mw-880 {
        max-width: 880px
    }

    .bs-heading2.typ-bluetheme {
        color: #1d3557
    }

    .bs-heading2.typmb-28 {
        margin-bottom: 28px
    }

    .bs-heading2.typmb-10 {
        margin-bottom: 10px
    }

    .bs-heading2.typmb0 {
        margin-bottom: 0
    }

    .bs-heading2.typmw-780 {
        max-width: 780px
    }

    .bs-heading2 span {
        color: #cdb48f
    }

    .bs-heading2.typ-smartCities {
        max-width: 565px
    }

@media(max-width: 768px) {
    .bs-heading2.typ-smartCities {
        max-width: 316px
    }
}

.bs-heading2.typ-contact-head {
    color: #fff;
    max-width: 775px
}

    .bs-heading2.typ-contact-head.typmb-24 {
        margin-bottom: 24px
    }

.bs-heading2.typ-theme {
    color: #1d3557
}

.bs-heading2.typhomehead {
    color: #fff
}

@media(max-width: 1368px) {
    .bs-heading2 {
        font-size: 46px
    }
}

@media(max-width: 1025px) {
    .bs-heading2 {
        font-size: 25px;
        margin-bottom: 20px;
        letter-spacing: 0
    }
}

.bs-subheading {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 0
}

    .bs-subheading.typ-uppercase {
        text-transform: uppercase
    }

    .bs-subheading.typ-mb45 {
        margin-bottom: 45px
    }

    .bs-subheading.typ-fnt-48 {
        padding: 0;
        align-items: flex-end
    }

        .bs-subheading.typ-fnt-48 h6, .bs-subheading.typ-fnt-48 .h6 {
            font-size: 48px;
            color: #fff;
            font-weight: 600;
            margin-bottom: 24px;
            text-transform: capitalize;
            max-width: 345px
        }

        .bs-subheading.typ-fnt-48 .line {
            background-color: hsla(0,0%,100%,.25);
            position: relative;
            bottom: 38px
        }

    .bs-subheading .dot {
        width: 7px;
        height: 7px;
        background-color: #1d3557
    }

    .bs-subheading h6, .bs-subheading .h6 {
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500
    }

    .bs-subheading .line {
        height: 1px;
        background-color: rgba(0,0,0,.1019607843);
        flex: 1
    }

        .bs-subheading .line.typ-whiteline {
            background-color: rgba(250,255,248,.1)
        }

        .bs-subheading .line.typ-lightline {
            background-color: hsla(0,0%,100%,.1)
        }

@media(max-width: 576px) {
    .bs-subheading h6, .bs-subheading .h6 {
        font-size: 12px;
        white-space: normal
    }
}

.bs-subheading.typ-sub-cities {
    max-width: 1320px;
    width: 100%;
    color: #fff;
    padding: 50px 0;
    margin: 0 auto
}

    .bs-subheading.typ-sub-cities.typ-nopadding {
        padding: 0
    }

    .bs-subheading.typ-sub-cities .dot {
        width: 7px;
        height: 7px;
        background-color: #fff
    }

    .bs-subheading.typ-sub-cities h6, .bs-subheading.typ-sub-cities .h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 500
    }

@media(max-width: 768px) {
    .bs-subheading.typ-sub-cities {
        padding: 30px 0
    }
}

.bs-subheading.typ-flagship {
    color: #141329
}

.bs-subheading.typ-investor-sub {
    margin-bottom: 35px
}

    .bs-subheading.typ-investor-sub.typmb-0 {
        margin-bottom: 0
    }

    .bs-subheading.typ-investor-sub.typsmll-size {
        width: 80%
    }

@media(max-width: 768px) {
    .bs-subheading.typ-investor-sub {
        margin-bottom: 20px;
        padding-left: 15px
    }
}

@media(max-width: 1368px) {
    .bs-subheading.typ-fnt-48 h6, .bs-subheading.typ-fnt-48 .h6 {
        font-size: 38px
    }

    .bs-subheading.typ-sub-cities {
        max-width: 1140px
    }
}

@media(max-width: 992px) {
    .bs-subheading.typ-fnt-48 h6, .bs-subheading.typ-fnt-48 .h6 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .bs-subheading.typ-fnt-48 h6, .bs-subheading.typ-fnt-48 .h6 {
        font-size: 22px
    }
}

.bs-heading3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%
}

    .bs-heading3.typ-social-head {
        font-weight: 600;
        max-width: 345px
    }

@media(max-width: 992px) {
    .bs-heading3 {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .bs-heading3 {
        font-size: 16px
    }
}

@media(max-width: 1025px) {
    .bs-side-padding {
        padding-left: 25px !important
    }
}

@media(max-width: 768px) {
    .bs-side-padding {
        padding-left: 10px !important
    }
}

@media(max-width: 1025px) {
    .bs-sidepaddingR {
        padding-right: 25px !important
    }
}

@media(max-width: 768px) {
    .bs-sidepaddingR {
        padding-right: 10px !important
    }
}

.bs-chevron-icon {
    width: 8px;
    height: 8px;
    border-right: 3px solid #292669;
    border-bottom: 3px solid #292669;
    transform: rotate(-45deg);
    transition: .2s ease;
    cursor: pointer
}

.bs-faq {
    margin-bottom: 58px;
    margin-top: 50px
}

    .bs-faq .accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #1d3557
    }

        .bs-faq .accordion .accordion-item .accordion-header {
            border: none
        }

            .bs-faq .accordion .accordion-item .accordion-header .accordion-button {
                background-color: #fff;
                font-weight: 600;
                font-size: 16px;
                line-height: 140%;
                color: #1d3557;
                border: none;
                padding: 20px 40px;
                position: relative;
                border-radius: 0
            }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button::after {
                    display: none
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button::before {
                    content: "+";
                    position: absolute;
                    right: 16px;
                    top: 50%;
                    transform: translateY(-50%);
                    font-size: 24px;
                    font-weight: 400;
                    color: #1d3557;
                    transition: all .2s ease
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
                    content: "-";
                    right: 18px;
                    top: 50%;
                    font-size: 26px
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                    box-shadow: none
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button:focus {
                    box-shadow: none;
                    outline: none
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                    box-shadow: none
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button:hover:focus {
                    box-shadow: none;
                    outline: none
                }

                .bs-faq .accordion .accordion-item .accordion-header .accordion-button:focus {
                    box-shadow: none;
                    outline: none
                }

        .bs-faq .accordion .accordion-item .accordion-collapse .accordion-body {
            padding: 0 40px;
            padding-bottom: 16px;
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            color: rgba(0,0,0,.8)
        }

    .bs-faq.typ-multi-connect-faq {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 740px
    }

        .bs-faq.typ-multi-connect-faq .accordion {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 740px
        }

            .bs-faq.typ-multi-connect-faq .accordion .accordion-item {
                border-bottom: 0
            }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .distance-table {
                    width: 100%
                }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-head, .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-row {
                    display: grid;
                    grid-template-columns: 2fr 1fr 1fr;
                    gap: 20px;
                    align-items: center;
                    padding: 12px 0
                }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-head {
                    font-size: 22px;
                    font-weight: 700;
                    border-bottom: 2px solid #d9d9d9;
                    margin-bottom: 10px
                }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-row {
                    border-bottom: 1px solid #e5e5e5
                }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-row:last-child {
                        border-bottom: 0
                    }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-row div:nth-child(2), .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-row div:nth-child(3), .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-head div:nth-child(2), .bs-faq.typ-multi-connect-faq .accordion .accordion-item .table-head div:nth-child(3) {
                        text-align: center
                    }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-header .accordion-button {
                    background-color: #1d3557;
                    color: #fff;
                    font-size: 25px;
                    font-weight: 600;
                    border-radius: 0;
                    padding: 12px 20px
                }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-header .accordion-button::after {
                        display: none
                    }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-header .accordion-button::before {
                        content: "";
                        position: absolute;
                        right: 16px;
                        top: 65%;
                        transform: translateY(-50%);
                        transition: all .2s ease;
                        background-image: url(../images/project/arrow.svg);
                        background-repeat: no-repeat;
                        width: 30px;
                        height: 30px
                    }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
                        transform: rotate(180deg);
                        top: 5%;
                        right: 28px
                    }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body {
                    padding: 8px 20px;
                    display: flex;
                    flex-direction: column;
                    gap: 6px
                }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body .typ-inner-conten-flx {
                        display: flex;
                        align-items: center;
                        justify-content: space-between
                    }

                        .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body .typ-inner-conten-flx .sub-heading {
                            font-family: "Inter",sans-serif;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 140%;
                            margin-bottom: 0;
                            color: #000
                        }

                        .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body .typ-inner-conten-flx .no-km {
                            font-family: "Inter",sans-serif;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 140%;
                            margin-bottom: 0;
                            color: #000;
                            text-align: left;
                            width: 100px
                        }

@media(max-width: 767px) {
    .bs-faq .accordion .accordion-item .accordion-header .accordion-button {
        padding: 16px 20px;
        padding-right: 80px
    }

    .bs-faq .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 20px;
        padding-bottom: 15px
    }
}

@media(max-width: 1368px) {
    .bs-faq.typ-multi-connect-faq {
        max-width: 600px
    }

        .bs-faq.typ-multi-connect-faq .accordion {
            width: 600px;
            gap: 20px
        }

            .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-header .accordion-button {
                font-size: 22px
            }
}

@media(max-width: 1024px) {
    .bs-faq.typ-multi-connect-faq {
        max-width: 500px
    }

        .bs-faq.typ-multi-connect-faq .accordion {
            width: 500px;
            gap: 18px
        }
}

@media(max-width: 992px) {
    .bs-faq.typ-multi-connect-faq {
        max-width: 700px
    }

        .bs-faq.typ-multi-connect-faq .accordion {
            width: 700px
        }
}

@media(max-width: 767px) {
    .bs-faq {
        margin-top: 30px
    }

        .bs-faq.typ-multi-connect-faq {
            max-width: 100%;
            width: 100%
        }

            .bs-faq.typ-multi-connect-faq .accordion {
                width: 100%
            }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-header .accordion-button {
                    font-size: 16px
                }

                .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body .typ-inner-conten-flx {
                    gap: 5px
                }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body .typ-inner-conten-flx .sub-heading {
                        font-size: 14px
                    }

                    .bs-faq.typ-multi-connect-faq .accordion .accordion-item .accordion-body .typ-inner-conten-flx .no-km {
                        width: 85px;
                        text-align: end
                    }
}

.bs-hover-box {
    display: flex;
    gap: 24px;
    margin-top: 45px
}

    .bs-hover-box .img-box {
        position: relative;
        overflow: hidden;
        border-radius: 0px;
        cursor: pointer;
        transition: all .4s ease;
        height: 540px;
        width: 306px;
        flex: 1 1 1%;
        position: relative;
        flex: 1;
        min-width: 0;
        transition: flex 600ms cubic-bezier(0.25, 1, 0.5, 1),opacity 250ms ease;
        transition: flex 600ms cubic-bezier(0.25, 1, 0.5, 1),opacity 250ms ease
    }

        .bs-hover-box .img-box:hover {
            flex-basis: 12%;
            flex: 2
        }

        .bs-hover-box .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .4s ease
        }

        .bs-hover-box .img-box .heading-lyt {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 40px 24px;
            background-color: rgba(29,53,87,.6);
            transition: opacity .4s ease
        }

            .bs-hover-box .img-box .heading-lyt h3, .bs-hover-box .img-box .heading-lyt .h3 {
                color: #fff;
                margin: 0;
                font-size: 24px
            }

        .bs-hover-box .img-box .typ-over-layout-card {
            position: absolute;
            inset: 0;
            padding: 55px 16px;
            background: rgba(0,0,0,.65);
            color: #fff;
            opacity: 0;
            transition: opacity .4s ease;
            overflow-y: auto
        }

            .bs-hover-box .img-box .typ-over-layout-card h3, .bs-hover-box .img-box .typ-over-layout-card .h3 {
                font-weight: 700;
                font-size: 24px;
                line-height: 100%;
                color: #fff;
                margin-bottom: 0
            }

            .bs-hover-box .img-box .typ-over-layout-card .typ-line {
                background-color: hsla(0,0%,100%,.3);
                margin: 24px 0;
                width: 100%;
                height: 1px
            }

            .bs-hover-box .img-box .typ-over-layout-card .typ-flx-column {
                display: flex;
                flex-direction: column;
                gap: 16px
            }

            .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 16px
            }

                .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt h4, .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt .h4 {
                    font-weight: 700;
                    font-size: 44px;
                    line-height: 110%;
                    color: #fff;
                    margin-bottom: 6px;
                    opacity: 0
                }

                    .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt h4 sup, .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt .h4 sup {
                        font-size: 16px;
                        font-weight: 500
                    }

                .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt p {
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 110%;
                    margin-bottom: 0;
                    color: #fff;
                    opacity: 0
                }

            .bs-hover-box .img-box .typ-over-layout-card .typ-bottom-flx {
                display: flex;
                align-items: center;
                justify-content: space-between
            }

                .bs-hover-box .img-box .typ-over-layout-card .typ-bottom-flx h5, .bs-hover-box .img-box .typ-over-layout-card .typ-bottom-flx .h5 {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 140%;
                    color: #fff;
                    margin-bottom: 0;
                    max-width: 130px;
                    opacity: 0
                }

                .bs-hover-box .img-box .typ-over-layout-card .typ-bottom-flx p {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 140%;
                    margin-bottom: 0;
                    color: #fff;
                    opacity: 0
                }

        .bs-hover-box .img-box:hover img {
            height: 100%;
            object-fit: cover
        }

        .bs-hover-box .img-box:hover .heading-lyt {
            opacity: 0
        }

        .bs-hover-box .img-box:hover .typ-over-layout-card {
            opacity: 1
        }

        .bs-hover-box .img-box:hover .typ-bottom-flx h5, .bs-hover-box .img-box:hover .typ-bottom-flx .h5 {
            opacity: 1
        }

        .bs-hover-box .img-box:hover .typ-bottom-flx p {
            opacity: 1
        }

        .bs-hover-box .img-box:hover .typ-flex-lyt h4, .bs-hover-box .img-box:hover .typ-flex-lyt .h4 {
            opacity: 1
        }

        .bs-hover-box .img-box:hover .typ-flex-lyt p {
            opacity: 1
        }

@media(max-width: 1025px) {
    .bs-hover-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media(max-width: 767px) {
    .bs-hover-box {
        flex-direction: column;
        display: flex
    }

        .bs-hover-box .img-box {
            width: 100%
        }

            .bs-hover-box .img-box .heading-lyt {
                padding: 15px
            }

                .bs-hover-box .img-box .heading-lyt h3, .bs-hover-box .img-box .heading-lyt .h3 {
                    font-size: 20px
                }

            .bs-hover-box .img-box .typ-over-layout-card {
                padding: 16px
            }

                .bs-hover-box .img-box .typ-over-layout-card .typ-line {
                    margin: 10px 0
                }

                .bs-hover-box .img-box .typ-over-layout-card .typ-flx-column {
                    gap: 12px
                }

                .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt h4, .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt .h4 {
                    font-size: 30px
                }

                    .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt h4 sup, .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt .h4 sup {
                        font-size: 14px
                    }

                .bs-hover-box .img-box .typ-over-layout-card .typ-flex-lyt p {
                    font-size: 16px
                }

            .bs-hover-box .img-box:hover {
                flex-basis: 0%
            }
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%
}

.marquee-track {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: marqueeMove 30s linear infinite
}

    .marquee-track.typ-investors .typ-marquee-box {
        width: 245px;
        height: 245px;
        padding: 24px;
        justify-content: space-between;
        position: relative;
        overflow: hidden
    }

        .marquee-track.typ-investors .typ-marquee-box .logo--wrap {
            max-width: 180px;
            height: 120px
        }

        .marquee-track.typ-investors .typ-marquee-box img {
            margin-top: 40px;
            height: 100%;
            object-fit: contain;
            transition: all .4s ease
        }

        .marquee-track.typ-investors .typ-marquee-box:hover {
            background-color: #fff
        }

        .marquee-track.typ-investors .typ-marquee-box .typ-landno {
            font-weight: 700;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0%;
            text-align: center;
            color: #1d3557;
            margin-bottom: 8px;
            margin-top: 4px
        }

        .marquee-track.typ-investors .typ-marquee-box .marquee-name {
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            text-align: center;
            color: #1d3557;
            max-width: 100%
        }

        .marquee-track.typ-investors .typ-marquee-box .typ-landno, .marquee-track.typ-investors .typ-marquee-box .marquee-name {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: all .4s ease
        }

        .marquee-track.typ-investors .typ-marquee-box:hover img {
            margin-top: 0
        }

        .marquee-track.typ-investors .typ-marquee-box:hover .typ-landno, .marquee-track.typ-investors .typ-marquee-box:hover .marquee-name {
            opacity: 1;
            max-height: 100px
        }

@keyframes marqueeMove {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused
}

.typ-marquee-box {
    border: 1px solid rgba(0,0,0,.1);
    padding: 34px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
    width: 216px;
    height: 194px;
    transition: all .3s ease;
    flex-shrink: 0;
    cursor: pointer
}

    .typ-marquee-box .icon {
        padding: 12px;
        font-size: 45px;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .typ-marquee-box .typ-marque-icon {
        padding: 12px;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .typ-marquee-box .marquee-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        margin-bottom: 0;
        max-width: 170px
    }

    .typ-marquee-box:hover {
        background-color: #1d3557
    }

        .typ-marquee-box:hover .marquee-name {
            color: #fff
        }

        .typ-marquee-box:hover .icon::before {
            color: #fff
        }

        .typ-marquee-box:hover .typ-marque-icon {
            filter: brightness(0) invert(1)
        }

.bs-video .container, .bs-video .video-controls, .bs-video .video-timer, .bs-video .options {
    display: flex;
    align-items: center;
    justify-content: center
}

.bs-video .container {
    width: 98%;
    user-select: none;
    overflow: hidden;
    max-width: 900px;
    border-radius: 5px;
    background: #000;
    aspect-ratio: 16/9;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,.1)
}

    .bs-video .container.fullscreen {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        border-radius: 0px
    }

.bs-video .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    bottom: -15px;
    transition: all .08s ease
}

.bs-video .container.show-controls .wrapper {
    opacity: 1;
    bottom: 0;
    transition: all .13s ease
}

.bs-video .wrapper::before {
    content: "";
    bottom: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: calc(100% + 35px);
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent)
}

.bs-video .video-timeline {
    height: 7px;
    width: 100%;
    cursor: pointer
}

    .bs-video .video-timeline .progress-area {
        height: 3px;
        position: relative;
        background: hsla(0,0%,100%,.6)
    }

.bs-video .progress-area span {
    position: absolute;
    left: 50%;
    top: -25px;
    font-size: 13px;
    color: #fff;
    pointer-events: none;
    transform: translateX(-50%)
}

.bs-video .progress-area .progress-bar {
    width: 0%;
    height: 100%;
    position: relative;
    background: #2289ff
}

.bs-video .progress-bar::before {
    content: "";
    right: 0;
    top: 50%;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50%;
    background: #2289ff;
    transform: translateY(-50%)
}

.bs-video .progress-bar::before, .bs-video .progress-area span {
    display: none
}

.bs-video .video-timeline:hover .progress-bar::before, .bs-video .video-timeline:hover .progress-area span {
    display: block
}

.bs-video .wrapper .video-controls {
    padding: 5px 20px 10px
}

.bs-video .video-controls .options {
    width: 100%
}

    .bs-video .video-controls .options:first-child {
        justify-content: flex-start
    }

    .bs-video .video-controls .options:last-child {
        justify-content: flex-end
    }

.bs-video .options button {
    height: 40px;
    width: 40px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    background: none;
    color: #efefef;
    border-radius: 3px;
    transition: all .3s ease
}

    .bs-video .options button :where(i,span) {
        height: 100%;
        width: 100%;
        line-height: 40px
    }

    .bs-video .options button:hover :where(i,span) {
        color: #fff
    }

    .bs-video .options button:active :where(i,span) {
        transform: scale(0.9)
    }

    .bs-video .options button span {
        font-size: 23px
    }

.bs-video .options input {
    height: 4px;
    margin-left: 3px;
    max-width: 75px;
    accent-color: #0078ff
}

.bs-video .options .video-timer {
    color: #efefef;
    margin-left: 15px;
    font-size: 14px
}

.bs-video .video-timer .separator {
    margin: 0 5px;
    font-size: 16px;
    font-family: "Open sans"
}

.bs-video .playback-content {
    display: flex;
    position: relative
}

    .bs-video .playback-content .speed-options {
        position: absolute;
        list-style: none;
        left: -40px;
        bottom: 40px;
        width: 95px;
        overflow: hidden;
        opacity: 0;
        border-radius: 4px;
        pointer-events: none;
        background: hsla(0,0%,100%,.9);
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
        transition: opacity .13s ease
    }

        .bs-video .playback-content .speed-options.show {
            opacity: 1;
            pointer-events: auto
        }

.bs-video .speed-options li {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    margin: 2px 0;
    padding: 5px 0 5px 15px;
    transition: all .1s ease
}

    .bs-video .speed-options li:where(:first-child,:last-child) {
        margin: 0px
    }

    .bs-video .speed-options li:hover {
        background: #dfdfdf
    }

    .bs-video .speed-options li.active {
        color: #fff;
        background: #3e97fd
    }

.bs-video .container video {
    width: 100%
}

@media screen and (max-width: 540px) {
    .bs-video .wrapper .video-controls {
        padding: 3px 10px 7px
    }

    .bs-video .options input, .bs-video .progress-area span {
        display: none !important
    }

    .bs-video .options button {
        height: 30px;
        width: 30px;
        font-size: 17px
    }

    .bs-video .options .video-timer {
        margin-left: 5px
    }

    .bs-video .video-timer .separator {
        font-size: 14px;
        margin: 0 2px
    }

    .bs-video .options button :where(i,span) {
        line-height: 30px
    }

    .bs-video .options button span {
        font-size: 21px
    }

    .bs-video .options .video-timer, .bs-video .progress-area span, .bs-video .speed-options li {
        font-size: 12px
    }

    .bs-video .playback-content .speed-options {
        width: 75px;
        left: -30px;
        bottom: 30px
    }

    .bs-video .speed-options li {
        margin: 1px 0;
        padding: 3px 0 3px 10px
    }

    .bs-video .right .pic-in-pic {
        display: none
    }
}

.focus-sector-panel {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 20px;
    position: relative;
    overflow: hidden
}

.focus-sector-nav {
    position: relative;
    width: 393px;
    height: 584px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.focus-sector-orbit {
    position: absolute;
    width: 840px;
    height: 600px;
    border: 1px solid #d5d0bc;
    border-radius: 50%;
    left: -638px;
    top: -47px;
    pointer-events: none
}

.focus-sector-track {
    position: relative;
    width: 100%;
    height: 100%
}

.focus-sector-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 18px;
    transform: translate(-50%, -50%);
    transition: left .9s cubic-bezier(0.22, 1, 0.36, 1),top .9s cubic-bezier(0.22, 1, 0.36, 1),opacity .5s
}

.focus-sector-label {
    width: 140px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #6b6b6b;
    transition: .35s
}

.focus-sector-circle {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background-color: #f0f1e8;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b6b6b;
    transition: .4s
}

    .focus-sector-circle img {
        width: 35px;
        height: 35px
    }

    .focus-sector-circle svg {
        width: 22px;
        height: 22px
    }

.focus-sector-active {
    opacity: 1
}

    .focus-sector-active .focus-sector-label {
        color: #1d3557;
        font-size: 12px
    }

    .focus-sector-active .focus-sector-circle {
        background: #1d3557;
        color: #fff
    }

        .focus-sector-active .focus-sector-circle svg {
            width: 32px;
            height: 32px
        }

        .focus-sector-active .focus-sector-circle img {
            filter: brightness(0) invert(1)
        }

.focus-sector-content {
    position: relative;
    padding-top: 30px;
    padding-right: 140px
}

.focus-sector-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.focus-sector-icon {
    width: 34px;
    height: 34px
}

.focus-sector-arrows {
    display: flex;
    gap: 10px
}

.focus-sector-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s;
    border: 1px solid rgba(20,19,41,.5)
}

    .focus-sector-arrow .icon-link-arrow {
        display: flex
    }

        .focus-sector-arrow .icon-link-arrow::before {
            color: #1d3557;
            font-size: 10px
        }

    .focus-sector-arrow.typ-prevbtn {
        transform: rotate(180deg)
    }

    .focus-sector-arrow:hover {
        background: #1d3557;
        color: #fff
    }

        .focus-sector-arrow:hover .icon-link-arrow::before {
            color: #fff
        }

.focus-sector-title {
    font-size: 24px;
    font-weight: 600;
    color: #1d3557;
    margin-bottom: 32px
}

.focus-sector-desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
    max-width: 735px
}

.focus-sector-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 34px
}

.focus-sector-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 26px
}

    .focus-sector-stats li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 0
    }

        .focus-sector-stats li::before {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid rgba(0,0,0,0);
            border-bottom: 5px solid rgba(0,0,0,0);
            border-left: 7px solid #1d3557
        }

.focus-sector-btn {
    background: #1d3557;
    color: #fff;
    border: none;
    padding: 22px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    line-height: 100%
}

.fade-swap {
    animation: focusFade .45s ease
}

@keyframes focusFade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width: 820px) {
    .focus-sector-panel {
        grid-template-columns: 1fr
    }

    .focus-sector-nav {
        display: none
    }
}

.bs-card.typ-iconcard {
    height: 100%
}

    .bs-card.typ-iconcard .card {
        border: 1px solid rgba(0,0,0,.1);
        padding: 18px;
        border-radius: 0;
        width: 304px;
        height: 100%
    }

        .bs-card.typ-iconcard .card .icon-box {
            padding: 15px;
            background-color: #f0f1e8;
            width: 75px;
            height: 75px;
            margin-bottom: 24px;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .bs-card.typ-iconcard .card .icon-box img {
                width: auto
            }

        .bs-card.typ-iconcard .card .card-heading {
            font-family: "Inter",sans-serif;
            font-weight: 400;
            font-size: 21px;
            line-height: 140%;
            margin-bottom: 15px;
            color: #1d3557
        }

        .bs-card.typ-iconcard .card .numbers-lyt {
            font-family: "Inter",sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            margin-bottom: 0;
            color: rgba(20,19,41,.9);
            max-width: 270px
        }

.bs-card.report-card .card {
    width: 100%;
    border: none;
    border-radius: 0px
}

    .bs-card.report-card .card:hover .img-wrappers .typ-hover-lyr {
        opacity: 1;
        visibility: visible
    }

        .bs-card.report-card .card:hover .img-wrappers .typ-hover-lyr a {
            transform: translateY(0);
            opacity: 1
        }

    .bs-card.report-card .card .img-wrappers {
        position: relative;
        width: 228px;
        height: 310px
    }

        .bs-card.report-card .card .img-wrappers img {
            height: 100%;
            object-fit: cover
        }

        .bs-card.report-card .card .img-wrappers .typ-hover-lyr {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(10px);
            opacity: 0;
            visibility: hidden;
            transition: all .4s ease
        }

            .bs-card.report-card .card .img-wrappers .typ-hover-lyr a {
                transform: translateY(20px);
                opacity: 0;
                transition: all .4s ease
            }

    .bs-card.report-card .card img {
        border: 1px solid #c6c6c6
    }

    .bs-card.report-card .card .card-heading {
        font-weight: 600;
        padding-top: 2px;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 0px;
        color: #1d3557;
        margin-top: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

.bs-card.job-card .card {
    padding: 18px;
    border: 1px solid rgba(29,53,87,.15);
    border-radius: 2px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .bs-card.job-card .card .flx-card {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

        .bs-card.job-card .card .flx-card .typ-heading {
            font-weight: 600;
            font-size: 24px;
            line-height: 100%;
            margin-bottom: 0;
            color: #1d3557;
            max-width: 290px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .bs-card.job-card .card .flx-card .typ-active {
            background-color: rgba(0,0,0,.05);
            padding: 8px;
            font-weight: 500;
            font-size: 12px;
            line-height: 100%;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            border-radius: 4px
        }

            .bs-card.job-card .card .flx-card .typ-active .dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #1da56d
            }

            .bs-card.job-card .card .flx-card .typ-active .red-dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #cf1c0c
            }

    .bs-card.job-card .card .typ-card-line {
        background-color: rgba(0,0,0,.15);
        width: 100%;
        height: 1px;
        margin: 12px 0
    }

    .bs-card.job-card .card .flx-col {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .bs-card.job-card .card .flex-lyt {
        display: flex;
        justify-content: space-between
    }

        .bs-card.job-card .card .flex-lyt .flx-icon {
            display: flex;
            align-items: center;
            gap: 8px
        }

            .bs-card.job-card .card .flex-lyt .flx-icon img {
                width: 20px
            }

        .bs-card.job-card .card .flex-lyt .time {
            font-weight: 600;
            font-size: 12px;
            line-height: 140%;
            color: rgba(20,19,41,.9)
        }

        .bs-card.job-card .card .flex-lyt .city {
            font-weight: 600;
            font-size: 12px;
            line-height: 140%;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #1d3557
        }

            .bs-card.job-card .card .flex-lyt .city img {
                width: 18px
            }

        .bs-card.job-card .card .flex-lyt .left-name {
            font-weight: 500;
            font-size: 12px;
            line-height: 140%;
            color: #1d3557;
            margin-bottom: 0
        }

        .bs-card.job-card .card .flex-lyt .right-data {
            font-weight: 500;
            font-size: 12px;
            line-height: 140%;
            margin-bottom: 0;
            color: #1d3557;
            text-align: right
        }

    .bs-card.job-card .card .btn-flx {
        display: flex;
        align-items: center;
        gap: 24px
    }

.bs-card.job-card.typ-closed-card .card {
    background-color: #e0e0e0;
    cursor: not-allowed;
    opacity: .7;
    pointer-events: none
}

.bs-card.typ-newscard .card {
    border: 0;
    border-radius: 0;
    height: 100%
}

    .bs-card.typ-newscard .card .img-wraper {
        position: relative;
        width: 100%;
        height: 300px
    }

        .bs-card.typ-newscard .card .img-wraper .label {
            position: absolute;
            left: 0;
            top: 0;
            background-color: #fff;
            font-weight: 500;
            font-size: 10px;
            line-height: 100%;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 0;
            padding: 5px 12px
        }

        .bs-card.typ-newscard .card .img-wraper img {
            height: 100%;
            object-fit: cover;
            background-position: center
        }

    .bs-card.typ-newscard .card .card-body {
        padding: 30px 16px;
        padding-right: 13px;
        border-left: 1px solid #1d3557
    }

        .bs-card.typ-newscard .card .card-body .typ-flx {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 4px
        }

            .bs-card.typ-newscard .card .card-body .typ-flx .date {
                font-weight: 500;
                font-size: 12px;
                line-height: 140%;
                color: rgba(20,19,41,.5);
                margin-bottom: 0;
                text-transform: uppercase
            }

            .bs-card.typ-newscard .card .card-body .typ-flx .sq {
                width: 4px;
                height: 4px;
                background-color: #000
            }

            .bs-card.typ-newscard .card .card-body .typ-flx .publisher {
                font-weight: 500;
                font-size: 12px;
                line-height: 140%;
                color: rgba(20,19,41,.5);
                margin-bottom: 0;
                text-transform: uppercase;
                width: 100px;
                white-space: nowrap;
                overflow: hidden;
                text-align: end;
                text-overflow: ellipsis
            }

        .bs-card.typ-newscard .card .card-body .card-heading {
            font-weight: 500;
            font-size: 24px;
            padding-top: 2px;
            line-height: 140%;
            margin-bottom: 42px;
            color: #1d3557;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 20px;
            min-height: 62px
        }

        .bs-card.typ-newscard .card .card-body .typ-read-btn {
            font-weight: 500;
            font-size: 12px;
            line-height: 100%;
            text-transform: uppercase;
            color: #1d3557
        }

            .bs-card.typ-newscard .card .card-body .typ-read-btn .icon {
                margin-left: 10px
            }

                .bs-card.typ-newscard .card .card-body .typ-read-btn .icon::before {
                    color: #1d3557;
                    font-size: 10px
                }

.bs-card.typ-newscard.typ-gallerycard .card .card-body {
    padding: 0;
    border-left: 0
}

    .bs-card.typ-newscard.typ-gallerycard .card .card-body .card-heading {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 0;
        margin-top: 12px;
        color: #1d3557;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

.bs-card.typ-newscard.typ-gallerycard .card .img-wraper {
    position: relative;
    cursor: pointer
}

    .bs-card.typ-newscard.typ-gallerycard .card .img-wraper img {
        height: 100%;
        object-fit: cover
    }

    .bs-card.typ-newscard.typ-gallerycard .card .img-wraper .video-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 10px
    }

.bs-card.typ-project-card .card {
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.1);
    padding: 15px;
    border: 1px solid rgba(0,0,0,.2)
}

    .bs-card.typ-project-card .card .img-wrapper {
        max-height: 350px;
        overflow: hidden
    }

        .bs-card.typ-project-card .card .img-wrapper.typ-tourwrap {
            max-height: 296px;
            margin-top: 0
        }

    .bs-card.typ-project-card .card .exploreIframe360 {
        display: none;
        width: 100%
    }

        .bs-card.typ-project-card .card .exploreIframe360 iframe {
            width: 100%;
            height: 600px;
            border: none;
            display: block
        }

    .bs-card.typ-project-card .card .img-wrapper.iframe-open {
        background: none
    }

    .bs-card.typ-project-card .card .description-box .typ-headingname {
        font-weight: 600;
        font-size: 23px;
        line-height: 100%;
        color: #1d3557;
        margin-bottom: 10px;
        margin-top: 14px
    }

    .bs-card.typ-project-card .card .description-box .typ-card-para {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 2%;
        color: rgba(0,0,0,.9)
    }

        .bs-card.typ-project-card .card .description-box .typ-card-para p {
            display: none
        }

@media(max-width: 1368px) {
    .bs-card.typ-iconcard .card {
        width: 100%;
        height: 280px
    }

    .bs-card.report-card .card .img-wrappers {
        width: 220px;
        height: 280px
    }

    .bs-card.typ-newscard .card .img-wraper {
        width: 242px;
        height: 242px
    }
}

@media(max-width: 1025px) {
    .bs-card.typ-iconcard .card {
        width: 100%;
        height: 250px
    }
}

@media(max-width: 992px) {
    .bs-card.typ-newscard .card .card-body .card-heading {
        font-size: 18px;
        min-height: 45px
    }

    .bs-card.typ-newscard .card .card-body .typ-flx {
        gap: 8px
    }

        .bs-card.typ-newscard .card .card-body .typ-flx .date {
            font-size: 11px
        }

        .bs-card.typ-newscard .card .card-body .typ-flx .publisher {
            font-size: 11px
        }
}

@media(max-width: 767px) {
    .bs-card.typ-iconcard .card {
        height: 100%
    }

        .bs-card.typ-iconcard .card .icon-box {
            width: 62px;
            height: 62px;
            padding: 15px
        }

    .bs-card.job-card .card .btn-flx {
        flex-direction: column;
        gap: 15px
    }

    .bs-card.job-card .card .flx-card .typ-heading {
        font-size: 18px;
        max-width: 200px
    }

    .bs-card.report-card .card .img-wrappers {
        width: 100%;
        height: 100%
    }

    .bs-card.typ-newscard .card .img-wraper {
        width: 100%;
        height: 100%
    }

    .bs-card.typ-project-card .card .description-box .typ-headingname {
        font-size: 24px;
        margin-top: 10px
    }
}

.bs-breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

    .bs-breadcrumb li {
        display: flex;
        align-items: center;
        color: #fff;
        letter-spacing: 4%
    }

        .bs-breadcrumb li a {
            color: #fff;
            text-decoration: none
        }

        .bs-breadcrumb li + li::before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotate(-45deg);
            margin: 0 10px
        }

    .bs-breadcrumb .active {
        color: #fff
    }

@media(max-width: 767px) {
    .bs-breadcrumb li a {
        font-size: 12px
    }

    .bs-breadcrumb .active {
        font-size: 12px
    }
}

.bs-calculator {
    margin-top: 45px
}

    .bs-calculator .typ-flex-lyt {
        display: flex;
        gap: 24px
    }

    .bs-calculator .typ-line {
        background-color: rgba(0,0,0,.1);
        width: 100%;
        height: 1px;
        margin: 24px 0
    }

    .bs-calculator .result-lyt {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .bs-calculator .result-lyt .cost-heading {
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            margin-bottom: 8px;
            color: rgba(0,0,0,.6)
        }

        .bs-calculator .result-lyt .number {
            font-weight: 700;
            font-size: 32px;
            line-height: 110%;
            margin-bottom: 0px;
            color: rgba(0,0,0,.25)
        }

.custom-select {
    position: relative;
    width: 100%
}

    .custom-select.state-dropdown-custom .dropdown {
        overflow: auto;
        max-height: 300px
    }

    .custom-select.typmb-20 {
        margin-bottom: 20px
    }

    .custom-select.typ-header-fullselect {
        width: 100%
    }

        .custom-select.typ-header-fullselect .select-box {
            padding: 10px 8px;
            width: 100%;
            width: max-content
        }

            .custom-select.typ-header-fullselect .select-box .value {
                width: 100%;
                max-width: 100%
            }

    .custom-select.typtender-select {
        z-index: 9
    }

    .custom-select.typ-language-select {
        min-width: 100px
    }

        .custom-select.typ-language-select .select-box {
            padding: 10px;
            border-radius: 0;
            background-color: rgba(0,0,0,0);
            border: 1px solid #1d3557
        }

            .custom-select.typ-language-select .select-box .value {
                color: #1d3557
            }

            .custom-select.typ-language-select .select-box span {
                color: #1d3557
            }

    .custom-select.typselect-zindex {
        z-index: 9
    }

    .custom-select.typ-custom-length {
        width: 300px
    }

        .custom-select.typ-custom-length .select-box {
            background-color: rgba(0,0,0,0)
        }

    .custom-select.typmb-14 {
        margin-bottom: 14px
    }

    .custom-select.typ-tabs-select .select-box {
        border: none;
        border-bottom: 1px solid rgba(20,19,41,.1);
        padding: 30px 16px
    }

    .custom-select .select-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 8px;
        border: 1px solid #1d3557;
        border-radius: 2px;
        cursor: pointer;
        background: #fff
    }

        .custom-select .select-box.typ-calselect {
            min-height: 65px
        }

        .custom-select .select-box.typheight-52 {
            height: 52px
        }

        .custom-select .select-box.typ-custompadding .custom-select {
            width: 45%
        }

        .custom-select .select-box.typ-custompadding input {
            font-size: 12px
        }

            .custom-select .select-box.typ-custompadding input::placeholder {
                color: #1d3557;
                text-transform: uppercase
            }

        .custom-select .select-box span {
            font-size: 10px;
            font-weight: 500;
            text-transform: uppercase;
            color: #1d3557;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .custom-select .select-box .value {
            font-weight: 600;
            color: #1d3557;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 90px
        }

            .custom-select .select-box .value.typ-fullwidth {
                max-width: 100%
            }

        .custom-select .select-box .arrow {
            font-size: 12px;
            margin-left: 8px
        }

    .custom-select .dropdown {
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 10
    }

        .custom-select .dropdown li {
            padding: 12px 16px;
            cursor: pointer;
            width: 100%
        }

            .custom-select .dropdown li:hover {
                background: #f5f5f5
            }

    .custom-select.active .dropdown {
        display: block;
        width: 100%;
        max-height: 400px;
        overflow: auto
    }

        .custom-select.active .dropdown.typ-langdropdown {
            width: max-content
        }

.typ-area-select {
    height: 65px
}

    .typ-area-select .select-box {
        padding: 0;
        min-height: 65px;
        display: flex;
        align-items: stretch;
        justify-content: space-between
    }

    .typ-area-select .typ-label {
        min-width: 170px;
        padding: 0 10px;
        display: flex !important;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #1d3557
    }

    .typ-area-select .typ-area-wrap {
        display: flex;
        align-items: stretch;
        flex: 1;
        width: 100%
    }

        .typ-area-select .typ-area-wrap .select-box.typ-sqbox {
            border: none;
            align-items: center;
            padding-left: 0px;
            width: 80%
        }

    .typ-area-select input {
        flex: 1;
        border: none;
        outline: none;
        background: rgba(0,0,0,0);
        font-size: 14px;
        color: #1d3557;
        padding-right: 8px
    }

        .typ-area-select input::placeholder {
            color: rgba(20,19,41,.5);
            text-transform: none
        }

    .typ-area-select .typ-unit-select {
        min-width: 50px;
        border-left: 1px solid rgba(20,19,41,.1);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative
    }

        .typ-area-select .typ-unit-select select {
            border: none;
            outline: none;
            background: rgba(0,0,0,0);
            font-size: 14px;
            font-weight: 600;
            color: #1d3557;
            appearance: none;
            cursor: pointer;
            padding-right: 15px
        }

        .typ-area-select .typ-unit-select .arrow {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%)
        }

            .typ-area-select .typ-unit-select .arrow img {
                width: 10px;
                pointer-events: none
            }

@media(max-width: 1368px) {
    .bs-calculator .custom-select input {
        width: 60px !important
    }
}

@media(max-width: 1500px) {
    .typ-area-select {
        height: 65px
    }

        .typ-area-select .select-box {
            padding: 0;
            min-height: 65px
        }
}

@media(max-width: 998px) {
    .bs-calculator .typ-flex-lyt {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .custom-select .select-box {
        padding: 18px 5px
    }

    .custom-select.typtender-select {
        min-width: 265px
    }
}

@media(max-width: 767px) {
    .bs-calculator .typ-flex-lyt {
        display: flex;
        flex-direction: column
    }

    .bs-calculator .result-lyt {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .typ-area-select {
        height: 53px
    }

        .typ-area-select .select-box {
            padding: 18px 15px;
            height: 53px;
            min-height: 53px;
            background-color: rgba(0,0,0,0)
        }

    .custom-select.typ-header-fullselect {
        margin-right: 5px
    }

    .custom-select.typ-unit-select .select-box {
        padding: 10px 5px
    }

    .custom-select .select-box {
        padding: 18px 15px
    }

    .custom-select.typ-language-select {
        width: 85px
    }

        .custom-select.typ-language-select .select-box {
            padding: 10px 7px
        }

            .custom-select.typ-language-select .select-box span {
                font-size: 9px
            }

    .custom-select.typ-tabs-select .select-box {
        border: none;
        border-bottom: 1px solid rgba(20,19,41,.1);
        padding: 15px
    }

    .custom-select.typ-custom-length {
        width: 100%
    }

    .custom-select.typtender-select {
        z-index: inherit
    }
}

@media(max-width: 380px) {
    .custom-select.typ-header-fullselect .select-box {
        width: 100px
    }

        .custom-select.typ-header-fullselect .select-box .value {
            max-width: 70px
        }
}

.bs-detail-box {
    background-color: #f5f5f5;
    padding: 52px 106px
}

    .bs-detail-box .img-wraper {
        max-width: 1000px;
        height: 500px
    }

        .bs-detail-box .img-wraper img {
            height: 100%;
            object-fit: cover
        }

    .bs-detail-box .typ-upperflx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

        .bs-detail-box .typ-upperflx .label-part {
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 0;
            background-color: #1d3557;
            padding: 7px 12px;
            color: #fff
        }

        .bs-detail-box .typ-upperflx .language-part {
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            margin-bottom: 0;
            color: rgba(20,19,41,.5)
        }

            .bs-detail-box .typ-upperflx .language-part span {
                color: #000
            }

        .bs-detail-box .typ-upperflx .user-names {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            text-transform: uppercase;
            margin-bottom: 4px;
            color: #000
        }

        .bs-detail-box .typ-upperflx .social-links {
            display: flex;
            align-items: center;
            gap: 10px
        }

        .bs-detail-box .typ-upperflx .icon {
            width: 28px;
            height: 28px;
            border: 1px solid rgba(0,0,0,.1);
            border-radius: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer
        }

            .bs-detail-box .typ-upperflx .icon::before {
                color: #1d3557
            }

        .bs-detail-box .typ-upperflx .typ-upperflx {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .bs-detail-box .typ-upperflx .typ-flx {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 4px
        }

            .bs-detail-box .typ-upperflx .typ-flx .date {
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                color: rgba(20,19,41,.5);
                margin-bottom: 0;
                text-transform: uppercase
            }

            .bs-detail-box .typ-upperflx .typ-flx .sq {
                width: 4px;
                height: 4px;
                background-color: #000
            }

            .bs-detail-box .typ-upperflx .typ-flx .publisher {
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                color: rgba(20,19,41,.5);
                margin-bottom: 0;
                text-transform: uppercase
            }

    .bs-detail-box .img-wraper {
        margin-bottom: 32px;
        width: 1080px;
        height: 500px
    }

    .bs-detail-box .typ-lines {
        background-color: rgba(0,0,0,.1);
        width: 100%;
        height: 1px;
        margin: 12px 0
    }

    .bs-detail-box .media-heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 24px;
        color: #1d3557;
        margin-top: 32px
    }

    .bs-detail-box .media-para {
        font-weight: 500;
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 0;
        color: #121416
    }

        .bs-detail-box .media-para p {
            font-weight: 500;
            font-size: 18px;
            color: #121416;
            margin-bottom: 10px
        }

    .bs-detail-box .id-lyt {
        background-color: #fff;
        width: 280px;
        margin-top: 24px
    }

        .bs-detail-box .id-lyt p {
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            margin-bottom: 8px;
            color: rgba(20,19,41,.5)
        }

        .bs-detail-box .id-lyt a {
            font-weight: 600;
            font-size: 20px;
            line-height: 140%;
            text-decoration: underline;
            color: #1d3557
        }

@media(max-width: 1024px) {
    .bs-detail-box {
        padding: 45px 90px
    }

        .bs-detail-box .typ-upperflx .user-names {
            font-size: 14px
        }

        .bs-detail-box .media-heading {
            font-size: 18px
        }
}

@media(max-width: 992px) {
    .bs-detail-box {
        padding: 35px 55px
    }
}

@media(max-width: 767px) {
    .bs-detail-box {
        padding: 30px 15px
    }

        .bs-detail-box .typ-upperflx {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px
        }

        .bs-detail-box .media-para {
            font-size: 16px
        }

        .bs-detail-box .id-lyt a {
            font-size: 18px
        }

        .bs-detail-box .img-wraper {
            width: 100%;
            height: auto
        }
}

.bs-modal.typ-gallerymodal .modal .modal-body {
    padding: 0;
    position: relative
}

    .bs-modal.typ-gallerymodal .modal .modal-body::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        pointer-events: none;
        z-index: 1
    }

    .bs-modal.typ-gallerymodal .modal .modal-body .typ-center-text {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 2
    }

        .bs-modal.typ-gallerymodal .modal .modal-body .typ-center-text h3, .bs-modal.typ-gallerymodal .modal .modal-body .typ-center-text .h3 {
            font-weight: 700;
            font-size: 18px;
            line-height: 120%;
            text-align: center;
            margin-bottom: 0;
            color: #fff
        }

.bs-modal.typ-videomodal .modal .modal-body {
    padding: 0
}

    .bs-modal.typ-videomodal .modal .modal-body .video-wrapper {
        position: relative
    }

        .bs-modal.typ-videomodal .modal .modal-body .video-wrapper .play-btn {
            position: absolute;
            left: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .bs-modal.typ-videomodal .modal .modal-body .video-wrapper .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,.6);
            border: none;
            color: #fff;
            font-size: 24px;
            padding: 10px;
            z-index: 10;
            cursor: pointer
        }

        .bs-modal.typ-videomodal .modal .modal-body .video-wrapper .left-arrow {
            left: -50px
        }

        .bs-modal.typ-videomodal .modal .modal-body .video-wrapper .right-arrow {
            right: -50px
        }

.bs-modal.typ-formmodal {
    position: relative
}

    .bs-modal.typ-formmodal .btn-close {
        position: absolute;
        right: 25px;
        top: 25px;
        z-index: 99;
        cursor: pointer
    }

    .bs-modal.typ-formmodal .contact-directory__form-wrap {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .bs-modal.typ-formmodal .contact-directory__title {
        margin: 0 0 0px;
        color: #1d3557;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.04;
        letter-spacing: -3%;
        font-family: "Inter",sans-serif;
        padding-bottom: 22px
    }

    .bs-modal.typ-formmodal .contact-directory__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 32px
    }

    .bs-modal.typ-formmodal .contact-directory__field {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 24px
    }

        .bs-modal.typ-formmodal .contact-directory__field label {
            margin: 0;
            color: #000;
            font-size: 16px;
            line-height: 1.3;
            letter-spacing: 1%
        }

        .bs-modal.typ-formmodal .contact-directory__field input, .bs-modal.typ-formmodal .contact-directory__field textarea {
            width: 100%;
            border: 1px solid rgba(0,0,0,.1490196078);
            background: rgba(0,0,0,0);
            border-radius: 0;
            color: rgba(0,0,0,.4);
            font-family: "Inter",sans-serif;
            font-size: 14px;
            line-height: 1.55;
            min-height: 52px;
            padding: 10px 12px;
            outline: 0;
            letter-spacing: 0%
        }

            .bs-modal.typ-formmodal .contact-directory__field input::placeholder, .bs-modal.typ-formmodal .contact-directory__field textarea::placeholder {
                color: rgba(0,0,0,.4);
                opacity: 1;
                letter-spacing: 0%
            }

        .bs-modal.typ-formmodal .contact-directory__field textarea {
            resize: vertical;
            min-height: 152px
        }

    .bs-modal.typ-formmodal .contact-directory__field--full {
        grid-column: 1/-1
    }

    .bs-modal.typ-formmodal .contact-directory__check {
        margin: 24px 0 24px;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        color: #000;
        font-family: "Inter",sans-serif;
        font-size: 14px;
        line-height: 1.3
    }

        .bs-modal.typ-formmodal .contact-directory__check input {
            width: 14px;
            height: 14px;
            margin: 0;
            border-radius: 0
        }

        .bs-modal.typ-formmodal .contact-directory__check a {
            color: #292669;
            text-decoration: none;
            font-weight: 600
        }

    .bs-modal.typ-formmodal .contact-directory__submit {
        min-height: 40px;
        border: 1px solid #1d3557;
        background: #1d3557;
        color: #fff;
        font-size: 12px;
        letter-spacing: .03em;
        padding: 10px 18px;
        line-height: 1
    }

    .bs-modal.typ-formmodal .contact-directory__info-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 24px;
        margin: 74px 0;
        align-items: stretch
    }

    .bs-modal.typ-formmodal .file-input-hidden {
        display: none
    }

    .bs-modal.typ-formmodal .file-upload-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #d1d5db;
        padding: 10px 12px;
        cursor: pointer;
        background: #fff
    }

        .bs-modal.typ-formmodal .file-upload-wrapper:hover {
            border-color: #0254ec
        }

    .bs-modal.typ-formmodal .upload-btn {
        background: #1d3557;
        color: #fff;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 12px
    }

.bs-modal.director-modal .modal .modal-dialog {
    max-width: 1090px;
    border-radius: 0
}

.bs-modal.director-modal .modal .modal-content .btn-close {
    background: none;
    opacity: 1;
    padding: 0;
    width: 42px;
    height: 42px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9
}

    .bs-modal.director-modal .modal .modal-content .btn-close:focus {
        outline: none;
        box-shadow: none
    }

.bs-modal.director-modal .modal .modal-content .modal-body {
    background-color: #f0f1e8;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px
}

    .bs-modal.director-modal .modal .modal-content .modal-body .content-box {
        max-width: 600px
    }

        .bs-modal.director-modal .modal .modal-content .modal-body .content-box h3, .bs-modal.director-modal .modal .modal-content .modal-body .content-box .h3 {
            font-weight: 600;
            font-size: 40px;
            line-height: 100%;
            color: #1d3557;
            margin-bottom: 16px
        }

        .bs-modal.director-modal .modal .modal-content .modal-body .content-box #directorEducation {
            font-weight: 700;
            margin-bottom: 5px
        }

        .bs-modal.director-modal .modal .modal-content .modal-body .content-box p {
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 2%;
            color: #000;
            margin-bottom: 15px
        }

@media(max-width: 768px) {
    .bs-modal.typ-formmodal .contact-directory__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .bs-modal.typ-formmodal .contact-directory__field {
        margin-top: 10px
    }

    .bs-modal.director-modal .modal .modal-dialog {
        width: 100%
    }

    .bs-modal.director-modal .modal .modal-content .modal-body {
        flex-direction: column;
        gap: 20px;
        padding: 35px;
        padding-top: 42px
    }

        .bs-modal.director-modal .modal .modal-content .modal-body .img-wrapper {
            width: 100%
        }

        .bs-modal.director-modal .modal .modal-content .modal-body .content-box {
            width: 100%
        }

            .bs-modal.director-modal .modal .modal-content .modal-body .content-box h3, .bs-modal.director-modal .modal .modal-content .modal-body .content-box .h3 {
                font-size: 25px
            }

    .bs-modal.director-modal .modal .modal-content .btn-close {
        right: 10px;
        top: 2px
    }
}

.bs-corridor-section {
    padding: 200px 0;
    padding-bottom: 70px
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center
}

.custom-accordion .accordion-item {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06)
}

.custom-accordion .accordion-button {
    background: #fff;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 20px
}

    .custom-accordion .accordion-button:focus {
        box-shadow: none
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        background: #fff;
        color: inherit;
        box-shadow: none
    }

    .custom-accordion .accordion-button::after {
        width: 18px;
        height: 18px;
        background-size: contain
    }

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

.custom-accordion .number {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d3557;
    color: #fff;
    border-radius: 14px;
    font-weight: 700;
    font-size: 18px
}

.custom-accordion .title-wrap h4, .custom-accordion .title-wrap .h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1d3557
}

.custom-accordion .title-wrap p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px
}

.custom-accordion .accordion-body {
    padding: 10px 30px 30px
}

.custom-accordion .project-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .custom-accordion .project-list li {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 16px 0;
        border-bottom: 1px solid #e5e7eb
    }

        .custom-accordion .project-list li:last-child {
            border-bottom: none
        }

        .custom-accordion .project-list li span {
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #1d3557;
            color: #fff;
            font-weight: 700
        }

@media(max-width: 767px) {
    .section-title {
        font-size: 30px
    }

    .custom-accordion .accordion-button {
        padding: 18px
    }

    .custom-accordion .number {
        width: 48px;
        height: 48px;
        font-size: 15px
    }

    .custom-accordion .title-wrap h4, .custom-accordion .title-wrap .h4 {
        font-size: 17px
    }
}

.project-header {
    text-align: center;
    margin-bottom: 50px
}

    .project-header .project-badge {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 30px;
        background: #eaf2ff;
        color: #0f52ba;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .project-header h1, .project-header .h1 {
        font-size: 52px;
        font-weight: 700;
        margin-bottom: 20px
    }

        .project-header h1 span, .project-header .h1 span {
            color: #0f52ba
        }

    .project-header .intro {
        max-width: 800px;
        margin: auto;
        color: #667085;
        font-size: 18px;
        line-height: 1.8
    }

.content-card {
    background: #fff;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08)
}

.content-block {
    margin-bottom: 60px
}

    .content-block h3, .content-block .h3 {
        font-size: 30px;
        margin-bottom: 25px;
        font-weight: 700
    }

    .content-block p {
        color: #667085;
        line-height: 1.9
    }

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.project-item {
    border: 1px solid #edf0f4;
    border-radius: 18px;
    padding: 25px;
    transition: .3s
}

    .project-item:hover {
        transform: translateY(-4px)
    }

    .project-item span {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #0f52ba;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 15px
    }

    .project-item h5, .project-item .h5 {
        margin-bottom: 10px;
        font-size: 18px
    }

    .project-item p {
        margin: 0
    }

.progress-box {
    display: grid;
    gap: 20px
}

.progress-item {
    padding: 20px;
    border-left: 4px solid #0f52ba;
    background: #f8fbff;
    border-radius: 10px
}

.project-image {
    margin-top: 40px
}

    .project-image img {
        width: 100%;
        border-radius: 20px;
        display: block
    }

.download-wrap {
    margin-top: 40px;
    text-align: center
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    background: #0f52ba;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s
}

    .download-btn:hover {
        transform: translateY(-2px);
        color: #fff
    }

@media(max-width: 991px) {
    .content-card {
        padding: 30px
    }

    .project-grid {
        grid-template-columns: 1fr
    }

    .project-header h1, .project-header .h1 {
        font-size: 36px
    }
}

.bs-accordion .accordion {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 60px
}

    .bs-accordion .accordion .accordion-item {
        border: none
    }

        .bs-accordion .accordion .accordion-item .accordion-header .accordion-button {
            padding: 0;
            background-color: rgba(0,0,0,0);
            box-shadow: none
        }

            .bs-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
                background-image: url(../images/tour/arrow.svg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 20px;
                height: 20px
            }

            .bs-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
                background-image: url(../images/tour/arrow.svg);
                transform: rotate(180deg)
            }

        .bs-accordion .accordion .accordion-item .accordion-body {
            padding: 0
        }

            .bs-accordion .accordion .accordion-item .accordion-body .typ--project-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 80px 36px;
                margin-top: 42px
            }

@media(max-width: 767px) {
    .bs-accordion .accordion {
        gap: 20px
    }

        .bs-accordion .accordion .accordion-item .accordion-body .typ--project-grid {
            grid-template-columns: repeat(1, 1fr);
            gap: 40px
        }
}

.lyt-section {
    padding: 60px 0
}

    .lyt-section.typBlack {
        background: #001a24
    }

    .lyt-section.typ-pb-80 {
        padding-bottom: 80px
    }

    .lyt-section.typ-pb20 {
        padding-bottom: 20px
    }

    .lyt-section.typ-bluetheme {
        background-color: #1d3557
    }

    .lyt-section.typWhite {
        background: #fff
    }

    .lyt-section.typ-lg-theme {
        background-color: #f0f1e8
    }

    .lyt-section.typlight-bg {
        background-color: #f5f5f5
    }

    .lyt-section.typb-10 {
        padding-bottom: 10px
    }

    .lyt-section.typ-pb0 {
        padding-bottom: 0
    }

    .lyt-section.typ-pt-0 {
        padding-top: 0
    }

    .lyt-section.typ-pt200 {
        padding-top: 200px
    }

    .lyt-section.typ-p0 {
        padding: 0
    }

    .lyt-section.typ-sustainable {
        background-size: cover;
        background-position: center
    }

        .lyt-section.typ-sustainable .bs-heading {
            margin-bottom: 12px
        }

    .lyt-section.typ-nopadding {
        padding: 0
    }

    .lyt-section.typ-global .global-counter-box {
        max-width: 380px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        grid-gap: 12px
    }

        .lyt-section.typ-global .global-counter-box .count-number {
            font-size: 128px;
            line-height: 1.4;
            font-weight: 200;
            color: #fe9f37;
            min-width: 210px;
            letter-spacing: -7px
        }

        .lyt-section.typ-global .global-counter-box .title {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.1;
            color: #001a24
        }

    .lyt-section.typ-global .logo-sec {
        border: 1px solid rgba(0,0,0,.1);
        border-left: none;
        border-right: none;
        margin-top: 48px
    }

    .lyt-section.typ-trainning {
        background-repeat: no-repeat;
        background-size: cover
    }

        .lyt-section.typ-trainning .bs-heading {
            max-width: 350px
        }

        .lyt-section.typ-trainning .training-wrapper {
            display: grid;
            grid-template-columns: 25% 75%
        }

    .lyt-section.typ-blog {
        background-color: #001a24;
        position: relative
    }

        .lyt-section.typ-blog .typ-blog-wrapper {
            position: relative;
            z-index: 1
        }

        .lyt-section.typ-blog .set-blog-bg {
            position: absolute;
            top: 0;
            left: 0;
            height: 40%;
            width: 100%
        }

            .lyt-section.typ-blog .set-blog-bg img {
                width: 100%;
                height: 100%
            }

    .lyt-section.typ-certified .certified-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center
    }

        .lyt-section.typ-certified .certified-wrapper .rightBox {
            position: relative
        }

            .lyt-section.typ-certified .certified-wrapper .rightBox .middle-img {
                position: absolute;
                top: 50%;
                left: -100px;
                transform: translateY(-50%)
            }

        .lyt-section.typ-certified .certified-wrapper .leftBox .maxw500o .bs-heading {
            max-width: 450px
        }

        .lyt-section.typ-certified .certified-wrapper .leftBox .maxw500o .bs-para {
            max-width: 385px;
            font-size: 18px
        }

@media(max-width: 993px) {
    .lyt-section.typ-certified .certified-wrapper .leftBox .maxw500o .bs-heading {
        max-width: 270px
    }

    .lyt-section.typ-certified .certified-wrapper .leftBox .maxw500o .bs-para {
        max-width: 200px
    }
}

@media(max-width: 768px) {
    .lyt-section.typ-certified .certified-wrapper .leftBox .maxw500o .bs-heading {
        max-width: 310px
    }

    .lyt-section.typ-certified .certified-wrapper .leftBox .maxw500o .bs-para {
        max-width: 300px;
        font-size: 16px
    }
}

.lyt-section.typ-overview-counter .global-counter-box .count-number {
    min-width: 180px !important
}

.lyt-section.typ-overview-counter .bs-sub-heading.typWhite {
    color: #fff;
    letter-spacing: 1.2px
}

.lyt-section.typ-overview-counter .bs-heading {
    letter-spacing: -2px
}

.lyt-section.typ-overview-counter .global-counter-box .title {
    letter-spacing: 0
}

.lyt-section.typ-overview-counter .rightBox {
    display: flex;
    justify-content: center
}

    .lyt-section.typ-overview-counter .rightBox .content-wrapper {
        max-width: 1320px
    }

        .lyt-section.typ-overview-counter .rightBox .content-wrapper .bs-counter {
            grid-gap: 122px
        }

.lyt-section.typ-overview-counter .col-lg-5 {
    padding-left: 0
}

@media(max-width: 768px) {
    .lyt-section.typ-overview-counter {
        padding-left: 10px
    }

        .lyt-section.typ-overview-counter .rightBox .content-wrapper .bs-counter {
            grid-gap: 15px
        }

        .lyt-section.typ-overview-counter .countermainBox .rightBox .content-wrapper .bs-counter {
            display: flex;
            gap: 15px;
            align-items: flex-start
        }

            .lyt-section.typ-overview-counter .countermainBox .rightBox .content-wrapper .bs-counter .box {
                width: 47%
            }
}

.lyt-section.typ-overview-discover .bs-sub-heading {
    letter-spacing: 1.2px
}

.lyt-section.typ-overview-discover .contentBox h2, .lyt-section.typ-overview-discover .contentBox .h2 {
    width: 100%
}

.lyt-section.typ-overview-discover .bs-certification-box .contentBox .typ-borderNoneBlack {
    display: none
}

.lyt-section.typ-overview-discover .bs-certification-box:hover .contentBox p {
    display: none !important
}

.lyt-section.typ-overview-discover .bs-certification-box:hover .contentBox .typ-borderNoneBlack {
    display: block;
    font-size: 13px
}

.lyt-section.typ-overview-discover .bs-certification-box-wrapper {
    border-bottom: 1px solid rgba(0,0,0,.1411764706)
}

.lyt-section.typ-overview-services .bs-sub-heading {
    letter-spacing: 1.2px
}

.lyt-section.typ-overview-services .hero-swiper .swiper-wrapper .swiper-slide {
    position: relative
}

.lyt-section.typ-overview-services .hero-swiper .swiper-wrapper .bg-overlay-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0
}

    .lyt-section.typ-overview-services .hero-swiper .swiper-wrapper .bg-overlay-wrapper .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.5);
        pointer-events: none
    }

.lyt-section.typ-overview-services .hero-swiper .swiper-wrapper .swiper-slide .animate-icon, .lyt-section.typ-overview-services .hero-swiper .swiper-wrapper .swiper-slide .verticalTitle, .lyt-section.typ-overview-services .hero-swiper .swiper-wrapper .swiper-slide .content-box {
    z-index: 2
}

.lyt-section.typ-pading60 {
    padding: 60px 0
}

.lyt-section.typ-padingb {
    padding: 60px 0 0
}

.lyt-section.typ-accre-certify .logo-sec {
    margin-top: 0 !important;
    margin-bottom: 20px !important
}

.lyt-section .typ-viewbanner {
    background-image: url(../images/project/view-banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 45px
}

    .lyt-section .typ-viewbanner #iframeContainer iframe {
        width: 100%;
        height: 500px;
        display: block
    }

.lyt-section.typ-credi {
    position: relative;
    height: 700px
}

    .lyt-section.typ-credi.typ-iot {
        height: 840px
    }

        .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell {
            height: 580px
        }

            .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell .para-iot {
                display: flex;
                align-items: start;
                justify-content: center;
                gap: 10px;
                margin-top: 1rem
            }

                .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell .para-iot img {
                    height: 25px
                }

@media(max-width: 1280px) {
    .lyt-section.typ-credi.typ-iot {
        height: 885px
    }

        .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell {
            height: 630px
        }
}

@media(max-width: 992px) {
    .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell {
        height: 700px
    }
}

@media(max-width: 430px) {
    .lyt-section.typ-credi.typ-iot {
        height: 940px
    }

        .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell {
            height: 750px
        }
}

@media(max-width: 320px) {
    .lyt-section.typ-credi.typ-iot {
        height: 1000px
    }

        .lyt-section.typ-credi.typ-iot .typ-excell .accre-excell {
            height: 820px
        }
}

@media(min-width: 1281px) {
    .lyt-section.typ-credi::after {
        content: "";
        position: absolute;
        top: 0;
        right: 171px;
        width: 1px;
        height: 100%;
        background-color: rgba(0,0,0,.1215686275)
    }
}

@media(max-width: 426px) {
    .lyt-section.typ-credi {
        height: 770px !important
    }
}

@media(max-width: 376px) {
    .lyt-section.typ-credi {
        height: 800px !important
    }
}

.lyt-section.typ-credi .typ-excell {
    position: absolute;
    right: 171px
}

.lyt-section.typ-credi.typ-green-move .accre-excell-para {
    background-color: #91ad2f
}

@media(max-width: 544px) {
    .lyt-section.typ-credi.typ-green-move {
        height: 700px
    }
}

.lyt-section.typ-credi.typ-compliance {
    height: 695px;
    border-top: 1px solid rgba(0,0,0,.1294117647)
}

    .lyt-section.typ-credi.typ-compliance .typ-excell .accre-excell {
        height: 390px
    }

@media(max-width: 993px) {
    .lyt-section.typ-credi.typ-compliance .typ-excell .accre-excell {
        height: 500px
    }
}

@media(max-width: 375px) {
    .lyt-section.typ-credi.typ-compliance {
        height: 705px !important
    }
}

.lyt-section.typ-accre-recog {
    padding: 75px 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

    .lyt-section.typ-accre-recog .bs-tabs .nav .nav-item {
        width: 465px
    }

@media(max-width: 767px) {
    .lyt-section.typ-accre-recog .bs-tabs .nav .nav-item {
        width: 310px
    }
}

.lyt-section.typ-accre-recog .bs-grid-box {
    gap: 0
}

.lyt-section.typ-accre-recog .bs-tabs .tab-content .tab-pane .bg-img {
    height: auto
}

.lyt-section.typ-accre-recog .bs-tabs .tab-content .tab-pane .mainContent .box-img {
    margin-left: -39%;
    margin-top: -140px
}

@media(max-width: 1367px) {
    .lyt-section.typ-accre-recog .bs-tabs .tab-content .tab-pane .mainContent .box-img {
        margin-left: 0
    }
}

.lyt-section.typ-accre-recog .bg-img {
    position: relative;
    overflow: hidden
}

    .lyt-section.typ-accre-recog .bg-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 0
    }

.lyt-section.typ-accre-recog.typ-certi-li-acc {
    background-color: red
}

    .lyt-section.typ-accre-recog.typ-certi-li-acc .bs-grid-box {
        grid-template-columns: 2fr 1fr
    }

        .lyt-section.typ-accre-recog.typ-certi-li-acc .bs-grid-box .tab-pane .bg-img {
            height: 492px
        }

            .lyt-section.typ-accre-recog.typ-certi-li-acc .bs-grid-box .tab-pane .bg-img .img-fluid {
                height: 100%
            }

    .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-certification-plastic .bs-tabs .nav .nav-item {
        width: 640px;
        font-size: 15px
    }

    .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-certification-plastic .bs-grid-box {
        grid-template-columns: 1.5fr 1fr
    }

        .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-certification-plastic .bs-grid-box .tab-pane .bg-img::before {
            background: rgba(0,0,0,0)
        }

        .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-certification-plastic .bs-grid-box .tab-pane .bg-img {
            height: 390px
        }

    .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-ship-recycle .bs-grid-box {
        grid-template-columns: 1.5fr 1.2fr
    }

        .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-ship-recycle .bs-grid-box .tab-pane .bg-img {
            height: auto
        }

        .lyt-section.typ-accre-recog.typ-certi-li-acc.typ-ship-recycle .bs-grid-box .bs-tabs .nav .nav-item .nav-link {
            max-width: -webkit-fill-available;
            padding: 30px 12px
        }

.lyt-section.typ-accre-recog.typ-flex .training-li {
    padding: 0;
    margin-top: 29px
}

.lyt-section.typ-accre-recog.typ-flex .training-card {
    position: relative;
    overflow: hidden;
    height: 300px;
    color: #fff;
    cursor: pointer;
    background-size: cover;
    background-position: center
}

    .lyt-section.typ-accre-recog.typ-flex .training-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.4);
        transition: background .3s ease
    }

.lyt-section.typ-accre-recog.typ-flex .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 2
}

    .lyt-section.typ-accre-recog.typ-flex .card-overlay h5, .lyt-section.typ-accre-recog.typ-flex .card-overlay .h5 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: bold
    }

    .lyt-section.typ-accre-recog.typ-flex .card-overlay p {
        visibility: hidden;
        opacity: 0;
        margin-top: 8px;
        font-size: .9rem;
        transition: opacity .3s ease
    }

.lyt-section.typ-accre-recog.typ-flex .training-card:hover::after {
    background: rgba(0,0,0,.7)
}

.lyt-section.typ-accre-recog.typ-flex .training-card:hover .card-overlay p {
    visibility: visible;
    opacity: 1
}

.lyt-section.typ-training-list-lst {
    padding-bottom: 0;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat
}

.lyt-section.typ-training-cr .custom-display-mob .pe-lg-5 {
    padding-right: 2rem
}

.lyt-section.typ-ship-recycle {
    background: #001a24 !important
}

@media(max-width: 768px) {
    .lyt-section.typ-ship-recycle .bs-tabs .nav {
        grid-gap: 20px;
        display: flex;
        flex-direction: row !important
    }

        .lyt-section.typ-ship-recycle .bs-tabs .nav .nav-item {
            width: 12% !important
        }

            .lyt-section.typ-ship-recycle .bs-tabs .nav .nav-item .icon {
                display: none
            }
}

.lyt-section.typ-iso .bs-grid-box {
    align-items: start
}

.lyt-section.typ-iso {
    background: #f3f2ee !important
}

    .lyt-section.typ-iso .bs-tabs .nav .nav-item:first-child {
        border-top: 1px solid rgba(0,0,0,.1333333333)
    }

    .lyt-section.typ-iso .bs-tabs .nav .nav-item {
        color: #001a24;
        border-bottom: 1px solid rgba(0,0,0,.1333333333)
    }

        .lyt-section.typ-iso .bs-tabs .nav .nav-item .icon::before {
            color: #001a24
        }

        .lyt-section.typ-iso .bs-tabs .nav .nav-item .nav-link {
            color: #001a24;
            max-width: 100%
        }

        .lyt-section.typ-iso .bs-tabs .nav .nav-item .tab-inner-detail {
            color: #001a24 !important
        }

@media(max-width: 768px) {
    .lyt-section.typ-iso .bs-tabs .nav {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap
    }

        .lyt-section.typ-iso .bs-tabs .nav .nav-item {
            width: 15% !important;
            justify-content: flex-start !important
        }

            .lyt-section.typ-iso .bs-tabs .nav .nav-item .icon::before {
                display: none
            }
}

.lyt-section.typ-assure-industries {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .lyt-section.typ-assure-industries .container-manual {
        padding-left: 5rem;
        width: 100%
    }

@media(min-width: 1551px) {
    .lyt-section.typ-assure-industries .container-manual {
        max-width: 1320px;
        padding-left: 0
    }
}

@media(max-width: 1024px) {
    .lyt-section.typ-assure-industries .container-manual {
        padding-left: 0
    }
}

.lyt-section.typ-training-list-counter .countermainBox .rightBox .content-wrapper {
    border: 0
}

    .lyt-section.typ-training-list-counter .countermainBox .rightBox .content-wrapper .bs-counter2 {
        border-top: 1px solid hsla(0,0%,100%,.15)
    }

.lyt-section.typ-beigebg {
    background-color: #f0f1e8
}

.lyt-section.typ-about-overview {
    background-image: url(../images/overview/aboout-overviewsec.png);
    background-repeat: no-repeat;
    background-size: cover
}

    .lyt-section.typ-about-overview .about-overview-para {
        display: flex;
        flex-direction: column;
        align-items: end
    }

        .lyt-section.typ-about-overview .about-overview-para .bs-para {
            max-width: 558px
        }

.lyt-section.typ-about-overview-mission {
    padding: 0;
    overflow: hidden
}

    .lyt-section.typ-about-overview-mission .overview-mission-grid {
        max-width: none;
        margin: 0;
        width: 100%
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 280px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--mission {
        background-color: #1d3557;
        color: #fff;
        padding: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--vision {
        background-color: #f5f5f5;
        color: #1d3557;
        padding: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        box-sizing: border-box;
        width: 100%;
        max-width: min(100%,660px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: inherit
    }

        .lyt-section.typ-about-overview-mission .overview-mission-inner.overview-mission-inner2 {
            padding-left: 40px
        }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--mission .overview-mission-inner {
        margin-left: auto;
        margin-right: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--vision .overview-mission-inner {
        margin-left: 0;
        margin-right: auto
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--media {
        padding: 0;
        position: relative;
        min-height: 280px;
        flex-shrink: 0;
        align-self: stretch;
        justify-content: stretch
    }

@media(min-width: 993px) {
    .lyt-section.typ-about-overview-mission .overview-mission-cell--media {
        min-height: 320px
    }
}

.lyt-section.typ-about-overview-mission .overview-mission__title {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-weight: 600;
    font-size: clamp(26px,3.2vw,40px);
    line-height: 1.2;
    margin: 0 0 20px
}

.lyt-section.typ-about-overview-mission .overview-mission__rule {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background-color: #1d3557
}

.lyt-section.typ-about-overview-mission .overview-mission-cell--vision .overview-mission__rule {
    background-color: rgba(247,247,247,.968627451)
}

.lyt-section.typ-about-overview-mission .overview-mission__text {
    font-weight: 400;
    font-size: clamp(15px,1.35vw,18px);
    line-height: 1.65;
    margin: 0;
    max-width: 608px
}

.lyt-section.typ-about-overview-mission .overview-mission-figure {
    margin: 0;
    width: 100%;
    height: 100%;
    flex: 1
}

    .lyt-section.typ-about-overview-mission .overview-mission-figure img {
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        display: block
    }

@media(min-width: 993px) {
    .lyt-section.typ-about-overview-mission .overview-mission-figure {
        max-height: 320px
    }

        .lyt-section.typ-about-overview-mission .overview-mission-figure img {
            max-height: 320px
        }
}

@media(max-width: 1025px) {
    .lyt-section.typ-about-overview-mission .overview-mission-cell--media {
        min-height: 220px;
        order: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-figure img {
        min-height: 220px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        padding-left: 40px
    }
}

@media(max-width: 769px) {
    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        margin-left: inherit !important
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        padding: 15px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner2 {
        padding-left: 15px !important
    }

    .lyt-section.typ-about-overview-mission .overview-mission-grid .row-mobile {
        flex-direction: column-reverse
    }

    .lyt-section.typ-about-overview-mission .overview-mission__title {
        margin: 20px 0 0px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell {
        min-height: inherit
    }
}

.lyt-section.typ-cyber-jagruti-resources {
    padding-top: clamp(24px,4vw,40px);
    padding-bottom: 80px
}

    .lyt-section.typ-cyber-jagruti-resources .cyber-jagruti-hero {
        margin: 20px 0 40px;
        margin-bottom: 68px;
        border: 1px solid #d7dde6;
        overflow: hidden;
        background: #0b1f7c
    }

        .lyt-section.typ-cyber-jagruti-resources .cyber-jagruti-hero img {
            width: 100%;
            display: block;
            object-fit: contain;
            height: auto
        }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card {
        height: 100%
    }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #d7dde6;
        background: #f8f9fb;
        aspect-ratio: 3/4
    }

        .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .28s ease,filter .28s ease
        }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__download {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        max-width: max-content;
        max-height: 52px;
        padding: 20px 14px 20px 16px;
        background: #292669;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        opacity: 0;
        pointer-events: none;
        transition: opacity .22s ease;
        width: max-content
    }

        .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__download .icon::before {
            color: currentColor;
            font-size: 14px
        }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media:hover img, .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media:focus-visible img {
        transform: scale(1.02);
        filter: blur(2px) brightness(0.8)
    }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media:hover .cyber-resource-card__download, .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media:focus-visible .cyber-resource-card__download {
        opacity: 1
    }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__title {
        margin: 18px 0 0;
        color: #1a3351;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3;
        max-width: 255px
    }

@media(max-width: 992px) {
    .lyt-section.typ-cyber-jagruti-resources .cyber-jagruti-hero {
        margin-bottom: 22px
    }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__title {
        margin-top: 10px
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__media {
        aspect-ratio: .72
    }

    .lyt-section.typ-cyber-jagruti-resources .cyber-resource-card__download {
        min-height: 34px;
        padding: 8px 10px;
        font-size: 10px;
        gap: 8px
    }
}

.lyt-section.typ-overview-foundation {
    background-color: #fff;
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(40px,6vw,72px)
}

    .lyt-section.typ-overview-foundation .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-overview-foundation .typ-overview-foundation__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-overview-foundation .overview-foundation__title {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.2vw,44px);
        line-height: 1.2;
        color: #1d3557;
        margin: 0 0 clamp(28px,4vw,44px);
        letter-spacing: -0.02em
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px 28px;
        margin-bottom: clamp(18px,2.5vw,28px)
    }

    .lyt-section.typ-overview-foundation .overview-foundation__index {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(36px,4.5vw,56px);
        line-height: 1;
        color: #1d3557;
        letter-spacing: -0.03em;
        min-width: 72px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: clamp(16px,3vw,28px);
        flex: 1 1 240px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__progress {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 160px;
        max-width: 320px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__bar {
        flex: 1;
        height: 2px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(20,19,41,.15);
        cursor: pointer;
        transition: height .25s ease,background .25s ease,transform .25s ease
    }

        .lyt-section.typ-overview-foundation .overview-foundation__bar:hover {
            background: rgba(29,53,87,.35)
        }

        .lyt-section.typ-overview-foundation .overview-foundation__bar.is-active {
            height: 5px;
            background: #1d3557
        }

        .lyt-section.typ-overview-foundation .overview-foundation__bar:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 3px
        }

    .lyt-section.typ-overview-foundation .overview-foundation__arrows {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__nav {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(20,19,41,.18);
        background: rgba(0,0,0,0);
        color: #1d3557;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-foundation .overview-foundation__nav .icon {
            font-size: 14px;
            line-height: 1
        }

        .lyt-section.typ-overview-foundation .overview-foundation__nav:hover {
            border-color: rgba(29,53,87,.45);
            background: rgba(29,53,87,.04)
        }

        .lyt-section.typ-overview-foundation .overview-foundation__nav:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 2px
        }

        .lyt-section.typ-overview-foundation .overview-foundation__nav.overview-foundation__nav--prev .icon {
            display: inline-block;
            transform: scaleX(-1)
        }

    .lyt-section.typ-overview-foundation .overview-foundation__divider {
        height: 1px;
        width: 100%;
        background: rgba(20,19,41,.1);
        margin-bottom: clamp(24px,3.5vw,40px)
    }

    .lyt-section.typ-overview-foundation .overview-foundation-swiper {
        overflow: hidden
    }

    .lyt-section.typ-overview-foundation .overview-foundation__slide-heading {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(18px,2vw,22px);
        line-height: 1.35;
        color: #1d3557;
        margin: 0;
        padding-top: 2px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__slide-text {
        margin: 0;
        color: #3a3f46;
        font-size: clamp(15px,1.2vw,17px);
        line-height: 1.65
    }

@media(max-width: 992px) {
    .lyt-section.typ-overview-foundation .overview-foundation__toolbar {
        flex-direction: column;
        align-items: flex-start
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar-right {
        width: 100%;
        justify-content: space-between
    }

    .lyt-section.typ-overview-foundation .overview-foundation__progress {
        max-width: none;
        flex: 1 1 auto
    }
}

.lyt-section.typ-overview-journey {
    background-color: #f0efe8;
    padding-top: clamp(48px,8vw,96px);
    padding-bottom: clamp(48px,8vw,96px)
}

    .lyt-section.typ-overview-journey .typ-overview-journey__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-overview-journey .overview-journey__intro {
        margin-bottom: clamp(28px,4vw,48px)
    }

    .lyt-section.typ-overview-journey .overview-journey__heading {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.2vw,44px);
        line-height: 1.2;
        color: #1d3557;
        margin: 0;
        letter-spacing: -0.02em
    }

    .lyt-section.typ-overview-journey .overview-journey__lede {
        margin: 0;
        max-width: 640px;
        margin-left: auto;
        color: #3a3f46;
        font-size: clamp(15px,1.2vw,17px);
        line-height: 1.65
    }

    .lyt-section.typ-overview-journey .overview-journey__years-wrap {
        border-top: 1px solid rgba(20,19,41,.08);
        border-bottom: 1px solid rgba(20,19,41,.08);
        margin-bottom: clamp(36px,5vw,56px);
        overflow: hidden
    }

    .lyt-section.typ-overview-journey .overview-journey-years-swiper {
        min-height: 100px;
        padding: clamp(18px,2.5vw,28px) 0 clamp(22px,3vw,32px);
        margin: 0;
        box-sizing: border-box
    }

        .lyt-section.typ-overview-journey .overview-journey-years-swiper .swiper-wrapper {
            min-height: 100px;
            align-items: flex-end;
            box-sizing: border-box
        }

        .lyt-section.typ-overview-journey .overview-journey-years-swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            min-height: 100px;
            height: auto;
            box-sizing: border-box
        }

    .lyt-section.typ-overview-journey .overview-journey__year {
        width: 100%;
        max-width: 100%;
        min-height: 100px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        background: none;
        border: 0;
        padding: 0 clamp(4px,1.5vw,12px) 2px;
        cursor: pointer;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 500;
        font-size: clamp(15px,2.4vw,20px);
        line-height: 1.05;
        letter-spacing: -0.02em;
        color: rgba(29,53,87,.34);
        transition: color .28s ease,font-size .28s ease,font-weight .28s ease;
        box-sizing: border-box
    }

        .lyt-section.typ-overview-journey .overview-journey__year:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 4px;
            border-radius: 2px
        }

        .lyt-section.typ-overview-journey .overview-journey__year[aria-selected=true] {
            font-size: clamp(30px,5.2vw,54px);
            font-weight: 600;
            line-height: 1;
            color: #1d3557;
            letter-spacing: -0.03em
        }

    .lyt-section.typ-overview-journey .overview-journey__slider-shell {
        display: flex;
        align-items: flex-start;
        gap: clamp(4px,1vw,10px)
    }

    .lyt-section.typ-overview-journey .overview-journey__nav {
        flex-shrink: 0;
        align-self: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(20,19,41,.14);
        background: hsla(0,0%,100%,.85);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: background .2s ease,border-color .2s ease,box-shadow .2s ease;
        box-shadow: 0 1px 2px rgba(20,19,41,.04)
    }

        .lyt-section.typ-overview-journey .overview-journey__nav:hover {
            background: #fff;
            border-color: rgba(29,53,87,.22);
            box-shadow: 0 2px 6px rgba(20,19,41,.06)
        }

        .lyt-section.typ-overview-journey .overview-journey__nav:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 2px
        }

        .lyt-section.typ-overview-journey .overview-journey__nav .icon {
            font-size: 11px;
            color: rgba(29,53,87,.72);
            line-height: 1
        }

    .lyt-section.typ-overview-journey .overview-journey__nav--prev .icon {
        transform: scaleX(-1)
    }

    .lyt-section.typ-overview-journey .overview-journey-swiper {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        max-width: 902px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden
    }

        .lyt-section.typ-overview-journey .overview-journey-swiper .swiper-slide {
            height: auto;
            align-self: stretch
        }

        .lyt-section.typ-overview-journey .overview-journey-swiper .swiper-wrapper {
            align-items: stretch
        }

    .lyt-section.typ-overview-journey .overview-journey__slide-inner {
        background: #fff;
        min-height: inherit;
        overflow: hidden;
        align-items: flex-start
    }

@media(min-width: 768px) {
    .lyt-section.typ-overview-journey .overview-journey__slide-inner .overview-journey__body {
        align-self: start;
        padding-right: 0
    }
}

.lyt-section.typ-overview-journey .overview-journey__media {
    padding: 0;
    align-self: flex-start;
    overflow: hidden
}

    .lyt-section.typ-overview-journey .overview-journey__media img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        display: block
    }

.lyt-section.typ-overview-journey .overview-journey__body {
    padding: clamp(24px,3.5vw,44px) clamp(22px,3.5vw,40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(14px,1.8vw,20px);
    background: #fff
}

.lyt-section.typ-overview-journey .overview-journey__slide-title {
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: clamp(15px,1.25vw,17px);
    line-height: 1.65;
    color: #1d3557;
    margin: 0;
    max-width: 100%
}

.lyt-section.typ-overview-journey .overview-journey__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1d3557;
    text-decoration: none;
    width: fit-content;
    transition: color .2s ease,gap .2s ease
}

    .lyt-section.typ-overview-journey .overview-journey__cta:hover {
        color: #152a45;
        gap: 10px
    }

        .lyt-section.typ-overview-journey .overview-journey__cta:hover .overview-journey__cta-icon {
            transform: translate(3px, -2px)
        }

    .lyt-section.typ-overview-journey .overview-journey__cta .overview-journey__cta-icon {
        font-size: 11px;
        color: inherit;
        line-height: 1;
        transition: transform .2s ease
    }

@media(max-width: 992px) {
    .lyt-section.typ-overview-journey .overview-journey-years-swiper {
        margin: 0
    }

    .lyt-section.typ-overview-journey .overview-journey__slider-shell {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
        align-items: center
    }

    .lyt-section.typ-overview-journey .overview-journey__nav {
        width: 42px;
        height: 42px
    }

    .lyt-section.typ-overview-journey .overview-journey__slide-inner {
        min-height: 0
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-overview-journey .overview-journey__lede {
        margin-left: 0;
        margin-top: 16px
    }

    .lyt-section.typ-overview-journey .overview-journey__body {
        padding-top: 15px;
        padding-left: 0;
        padding-right: clamp(22px,3.5vw,40px);
        padding-bottom: clamp(24px,3.5vw,44px)
    }

    .lyt-section.typ-overview-journey .overview-journey__year {
        font-size: clamp(13px,3.4vw,16px);
        padding-left: 2px;
        padding-right: 2px
    }

        .lyt-section.typ-overview-journey .overview-journey__year[aria-selected=true] {
            font-size: clamp(26px,8.5vw,38px)
        }
}

.lyt-section.typ-overview-iso {
    position: relative;
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(48px,7vw,88px);
    background-color: #1d3557;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: center top
}

    .lyt-section.typ-overview-iso .overview-iso__col-media {
        display: flex;
        justify-content: flex-start
    }

    .lyt-section.typ-overview-iso .overview-iso__frame {
        background: #fff;
        border: 1px solid rgba(20,19,41,.12);
        padding: clamp(12px,2vw,18px);
        box-shadow: 0 4px 24px rgba(0,0,0,.12);
        width: 100%;
        max-width: 440px
    }

@media(min-width: 992px) {
    .lyt-section.typ-overview-iso .overview-iso__frame {
        max-width: min(100%,370px)
    }
}

.lyt-section.typ-overview-iso .overview-iso__img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 416px;
    object-fit: contain;
    object-position: center top
}

.lyt-section.typ-overview-iso .overview-iso__col-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left
}

.lyt-section.typ-overview-iso .overview-iso__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px
}

.lyt-section.typ-overview-iso .overview-iso__label-dot {
    width: 7px;
    height: 7px;
    background: #fff;
    flex-shrink: 0
}

.lyt-section.typ-overview-iso .overview-iso__label-text {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.92)
}

.lyt-section.typ-overview-iso .overview-iso__title {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-weight: 600;
    font-size: clamp(28px,3.6vw,42px);
    line-height: 1.18;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
    max-width: 14em
}

.lyt-section.typ-overview-iso .overview-iso__descr {
    font-weight: 400;
    font-size: clamp(15px,1.25vw,17px);
    line-height: 1.7;
    color: hsla(0,0%,100%,.88);
    margin: 0 0 36px;
    max-width: 38em
}

.lyt-section.typ-overview-iso .overview-iso__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 14px 22px;
    background: #fff;
    color: #1d3557;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid hsla(0,0%,100%,.85);
    border-radius: 2px;
    cursor: pointer;
    transition: background .2s ease,color .2s ease,gap .2s ease,box-shadow .2s ease,border-color .2s ease
}

    .lyt-section.typ-overview-iso .overview-iso__btn .icon.icon-down-right {
        font-size: 11px;
        line-height: 1;
        color: inherit;
        transform: none
    }

    .lyt-section.typ-overview-iso .overview-iso__btn:hover {
        background: #1d3557;
        color: #fff;
        border-color: #1d3557;
        gap: 10px;
        box-shadow: 0 8px 28px rgba(0,0,0,.22);
        transform: none
    }

        .lyt-section.typ-overview-iso .overview-iso__btn:hover .icon.icon-down-right {
            transform: none
        }

    .lyt-section.typ-overview-iso .overview-iso__btn:active {
        box-shadow: 0 4px 14px rgba(0,0,0,.15)
    }

    .lyt-section.typ-overview-iso .overview-iso__btn:focus-visible {
        outline: 2px solid hsla(0,0%,100%,.9);
        outline-offset: 3px
    }

@media(max-width: 992px) {
    .lyt-section.typ-overview-iso .overview-iso__col-media {
        justify-content: center
    }

    .lyt-section.typ-overview-iso .overview-iso__frame {
        max-width: 100%
    }

    .lyt-section.typ-overview-iso .overview-iso__col-content {
        margin-top: 28px;
        text-align: center;
        align-items: center
    }

    .lyt-section.typ-overview-iso .overview-iso__label {
        justify-content: center
    }

    .lyt-section.typ-overview-iso .overview-iso__title {
        max-width: none;
        margin-left: auto;
        margin-right: auto
    }

    .lyt-section.typ-overview-iso .overview-iso__descr {
        margin-left: auto;
        margin-right: auto
    }

    .lyt-section.typ-overview-iso .overview-iso__btn {
        align-self: center
    }
}

.lyt-section.typ-overview-rti {
    background: linear-gradient(135deg, #e3e3e3 0%, #f0f1e8 45%, #acada9 100%);
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(48px,7vw,88px)
}

    .lyt-section.typ-overview-rti .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-overview-rti .overview-rti__title {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.5vw,42px);
        line-height: 1.2;
        color: #1d3557;
        margin: 0 0 clamp(28px,4vw,40px);
        letter-spacing: -0.02em;
        text-align: left
    }

    .lyt-section.typ-overview-rti .overview-rti-card {
        height: 100%;
        padding: clamp(22px,3vw,28px);
        box-sizing: border-box;
        border-radius: 2px
    }

    .lyt-section.typ-overview-rti .overview-rti-card--border {
        background: #fff;
        border: 1px solid rgba(20,19,41,.12)
    }

    .lyt-section.typ-overview-rti .overview-rti-card--muted {
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0)
    }

    .lyt-section.typ-overview-rti .overview-rti-card__icon {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px
    }

        .lyt-section.typ-overview-rti .overview-rti-card__icon .icon {
            font-size: 22px;
            line-height: 1;
            color: #1d3557
        }

    .lyt-section.typ-overview-rti .overview-rti-card__icon--beige {
        background: rgba(205,180,143,.35)
    }

    .lyt-section.typ-overview-rti .overview-rti-card__icon--sm {
        width: 40px;
        height: 40px
    }

        .lyt-section.typ-overview-rti .overview-rti-card__icon--sm .icon {
            font-size: 18px
        }

    .lyt-section.typ-overview-rti .overview-rti-card__label {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #1d3557;
        margin: 0 0 8px;
        line-height: 1.3
    }

    .lyt-section.typ-overview-rti .overview-rti-card__name {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(20px,2.2vw,24px);
        color: #1d3557;
        margin: 0 0 6px;
        line-height: 1.25
    }

    .lyt-section.typ-overview-rti .overview-rti-card__meta {
        font-family: "Inter",sans-serif;
        font-size: 13px;
        line-height: 1.45;
        color: rgba(58,63,70,.72);
        margin: 0 0 20px
    }

    .lyt-section.typ-overview-rti .overview-rti-card__rule {
        height: 1px;
        background: rgba(20,19,41,.1);
        margin: 0 0 18px;
        border: 0
    }

    .lyt-section.typ-overview-rti .overview-rti-card__address {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 18px
    }

        .lyt-section.typ-overview-rti .overview-rti-card__address .overview-rti-card__addr-ico {
            flex-shrink: 0;
            margin-top: 2px;
            font-size: 15px;
            color: #1d3557
        }

        .lyt-section.typ-overview-rti .overview-rti-card__address p {
            font-size: 13px;
            line-height: 1.55;
            color: #3a3f46;
            margin: 0
        }

    .lyt-section.typ-overview-rti .overview-rti-card__actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px 18px
    }

    .lyt-section.typ-overview-rti .overview-rti-phone {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 18px;
        background: rgba(0,0,0,0);
        color: #1d3557;
        border-radius: 0;
        border: 1px solid rgba(20,19,41,.12);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        line-height: 1.15;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-rti .overview-rti-phone .icon {
            font-size: 15px;
            color: #1d3557;
            transition: color .2s ease
        }

        .lyt-section.typ-overview-rti .overview-rti-phone:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-phone:hover .icon {
                color: #fff
            }

    .lyt-section.typ-overview-rti .overview-rti-mail {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        font-size: 14px;
        font-weight: 600;
        color: #1d3557;
        text-decoration: none;
        background: rgba(0,0,0,0);
        border-radius: 0;
        border: 1px solid rgba(20,19,41,.12);
        line-height: 1.15;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-rti .overview-rti-mail .icon {
            font-size: 15px;
            color: #1d3557;
            transition: color .2s ease
        }

        .lyt-section.typ-overview-rti .overview-rti-mail:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-mail:hover .icon {
                color: #fff
            }

    .lyt-section.typ-overview-rti .overview-rti__downloads {
        display: flex;
        gap: 10px;
        margin-top: clamp(28px,4vw,40px)
    }

    .lyt-section.typ-overview-rti .overview-rti-dl {
        flex: 1 1 auto;
        min-width: min(100%,200px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 16px;
        min-height: 48px;
        box-sizing: border-box;
        background: rgba(0,0,0,0);
        border: 1px solid rgba(20,19,41,.12);
        color: #1d3557;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .06em;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 0;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-rti .overview-rti-dl .overview-rti-dl__ico {
            font-size: 17px;
            flex-shrink: 0;
            color: #1d3557;
            transition: color .2s ease
        }

        .lyt-section.typ-overview-rti .overview-rti-dl:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-dl:hover .overview-rti-dl__ico {
                color: #fff
            }

        .lyt-section.typ-overview-rti .overview-rti-dl:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 2px
        }

    .lyt-section.typ-overview-rti .overview-rti-dl--primary {
        background: rgba(0,0,0,0);
        border-color: rgba(20,19,41,.12);
        color: #1d3557
    }

        .lyt-section.typ-overview-rti .overview-rti-dl--primary .overview-rti-dl__ico {
            color: #1d3557
        }

        .lyt-section.typ-overview-rti .overview-rti-dl--primary:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-dl--primary:hover .overview-rti-dl__ico {
                color: #fff
            }

@media(min-width: 992px) {
    .lyt-section.typ-overview-rti .overview-rti-dl {
        min-width: 0;
        flex: 1 1 calc(25% - 12px)
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-overview-rti .overview-rti__downloads {
        flex-direction: column
    }

    .lyt-section.typ-overview-rti .overview-rti-dl {
        min-width: 100%
    }
}

.lyt-section.typ-about-ceo {
    background: #f1f1eb;
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(48px,7vw,88px)
}

    .lyt-section.typ-about-ceo .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-about-ceo .typ-about-ceo__label-line {
        background: rgba(20,19,41,.12)
    }

    .lyt-section.typ-about-ceo .about-ceo__title {
        margin: 0 0 clamp(26px,3.5vw,38px);
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(24px,5vw,48px);
        line-height: 1.05;
        letter-spacing: -4%;
        color: #1d3557;
        max-width: 284px
    }

    .lyt-section.typ-about-ceo .about-ceo__image-wrap {
        margin: 0;
        width: 100%;
        overflow: hidden;
        background: rgba(20,19,41,.08)
    }

    .lyt-section.typ-about-ceo .about-ceo__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .lyt-section.typ-about-ceo .about-ceo__content {
        max-width: 825px;
        text-align: justify
    }

    .lyt-section.typ-about-ceo .about-ceo__name {
        margin: 0 0 8px;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(34px,4.3vw,40px);
        line-height: 1.06;
        color: #1d3557;
        letter-spacing: -4%
    }

    .lyt-section.typ-about-ceo .about-ceo__role {
        margin: 16px 0 16px;
        font-weight: 500;
        font-size: clamp(15px,1.5vw,16px);
        line-height: 1.35;
        color: #161616
    }

    .lyt-section.typ-about-ceo .about-ceo__desc {
        margin: 0 0 10px;
        font-size: clamp(14px,1.05vw,18px);
        line-height: 1.62;
        color: #161616
    }

    .lyt-section.typ-about-ceo .about-ceo__cta {
        margin-top: 20px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .08em;
        font-weight: 600;
        color: #1d3557
    }

        .lyt-section.typ-about-ceo .about-ceo__cta .icon {
            font-size: 11px;
            line-height: 1
        }

            .lyt-section.typ-about-ceo .about-ceo__cta .icon.icon-down-right::before {
                color: currentColor
            }

@media(max-width: 1199px) {
    .lyt-section.typ-about-ceo .about-ceo__title {
        max-width: 460px
    }

    .lyt-section.typ-about-ceo .about-ceo__name {
        font-size: 30px
    }
}

@media(max-width: 992px) {
    .lyt-section.typ-about-ceo {
        padding-top: clamp(40px,7vw,64px);
        padding-bottom: clamp(40px,7vw,64px)
    }

        .lyt-section.typ-about-ceo .about-ceo__title {
            font-size: clamp(20px,8.5vw,44px);
            max-width: none
        }

        .lyt-section.typ-about-ceo .about-ceo__image-wrap {
            aspect-ratio: 1.05
        }

        .lyt-section.typ-about-ceo .about-ceo__content {
            max-width: none
        }

        .lyt-section.typ-about-ceo .about-ceo__name {
            font-size: clamp(20px,8vw,46px)
        }

        .lyt-section.typ-about-ceo .about-ceo__role {
            font-size: clamp(17px,4vw,22px);
            margin-bottom: 14px
        }

        .lyt-section.typ-about-ceo .about-ceo__desc {
            font-size: 15px;
            line-height: 1.6
        }
}

@media(max-width: 767px) {
    .lyt-section.typ-about-ceo .about-ceo__title {
        font-size: clamp(20px,10.2vw,30px);
        line-height: 1.1
    }

    .lyt-section.typ-about-ceo .about-ceo__image-wrap {
        aspect-ratio: 1.1
    }

    .lyt-section.typ-about-ceo .about-ceo__name {
        font-size: clamp(20px,9.4vw,25px);
        line-height: 1.1
    }

    .lyt-section.typ-about-ceo .about-ceo__role {
        font-size: 14px
    }

    .lyt-section.typ-about-ceo .about-ceo__cta {
        font-size: 10px;
        letter-spacing: .07em;
        gap: 8px
    }
}

.lyt-section.typ-about-growth {
    background: #fff
}

    .lyt-section.typ-about-growth .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-about-growth .typ-about-growth__label-line {
        background: rgba(20,19,41,.12)
    }

    .lyt-section.typ-about-growth .about-growth__intro {
        margin-bottom: clamp(24px,3.5vw,46px)
    }

    .lyt-section.typ-about-growth .about-growth__title {
        margin: 0;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(34px,5vw,48px);
        line-height: 1.05;
        letter-spacing: -3%;
        color: #1d3557;
        max-width: 560px
    }

    .lyt-section.typ-about-growth .about-growth__lede {
        margin: 0;
        max-width: 646px;
        color: #000;
        line-height: 1.65
    }

    .lyt-section.typ-about-growth .about-growth-card {
        width: 100%;
        max-width: 404px;
        height: 534px;
        min-height: 534px;
        background: #f3f3ec;
        border: 1px solid rgba(20,19,41,.08);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative
    }

    .lyt-section.typ-about-growth .about-growth-card__media {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: rgba(20,19,41,.08)
    }

        .lyt-section.typ-about-growth .about-growth-card__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

    .lyt-section.typ-about-growth .about-growth-card__body {
        width: 404px;
        max-width: 100%;
        min-height: 75px;
        height: 75px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        background: #f3f3ec;
        transition: background-color .25s ease,color .25s ease,min-height .28s ease,height .28s ease;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        justify-content: space-between
    }

        .lyt-section.typ-about-growth .about-growth-card__body .typ-viewProfile {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 4px;
            color: #fff;
            font-weight: 600;
            font-size: 12px;
            line-height: 100%;
            text-transform: uppercase;
            margin-bottom: 0;
            opacity: 0;
            visibility: hidden;
            max-height: 0;
            overflow: hidden;
            transform: translateY(10px);
            transition: all .25s ease;
            cursor: pointer
        }

            .lyt-section.typ-about-growth .about-growth-card__body .typ-viewProfile img {
                width: 12px;
                height: 12px
            }

    .lyt-section.typ-about-growth .about-growth-card__name {
        margin: 0 0 8px;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        padding-top: 2px;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #1d3557;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .lyt-section.typ-about-growth .about-growth-card__meta {
        margin: 0;
        margin-bottom: 12px;
        padding-top: 6px;
        border-top: 1px solid rgba(20,19,41,.15);
        font-family: "Inter",sans-serif;
        font-size: 14px;
        line-height: 140%;
        color: #161616;
        transition: color .25s ease;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: none
    }

    .lyt-section.typ-about-growth .about-growth-card__cta {
        margin-top: 0;
        margin-left: auto;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Inter",sans-serif;
        font-size: 12px;
        letter-spacing: .08em;
        font-weight: 600;
        color: #fff;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity .24s ease,transform .24s ease,max-height .24s ease,visibility 0s linear .24s;
        will-change: transform,opacity
    }

        .lyt-section.typ-about-growth .about-growth-card__cta .icon {
            font-size: 11px;
            line-height: 1
        }

    .lyt-section.typ-about-growth .about-growth-card:hover .about-growth-card__body, .lyt-section.typ-about-growth .about-growth-card:focus-within .about-growth-card__body {
        min-height: 100px;
        height: 100px;
        justify-content: space-between;
        background: #1d3557
    }

    .lyt-section.typ-about-growth .about-growth-card:hover .typ-viewProfile, .lyt-section.typ-about-growth .about-growth-card:focus-within .typ-viewProfile {
        opacity: 1;
        visibility: visible;
        max-height: 30px;
        transform: translateY(0)
    }

    .lyt-section.typ-about-growth .about-growth-card:hover .about-growth-card__name, .lyt-section.typ-about-growth .about-growth-card:hover .about-growth-card__meta, .lyt-section.typ-about-growth .about-growth-card:hover .about-growth-card__cta, .lyt-section.typ-about-growth .about-growth-card:focus-within .about-growth-card__name, .lyt-section.typ-about-growth .about-growth-card:focus-within .about-growth-card__meta, .lyt-section.typ-about-growth .about-growth-card:focus-within .about-growth-card__cta {
        color: #fff
    }

    .lyt-section.typ-about-growth .about-growth-card:hover .about-growth-card__meta, .lyt-section.typ-about-growth .about-growth-card:focus-within .about-growth-card__meta {
        border-top-color: hsla(0,0%,100%,.45)
    }

    .lyt-section.typ-about-growth .about-growth-card:hover .about-growth-card__cta, .lyt-section.typ-about-growth .about-growth-card:focus-within .about-growth-card__cta {
        margin-top: auto;
        margin-bottom: 8px;
        opacity: 1;
        max-height: 20px;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s
    }

@media(max-width: 1199px) {
    .lyt-section.typ-about-growth .about-growth__title {
        max-width: 500px
    }

    .lyt-section.typ-about-growth .about-growth-card {
        max-width: none;
        height: 520px;
        min-height: 520px
    }

    .lyt-section.typ-about-growth .about-growth-card__media {
        height: 100%
    }

    .lyt-section.typ-about-growth .about-growth-card__body {
        height: 110px
    }

    .lyt-section.typ-about-growth .about-growth-card__name {
        font-size: clamp(20px,2.4vw,21px)
    }

    .lyt-section.typ-about-growth .about-growth-card__meta {
        font-size: 12px
    }
}

@media(max-width: 992px) {
    .lyt-section.typ-about-growth {
        padding-top: clamp(40px,7vw,64px);
        padding-bottom: clamp(40px,7vw,64px)
    }

        .lyt-section.typ-about-growth .about-growth__title {
            font-size: clamp(30px,8.5vw,44px);
            max-width: none
        }

        .lyt-section.typ-about-growth .about-growth__lede {
            max-width: none
        }

        .lyt-section.typ-about-growth .about-growth-card__media {
            height: 100%
        }

        .lyt-section.typ-about-growth .about-growth-card {
            height: auto;
            min-height: 0;
            max-width: none;
            position: relative
        }

        .lyt-section.typ-about-growth .about-growth-card__body {
            width: 100%;
            height: 133px;
            min-height: 110px;
            overflow: hidden;
            position: absolute;
            left: 0;
            bottom: 0
        }

        .lyt-section.typ-about-growth .about-growth-card__name {
            font-size: 20px
        }

        .lyt-section.typ-about-growth .about-growth-card__meta {
            font-size: 13px;
            line-height: 1.45
        }
}

@media(max-width: 767px) {
    .lyt-section.typ-about-growth .about-growth__title {
        font-size: clamp(28px,10.2vw,30px);
        line-height: 1.1
    }

    .lyt-section.typ-about-growth .about-growth-card__body {
        padding: 12px 12px 10px
    }

    .lyt-section.typ-about-growth .about-growth-card__media {
        height: 100%
    }

        .lyt-section.typ-about-growth .about-growth-card__media img {
            width: 100%;
            height: 100%
        }

    .lyt-section.typ-about-growth .about-growth-card__name {
        font-size: clamp(22px,8vw,25px)
    }

    .lyt-section.typ-about-growth .about-growth-card__cta {
        font-size: 10px;
        letter-spacing: .07em;
        gap: 8px
    }

    .lyt-section.typ-about-growth .about-growth-card {
        height: 450px;
        min-height: 450px
    }
}

.lyt-section.typ-implementation-framework {
    background: #f3f3ec;
    padding-top: clamp(44px,6.5vw,78px);
    padding-bottom: clamp(44px,6.5vw,78px)
}

    .lyt-section.typ-implementation-framework .implementation-framework__intro {
        margin-bottom: clamp(20px,3vw,46px)
    }

    .lyt-section.typ-implementation-framework .implementation-framework__title {
        margin: 0;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(32px,4.2vw,48px);
        line-height: 1.05;
        letter-spacing: -0.02em;
        max-width: 560px
    }

    .lyt-section.typ-implementation-framework .implementation-framework__lede {
        margin: 0;
        color: #161616;
        max-width: 620px;
        font-size: clamp(14px,1.05vw,16px);
        line-height: 1.55
    }

    .lyt-section.typ-implementation-framework .implementation-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 0;
        padding: 0
    }

    .lyt-section.typ-implementation-framework .implementation-framework__cards > div:nth-child(2) {
        border-left: 1px solid rgba(20,19,41,.08);
        border-right: 1px solid rgba(20,19,41,.08);
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5)
    }

    .lyt-section.typ-implementation-framework .implementation-card__year {
        margin: 0 0 60px;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(34px,3.6vw,48px);
        font-weight: 600;
        line-height: 1;
        display: none
    }

    .lyt-section.typ-implementation-framework .implementation-card__heading {
        margin: 0;
        margin-bottom: clamp(12px,2.2vw,16px);
        padding-bottom: 3px;
        padding-top: 4px;
        border-bottom: 1px solid rgba(0,0,0,.1019607843);
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(26px,2.5vw,32px);
        font-weight: 600;
        line-height: 135%;
        letter-spacing: -3%;
        max-width: 320px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

        .lyt-section.typ-implementation-framework .implementation-card__heading span {
            display: block
        }

    .lyt-section.typ-implementation-framework .implementation-card__text {
        margin: 0 0 16px;
        color: #000;
        font-family: "Inter",sans-serif;
        font-size: 14px;
        line-height: 1.52;
        flex: 1 0 auto
    }

    .lyt-section.typ-implementation-framework .implementation-card__figure {
        margin: 0;
        width: 100%;
        overflow: hidden
    }

        .lyt-section.typ-implementation-framework .implementation-card__figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

@media(max-width: 992px) {
    .lyt-section.typ-implementation-framework .implementation-card {
        border: 0;
        padding: 0
    }

    .lyt-section.typ-implementation-framework .implementation-framework__cards > div:nth-child(2) {
        border-left: 0;
        border-right: 0
    }

    .lyt-section.typ-implementation-framework .implementation-framework__title {
        max-width: none
    }

    .lyt-section.typ-implementation-framework .implementation-card__year {
        margin: 0 0 20px
    }
}

.lyt-section.typ-implementation-incorporation {
    background: #fff;
    padding-top: clamp(30px,5vw,56px);
    padding-bottom: clamp(40px,6vw,72px)
}

    .lyt-section.typ-implementation-incorporation .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-implementation-incorporation .implementation-incorporation__date {
        margin: 0;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(30px,3.4vw,48px);
        line-height: 1.05;
        letter-spacing: -3%;
        font-weight: 600
    }

    .lyt-section.typ-implementation-incorporation .implementation-incorporation__name {
        margin: 0 0 10px;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(30px,3.1vw,37px);
        line-height: 1.06;
        letter-spacing: -4%;
        font-weight: 600;
        max-width: 310px
    }

    .lyt-section.typ-implementation-incorporation .implementation-incorporation__role {
        margin: 16px 0 16px;
        color: #000;
        font-family: "Inter",sans-serif;
        font-size: 16px;
        line-height: 1.45;
        font-weight: 500
    }

    .lyt-section.typ-implementation-incorporation .implementation-incorporation__meta {
        margin: 0 0 14px;
        color: #161616;
        font-family: "Inter",sans-serif;
        font-size: 13px;
        line-height: 1.5
    }

    .lyt-section.typ-implementation-incorporation .implementation-incorporation__cta {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: #1d3557;
        text-transform: uppercase;
        font-family: "Inter",sans-serif;
        font-size: 12px;
        letter-spacing: 2%;
        font-weight: 600;
        margin-bottom: 15px
    }

        .lyt-section.typ-implementation-incorporation .implementation-incorporation__cta .icon {
            font-size: 10px
        }

            .lyt-section.typ-implementation-incorporation .implementation-incorporation__cta .icon.icon-down-right::before {
                color: currentColor
            }

    .lyt-section.typ-implementation-incorporation .implementation-incorporation__figure {
        margin: 0;
        width: 100%;
        aspect-ratio: 1.05;
        overflow: hidden
    }

        .lyt-section.typ-implementation-incorporation .implementation-incorporation__figure img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block
        }

@media(max-width: 1025px) {
    .lyt-section.typ-implementation-incorporation .implementation-incorporation__name {
        max-width: none
    }
}

.lyt-section.typ-implementation-stakeholder {
    background: #fff;
    padding-top: clamp(40px,6vw,72px);
    padding-bottom: clamp(48px,7vw,88px)
}

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__intro {
        margin-bottom: clamp(24px,4vw,40px)
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__title {
        margin: 0;
        color: #1a2b4c;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(30px,3.8vw,48px);
        line-height: 1.08;
        letter-spacing: -0.02em;
        max-width: 520px
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__lede {
        margin: 0;
        max-width: 640px;
        color: #000;
        font-size: clamp(14px,1.08vw,16px);
        line-height: 1.6;
        letter-spacing: -3%
    }

    .lyt-section.typ-implementation-stakeholder .bar-center {
        width: 100%;
        margin: 0 auto
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__chart {
        width: 100%;
        max-width: none
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__item {
        padding: 0;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 16px
    }

        .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__item:last-child {
            border-bottom: 0
        }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__head {
        margin-bottom: 10px
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__name {
        font-size: clamp(13px,1.05vw,14px);
        line-height: 1.4;
        color: #000;
        font-weight: 500
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__pct {
        font-size: clamp(13px,1.05vw,16px);
        font-weight: 600;
        color: #1a2b4c;
        white-space: nowrap
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__track {
        width: 100%;
        height: 24px;
        overflow: hidden
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__bar {
        height: 100%;
        width: 0;
        border-radius: 0;
        transition: width .75s ease
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__bar--dpiit {
        width: 49%;
        background: #506bee
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__bar--jbic {
        width: 26%;
        background: #f82f8a
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__bar--hudco {
        width: 19.9%;
        background: #7f1ebc
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__bar--iifcl {
        width: 4%;
        background: #4a1ea9
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__bar--lic {
        width: 1%;
        background: #4cc9f0;
        min-width: 2px
    }

@media(max-width: 992px) {
    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__title {
        max-width: none
    }

    .lyt-section.typ-implementation-stakeholder .implementation-stakeholder__lede {
        max-width: none
    }
}

.lyt-section.typ-implementation-structure {
    background: #f3f3ec;
    padding-top: clamp(44px,6.5vw,80px);
    padding-bottom: clamp(44px,6.5vw,80px)
}

    .lyt-section.typ-implementation-structure .impl-structure__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-implementation-structure .impl-structure__intro {
        margin-bottom: clamp(28px,4vw,40px)
    }

    .lyt-section.typ-implementation-structure .impl-structure__title {
        margin: 0;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.6vw,48px);
        line-height: 1.1;
        letter-spacing: -0.02em;
        max-width: 520px
    }

    .lyt-section.typ-implementation-structure .impl-structure__lede {
        margin: 0;
        max-width: 640px;
        color: #3a3f46;
        font-size: clamp(14px,1.05vw,16px);
        line-height: 1.6;
        letter-spacing: -2%
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity .75s ease,transform .75s ease;
        max-width: 1020px;
        margin: 0 auto
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile {
        display: none
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-diagram {
        opacity: 1;
        transform: translateY(0)
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-node {
        opacity: 1;
        transform: scale(1)
    }

    .lyt-section.typ-implementation-structure .impl-structure-node {
        opacity: 0;
        transform: scale(0.94);
        transition: opacity .55s ease,transform .55s ease
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-spine .impl-structure-node--maroon, .lyt-section.typ-implementation-structure.is-in-view .impl-structure-diagram-mobile .impl-structure-node--mobile-maroon {
        transition-delay: 0s
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-spine .impl-structure-node--tan, .lyt-section.typ-implementation-structure.is-in-view .impl-structure-diagram-mobile .impl-structure-node--mobile-tan {
        transition-delay: .4s;
        outline: 1px solid #cdb48f;
        outline-offset: 5px
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-side .impl-structure-node--sm, .lyt-section.typ-implementation-structure.is-in-view .impl-structure-diagram-mobile .impl-structure-node--mobile-sm {
        transition-delay: .8s
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-side .impl-structure-node--overlap, .lyt-section.typ-implementation-structure.is-in-view .impl-structure-diagram-mobile .impl-structure-node--mobile-overlap {
        transition-delay: 1.2s
    }

    .lyt-section.typ-implementation-structure.is-in-view .impl-structure-aside .impl-structure-node--kp, .lyt-section.typ-implementation-structure.is-in-view .impl-structure-diagram-mobile .impl-structure-node--mobile-kp {
        transition-delay: 1.6s
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram__grid {
        position: relative;
        height: 430px
    }

    .lyt-section.typ-implementation-structure .impl-structure-aside {
        position: static
    }

    .lyt-section.typ-implementation-structure .impl-structure-apex {
        margin: 0;
        font-size: clamp(13px,1.1vw,14px);
        font-weight: 600;
        line-height: 1.35;
        color: #000
    }

        .lyt-section.typ-implementation-structure .impl-structure-apex span {
            display: block
        }

    .lyt-section.typ-implementation-structure .impl-structure-node {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 50%;
        padding: 12px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25;
        position: absolute;
        z-index: 2
    }

        .lyt-section.typ-implementation-structure .impl-structure-node span {
            max-width: 100%
        }

    .lyt-section.typ-implementation-structure .impl-structure-node--navy {
        background: #1d3557;
        color: #fff
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--maroon {
        background: #7c3733;
        color: #fff;
        width: 155px;
        height: 155px;
        left: 432px;
        top: -13;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -2%
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--tan {
        background: #cdb48f;
        color: #141329;
        border: 2px solid #fff;
        width: 184px;
        height: 184px;
        left: 410px;
        top: 282px;
        font-size: 14px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--kp {
        width: 155px;
        height: 155px;
        left: 200px;
        top: 146px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--sm {
        width: 155px;
        height: 155px;
        font-size: 14px;
        top: 290px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--overlap {
        margin-left: 0;
        left: 930px !important;
        border: 1px solid #fff
    }

    .lyt-section.typ-implementation-structure .impl-structure-side .impl-structure-node--sm {
        left: 809px
    }

    .lyt-section.typ-implementation-structure .impl-structure-apex {
        position: absolute;
        left: -118px;
        top: 156px;
        width: 210px;
        z-index: 2
    }

    .lyt-section.typ-implementation-structure .impl-structure-spine, .lyt-section.typ-implementation-structure .impl-structure-side, .lyt-section.typ-implementation-structure .impl-structure-connector, .lyt-section.typ-implementation-structure .impl-structure-branch, .lyt-section.typ-implementation-structure .impl-structure-branch__top, .lyt-section.typ-implementation-structure .impl-structure-overlap {
        position: static;
        display: block;
        width: auto;
        min-height: 0
    }

    .lyt-section.typ-implementation-structure .impl-structure-line {
        position: absolute;
        background: #cfd4dc;
        z-index: 1
    }

    .lyt-section.typ-implementation-structure .impl-structure-line--v {
        width: 2px;
        height: 52px;
        left: 506px
    }

    .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-line--v {
        background: linear-gradient(180deg, #292669 0%, #cdb48f 100%);
        position: absolute
    }

        .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-line--v::before {
            content: "";
            position: absolute;
            left: 50%;
            top: auto;
            bottom: 2px;
            width: 10px;
            height: 10px;
            border-right: 2px solid #cdb48f;
            border-bottom: 2px solid #cdb48f;
            transform: translateX(-50%) rotate(45deg);
            background: rgba(0,0,0,0)
        }

        .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-line--v::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: auto;
            top: -8px;
            transform: translateX(-50%);
            width: 16px;
            height: 10px;
            border: 2.5px solid #292669;
            border-top: 0;
            border-radius: 0 0px 999px 999px;
            background: #292669
        }

    .lyt-section.typ-implementation-structure .impl-structure-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6.5px 10px;
        border: .5px solid rgba(0,0,0,0);
        background: linear-gradient(#ffffff, #ffffff) padding-box,linear-gradient(90deg, #292669 0%, #cdb48f 100%) border-box;
        border-radius: 10px;
        font-family: "Inter",sans-serif;
        font-size: 10px;
        font-weight: 600;
        color: #2b2f36;
        white-space: nowrap;
        position: absolute;
        z-index: 2
    }

    .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-line--v:first-child {
        display: none
    }

    .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-pill {
        top: 194px;
        left: 467px
    }

    .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-line--v:last-child {
        top: 160px;
        height: 117px
    }

    .lyt-section.typ-implementation-structure .impl-structure-line--h {
        height: 2px;
        width: 202px;
        left: 600px;
        top: 370px;
        background: linear-gradient(90deg, #cdb48f 0%, #292669 100%);
        position: absolute
    }

        .lyt-section.typ-implementation-structure .impl-structure-line--h::before {
            content: "";
            position: absolute;
            left: 1.5px;
            top: 50%;
            transform: translateY(-50%);
            transform: rotateY(180deg);
            width: 12px;
            height: 12px;
            border-left: 2px solid #cdb48f;
            border-bottom: 2px solid #cdb48f;
            transform: translateY(-50%) rotate(45deg);
            background: rgba(0,0,0,0)
        }

        .lyt-section.typ-implementation-structure .impl-structure-line--h::after {
            content: "";
            position: absolute;
            right: -8px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 16px;
            border: 2.5px solid #292669;
            width: 10px;
            border-right: 0;
            border-radius: 999px 0px 0px 990px;
            background: #292669
        }

    .lyt-section.typ-implementation-structure .impl-structure-branch__top .impl-structure-pill {
        top: 357px;
        left: 688px
    }

@media(min-width: 992px)and (max-width: 1194px) {
    .lyt-section.typ-implementation-structure .impl-structure-line--h {
        width: 200px
    }

    .lyt-section.typ-implementation-structure .impl-structure-side .impl-structure-node--sm {
        left: 680px
    }

    .lyt-section.typ-implementation-structure .impl-structure-branch__top .impl-structure-pill {
        left: 615px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--overlap {
        left: 805px !important
    }

    .lyt-section.typ-implementation-structure .impl-structure-apex {
        left: 0
    }
}

@media(max-width: 991px) {
    .lyt-section.typ-implementation-structure .impl-structure-diagram--desktop {
        display: none
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile {
        display: grid;
        grid-template-columns: minmax(140px, 1fr) minmax(180px, 1fr);
        column-gap: 14px;
        max-width: 560px;
        margin: 0 auto
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile__main {
        display: grid;
        justify-items: center;
        width: 100%;
        grid-column: 2;
        grid-row: 1/span 4
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--mobile-maroon {
        position: static;
        width: 132px;
        height: 132px;
        font-size: 9px;
        padding: 10px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--mobile-tan {
        position: static;
        width: 168px;
        height: 168px;
        font-size: 10px;
        padding: 14px;
        outline: 1px solid rgba(0,0,0,.1019607843);
        outline-offset: 5px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--mobile-sm {
        position: static;
        width: 124px;
        height: 124px;
        font-size: 10px;
        padding: 12px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--mobile-overlap {
        margin-top: -22px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--mobile-kp {
        position: static;
        width: 142px;
        height: 142px;
        font-size: 10px;
        padding: 12px;
        grid-column: 1;
        grid-row: 3;
        justify-self: start;
        align-self: start;
        transform: translateY(-80px) !important
    }

    .lyt-section.typ-implementation-structure .impl-structure-apex--mobile {
        position: static;
        width: auto;
        margin: 0;
        text-align: left;
        font-size: clamp(13px,3.5vw,16px);
        line-height: 1.2;
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        align-self: center;
        transform: translateY(-85px) !important
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile__connector {
        display: grid;
        justify-items: center;
        gap: 8px;
        margin: 8px 0
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile__line {
        width: 1px;
        height: 26px;
        background: #cfd4dc;
        position: relative
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile__line--down::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-top: 7px solid #cdb48f
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile__line--up::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-bottom: 7px solid #cdb48f
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram-mobile .impl-structure-pill {
        position: static;
        margin: 0
    }

    .lyt-section.typ-implementation-structure .impl-structure__title {
        max-width: none
    }

    .lyt-section.typ-implementation-structure .impl-structure-diagram__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        height: auto;
        max-width: 390px;
        margin: 0 auto
    }

    .lyt-section.typ-implementation-structure .impl-structure-aside {
        order: 2;
        text-align: center;
        display: grid;
        gap: 12px
    }

    .lyt-section.typ-implementation-structure .impl-structure-apex {
        position: static;
        width: 100%;
        text-align: center
    }

    .lyt-section.typ-implementation-structure .impl-structure-node, .lyt-section.typ-implementation-structure .impl-structure-pill, .lyt-section.typ-implementation-structure .impl-structure-line {
        position: static
    }

    .lyt-section.typ-implementation-structure .impl-structure-spine {
        order: 1;
        display: grid;
        justify-items: center;
        gap: 10px
    }

    .lyt-section.typ-implementation-structure .impl-structure-connector {
        display: grid;
        justify-items: center;
        gap: 6px
    }

    .lyt-section.typ-implementation-structure .impl-structure-line--v {
        width: 2px;
        height: 93px;
        position: relative
    }

    .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-line--v:last-child::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-top: 7px solid #cdb48f
    }

    .lyt-section.typ-implementation-structure .impl-structure-line--h {
        width: 2px;
        height: 52px;
        position: relative
    }

        .lyt-section.typ-implementation-structure .impl-structure-line--h::before {
            content: "";
            position: absolute;
            left: 50%;
            top: -6px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid rgba(0,0,0,0);
            border-right: 5px solid rgba(0,0,0,0);
            border-bottom: 7px solid #cdb48f
        }

    .lyt-section.typ-implementation-structure .impl-structure-side {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px
    }

    .lyt-section.typ-implementation-structure .impl-structure-branch__top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px
    }

        .lyt-section.typ-implementation-structure .impl-structure-branch__top .impl-structure-pill, .lyt-section.typ-implementation-structure .impl-structure-connector .impl-structure-pill {
            margin: 0
        }

    .lyt-section.typ-implementation-structure .impl-structure-overlap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--overlap {
        margin-left: -24px
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-implementation-structure .impl-structure-node--kp, .lyt-section.typ-implementation-structure .impl-structure-node--maroon {
        width: 108px;
        height: 108px;
        font-size: 9px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--tan {
        width: 156px;
        height: 156px;
        font-size: 10px
    }

    .lyt-section.typ-implementation-structure .impl-structure-node--sm {
        width: 104px;
        height: 104px;
        font-size: 9px
    }
}

.lyt-section.typ-implementation-links {
    background: #fff;
    padding-top: clamp(42px,6vw,76px);
    padding-bottom: clamp(42px,6vw,76px)
}

    .lyt-section.typ-implementation-links .implementation-links__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-implementation-links .implementation-links__title {
        margin: 0 0 clamp(24px,4vw,70.4px);
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(32px,4.2vw,48px);
        font-weight: 600;
        line-height: 1.07;
        text-align: left
    }

    .lyt-section.typ-implementation-links .implementation-links__nav {
        display: flex;
        align-items: center;
        gap: 0;
        margin-bottom: 20px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin
    }

    .lyt-section.typ-implementation-links .implementation-links__tab {
        position: relative;
        border: 0;
        background: rgba(0,0,0,0);
        color: #7d8796;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -1%;
        line-height: 1.3;
        padding: 24px 60px;
        transition: color .2s ease;
        margin-bottom: 36px
    }

        .lyt-section.typ-implementation-links .implementation-links__tab::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -15px;
            height: 2px;
            background: #1d3557;
            opacity: 0;
            transition: opacity .2s ease
        }

        .lyt-section.typ-implementation-links .implementation-links__tab.active {
            color: #1d3557
        }

            .lyt-section.typ-implementation-links .implementation-links__tab.active::after {
                opacity: 1
            }

    .lyt-section.typ-implementation-links .implementation-link-card {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        text-decoration: none;
        background: rgba(0,0,0,0);
        border-left: 3px solid #26385a;
        padding: 8px 16px 16px 8px;
        margin-bottom: 15px;
        transition: background-color .2s ease,border-color .2s ease
    }

        .lyt-section.typ-implementation-links .implementation-link-card:hover {
            background: #1d3557;
            border-left-color: #1d3557
        }

            .lyt-section.typ-implementation-links .implementation-link-card:hover .implementation-link-card__state, .lyt-section.typ-implementation-links .implementation-link-card:hover .implementation-link-card__org, .lyt-section.typ-implementation-links .implementation-link-card:hover .implementation-link-card__icon {
                color: #fff
            }

    .lyt-section.typ-implementation-links .implementation-link-card__state {
        margin: 0 0 10px;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.25
    }

    .lyt-section.typ-implementation-links .implementation-link-card__org {
        margin: 0;
        color: #1a2b4c;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 500
    }

    .lyt-section.typ-implementation-links .implementation-link-card__icon {
        color: #1a2b4c;
        font-size: 18px;
        line-height: 1;
        flex-shrink: 0;
        margin-top: 2px
    }

@media(max-width: 992px) {
    .lyt-section.typ-implementation-links .implementation-links__title {
        text-align: left
    }

    .lyt-section.typ-implementation-links .implementation-links__tab {
        padding: 0 14px 10px
    }

        .lyt-section.typ-implementation-links .implementation-links__tab::after {
            left: 14px;
            right: 14px
        }
}

.lyt-section.typ-tender-listing {
    padding-top: 74px;
    padding-bottom: 74px
}

    .lyt-section.typ-tender-listing .tender-filters {
        margin-bottom: clamp(20px,3vw,32px)
    }

    .lyt-section.typ-tender-listing .tender-filter-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 52px;
        padding: 10px 14px;
        border: 1px solid #d1d5db;
        border-radius: 2px;
        background: #fff;
        box-sizing: border-box
    }

        .lyt-section.typ-tender-listing .tender-filter-box:focus-within {
            outline: 2px solid rgba(26,51,81,.35);
            outline-offset: 1px
        }

    .lyt-section.typ-tender-listing .tender-filter-box__label {
        flex: 0 1 auto;
        margin: 0;
        max-width: 42%;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.35;
        text-transform: uppercase;
        cursor: pointer
    }

    .lyt-section.typ-tender-listing .implementation-link-card__org p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .lyt-section.typ-tender-listing .tender-filter-box__right {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        min-width: 0;
        max-width: 58%;
        pointer-events: none
    }

    .lyt-section.typ-tender-listing .tender-filter-box__value {
        font-family: "Inter",sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #1a3351;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .lyt-section.typ-tender-listing .tender-filter-box__chev {
        flex-shrink: 0;
        font-size: 10px;
        line-height: 1
    }

        .lyt-section.typ-tender-listing .tender-filter-box__chev::before {
            color: #1d2942
        }

    .lyt-section.typ-tender-listing .tender-filter-box__select {
        position: absolute;
        inset: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        font-size: 16px
    }

    .lyt-section.typ-tender-listing .tender-table-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: clamp(16px,2.5vw,24px);
        border: 1px solid #e3e5e8;
        background: #fff;
        scrollbar-gutter: stable
    }

    .lyt-section.typ-tender-listing .tender-table {
        width: 100%;
        min-width: 1080px;
        border-collapse: collapse;
        font-family: "Inter",sans-serif;
        font-size: 13px;
        line-height: 1.45;
        color: #242830
    }

    .lyt-section.typ-tender-listing .tender-table__th {
        padding: 12px 12px 11px;
        text-align: left;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 3%;
        text-transform: uppercase;
        color: #fff;
        background: #1a3351;
        border: 1px solid #2a4566;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1.15
    }

    .lyt-section.typ-tender-listing .tender-table__th--num {
        width: 50px;
        text-align: center
    }

    .lyt-section.typ-tender-listing .tender-table__th--title {
        min-width: 220px
    }

    .lyt-section.typ-tender-listing .tender-table thead th:nth-child(3), .lyt-section.typ-tender-listing .tender-table tbody td:nth-child(3) {
        min-width: 155px
    }

    .lyt-section.typ-tender-listing .tender-table thead th:nth-child(8), .lyt-section.typ-tender-listing .tender-table tbody td:nth-child(8) {
        min-width: 320px
    }

    .lyt-section.typ-tender-listing .tender-table tbody tr {
        transition: all .3s ease-in-out
    }

        .lyt-section.typ-tender-listing .tender-table tbody tr:hover {
            background: #f5f3ee
        }

    .lyt-section.typ-tender-listing .tender-table__td {
        padding: 16px 14px;
        border: 1px solid rgba(0,0,0,.1019607843);
        vertical-align: middle;
        color: #2b3038
    }

    .lyt-section.typ-tender-listing .tender-table__td--num {
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        color: #4b5563
    }

    .lyt-section.typ-tender-listing .tender-table__td--title {
        max-width: 400px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.55;
        color: #000;
        letter-spacing: -2%
    }

    .lyt-section.typ-tender-listing .tender-table__td--actions {
        white-space: nowrap;
        width: 160px
    }

    .lyt-section.typ-tender-listing .tender-table tbody td:nth-child(5), .lyt-section.typ-tender-listing .tender-table tbody td:nth-child(6) {
        white-space: nowrap
    }

    .lyt-section.typ-tender-listing .tender-table tbody td:nth-child(8) {
        white-space: nowrap
    }

    .lyt-section.typ-tender-listing .tender-doc-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 16px;
        width: 100%;
        min-height: 40px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .07em;
        text-decoration: none;
        border-radius: 2px;
        box-sizing: border-box;
        transition: background .2s ease,color .2s ease,border-color .2s ease
    }

        .lyt-section.typ-tender-listing .tender-doc-btn .tender-doc-btn__ico::before {
            color: currentColor;
            font-size: 13px
        }

    .lyt-section.typ-tender-listing .tender-doc-btn--solid {
        background: #1a3351;
        color: #fff;
        border: 1px solid #1a3351
    }

        .lyt-section.typ-tender-listing .tender-doc-btn--solid:hover {
            background: #fff;
            border-color: #1a3351;
            color: #1a3351
        }

    .lyt-section.typ-tender-listing .tender-doc-btn--outline {
        background: #fff;
        color: #1a3351;
        border: 1px solid #cfd4dc
    }

        .lyt-section.typ-tender-listing .tender-doc-btn--outline .tender-doc-btn__ico::before {
            color: currentColor
        }

        .lyt-section.typ-tender-listing .tender-doc-btn--outline:hover {
            border-color: #1a3351;
            background: #1a3351;
            color: #fff
        }

    .lyt-section.typ-tender-listing .tender-related-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #1a3351;
        font-weight: 400;
        font-size: 14px;
        text-decoration: none
    }

        .lyt-section.typ-tender-listing .tender-related-link .tender-related-link__ico::before {
            color: currentColor;
            font-size: 13px
        }

        .lyt-section.typ-tender-listing .tender-related-link:hover {
            text-decoration: underline
        }

    .lyt-section.typ-tender-listing .tender-docs-bundle {
        max-width: 100%
    }

    .lyt-section.typ-tender-listing .tender-docs-bundle--stack {
        margin-top: 12px
    }

    .lyt-section.typ-tender-listing .tender-docs-bundle__btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        padding: 10px 14px;
        min-height: 40px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -2%;
        text-transform: uppercase;
        color: #1a3351;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1490196078);
        border-radius: 2px;
        cursor: pointer;
        list-style: none;
        box-sizing: border-box
    }

        .lyt-section.typ-tender-listing .tender-docs-bundle__btn::-webkit-details-marker {
            display: none
        }

    .lyt-section.typ-tender-listing .tender-docs-bundle__chev {
        flex-shrink: 0;
        font-size: 10px;
        transition: transform .2s ease
    }

        .lyt-section.typ-tender-listing .tender-docs-bundle__chev::before {
            color: #1d2942
        }

    .lyt-section.typ-tender-listing .tender-docs-bundle[open] .tender-docs-bundle__chev {
        transform: rotate(180deg)
    }

    .lyt-section.typ-tender-listing .tender-docs-bundle__list {
        margin: 8px 0 0;
        padding: 0;
        list-style: none
    }

        .lyt-section.typ-tender-listing .tender-docs-bundle__list li {
            margin-bottom: 6px
        }

        .lyt-section.typ-tender-listing .tender-docs-bundle__list a {
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: #1a3351;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 250px;
            display: block
        }

            .lyt-section.typ-tender-listing .tender-docs-bundle__list a .icon-download::before {
                color: currentColor;
                font-size: 12px
            }

            .lyt-section.typ-tender-listing .tender-docs-bundle__list a:hover {
                text-decoration: underline
            }

@media(min-width: 1351px) {
    .lyt-section.typ-tender-listing .tender-table-scroll {
        overflow-x: visible
    }

    .lyt-section.typ-tender-listing .tender-table {
        min-width: 0
    }
}

.lyt-section.typ-tender-listing .tender-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.lyt-section.typ-tender-listing .tender-pagination__left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.lyt-section.typ-tender-listing .tender-pagination__label {
    font-family: "Inter",sans-serif;
    font-size: 13px;
    color: #374151
}

.lyt-section.typ-tender-listing .tender-pagination__select-wrap {
    position: relative
}

.lyt-section.typ-tender-listing .tender-pagination__select {
    min-width: 64px;
    height: 36px;
    padding: 0 32px 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    background: #fff;
    font-family: "Inter",sans-serif;
    font-size: 13px;
    appearance: none;
    cursor: pointer
}

    .lyt-section.typ-tender-listing .tender-pagination__select:focus {
        outline: 2px solid rgba(26,51,81,.35);
        outline-offset: 1px
    }

.lyt-section.typ-tender-listing .tender-pagination__select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 9px
}

    .lyt-section.typ-tender-listing .tender-pagination__select-icon::before {
        color: #1d2942
    }

.lyt-section.typ-tender-listing .tender-pagination__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px
}

.lyt-section.typ-tender-listing .tender-pagination__prev, .lyt-section.typ-tender-listing .tender-pagination__next {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(0,0,0,.1490196078);
    border-radius: 2px;
    background: #f3f3f3;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background .2s ease,color .2s ease
}

    .lyt-section.typ-tender-listing .tender-pagination__prev:disabled, .lyt-section.typ-tender-listing .tender-pagination__next:disabled {
        opacity: .45;
        cursor: not-allowed
    }

    .lyt-section.typ-tender-listing .tender-pagination__prev:not(:disabled):hover, .lyt-section.typ-tender-listing .tender-pagination__next:not(:disabled):hover {
        background: #eef0f3;
        color: #1a3351
    }

.lyt-section.typ-tender-listing .tender-pagination__prev-ico, .lyt-section.typ-tender-listing .tender-pagination__next-ico {
    font-size: 10px
}

    .lyt-section.typ-tender-listing .tender-pagination__prev-ico::before, .lyt-section.typ-tender-listing .tender-pagination__next-ico::before {
        color: currentColor
    }

.lyt-section.typ-tender-listing .tender-pagination__prev-ico {
    display: inline-flex
}

    .lyt-section.typ-tender-listing .tender-pagination__prev-ico::before {
        transform: rotate(90deg)
    }

.lyt-section.typ-tender-listing .tender-pagination__next-ico {
    transform: rotate(-90deg);
    display: inline-flex
}

.lyt-section.typ-tender-listing .tender-pagination__pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none
}

.lyt-section.typ-tender-listing .tender-pagination__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #6b7280;
    border-radius: 2px
}

    .lyt-section.typ-tender-listing .tender-pagination__page:hover {
        background: #f3f4f6
    }

.lyt-section.typ-tender-listing .tender-pagination__page--current {
    background: #1a3351;
    color: #fff;
    pointer-events: none
}

.lyt-section.typ-tender-listing .tender-pagination__ellipsis {
    padding: 0 6px;
    color: #9ca3af;
    user-select: none
}

@media(max-width: 767px) {
    .lyt-section.typ-tender-listing .tender-table {
        font-size: 12px
    }

    .lyt-section.typ-tender-listing .tender-table__th, .lyt-section.typ-tender-listing .tender-table__td {
        padding: 10px 8px
    }

    .lyt-section.typ-tender-listing .tender-pagination {
        flex-direction: column;
        align-items: stretch
    }

    .lyt-section.typ-tender-listing .tender-pagination__nav {
        justify-content: space-between
    }
}

.lyt-section.typ-privacy-policy {
    padding-top: 74px;
    padding-bottom: 74px
}

    .lyt-section.typ-privacy-policy .privacy-policy-wrap {
        align-items: start;
        --bs-gutter-x: clamp(22px, 3vw, 36px)
    }

    .lyt-section.typ-privacy-policy .privacy-policy-nav {
        position: sticky;
        top: 100px;
        padding-right: 0
    }

    .lyt-section.typ-privacy-policy .privacy-policy-nav__list {
        margin: 0;
        padding: 0 49px 0 0;
        margin-top: 52px;
        list-style: none;
        border-right: 1px solid rgba(20,19,41,.1019607843)
    }

    .lyt-section.typ-privacy-policy .privacy-policy-nav__link {
        display: block;
        position: relative;
        padding: 27px 30px 27px 16px;
        font-family: "Inter",sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.35;
        text-transform: uppercase;
        color: #1d3557;
        text-decoration: none;
        transition: color .2s ease,background-color .2s ease
    }

        .lyt-section.typ-privacy-policy .privacy-policy-nav__link::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-family: "icomoon" !important;
            font-size: 10px;
            line-height: 1;
            color: #6b7280;
            opacity: 0
        }

        .lyt-section.typ-privacy-policy .privacy-policy-nav__link::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            background: rgba(20,19,41,.1019607843);
            opacity: 1
        }

        .lyt-section.typ-privacy-policy .privacy-policy-nav__link:hover {
            color: #1d3557
        }

            .lyt-section.typ-privacy-policy .privacy-policy-nav__link:hover::before {
                background: #1d3557
            }

            .lyt-section.typ-privacy-policy .privacy-policy-nav__link:hover::after {
                opacity: 1
            }

        .lyt-section.typ-privacy-policy .privacy-policy-nav__link.is-active {
            color: #1d3557;
            font-weight: 600
        }

            .lyt-section.typ-privacy-policy .privacy-policy-nav__link.is-active::after {
                opacity: 1
            }

            .lyt-section.typ-privacy-policy .privacy-policy-nav__link.is-active::before {
                background: #1d3557
            }

    .lyt-section.typ-privacy-policy .privacy-policy-content {
        padding-left: clamp(22px,3vw,34px);
        min-width: 0
    }

        .lyt-section.typ-privacy-policy .privacy-policy-content.is-expanded .privacy-policy-section--extra {
            display: block
        }

        .lyt-section.typ-privacy-policy .privacy-policy-content.is-expanded .privacy-policy-toggle__text::after {
            content: "VIEW LESS"
        }

    .lyt-section.typ-privacy-policy .privacy-policy-content__title {
        margin: 0 0 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e5e7eb;
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(34px,4vw,48px);
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1.05
    }

    .lyt-section.typ-privacy-policy .privacy-policy-section {
        margin-bottom: 24px;
        scroll-margin-top: 108px
    }

        .lyt-section.typ-privacy-policy .privacy-policy-section h3, .lyt-section.typ-privacy-policy .privacy-policy-section .h3 {
            margin: 0 0 20px;
            color: #1d3557;
            font-family: "Neue Haas Grotesk Display Pro",sans-serif;
            font-size: clamp(24px,2.2vw,24px);
            line-height: 1.15;
            letter-spacing: -0.01em;
            font-weight: 600
        }

        .lyt-section.typ-privacy-policy .privacy-policy-section p, .lyt-section.typ-privacy-policy .privacy-policy-section li {
            margin: 0 0 2px;
            color: rgba(0,0,0,.8980392157);
            font-family: "Inter",sans-serif;
            font-size: clamp(15px,1.06vw,16px);
            line-height: 1.6;
            letter-spacing: -3%
        }

        .lyt-section.typ-privacy-policy .privacy-policy-section ul {
            margin: 0 0 8px;
            padding-left: 20px
        }

    .lyt-section.typ-privacy-policy .privacy-policy-section--extra {
        display: none
    }

    .lyt-section.typ-privacy-policy .privacy-policy-toggle {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        padding: 14px 58px;
        border: 1px solid rgba(41,38,105,.1490196078);
        background: rgba(0,0,0,0);
        color: #292669;
        font-family: "Inter",sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .06em;
        display: flex;
        width: fit-content;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-transform: uppercase;
        cursor: pointer;
        transition: background-color .2s ease,color .2s ease,border-color .2s ease
    }

        .lyt-section.typ-privacy-policy .privacy-policy-toggle:hover {
            background: #292669;
            color: #fff;
            border-color: #292669
        }

    .lyt-section.typ-privacy-policy .privacy-policy-toggle__text::after {
        content: "VIEW ALL"
    }

    .lyt-section.typ-privacy-policy .privacy-policy-toggle__icon {
        font-size: 10px;
        display: inline-flex;
        transition: transform .2s ease
    }

        .lyt-section.typ-privacy-policy .privacy-policy-toggle__icon::before {
            color: currentColor
        }

    .lyt-section.typ-privacy-policy .privacy-policy-content.is-expanded .privacy-policy-toggle__icon {
        transform: rotate(180deg)
    }

@media(max-width: 992px) {
    .lyt-section.typ-privacy-policy .privacy-policy-wrap {
        --bs-gutter-x: 0;
        row-gap: 18px;
        min-width: 0
    }

    .lyt-section.typ-privacy-policy .privacy-policy-nav {
        position: static;
        top: auto;
        padding-right: 0;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 10px;
        min-width: 0
    }

    .lyt-section.typ-privacy-policy .privacy-policy-nav__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        padding-right: 0;
        border-right: none
    }

    .lyt-section.typ-privacy-policy .privacy-policy-nav__link {
        border: 1px solid #e5e7eb;
        background: #fff;
        padding: 10px 22px 10px 10px;
        font-size: 11px;
        overflow-wrap: anywhere
    }

    .lyt-section.typ-privacy-policy .privacy-policy-content {
        padding-left: 0
    }

    .lyt-section.typ-privacy-policy .privacy-policy-content__title {
        font-size: clamp(30px,7.5vw,42px)
    }

    .lyt-section.typ-privacy-policy .privacy-policy-section {
        scroll-margin-top: 84px
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-privacy-policy .privacy-policy-nav__list {
        grid-template-columns: 1fr;
        margin-top: 0
    }

    .lyt-section.typ-privacy-policy .privacy-policy-content__title {
        font-size: clamp(26px,9vw,34px)
    }

    .lyt-section.typ-privacy-policy .privacy-policy-section h3, .lyt-section.typ-privacy-policy .privacy-policy-section .h3 {
        font-size: clamp(22px,7.6vw,30px)
    }

    .lyt-section.typ-privacy-policy .privacy-policy-section p, .lyt-section.typ-privacy-policy .privacy-policy-section li {
        font-size: 15px
    }
}

.lyt-section.typ-about-overview {
    background-image: url(../images/overview/aboout-overviewsec.png);
    background-repeat: no-repeat;
    background-size: cover
}

    .lyt-section.typ-about-overview .about-overview-para {
        display: flex;
        flex-direction: column;
        align-items: end
    }

        .lyt-section.typ-about-overview .about-overview-para .bs-para {
            max-width: 558px
        }

@media(max-width: 768px) {
    .lyt-section.typ-about-overview .about-overview-para .bs-para {
        max-width: 100%
    }
}

.lyt-section.typ-faq-directory {
    padding-top: clamp(26px,4vw,44px);
    padding-bottom: clamp(32px,5vw,60px)
}

    .lyt-section.typ-faq-directory .faq-directory-wrap {
        display: grid;
        grid-template-columns: 320px minmax(0, 1fr);
        gap: clamp(22px,3vw,36px);
        align-items: start
    }

    .lyt-section.typ-faq-directory .faq-directory-nav {
        position: sticky;
        top: 100px;
        align-self: start;
        padding-right: 50px;
        border-right: 1px solid rgba(0,0,0,.1019607843)
    }

    .lyt-section.typ-faq-directory .faq-directory-nav__list {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .lyt-section.typ-faq-directory .faq-directory-nav__link {
        display: block;
        position: relative;
        padding: 29.5px 30px 29.5px 12px;
        border-bottom: 2px solid rgba(20,19,41,.1019607843);
        font-family: "Inter",sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        color: #1d3557;
        text-decoration: none;
        line-height: 1.35
    }

        .lyt-section.typ-faq-directory .faq-directory-nav__link::after {
            content: "";
            font-family: "icomoon" !important;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 14px;
            color: 1D3557;
            opacity: 0
        }

        .lyt-section.typ-faq-directory .faq-directory-nav__link.is-active {
            color: #1d3557;
            font-weight: 600;
            border-bottom: 2px solid #1d3557
        }

            .lyt-section.typ-faq-directory .faq-directory-nav__link.is-active::after {
                opacity: 1
            }

    .lyt-section.typ-faq-directory .faq-directory-content {
        min-width: 0;
        padding-left: clamp(18px,2.4vw,28px)
    }

    .lyt-section.typ-faq-directory .faq-directory-content__title {
        margin: 0 0 18px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(0,0,0,.1490196078);
        color: #1d3557;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: clamp(34px,4vw,48px);
        font-weight: 600;
        line-height: 1.06;
        letter-spacing: -4%
    }

    .lyt-section.typ-faq-directory .faq-block {
        display: none;
        margin-bottom: 17px;
        scroll-margin-top: 100px;
        margin-top: 35px
    }

        .lyt-section.typ-faq-directory .faq-block.is-active {
            display: block
        }

    .lyt-section.typ-faq-directory .faq-item {
        border-bottom: 1px solid #e5e7eb
    }

    .lyt-section.typ-faq-directory .faq-item__toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-align: left;
        padding: 25px 28px 25px 12px;
        background: rgba(0,0,0,0);
        border: 0;
        color: rgba(0,0,0,.8);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.35;
        cursor: pointer
    }

    .lyt-section.typ-faq-directory .faq-item__icon {
        position: relative;
        width: 20px;
        height: 22.9px;
        flex-shrink: 0
    }

        .lyt-section.typ-faq-directory .faq-item__icon::before, .lyt-section.typ-faq-directory .faq-item__icon::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            background: #1f2a44;
            transform: translate(-50%, -50%);
            transition: opacity .2s ease
        }

        .lyt-section.typ-faq-directory .faq-item__icon::before {
            width: 20px;
            height: 2px
        }

        .lyt-section.typ-faq-directory .faq-item__icon::after {
            width: 2px;
            height: 20px
        }

    .lyt-section.typ-faq-directory .faq-item.is-open .faq-item__icon::after {
        opacity: 0
    }

    .lyt-section.typ-faq-directory .faq-item__body {
        padding: 0 12px 14px
    }

        .lyt-section.typ-faq-directory .faq-item__body p {
            margin: 0;
            color: rgba(0,0,0,.8);
            font-size: 14px;
            line-height: 1.65
        }

@media(max-width: 992px) {
    .lyt-section.typ-faq-directory .faq-directory-wrap {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .lyt-section.typ-faq-directory .faq-directory-nav {
        position: static;
        top: auto;
        padding-right: 0
    }

    .lyt-section.typ-faq-directory .faq-directory-nav__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px
    }

    .lyt-section.typ-faq-directory .faq-directory-nav__link {
        border: 1px solid #e5e7eb;
        background: #fff;
        padding: 10px 22px 10px 10px;
        font-size: 11px
    }

    .lyt-section.typ-faq-directory .faq-directory-content {
        border-left: 0;
        padding-left: 0
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-faq-directory .faq-directory-nav__list {
        grid-template-columns: 1fr
    }

    .lyt-section.typ-faq-directory .faq-directory-content__title {
        font-size: clamp(26px,9vw,34px)
    }

    .lyt-section.typ-faq-directory .faq-item__toggle {
        font-size: 18px;
        padding-right: 12px
    }
}

.lyt-section.typ-grievance-openvc {
    padding-top: clamp(30px,5vw,52px);
    padding-bottom: clamp(38px,5.8vw,64px)
}

    .lyt-section.typ-grievance-openvc .grievance-openvc__intro {
        margin: 15px 0 74px
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__title {
        margin: 0;
        color: #1a3351;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.03;
        letter-spacing: -2%;
        max-width: 570px;
        margin-bottom: 0
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__lede {
        margin: 0;
        color: #2f3947;
        font-family: "Inter",sans-serif;
        font-size: clamp(15px,1.02vw,18px);
        line-height: 1.55;
        max-width: 565px
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc-card {
        border: 1px solid rgba(0,0,0,.1019607843);
        padding: 14px 16px;
        display: flex;
        align-items: flex-start;
        gap: 60px;
        min-height: 112px;
        height: 100%;
        width: 100%;
        background: #fff
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__highlights > [class*=col-] {
        display: flex
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc-card__icon {
        width: 56px;
        height: 56px;
        border: 1px solid #eef1f5;
        background: #f0f1e8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }

        .lyt-section.typ-grievance-openvc .grievance-openvc-card__icon::before {
            font-size: 35px;
            color: #000
        }

    .lyt-section.typ-grievance-openvc .grievance-openvc-card__title {
        margin: 0 0 8px;
        color: #141329;
        font-family: "Inter",sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc-card__text {
        margin: 0;
        color: rgba(20,19,41,.6);
        font-family: "Inter",sans-serif;
        font-size: 16px;
        line-height: 1.45;
        max-width: 300px
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__cta-row {
        margin-top: 74px;
        align-items: stretch !important
    }

        .lyt-section.typ-grievance-openvc .grievance-openvc__cta-row > [class*=col-] {
            display: flex
        }

    .lyt-section.typ-grievance-openvc .grievance-openvc__figure {
        margin: 0;
        overflow: hidden;
        border: 1px solid #dbe1e8;
        height: 100%;
        width: 100%
    }

        .lyt-section.typ-grievance-openvc .grievance-openvc__figure img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover
        }

    .lyt-section.typ-grievance-openvc .grievance-openvc__content {
        width: 100%;
        max-width: 604px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__join {
        margin: 0;
        color: #292669;
        font-family: "Inter",sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -1.5%
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__agenda {
        margin: 26px 0 11px;
        color: #1d3557;
        font-family: "Inter",sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__agenda-text {
        margin: 0 0 29px;
        color: rgba(20,19,41,.6);
        font-family: "Inter",sans-serif;
        font-size: 16px;
        line-height: 1.5;
        max-width: 604px
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__btn {
        min-height: 60px;
        border: 1px solid #1a3351;
        background: #1a3351;
        color: #fff;
        font-size: 12px;
        letter-spacing: .05em;
        padding: 10px 16px;
        align-self: flex-start;
        min-width: 229px;
        transition: background-color .2s ease,color .2s ease,border-color .2s ease
    }

        .lyt-section.typ-grievance-openvc .grievance-openvc__btn .icon-video::before, .lyt-section.typ-grievance-openvc .grievance-openvc__btn .icon-down-right::before {
            color: currentColor;
            font-size: 14px
        }

        .lyt-section.typ-grievance-openvc .grievance-openvc__btn:hover, .lyt-section.typ-grievance-openvc .grievance-openvc__btn:focus-visible {
            background: #fff;
            color: #1a3351;
            border-color: #1a3351
        }

@media(max-width: 992px) {
    .lyt-section.typ-grievance-openvc .grievance-openvc__title, .lyt-section.typ-grievance-openvc .grievance-openvc__lede, .lyt-section.typ-grievance-openvc .grievance-openvc__content {
        max-width: none
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__cta-row > [class*=col-] {
        display: block
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-grievance-openvc .grievance-openvc__join {
        font-size: clamp(30px,10vw,40px)
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc-card__title {
        font-size: clamp(18px,5.2vw,22px)
    }

    .lyt-section.typ-grievance-openvc .grievance-openvc__btn {
        width: 100%;
        justify-content: center
    }
}

.lyt-section.typ-about-overview-mission {
    padding: 0;
    overflow: hidden
}

    .lyt-section.typ-about-overview-mission .overview-mission-grid {
        max-width: none;
        margin: 0;
        width: 100%
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 280px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--mission {
        background-color: #1d3557;
        color: #fff;
        padding: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--vision {
        background-color: #f5f5f5;
        color: #1d3557;
        padding: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        box-sizing: border-box;
        width: 100%;
        max-width: min(100%,660px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: inherit
    }

        .lyt-section.typ-about-overview-mission .overview-mission-inner.overview-mission-inner2 {
            padding-left: 40px
        }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--mission .overview-mission-inner {
        margin-left: auto;
        margin-right: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--vision .overview-mission-inner {
        margin-left: 0;
        margin-right: auto
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell--media {
        padding: 0;
        position: relative;
        min-height: 280px;
        flex-shrink: 0;
        align-self: stretch;
        justify-content: stretch
    }

@media(min-width: 993px) {
    .lyt-section.typ-about-overview-mission .overview-mission-cell--media {
        min-height: 320px
    }
}

.lyt-section.typ-about-overview-mission .overview-mission__title {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-weight: 600;
    font-size: clamp(26px,3.2vw,40px);
    line-height: 1.2;
    margin: 0 0 20px
}

.lyt-section.typ-about-overview-mission .overview-mission__rule {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background-color: #1d3557
}

.lyt-section.typ-about-overview-mission .overview-mission-cell--vision .overview-mission__rule {
    background-color: rgba(247,247,247,.968627451)
}

.lyt-section.typ-about-overview-mission .overview-mission__text {
    font-weight: 400;
    font-size: clamp(15px,1.35vw,18px);
    line-height: 1.65;
    margin: 0;
    max-width: 608px
}

.lyt-section.typ-about-overview-mission .overview-mission-figure {
    margin: 0;
    width: 100%;
    height: 100%;
    flex: 1
}

    .lyt-section.typ-about-overview-mission .overview-mission-figure img {
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        display: block
    }

@media(min-width: 993px) {
    .lyt-section.typ-about-overview-mission .overview-mission-figure {
        max-height: 320px
    }

        .lyt-section.typ-about-overview-mission .overview-mission-figure img {
            max-height: 320px
        }
}

@media(max-width: 1025px) {
    .lyt-section.typ-about-overview-mission .overview-mission-cell--media {
        min-height: 220px;
        order: 0
    }

    .lyt-section.typ-about-overview-mission .overview-mission-figure img {
        min-height: 220px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        padding-left: 40px
    }
}

@media(max-width: 769px) {
    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        margin-left: inherit !important
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner {
        padding: 15px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-inner2 {
        padding-left: 15px !important
    }

    .lyt-section.typ-about-overview-mission .overview-mission-grid .row-mobile {
        flex-direction: column-reverse
    }

    .lyt-section.typ-about-overview-mission .overview-mission__title {
        margin: 20px 0 0px
    }

    .lyt-section.typ-about-overview-mission .overview-mission-cell {
        min-height: inherit
    }
}

.lyt-section.typ-overview-foundation {
    background-color: #fff;
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(40px,6vw,72px)
}

    .lyt-section.typ-overview-foundation .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-overview-foundation .typ-overview-foundation__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-overview-foundation .overview-foundation__title {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.2vw,48px);
        line-height: 1.2;
        color: #1d3557;
        margin: 0 0 clamp(28px,4vw,44px);
        letter-spacing: -4%
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px 28px;
        margin-bottom: clamp(18px,2.5vw,28px)
    }

    .lyt-section.typ-overview-foundation .overview-foundation__index {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(36px,4.5vw,56px);
        line-height: 1;
        color: #1d3557;
        letter-spacing: -0.03em;
        min-width: 72px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: clamp(16px,3vw,28px);
        flex: 1 1 240px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__progress {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 160px;
        max-width: 320px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__bar {
        flex: 1;
        height: 4px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(20,19,41,.15);
        cursor: pointer;
        transition: height .25s ease,background .25s ease,transform .25s ease
    }

        .lyt-section.typ-overview-foundation .overview-foundation__bar:hover {
            background: rgba(29,53,87,.35)
        }

        .lyt-section.typ-overview-foundation .overview-foundation__bar.is-active {
            height: 4px;
            background: #1d3557
        }

        .lyt-section.typ-overview-foundation .overview-foundation__bar:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 3px
        }

    .lyt-section.typ-overview-foundation .overview-foundation__arrows {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__nav {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(20,19,41,.18);
        background: rgba(0,0,0,0);
        color: #1d3557;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-foundation .overview-foundation__nav .icon {
            font-size: 12px;
            line-height: 100%
        }

        .lyt-section.typ-overview-foundation .overview-foundation__nav:hover {
            border-color: rgba(29,53,87,.45);
            background: rgba(29,53,87,.04)
        }

        .lyt-section.typ-overview-foundation .overview-foundation__nav:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 2px
        }

        .lyt-section.typ-overview-foundation .overview-foundation__nav.overview-foundation__nav--prev .icon {
            display: inline-block;
            transform: scaleX(-1)
        }

    .lyt-section.typ-overview-foundation .overview-foundation__divider {
        height: 1px;
        width: 100%;
        background: rgba(20,19,41,.1);
        margin-bottom: clamp(24px,3.5vw,40px)
    }

        .lyt-section.typ-overview-foundation .overview-foundation__divider.overview-foundation__divider2 {
            margin-top: clamp(24px,3.5vw,40px)
        }

    .lyt-section.typ-overview-foundation .overview-foundation-swiper {
        overflow: hidden
    }

    .lyt-section.typ-overview-foundation .overview-foundation__slide-heading {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(18px,2vw,32px);
        line-height: 1.35;
        color: #1d3557;
        margin: 0
    }

    .lyt-section.typ-overview-foundation .overview-foundation__slide-text {
        margin: 0;
        color: #000;
        font-size: clamp(15px,1.2vw,16px);
        line-height: 1.65
    }

@media(max-width: 992px) {
    .lyt-section.typ-overview-foundation .overview-foundation__toolbar {
        flex-direction: column;
        align-items: flex-start
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar-right {
        width: 100%;
        justify-content: space-between
    }

    .lyt-section.typ-overview-foundation .overview-foundation__progress {
        max-width: none;
        flex: 1 1 auto
    }

    .lyt-section.typ-overview-foundation .overview-foundation__toolbar-right {
        flex: 1 1 4px
    }

    .lyt-section.typ-overview-foundation .overview-foundation__nav {
        width: 30px;
        height: 30px
    }
}

.lyt-section.typ-overview-foundation-below {
    background-color: #fff;
    padding-top: clamp(16px,3vw,32px);
    padding-bottom: clamp(32px,5vw,56px)
}

    .lyt-section.typ-overview-foundation-below .overview-foundation-below__figure {
        margin: 0;
        width: 100%
    }

        .lyt-section.typ-overview-foundation-below .overview-foundation-below__figure img {
            height: 100%;
            max-width: 100%
        }

    .lyt-section.typ-overview-foundation-below .overview-foundation-below__img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover
    }

.lyt-section.typ-overview-journey {
    background-color: #f0efe8;
    padding-top: clamp(48px,8vw,96px);
    padding-bottom: clamp(48px,8vw,96px)
}

    .lyt-section.typ-overview-journey .typ-overview-journey__label-line {
        background-color: rgba(20,19,41,.12)
    }

    .lyt-section.typ-overview-journey .overview-journey__intro {
        margin-bottom: clamp(28px,4vw,48px)
    }

    .lyt-section.typ-overview-journey .overview-journey__heading {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.2vw,48px);
        line-height: 1.2;
        color: #1d3557;
        margin: 0;
        letter-spacing: -4%;
        max-width: 501px
    }

    .lyt-section.typ-overview-journey .overview-journey__lede {
        margin: 0;
        max-width: 640px;
        margin-left: auto;
        color: #3a3f46;
        font-size: clamp(15px,1.2vw,16px);
        line-height: 1.65
    }

    .lyt-section.typ-overview-journey .overview-journey__years-wrap {
        border-top: 1px solid rgba(20,19,41,.08);
        border-bottom: 1px solid rgba(20,19,41,.08);
        margin-bottom: clamp(36px,5vw,56px);
        overflow: hidden
    }

    .lyt-section.typ-overview-journey .overview-journey-years-swiper {
        padding: 0px 0;
        margin: 0;
        box-sizing: border-box
    }

        .lyt-section.typ-overview-journey .overview-journey-years-swiper .swiper-wrapper {
            align-items: flex-end;
            box-sizing: border-box
        }

        .lyt-section.typ-overview-journey .overview-journey-years-swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            height: auto;
            box-sizing: border-box
        }

    .lyt-section.typ-overview-journey .overview-journey__year {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: none;
        border: 0;
        padding: 0 clamp(4px,1.5vw,12px) 2px;
        cursor: pointer;
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 500;
        font-size: 64px;
        line-height: 1.05;
        letter-spacing: -0.02em;
        color: rgba(29,53,87,.34);
        transition: color .28s ease,font-size .28s ease,font-weight .28s ease;
        box-sizing: border-box
    }

        .lyt-section.typ-overview-journey .overview-journey__year:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 4px;
            border-radius: 2px
        }

        .lyt-section.typ-overview-journey .overview-journey__year[aria-selected=true] {
            font-size: 64px;
            font-weight: 600;
            line-height: 1;
            color: #1d3557;
            letter-spacing: -0.03em
        }

    .lyt-section.typ-overview-journey .overview-journey__slider-shell {
        display: flex;
        align-items: flex-start;
        gap: clamp(4px,1vw,10px)
    }

    .lyt-section.typ-overview-journey .overview-journey__nav {
        flex-shrink: 0;
        align-self: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(20,19,41,.14);
        background: hsla(0,0%,100%,0);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: background .2s ease,border-color .2s ease,box-shadow .2s ease;
        box-shadow: 0 1px 2px rgba(20,19,41,.04)
    }

        .lyt-section.typ-overview-journey .overview-journey__nav:hover {
            background: #fff;
            border-color: rgba(20,19,41,.5019607843);
            box-shadow: 0 2px 6px rgba(20,19,41,.06)
        }

        .lyt-section.typ-overview-journey .overview-journey__nav:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 2px
        }

        .lyt-section.typ-overview-journey .overview-journey__nav .icon {
            font-size: 11px;
            color: rgba(29,53,87,.72);
            line-height: 1
        }

    .lyt-section.typ-overview-journey .overview-journey__nav--prev .icon {
        transform: scaleX(-1)
    }

    .lyt-section.typ-overview-journey .overview-journey-swiper {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden
    }

        .lyt-section.typ-overview-journey .overview-journey-swiper .swiper-slide {
            height: auto;
            align-self: stretch
        }

        .lyt-section.typ-overview-journey .overview-journey-swiper .swiper-wrapper {
            align-items: stretch
        }

    .lyt-section.typ-overview-journey .overview-journey__slide-inner {
        background: hsla(0,0%,100%,0);
        overflow: hidden;
        align-items: flex-start
    }

@media(min-width: 768px) {
    .lyt-section.typ-overview-journey .overview-journey__slide-inner .overview-journey__body {
        align-self: start
    }
}

.lyt-section.typ-overview-journey .overview-journey__media {
    padding: 0;
    align-self: flex-start;
    overflow: hidden
}

    .lyt-section.typ-overview-journey .overview-journey__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block
    }

.lyt-section.typ-overview-journey .overview-journey__body {
    padding: clamp(24px,3.5vw,44px) clamp(22px,3.5vw,40px);
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(14px,1.8vw,20px);
    background: hsla(0,0%,100%,0)
}

.lyt-section.typ-overview-journey .overview-journey__slide-title {
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: clamp(15px,1.25vw,17px);
    line-height: 1.65;
    color: #000;
    margin: 0
}

.lyt-section.typ-overview-journey .overview-journey__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1d3557;
    text-decoration: none;
    width: fit-content;
    transition: color .2s ease,gap .2s ease
}

    .lyt-section.typ-overview-journey .overview-journey__cta:hover {
        color: #152a45;
        gap: 10px
    }

        .lyt-section.typ-overview-journey .overview-journey__cta:hover .overview-journey__cta-icon {
            transform: translate(3px, -2px)
        }

    .lyt-section.typ-overview-journey .overview-journey__cta .overview-journey__cta-text {
        font-weight: 600
    }

    .lyt-section.typ-overview-journey .overview-journey__cta .overview-journey__cta-icon {
        font-size: 11px;
        color: inherit;
        line-height: 1;
        transition: transform .2s ease
    }

@media(max-width: 1025px) {
    .lyt-section.typ-overview-journey .overview-journey-years-swiper {
        margin: 0
    }

    .lyt-section.typ-overview-journey .overview-journey__slider-shell {
        display: flex;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
        align-items: center
    }

    .lyt-section.typ-overview-journey .overview-journey__nav {
        width: 30px;
        height: 30px
    }

    .lyt-section.typ-overview-journey .overview-journey__slide-inner {
        min-height: 0
    }

    .lyt-section.typ-overview-journey .overview-journey__lede {
        margin-left: inherit
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-overview-journey .overview-journey__lede {
        margin-left: 0;
        margin-top: 16px
    }

    .lyt-section.typ-overview-journey .overview-journey__body {
        padding-top: 15px;
        padding-left: 0;
        padding-bottom: clamp(24px,3.5vw,44px);
        padding-right: 0
    }

    .lyt-section.typ-overview-journey .overview-journey__year {
        font-size: clamp(26px,8.5vw,38px);
        padding-left: 2px;
        padding-right: 2px;
        font-weight: 600
    }

        .lyt-section.typ-overview-journey .overview-journey__year[aria-selected=true] {
            font-size: clamp(26px,8.5vw,38px)
        }
}

.lyt-section.typ-overview-iso {
    position: relative;
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(48px,7vw,88px);
    background-color: #1d3557;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 88px 88px;
    background-position: center top
}

    .lyt-section.typ-overview-iso .overview-iso__col-media {
        display: flex;
        justify-content: flex-start
    }

    .lyt-section.typ-overview-iso .overview-iso__frame {
        background: hsla(0,0%,100%,0);
        border: 1px solid #cdb48f;
        padding: clamp(12px,2vw,18px);
        box-shadow: 0 4px 24px rgba(0,0,0,.12);
        width: 100%;
        max-width: 440px
    }

@media(min-width: 992px) {
    .lyt-section.typ-overview-iso .overview-iso__frame {
        max-width: min(100%,420px)
    }
}

.lyt-section.typ-overview-iso .overview-iso__img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 416px;
    object-fit: contain;
    object-position: center top
}

.lyt-section.typ-overview-iso .overview-iso__col-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left
}

.lyt-section.typ-overview-iso .overview-iso__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px
}

.lyt-section.typ-overview-iso .overview-iso__label-dot {
    width: 7px;
    height: 7px;
    background: #fff;
    flex-shrink: 0
}

.lyt-section.typ-overview-iso .overview-iso__label-text {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.92)
}

.lyt-section.typ-overview-iso .overview-iso__title {
    font-family: "Neue Haas Grotesk Display Pro",sans-serif;
    font-weight: 600;
    font-size: clamp(28px,3.6vw,48px);
    line-height: 1.18;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: -4%;
    max-width: 524px
}

.lyt-section.typ-overview-iso .overview-iso__descr {
    font-weight: 400;
    font-size: clamp(15px,1.25vw,17px);
    line-height: 1.7;
    color: hsla(0,0%,100%,.88);
    margin: 30px 0 46px 0
}

.lyt-section.typ-overview-iso .overview-iso__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 14px 22px;
    background: #fff;
    color: #1d3557;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid hsla(0,0%,100%,.85);
    border-radius: 2px;
    cursor: pointer;
    transition: background .2s ease,color .2s ease,gap .2s ease,box-shadow .2s ease,border-color .2s ease
}

    .lyt-section.typ-overview-iso .overview-iso__btn .icon.icon-down-right {
        font-size: 11px;
        line-height: 1;
        color: inherit;
        transform: none
    }

    .lyt-section.typ-overview-iso .overview-iso__btn:hover {
        background: #1d3557;
        color: #fff;
        border-color: #1d3557;
        gap: 10px;
        box-shadow: 0 8px 28px rgba(0,0,0,.22);
        transform: none
    }

        .lyt-section.typ-overview-iso .overview-iso__btn:hover .icon.icon-down-right {
            transform: none
        }

    .lyt-section.typ-overview-iso .overview-iso__btn:active {
        box-shadow: 0 4px 14px rgba(0,0,0,.15)
    }

    .lyt-section.typ-overview-iso .overview-iso__btn:focus-visible {
        outline: 2px solid hsla(0,0%,100%,.9);
        outline-offset: 3px
    }

@media(max-width: 1025px) {
    .lyt-section.typ-overview-iso .overview-iso__col-media {
        justify-content: center
    }

    .lyt-section.typ-overview-iso .overview-iso__frame {
        max-width: 100%
    }

    .lyt-section.typ-overview-iso .overview-iso__col-content {
        margin-top: 28px;
        text-align: center;
        align-items: center
    }

    .lyt-section.typ-overview-iso .overview-iso__label {
        justify-content: center
    }

    .lyt-section.typ-overview-iso .overview-iso__title {
        max-width: none;
        margin-left: auto;
        margin-right: auto
    }

    .lyt-section.typ-overview-iso .overview-iso__descr {
        margin-left: auto;
        margin-right: auto
    }

    .lyt-section.typ-overview-iso .overview-iso__btn {
        align-self: center
    }

    .lyt-section.typ-overview-iso .overview-iso__img {
        min-height: auto
    }
}

@media(max-width: 768px) {
    .lyt-section.typ-overview-iso .overview-iso__title {
        margin-left: inherit !important;
        text-align: left !important
    }

    .lyt-section.typ-overview-iso .overview-iso__col-content {
        text-align: start
    }

    .lyt-section.typ-overview-iso .overview-iso__btn {
        align-self: self-start
    }

    .lyt-section.typ-overview-iso .overview-iso__label {
        align-self: self-start
    }
}

.lyt-section.typ-overview-rti {
    background: linear-gradient(135deg, #f8f8f3 0%, #f0f1e8 45%, #e4e7d8 100%);
    padding-top: clamp(48px,7vw,88px);
    padding-bottom: clamp(48px,7vw,88px)
}

    .lyt-section.typ-overview-rti .icon:before {
        color: currentColor !important
    }

    .lyt-section.typ-overview-rti .overview-rti__title {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(28px,3.5vw,48px);
        line-height: 1.2;
        color: #1d3557;
        margin: 0 0 clamp(28px,4vw,40px);
        letter-spacing: -4%;
        text-align: left
    }

    .lyt-section.typ-overview-rti .overview-rti-card {
        height: 100%;
        padding: clamp(22px,3vw,28px);
        box-sizing: border-box;
        border-radius: 2px
    }

    .lyt-section.typ-overview-rti .overview-rti-card--border {
        background: #fff;
        border: 1px solid #1d3557
    }

    .lyt-section.typ-overview-rti .overview-rti-card--muted {
        background: #f5f5f5;
        border: 1px solid rgba(0,0,0,0)
    }

    .lyt-section.typ-overview-rti .overview-rti-card__icon {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px
    }

        .lyt-section.typ-overview-rti .overview-rti-card__icon .icon {
            font-size: 22px;
            line-height: 1;
            color: #1d3557
        }

    .lyt-section.typ-overview-rti .overview-rti-card__icon--beige {
        background: #f0f1e8
    }

    .lyt-section.typ-overview-rti .overview-rti-card__icon--sm {
        width: 40px;
        height: 40px
    }

        .lyt-section.typ-overview-rti .overview-rti-card__icon--sm .icon {
            font-size: 18px
        }

    .lyt-section.typ-overview-rti .overview-rti-card__label {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #1d3557;
        margin: 0 0 8px;
        line-height: 1.3
    }

    .lyt-section.typ-overview-rti .overview-rti-card__name {
        font-family: "Neue Haas Grotesk Display Pro",sans-serif;
        font-weight: 600;
        font-size: clamp(20px,2.2vw,20px);
        color: rgba(20,19,41,.8980392157);
        margin: 0 0 6px;
        line-height: 1.25
    }

    .lyt-section.typ-overview-rti .overview-rti-card__meta {
        font-size: 14px;
        line-height: 1.45;
        color: rgba(58,63,70,.72);
        margin: 15px 0 15px
    }

    .lyt-section.typ-overview-rti .overview-rti-card__rule {
        height: 1px;
        background: rgba(20,19,41,.1);
        margin: 0 0 18px;
        border: 0
    }

    .lyt-section.typ-overview-rti .overview-rti-card__address {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 18px
    }

        .lyt-section.typ-overview-rti .overview-rti-card__address .overview-rti-card__addr-ico {
            flex-shrink: 0;
            margin-top: 2px;
            font-size: 15px;
            color: #1d3557
        }

        .lyt-section.typ-overview-rti .overview-rti-card__address p {
            font-size: 13px;
            line-height: 1.55;
            color: #3a3f46;
            margin: 0
        }

    .lyt-section.typ-overview-rti .overview-rti-card__actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px 18px
    }

    .lyt-section.typ-overview-rti .overview-rti-phone {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 20px;
        background: rgba(0,0,0,0);
        color: #1d3557;
        border-radius: 0;
        border: 1px solid rgba(20,19,41,.12);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        line-height: 1.15;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-rti .overview-rti-phone .icon {
            font-size: 15px;
            color: #1d3557;
            transition: color .2s ease
        }

        .lyt-section.typ-overview-rti .overview-rti-phone:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-phone:hover .icon {
                color: #fff
            }

    .lyt-section.typ-overview-rti .overview-rti-mail {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 18px;
        font-size: 14px;
        font-weight: 600;
        color: #1d3557;
        text-decoration: none;
        background: rgba(0,0,0,0);
        border-radius: 0;
        border: 1px solid rgba(20,19,41,.12);
        line-height: 1.15;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-rti .overview-rti-mail .icon {
            font-size: 15px;
            color: #1d3557;
            transition: color .2s ease
        }

        .lyt-section.typ-overview-rti .overview-rti-mail:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-mail:hover .icon {
                color: #fff
            }

    .lyt-section.typ-overview-rti .overview-rti__downloads {
        display: flex;
        gap: 10px;
        margin-top: clamp(28px,4vw,40px)
    }

    .lyt-section.typ-overview-rti .overview-rti-dl {
        flex: 1 1 auto;
        min-width: min(100%,200px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 23px 16px;
        min-height: 48px;
        box-sizing: border-box;
        background: rgba(0,0,0,0);
        border: 1px solid rgba(20,19,41,.12);
        color: #1d3557;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .06em;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 0;
        transition: border-color .2s ease,background .2s ease,color .2s ease
    }

        .lyt-section.typ-overview-rti .overview-rti-dl .overview-rti-dl__ico {
            font-size: 17px;
            flex-shrink: 0;
            color: #1d3557;
            transition: color .2s ease
        }

        .lyt-section.typ-overview-rti .overview-rti-dl:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-dl:hover .overview-rti-dl__ico {
                color: #fff
            }

        .lyt-section.typ-overview-rti .overview-rti-dl:focus-visible {
            outline: 2px solid #1d3557;
            outline-offset: 2px
        }

    .lyt-section.typ-overview-rti .overview-rti-dl--primary {
        background: rgba(0,0,0,0);
        border-color: rgba(20,19,41,.12);
        color: #1d3557
    }

        .lyt-section.typ-overview-rti .overview-rti-dl--primary .overview-rti-dl__ico {
            color: #1d3557
        }

        .lyt-section.typ-overview-rti .overview-rti-dl--primary:hover {
            border-color: #1d3557;
            background: #1d3557;
            color: #fff
        }

            .lyt-section.typ-overview-rti .overview-rti-dl--primary:hover .overview-rti-dl__ico {
                color: #fff
            }

@media(min-width: 992px) {
    .lyt-section.typ-overview-rti .overview-rti-dl {
        width: 100%
    }
}

@media(max-width: 1025px) {
    .lyt-section.typ-overview-rti .overview-rti__downloads {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-overview-rti .overview-rti__downloads {
        flex-direction: column
    }

    .lyt-section.typ-overview-rti .overview-rti-dl {
        min-width: 100%
    }
}

.lyt-section.typ-contact-directory {
    background: #f0f1e8;
    padding: 70px 0
}

    .lyt-section.typ-contact-directory .contact-directory__panel {
        background: #efefea
    }

    .lyt-section.typ-contact-directory .contact-directory__top {
        margin-bottom: clamp(18px,2.4vw,30px)
    }

        .lyt-section.typ-contact-directory .contact-directory__top > [class*=col-] {
            display: flex
        }

@media(min-width: 992px) {
    .lyt-section.typ-contact-directory .contact-directory__top {
        min-height: clamp(520px,42vw,690px)
    }
}

.lyt-section.typ-contact-directory .contact-directory__figure {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow: hidden
}

    .lyt-section.typ-contact-directory .contact-directory__figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

.lyt-section.typ-contact-directory .contact-directory__form-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 38px;
    background: rgba(0,0,0,0);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lyt-section.typ-contact-directory .contact-directory__title {
    margin: 0 0 24px;
    color: #1d3557;
    font-size: clamp(38px,3vw,48px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -3%;
    font-family: "Inter",sans-serif
}

.lyt-section.typ-contact-directory .contact-directory__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 32px
}

.lyt-section.typ-contact-directory .contact-directory__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 24px
}

    .lyt-section.typ-contact-directory .contact-directory__field label {
        margin: 0;
        color: #000;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 1%
    }

    .lyt-section.typ-contact-directory .contact-directory__field input, .lyt-section.typ-contact-directory .contact-directory__field textarea {
        width: 100%;
        border: 1px solid rgba(0,0,0,.1490196078);
        background: rgba(0,0,0,0);
        border-radius: 0;
        color: rgba(0,0,0,.4);
        font-family: "Inter",sans-serif;
        font-size: 14px;
        line-height: 1.55;
        min-height: 52px;
        padding: 10px 12px;
        outline: 0;
        letter-spacing: 0%
    }

        .lyt-section.typ-contact-directory .contact-directory__field input::placeholder, .lyt-section.typ-contact-directory .contact-directory__field textarea::placeholder {
            color: rgba(0,0,0,.4);
            opacity: 1;
            letter-spacing: 0%
        }

    .lyt-section.typ-contact-directory .contact-directory__field textarea {
        resize: vertical;
        min-height: 152px
    }

.lyt-section.typ-contact-directory .contact-directory__field--full {
    grid-column: 1/-1
}

.lyt-section.typ-contact-directory .contact-directory__check {
    margin: 24px 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    line-height: 1.3
}

    .lyt-section.typ-contact-directory .contact-directory__check input {
        width: 14px;
        height: 14px;
        margin: 0;
        border-radius: 0
    }

    .lyt-section.typ-contact-directory .contact-directory__check a {
        color: #292669;
        text-decoration: none;
        font-weight: 600
    }

.lyt-section.typ-contact-directory .contact-directory__submit {
    min-height: 40px;
    border: 1px solid #1d3557;
    background: #1d3557;
    color: #fff;
    font-size: 12px;
    letter-spacing: .03em;
    padding: 10px 18px;
    line-height: 1
}

.lyt-section.typ-contact-directory .contact-directory__info-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    margin: 74px 0;
    align-items: stretch
}

.lyt-section.typ-contact-directory .contact-info-card {
    border: 1px solid #dfe3de;
    background-color: #fff;
    padding: 12px 14px 16px;
    min-height: 319px;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

    .lyt-section.typ-contact-directory .contact-info-card:hover, .lyt-section.typ-contact-directory .contact-info-card:focus-within {
        background-color: #1d3557;
        border-color: #1d3557;
        box-shadow: 0 8px 24px rgba(29,53,87,.12);
        transform: translateY(-2px);
        color: #fff
    }

        .lyt-section.typ-contact-directory .contact-info-card:hover .contact-info-card__icon, .lyt-section.typ-contact-directory .contact-info-card:hover .contact-info-card__label, .lyt-section.typ-contact-directory .contact-info-card:hover .contact-info-card__text, .lyt-section.typ-contact-directory .contact-info-card:hover .contact-info-card__text strong, .lyt-section.typ-contact-directory .contact-info-card:hover .contact-info-card__text span, .lyt-section.typ-contact-directory .contact-info-card:focus-within .contact-info-card__icon, .lyt-section.typ-contact-directory .contact-info-card:focus-within .contact-info-card__label, .lyt-section.typ-contact-directory .contact-info-card:focus-within .contact-info-card__text, .lyt-section.typ-contact-directory .contact-info-card:focus-within .contact-info-card__text strong, .lyt-section.typ-contact-directory .contact-info-card:focus-within .contact-info-card__text span {
            color: #fff
        }

.lyt-section.typ-contact-directory .contact-info-card--office {
    background: #fff;
    border-color: #dfe3de
}

    .lyt-section.typ-contact-directory .contact-info-card--office .contact-info-card__label {
        font-size: 12px;
        font-weight: 600;
        text-transform: none
    }

    .lyt-section.typ-contact-directory .contact-info-card--office .contact-info-card__text {
        font-size: 14px;
        font-weight: 400
    }

        .lyt-section.typ-contact-directory .contact-info-card--office .contact-info-card__text strong {
            font-size: 16px;
            font-weight: 600;
            line-height: 28px
        }

        .lyt-section.typ-contact-directory .contact-info-card--office .contact-info-card__text span {
            font-size: 14px;
            font-weight: 400;
            line-height: 28px
        }

.lyt-section.typ-contact-directory .contact-info-card__icon {
    display: inline-flex;
    margin-bottom: 20px
}

    .lyt-section.typ-contact-directory .contact-info-card__icon::before {
        font-size: 24px;
        color: currentColor
    }

.lyt-section.typ-contact-directory .contact-info-card__label {
    margin: 0 0 6px;
    color: #1d3557;
    font-family: "Inter",sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.lyt-section.typ-contact-directory .contact-info-card__text {
    margin: 0;
    color: #2d3847;
    font-family: "Inter",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px
}

    .lyt-section.typ-contact-directory .contact-info-card__text strong {
        display: block;
        margin: 0 0 4px;
        color: #1d3557;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.45
    }

    .lyt-section.typ-contact-directory .contact-info-card__text span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.45
    }

.lyt-section.typ-contact-directory .contact-info-card:not(.contact-info-card--office) .contact-info-card__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-direction: column
}

    .lyt-section.typ-contact-directory .contact-info-card:not(.contact-info-card--office) .contact-info-card__text strong {
        font-size: 16px;
        font-weight: 600;
        line-height: 28px
    }

    .lyt-section.typ-contact-directory .contact-info-card:not(.contact-info-card--office) .contact-info-card__text span {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px
    }

.lyt-section.typ-contact-directory .contact-directory__map {
    margin: 0
}

    .lyt-section.typ-contact-directory .contact-directory__map iframe {
        width: 100%;
        height: clamp(220px,27vw,420px);
        display: block;
        border: 0
    }

@media(max-width: 1024px) {
    .lyt-section.typ-contact-directory .contact-directory__form-wrap {
        max-width: 100%;
        margin-left: 20px
    }

    .lyt-section.typ-contact-directory .contact-directory__title {
        font-size: clamp(34px,3vw,44px)
    }

    .lyt-section.typ-contact-directory .contact-directory__info-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 52px 0
    }

    .lyt-section.typ-contact-directory .contact-info-card {
        min-height: 170px
    }
}

@media(max-width: 992px) {
    .lyt-section.typ-contact-directory .contact-directory__top > [class*=col-] {
        display: block
    }

    .lyt-section.typ-contact-directory .contact-directory__form-wrap {
        margin-left: 0;
        max-width: none
    }

    .lyt-section.typ-contact-directory .contact-directory__figure {
        min-height: 280px
    }

    .lyt-section.typ-contact-directory .contact-directory__grid {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .lyt-section.typ-contact-directory .contact-directory__field--full {
        grid-column: auto
    }

    .lyt-section.typ-contact-directory .contact-directory__info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 38px 0
    }

    .lyt-section.typ-contact-directory .contact-info-card {
        min-height: 0
    }
}

@media(max-width: 767px) {
    .lyt-section.typ-contact-directory .contact-directory__title {
        font-size: clamp(34px,10vw,42px)
    }

    .lyt-section.typ-contact-directory .contact-directory__submit {
        width: 100%;
        justify-content: center
    }

    .lyt-section.typ-contact-directory .contact-directory__info-grid {
        grid-template-columns: 1fr;
        margin: 28px 0
    }

    .lyt-section.typ-contact-directory .contact-info-card {
        min-height: 0
    }

    .lyt-section.typ-contact-directory .contact-info-card__text {
        font-size: 13px;
        line-height: 1.5
    }

        .lyt-section.typ-contact-directory .contact-info-card__text strong, .lyt-section.typ-contact-directory .contact-info-card__text span {
            font-size: 13px
        }
}

@media(max-width: 1366px) {
    .lyt-section .typ-viewbanner {
        height: 430px
    }
}

@media(max-width: 1024px) {
    .lyt-section .typ-viewbanner {
        height: 360px
    }
}

@media(max-width: 1025px) {
    .lyt-section {
        padding: 50px 0
    }

        .lyt-section.typ-trainning .training-wrapper {
            display: grid;
            grid-template-columns: 100%
        }

            .lyt-section.typ-trainning .training-wrapper .leftBox {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-right: 12px
            }

        .lyt-section.typ-certified .certified-wrapper .rightBox .middle-img {
            width: 40%;
            left: -70px
        }

        .lyt-section.typ-viewbanner {
            height: 365px
        }
}

@media(max-width: 992px) {
    .lyt-section {
        padding: 30px 0
    }

        .lyt-section.typUpskill {
            overflow: hidden;
            padding: 40px 0 !important
        }

        .lyt-section.typ-nopadding {
            padding: 50px 0
        }

        .lyt-section.typ-certified .certified-wrapper .leftBox .maxw400 {
            max-width: 280px
        }

        .lyt-section.typ-certified .certified-wrapper .rightBox .middle-img {
            width: 30%;
            left: -50px
        }

        .lyt-section .typ-viewbanner {
            height: 270px
        }
}

@media(max-width: 767px) {
    .lyt-section.typ-global .global-counter-box .count-number {
        font-size: 100px;
        min-width: 180px
    }

    .lyt-section.typ-global .global-counter-box .title {
        font-size: 18px
    }

    .lyt-section.typ-tender-listing {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .lyt-section.typ-trainning .training-wrapper .leftBox {
        display: block;
        padding-right: 0
    }

    .lyt-section.typ-certified .certified-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start
    }

        .lyt-section.typ-certified .certified-wrapper .rightBox .middle-img {
            display: none
        }

    .lyt-section.typ-overview-counter .global-counter-box .count-number {
        min-width: 140px !important
    }

    .lyt-section .typ-viewbanner {
        height: 300px;
        background-size: 1148px
    }

        .lyt-section .typ-viewbanner #iframeContainer iframe {
            height: 300px !important
        }

    .lyt-section.typ-pading60 {
        padding: 40px 0
    }

    .lyt-section.typ-pt200 {
        padding-top: 100px
    }

        .lyt-section.typ-pt200.mobpt-200 {
            padding-top: 200px
        }

    .lyt-section.typ-cyber-jagruti-resources .cyber-jagruti-hero {
        margin-top: 0
    }

    .lyt-section.typ-privacy-policy {
        padding: 40px 0
    }

    .lyt-section.typ-about-growth .g-5 {
        --bs-gutter-x: 0rem !important
    }
}

@media(max-width: 1368px) {
    .lyt-section.typ-tender-listing .tender-table__th--title {
        min-width: 150px
    }

    .lyt-section.typ-tender-listing .tender-table thead th:nth-child(8) {
        min-width: 120px
    }

    .lyt-section.typ-tender-listing .tender-table tbody td:nth-child(8) {
        min-width: 218px
    }
}

.mod-research .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

    .mod-research .wrapper .img-wrapper {
        text-align: center;
        padding-bottom: 60px;
        padding-top: 20px
    }

    .mod-research .wrapper .pointer-wrapper {
        display: flex;
        margin-bottom: 50px;
        width: 285px;
        margin: 0 auto
    }

        .mod-research .wrapper .pointer-wrapper .pointer {
            display: inline-block;
            margin: 0 auto
        }

            .mod-research .wrapper .pointer-wrapper .pointer h4, .mod-research .wrapper .pointer-wrapper .pointer .h4 {
                color: #050505;
                font-size: 24px;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 14px
            }

            .mod-research .wrapper .pointer-wrapper .pointer ul {
                padding-left: 24px;
                margin: 0
            }

                .mod-research .wrapper .pointer-wrapper .pointer ul li {
                    color: #3a3f46;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 133%
                }

        .mod-research .wrapper .pointer-wrapper:nth-child(3) {
            position: absolute;
            top: 30%;
            left: 0
        }

        .mod-research .wrapper .pointer-wrapper:nth-child(4) {
            position: absolute;
            top: 30%;
            right: 0
        }

        .mod-research .wrapper .pointer-wrapper:nth-child(5) {
            position: absolute;
            bottom: 0%;
            left: 0
        }

        .mod-research .wrapper .pointer-wrapper:nth-child(6) {
            position: absolute;
            bottom: 0%;
            right: 0
        }

        .mod-research .wrapper .pointer-wrapper .svg-img-wrapper {
            display: none
        }

@media(max-width: 1024px) {
    .mod-research .wrapper .img-wrapper img {
        width: 350px
    }
}

@media(max-width: 992px) {
    .mod-research .wrapper {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: auto auto
    }

        .mod-research .wrapper .img-wrapper {
            text-align: center;
            padding-bottom: 0px;
            padding-top: 0px;
            display: none
        }

        .mod-research .wrapper .pointer-wrapper {
            display: flex;
            margin-bottom: 50px;
            width: 100%;
            margin: initial;
            background-color: #f5f5f5;
            padding: 30px 12px
        }

            .mod-research .wrapper .pointer-wrapper .pointer {
                display: inline-block;
                margin: initial
            }

            .mod-research .wrapper .pointer-wrapper:nth-child(3) {
                position: relative;
                top: auto;
                left: auto
            }

            .mod-research .wrapper .pointer-wrapper:nth-child(4) {
                position: relative;
                top: auto;
                right: auto
            }

            .mod-research .wrapper .pointer-wrapper:nth-child(5) {
                position: relative;
                bottom: auto;
                left: auto
            }

            .mod-research .wrapper .pointer-wrapper:nth-child(6) {
                position: relative;
                bottom: auto;
                right: auto
            }

            .mod-research .wrapper .pointer-wrapper .svg-img-wrapper {
                display: block;
                margin-bottom: 14px
            }
}

@media(max-width: 767px) {
    .mod-research .wrapper {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: auto
    }

        .mod-research .wrapper .pointer-wrapper .pointer {
            display: inline-block;
            margin: initial
        }

            .mod-research .wrapper .pointer-wrapper .pointer h4, .mod-research .wrapper .pointer-wrapper .pointer .h4 {
                font-size: 20px
            }

            .mod-research .wrapper .pointer-wrapper .pointer ul {
                padding-left: 24px;
                margin: 0
            }

                .mod-research .wrapper .pointer-wrapper .pointer ul li {
                    font-size: 16px
                }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
        transform-style: preserve-3d
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none
    }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0,0,0,0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next"
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size, 4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: var(--swiper-scrollbar-sides-offset, 1%);
        bottom: var(--swiper-scrollbar-bottom, 4px);
        top: var(--swiper-scrollbar-top, auto);
        z-index: 50;
        height: var(--swiper-scrollbar-size, 4px);
        width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        left: var(--swiper-scrollbar-left, auto);
        right: var(--swiper-scrollbar-right, 4px);
        top: var(--swiper-scrollbar-sides-offset, 1%);
        z-index: 50;
        width: var(--swiper-scrollbar-size, 4px);
        height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-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: flex;
    justify-content: 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%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

    .swiper-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: "";
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

    .swiper-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0)
    }

[data-aos=fade] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translateZ(0) scale(1)
    }

[data-aos=zoom-in] {
    transform: scale(0.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translateZ(0)
    }

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?x74qlh");
    src: url("../fonts/icomoon.eot?x74qlh#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?x74qlh") format("truetype"),url("../fonts/icomoon.woff?x74qlh") format("woff"),url("../fonts/icomoon.svg?x74qlh#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-link:before {
    content: "";
    color: #1d3557
}

.icon-i-icon:before {
    content: "";
    color: #1d3557
}

.icon-host:before {
    content: "";
    color: #292669
}

.icon-number:before {
    content: "";
    color: #1d3557
}

.icon-time:before {
    content: "";
    color: #1d3557
}

.icon-office:before {
    content: "";
    color: #fff
}

.icon-down-up:before {
    content: "";
    color: #1d3557
}

.icon-down-right:before {
    content: "";
    color: #1d3557
}

.icon-down-angle:before {
    content: "";
    color: #1d3557
}

.icon-video:before {
    content: "";
    color: #fff
}

.icon-clock:before {
    content: ""
}

.icon-schedule:before {
    content: ""
}

.icon-fax .path1:before {
    content: "";
    color: #1d3557
}

.icon-fax .path2:before {
    content: "";
    margin-left: -1em;
    color: #292669
}

.icon-fax .path3:before {
    content: "";
    margin-left: -1em;
    color: #292669
}

.icon-fax .path4:before {
    content: "";
    margin-left: -1em;
    color: #292669
}

.icon-email-env:before {
    content: "";
    color: #1d3557
}

.icon-phoneico:before {
    content: "";
    color: #1d3557
}

.icon-map-pointer:before {
    content: "";
    color: #1d3557
}

.icon-weight:before {
    content: "";
    color: #1d3557
}

.icon-cross-arrow:before {
    content: ""
}

.icon-emails:before {
    content: "";
    color: #1d3557
}

.icon-youtube1:before {
    content: "";
    color: #fff
}

.icon-x:before {
    content: "";
    color: #fff
}

.icon-linkedin:before {
    content: "";
    color: #fff
}

.icon-instagram:before {
    content: "";
    color: #fff
}

.icon-facebook1:before {
    content: "";
    color: #fff
}

.icon-message:before {
    content: "";
    color: #fff
}

.icon-path-view:before {
    content: "";
    color: #fff
}

.icon-modular-icon:before {
    content: "";
    color: #1d3557
}

.icon-plug-and-play1:before {
    content: "";
    color: #1d3557
}

.icon-gas-pipelin:before {
    content: "";
    color: #1d3557
}

.icon-multi-modal:before {
    content: "";
    color: #1d3557
}

.icon-effluent:before {
    content: "";
    color: #1d3557
}

.icon-reliable:before {
    content: "";
    color: #1d3557
}

.icon-drop-logo:before {
    content: "";
    color: #1d3557
}

.icon-sml-arrows:before {
    content: "";
    color: #cdb48f
}

.icon-upper-arrow:before {
    content: "";
    color: #cdb48f
}

.icon-download:before {
    content: "";
    color: #292669
}

.icon-close:before {
    content: "";
    color: #fff
}

.icon-insta:before {
    content: "";
    color: #fff
}

.icon-next-arrow:before {
    content: ""
}

.icon-link-arrow:before {
    content: "";
    color: #fff
}

.icon-menu:before {
    content: "";
    color: #093e8b
}

.icon-youtube:before {
    content: "";
    color: #fff
}

.icon-drop-icon:before {
    content: "";
    color: #fff
}

.icon-search:before {
    content: "";
    color: #fff
}

.icon-linkdin:before {
    content: "";
    color: #fff
}

.icon-twitter:before {
    content: "";
    color: #fff
}

.icon-facebook:before {
    content: "";
    color: #fff
}


/*# sourceMappingURL=custom.css.map */
