@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 :root {
    --bg-body-color: #1f2124;
    --Black: #000;
    --White: #fff;
    --Text-white: #fff;
    --Text: #5c5e61;
    --Text-2: #161e2d;
    --Text-3: rgba(44,46,51,.6);
    --Text-4: rgba(44,46,51,.5);
    --Text-5: rgba(44,46,51,.5);
    --Heading: #2c2e33;
    --Heading-2: rgba(44,46,51,.5);
    --Note: #a8abae;
    --Note-2: #8e8e93;
    --Primary: #585f86;
    --Print: rgb(207,207,209,0.5);
    --Sub-primary-1: #AFC1D8;
    --Sub-primary-2: rgba(241,145,61,.15);
    --Sub-primary-3: rgba(241,145,61,.1);
    --Sub-primary-4: #f0f1f5;
    --shadown: rgba(241,145,61,.12);
    --Secondary: #2c2e33;
    --Color-1: #06a788;
    --Color-2: #f2695c;
    --Color-3: #c79e34;
    --Color-4: #7695ff;
    --Color-5: #1563df;
    --Color-6: #fdefe2;
    --Color-7: #25c55b;
    --Color-8: #ffa920;
    --Line: #ececec;
    --border: hsla(0,0%,100%,.1);
    --border-2: hsla(0,0%,100%,.8);
    --border-3: hsla(0,0%,100%,.5);
    --border-4: hsla(0,0%,100%,.6);
    --border-5: hsla(0,0%,100%,.7);
    --color-red: #da3838;
}

:root,[data-bs-theme=light] {
    --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-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --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,hsla(0,0%,100%,.15),hsla(0,0%,100%,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-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --Print: rgb(207,207,209, 0.5);
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222,226,230,.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222,226,230,.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0,0%,100%,.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

@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: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

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

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

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

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

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

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

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

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

@media(min-width: 1150px) {
    .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] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

ol,ul {
    padding-left: 2rem
}

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

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

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

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

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

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

sub,sup {
    font-size: .75em
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

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

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

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

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .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
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,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
}

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

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

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

textarea {
    resize: vertical
}

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 + .3vw);
    line-height: inherit
}

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

legend+* {
    clear: left
}

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

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

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

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

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

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

::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);
    font-weight: 300;
    line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.initialism {
    font-size: .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: .875em;
    color: #6c757d
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --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,.container-sm {
        max-width:540px
    }
}

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

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

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

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1150px;
    --bs-breakpoint-xxl: 1400px
}

.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(-.5*var(--bs-gutter-x));
    margin-left: calc(-.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
}

.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.33333333%
}

.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.66666667%
}

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

    .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.33333333%
    }

    .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.66666667%
    }

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

    .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.33333333%
    }

    .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.66666667%
    }

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

    .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.33333333%
    }

    .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.66666667%
    }

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

    .section-property-detail .col-lg-5 {
        justify-content: flex-start;
    }

    .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: 1150px) {
    .col-xl {
        flex:1 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.33333333%
    }

    .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.66666667%
    }

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

    .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.33333333%
    }

    .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.66666667%
    }

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

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb),0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb),0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb),0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width)*2) solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

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

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

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000
}

.table-primary,.table-secondary {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000
}

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

.table-info,.table-success {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000
}

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

.table-danger,.table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000
}

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

.table-dark,.table-light {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

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

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

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

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

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

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

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    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: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width:var(--bs-border-width);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::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

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

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

.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

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

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

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

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

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + var(--bs-border-width)*2);
    padding: .375rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-select {
    --bs-form-select-bg-img: 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");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.form-select:focus {
    border-color: #86b7fe;
    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: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

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

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.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 {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    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: #86b7fe;
    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] {
    --bs-form-check-bg-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] {
    --bs-form-check-bg-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;
    --bs-form-check-bg-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 {
    --bs-form-switch-bg: 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");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    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 {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    --bs-form-switch-bg: 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
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

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

.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: -.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    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 {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(3.5rem + var(--bs-border-width)*2);
    min-height: calc(3.5rem + var(--bs-border-width)*2);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    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-plaintext::placeholder,.form-floating>.form-control::placeholder {
    color: transparent
}

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

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

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

.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after {
    background-color: var(--bs-secondary-bg)
}

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

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

.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus {
    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: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

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

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

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

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):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,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    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: calc(var(--bs-border-width)*-1);
    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: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

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

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

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

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: 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");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

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

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

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

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

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

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

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

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: 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");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

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

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

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

.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):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: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(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;
    -webkit-user-select: none;
    -moz-user-select: none;
    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,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    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,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active: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: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(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,.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,.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,.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,.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,.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,.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,.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,.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: 0 0 0 #000;
    --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-group-lg>.btn,.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

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

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

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

.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: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --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: 1150px) {
    .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 transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.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 transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    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: "";
    display: none
}

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

.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: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0)
}

.dropdown-item:focus,.dropdown-item:hover {
    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: transparent
}

.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: .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: hsla(0,0%,100%,.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-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

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

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

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

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width)*-1)
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width)*-1)
}

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

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

.nav {
    --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: var(--bs-secondary-color);
    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;
    background: 0 0;
    border: 0;
    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:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

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

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    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));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

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

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    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: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.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-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

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

.nav-justified .nav-item,.nav-justified>.nav-link {
    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(var(--bs-emphasis-color-rgb),0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb),0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb),0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb),1);
    --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(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb),1);
    --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%2833, 37, 41, 0.75%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(var(--bs-emphasis-color-rgb),0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --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-lg,.navbar>.container-md,.navbar>.container-sm,.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:focus,.navbar-brand:hover {
    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 .nav-link.active,.navbar-nav .nav-link.show {
    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:focus,.navbar-text a:hover {
    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: transparent;
    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: 50%;
    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: transparent!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: transparent!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: transparent!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: 1150px) {
    .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: transparent!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: transparent!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: transparent!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,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0,0%,100%,.55);
    --bs-navbar-hover-color: hsla(0,0%,100%,.75);
    --bs-navbar-disabled-color: hsla(0,0%,100%,.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0,0%,100%,.1)
}

.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon {
    --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-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb),0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --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);
    color: var(--bs-body-color);
    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);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5*var(--bs-card-title-spacer-y));
    color: var(--bs-card-subtitle-color)
}

.card-subtitle,.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(-.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-.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(-.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-.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-bottom,.card-img-top {
    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;
        margin-bottom: 0
    }

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

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

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

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

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

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

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

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --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: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --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='%23052c65'%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: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

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

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider,"/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.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: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    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)
}

.active>.page-link,.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,.page-link.disabled {
    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: calc(var(--bs-border-width)*-1)
}

.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: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

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

.progress,.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

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

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item:before {
    content: counters(section,".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

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

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

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

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

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

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

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

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

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

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

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

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

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

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

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

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

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

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

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

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

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

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

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

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

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

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

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

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

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: 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");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

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

.btn-close:hover {
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb),0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb),0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5*var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --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: var(--bs-border-width);
    --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: var(--bs-border-width);
    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;
    transform: translateY(-50px)
}

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

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

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

.modal-dialog-scrollable {
    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(-.5*var(--bs-modal-header-padding-y)) calc(-.5*var(--bs-modal-header-padding-x)) calc(-.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: var(--bs-box-shadow)
    }

    .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: 1150px) {
    .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-footer,.modal-fullscreen .modal-header {
    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-footer,.modal-fullscreen-sm-down .modal-header {
        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-footer,.modal-fullscreen-md-down .modal-header {
        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-footer,.modal-fullscreen-lg-down .modal-header {
        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-footer,.modal-fullscreen-xl-down .modal-header {
        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-footer,.modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

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

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    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-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

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

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

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

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

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

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --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:after,.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border: 0 solid transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.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)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.header-logo img,
.site-logo-img,
.offcanvas-title img {
    background: transparent !important;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl {
    --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: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@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: var(--bs-offcanvas-transition)
    }
}

@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;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

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

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

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

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

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

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!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: var(--bs-offcanvas-transition)
    }
}

@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;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

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

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

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

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

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

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!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: var(--bs-offcanvas-transition)
    }
}

@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;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

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

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

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

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

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

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!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: var(--bs-offcanvas-transition)
    }
}

@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;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

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

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

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

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

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

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!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: var(--bs-offcanvas-transition)
    }
}

@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;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

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

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

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

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

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

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!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: var(--bs-offcanvas-transition)
}

@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;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

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

.offcanvas.hiding,.offcanvas.show,.offcanvas.showing {
    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(-.5*var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5*var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5*var(--bs-offcanvas-padding-y))
}

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

.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 {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-primary:focus,.link-primary:hover {
    color: RGBA(10,88,202,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-secondary:focus,.link-secondary:hover {
    color: RGBA(86,94,100,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-success:focus,.link-success:hover {
    color: RGBA(20,108,67,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-info:focus,.link-info:hover {
    color: RGBA(61,213,243,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-warning:focus,.link-warning:hover {
    color: RGBA(255,205,57,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-danger:focus,.link-danger:hover {
    color: RGBA(176,42,55,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-light:focus,.link-light:hover {
    color: RGBA(249,250,251,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-dark:focus,.link-dark:hover {
    color: RGBA(26,30,33,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis:focus,.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: transform .2s ease-in-out
}

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

.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform,translate3d(.25em,0,0))
}

.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 {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

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

.sticky-bottom {
    bottom: 0
}

@media(min-width: 576px) {
    .sticky-sm-top {
        top:0
    }

    .sticky-sm-bottom,.sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        top:0
    }

    .sticky-md-bottom,.sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        top:0
    }

    .sticky-lg-bottom,.sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0
    }
}

@media(min-width: 1150px) {
    .sticky-xl-top {
        top:0
    }

    .sticky-xl-bottom,.sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        top:0
    }

    .sticky-xxl-bottom,.sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0
    }
}

.hstack {
    flex-direction: row;
    align-items: center
}

.hstack,.vstack {
    display: flex;
    align-self: stretch
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    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
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption) {
    position: absolute!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: var(--bs-border-width);
    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
}

.object-fit-contain {
    object-fit: contain!important
}

.object-fit-cover {
    object-fit: cover!important
}

.object-fit-fill {
    object-fit: fill!important
}

.object-fit-scale {
    object-fit: scale-down!important
}

.object-fit-none {
    object-fit: 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
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-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: var(--bs-box-shadow)!important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg)!important
}

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

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

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

.top-0 {
    top: 0!important
}

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

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

.bottom-0 {
    bottom: 0!important
}

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

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

.start-0 {
    left: 0!important
}

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

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

.end-0 {
    right: 0!important
}

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

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

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

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

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

.border {
    border: 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-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-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-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

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

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

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

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

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

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

.pt-40 {
    padding-top: 40px;
}

.pt-80 {
    padding-top: 80px;
}

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

.pb-40 {
    padding-bottom: 40px;
}

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

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    column-gap: 0!important
}

.column-gap-1 {
    column-gap: .25rem!important
}

.column-gap-2 {
    column-gap: .5rem!important
}

.column-gap-3 {
    column-gap: 1rem!important
}

.column-gap-4 {
    column-gap: 1.5rem!important
}

.column-gap-5 {
    column-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 + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .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-lighter {
    font-weight: lighter!important
}

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

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

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

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

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

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

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

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

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

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

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

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

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

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

.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: var(--bs-secondary-color)!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-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!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
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10,.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25,.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50,.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75,.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100,.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,.link-offset-1-hover:hover {
    text-underline-offset: .125em!important
}

.link-offset-2,.link-offset-2-hover:hover {
    text-underline-offset: .25em!important
}

.link-offset-3,.link-offset-3-hover:hover {
    text-underline-offset: .375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-underline-opacity-0,.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,.link-underline-opacity-100-hover:hover {
    --bs-link-underline-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: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!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-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

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

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

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

.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-xxl)!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-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

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

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

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

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

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

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

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

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

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

    .object-fit-sm-contain {
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        column-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
    }

    .object-fit-md-contain {
        object-fit: contain!important
    }

    .object-fit-md-cover {
        object-fit: cover!important
    }

    .object-fit-md-fill {
        object-fit: fill!important
    }

    .object-fit-md-scale {
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        column-gap: 0!important
    }

    .column-gap-md-1 {
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        column-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
    }

    .object-fit-lg-contain {
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        column-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: 1150px) {
    .float-xl-start {
        float:left!important
    }

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

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

    .object-fit-xl-contain {
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        column-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
    }

    .object-fit-xxl-contain {
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        column-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: 1150px) {
    .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-inline-grid {
        display: inline-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
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    animation-iteration-count: 1;
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    animation-delay: 1s;
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration)*3)
}

@media(prefers-reduced-motion:reduce),print {
    .animate__animated {
        animation-duration: 1ms!important;
        transition-duration: 1ms!important;
        animation-iteration-count: 1!important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@keyframes bounce {
    0%,20%,53%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

.animate__bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.animate__flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    animation-name: rubberBand
}

@keyframes shakeX {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.animate__shakeX {
    animation-name: shakeX
}

@keyframes shakeY {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(0,-10px,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(0,10px,0)
    }
}

.animate__shakeY {
    animation-name: shakeY
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.animate__headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.animate__swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.animate__heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration)*1.3);
    animation-timing-function: ease-in-out
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    animation-name: backInDown
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    animation-name: backInLeft
}

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    animation-name: backInRight
}

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    animation-name: backInUp
}

@keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    animation-name: backOutDown
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    animation-name: backOutLeft
}

@keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    animation-name: backOutRight
}

@keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    animation-name: backOutUp
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.animate__bounceOut {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0) scaleY(3)
    }
}

.animate__bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0) scaleX(2)
    }
}

.animate__bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0) scaleY(3)
    }
}

.animate__bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    animation-name: fadeIn
}

.animate__fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,40px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    animation-name: fadeInTopLeft
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    animation-name: fadeInTopRight
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    animation-name: fadeInBottomLeft
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    animation-name: fadeInBottomRight
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.animate__fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.animate__fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.animate__fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.animate__fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.animate__fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.animate__fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.animate__fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.animate__fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }
}

.animate__fadeOutTopLeft {
    animation-name: fadeOutTopLeft
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }
}

.animate__fadeOutTopRight {
    animation-name: fadeOutTopRight
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }
}

.animate__fadeOutBottomRight {
    animation-name: fadeOutBottomRight
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }
}

.animate__fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%,0,0) skewX(30deg);
        opacity: 0
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    animation-name: lightSpeedOutRight;
    animation-timing-function: ease-in
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(-100%,0,0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    animation-name: lightSpeedOutLeft;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    animation-name: rotateIn;
    transform-origin: center
}

@keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    animation-name: rotateInDownLeft;
    transform-origin: left bottom
}

@keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    animation-name: rotateInDownRight;
    transform-origin: right bottom
}

@keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    animation-name: rotateInUpLeft;
    transform-origin: left bottom
}

@keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    animation-name: rotateInUpRight;
    transform-origin: right bottom
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    animation-name: rotateOut;
    transform-origin: center
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    transform-origin: left bottom
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    animation-name: rotateOutDownRight;
    transform-origin: right bottom
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    transform-origin: left bottom
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    animation-name: rotateOutUpRight;
    transform-origin: right bottom
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.animate__hinge {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2);
    animation-name: hinge;
    transform-origin: top left
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.animate__rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomOutDown {
    animation-name: zoomOutDown;
    transform-origin: center bottom
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0)
    }
}

.animate__zoomOutLeft {
    animation-name: zoomOutLeft;
    transform-origin: left center
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0)
    }
}

.animate__zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: right center
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomOutUp {
    animation-name: zoomOutUp;
    transform-origin: center bottom
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.animate__slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.animate__slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.animate__slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.animate__slideOutUp {
    animation-name: slideOutUp
}

.splitting .char,.splitting .word {
    display: inline-block
}

.splitting .char {
    position: relative
}

.splitting .char:after,.splitting .char:before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)))
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(60px,0,0) scale(.9)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

.splitting .whitespace {
    width: 8px
}

.splitting .char {
    opacity: 0
}

.splitting.animated .char {
    opacity: 1;
    animation: fadeInRight2 .4s cubic-bezier(.3,0,.7,1) both;
    animation-delay: calc(30ms*var(--char-index))
}

/*!
* Pikaday
* Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
*/
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #bbb
}

.pika-single:after,.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0
}

.pika-next,.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover,.pika-prev:hover {
    opacity: 1
}

.is-rtl .pika-next,.pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev,.pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-next.is-disabled,.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,.pika-table th {
    width: 14.2857142857%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: auto
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.has-event .pika-button,.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button,.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button,.pika-single {
    color: #3c4858
}

.pika-button {
    background: #fff
}

.sib-is-today .pika-button {
    color: #0092ff
}

.sib-is-selected .pika-button,.sib-is-today:hover .pika-button {
    color: #fff
}

.pika-button:hover,.pika-row.sib-pick-whole-week:hover .pika-button,.sib-has-event .pika-button,.sib-is-selected .pika-button {
    background: #0092ff
}

.pika-table abbr {
    cursor: default;
    color: #8390a4;
    text-decoration: none
}

.pika-label {
    font-size: 0
}

.pika-title select {
    position: static;
    opacity: 1;
    z-index: inherit
}

.sib-sms-tooltip {
    margin-left: 8px;
    position: relative
}

.sib-sms-tooltip__box {
    display: none;
    border-radius: 5px;
    color: #fff;
    background-color: #333;
    position: absolute;
    bottom: 100%;
    width: 200px;
    padding: 5px;
    right: calc(100% - 60px);
    font-size: 12px
}

.sib-sms-tooltip:hover .sib-sms-tooltip__box {
    display: block
}

.sib-sms-tooltip__icon {
    border-radius: 50%;
    color: #4da6e0;
    width: 24px;
    height: 24px;
    padding: 3px;
    font-weight: 700;
    font-style: normal;
    font-size: 24px
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip,.sib-container--small .sib-sms-tooltip {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    margin: 12px 8px;
    background: #687484;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip__icon,.sib-container--small .sib-sms-tooltip__icon {
    color: #fff;
    font-size: 16px
}

.sib-sms-input-wrapper {
    display: flex;
    align-items: center;
    position: relative
}

.sib-sms-field .form__label-row--horizontal {
    flex-wrap: wrap
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.sib-flag {
    display: inline-block;
    width: 32px;
    min-width: 2rem;
    height: 32px;
    background: url(https://static.brevo.com/images/flags.png) no-repeat
}

.sib-flag.sib-flag-ad {
    background-position: -3px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ae {
    background-position: -36px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-af {
    background-position: -69px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ag {
    background-position: -102px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ai {
    background-position: -135px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-al {
    background-position: -168px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-am {
    background-position: -201px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ao {
    background-position: -234px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-aq {
    background-position: -267px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ar {
    background-position: -300px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-as {
    background-position: -333px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-at {
    background-position: -366px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-au {
    background-position: -399px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-aw {
    background-position: -432px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ax {
    background-position: -465px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-az {
    background-position: -498px 0;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ba {
    background-position: -3px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bb {
    background-position: -36px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bd {
    background-position: -69px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-be {
    background-position: -102px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bf {
    background-position: -135px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bg {
    background-position: -168px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bh {
    background-position: -201px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bi {
    background-position: -234px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bj {
    background-position: -267px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bl {
    background-position: -300px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bm {
    background-position: -333px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bn {
    background-position: -366px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bo {
    background-position: -399px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bq {
    background-position: -432px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-br {
    background-position: -465px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bs {
    background-position: -498px -33px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bt {
    background-position: -3px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bv {
    background-position: -36px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bw {
    background-position: -69px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-by {
    background-position: -102px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-bz {
    background-position: -135px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ca {
    background-position: -168px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cc {
    background-position: -201px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cd {
    background-position: -234px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cf {
    background-position: -267px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cg {
    background-position: -300px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ch {
    background-position: -333px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ci {
    background-position: -366px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ck {
    background-position: -399px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cl {
    background-position: -432px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cm {
    background-position: -465px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cn {
    background-position: -498px -66px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-co {
    background-position: -3px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cr {
    background-position: -36px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cu {
    background-position: -69px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cv {
    background-position: -102px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cw {
    background-position: -135px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cx {
    background-position: -168px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cy {
    background-position: -201px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-cz {
    background-position: -234px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-de {
    background-position: -267px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-dj {
    background-position: -300px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-dk {
    background-position: -333px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-dm {
    background-position: -366px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-do {
    background-position: -399px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-dz {
    background-position: -432px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ec {
    background-position: -465px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ee {
    background-position: -498px -99px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-eg {
    background-position: -3px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-eh {
    background-position: -36px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-er {
    background-position: -69px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-es {
    background-position: -102px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-et {
    background-position: -135px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-fi {
    background-position: -168px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-fj {
    background-position: -201px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-fk {
    background-position: -234px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-fm {
    background-position: -267px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-fo {
    background-position: -300px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-fr {
    background-position: -333px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ga {
    background-position: -366px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gb {
    background-position: -399px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gd {
    background-position: -432px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ge {
    background-position: -465px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gf {
    background-position: -498px -132px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gg {
    background-position: -3px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gh {
    background-position: -36px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gi {
    background-position: -69px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gl {
    background-position: -102px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gm {
    background-position: -135px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gn {
    background-position: -168px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gp {
    background-position: -201px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gq {
    background-position: -234px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gr {
    background-position: -267px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gs {
    background-position: -300px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gt {
    background-position: -333px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gu {
    background-position: -366px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gw {
    background-position: -399px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-gy {
    background-position: -432px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-hk {
    background-position: -465px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-hm {
    background-position: -498px -165px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-hn {
    background-position: -3px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-hr {
    background-position: -36px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ht {
    background-position: -69px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-hu {
    background-position: -102px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-id {
    background-position: -135px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ie {
    background-position: -168px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-il {
    background-position: -201px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-im {
    background-position: -234px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-in {
    background-position: -267px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-io {
    background-position: -300px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-iq {
    background-position: -333px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ir {
    background-position: -366px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-is {
    background-position: -399px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-it {
    background-position: -432px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-je {
    background-position: -465px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-jm {
    background-position: -498px -198px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-jo {
    background-position: -3px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-jp {
    background-position: -36px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ke {
    background-position: -69px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kg {
    background-position: -102px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kh {
    background-position: -135px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ki {
    background-position: -168px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-km {
    background-position: -201px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kn {
    background-position: -234px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kp {
    background-position: -267px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kr {
    background-position: -300px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kw {
    background-position: -333px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ky {
    background-position: -366px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-kz {
    background-position: -399px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-la {
    background-position: -432px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lb {
    background-position: -465px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lc {
    background-position: -498px -231px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-li {
    background-position: -3px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lk {
    background-position: -36px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lr {
    background-position: -69px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ls {
    background-position: -102px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lt {
    background-position: -135px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lu {
    background-position: -168px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-lv {
    background-position: -201px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ly {
    background-position: -234px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ma {
    background-position: -267px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mc {
    background-position: -300px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-md {
    background-position: -333px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-me {
    background-position: -366px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mf {
    background-position: -399px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mg {
    background-position: -432px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mh {
    background-position: -465px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mk {
    background-position: -498px -264px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ml {
    background-position: -3px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mm {
    background-position: -36px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mn {
    background-position: -69px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mo {
    background-position: -102px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mp {
    background-position: -135px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mq {
    background-position: -168px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mr {
    background-position: -201px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ms {
    background-position: -234px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mt {
    background-position: -267px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mu {
    background-position: -300px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mv {
    background-position: -333px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mw {
    background-position: -366px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mx {
    background-position: -399px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-my {
    background-position: -432px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-mz {
    background-position: -465px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-na {
    background-position: -498px -297px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-nc {
    background-position: -3px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ne {
    background-position: -36px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-nf {
    background-position: -69px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ng {
    background-position: -102px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ni {
    background-position: -135px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-nl {
    background-position: -168px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-no {
    background-position: -201px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-np {
    background-position: -234px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-nr {
    background-position: -267px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-nu {
    background-position: -300px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-nz {
    background-position: -333px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-om {
    background-position: -366px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pa {
    background-position: -399px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pe {
    background-position: -432px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pf {
    background-position: -465px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pg {
    background-position: -498px -330px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ph {
    background-position: -3px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pk {
    background-position: -36px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pl {
    background-position: -69px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pm {
    background-position: -102px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pn {
    background-position: -135px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pr {
    background-position: -168px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ps {
    background-position: -201px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pt {
    background-position: -234px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-pw {
    background-position: -267px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-py {
    background-position: -300px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-qa {
    background-position: -333px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-re {
    background-position: -366px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ro {
    background-position: -399px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-rs {
    background-position: -432px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ru {
    background-position: -465px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-rw {
    background-position: -498px -363px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sa {
    background-position: -3px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sb {
    background-position: -36px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sc {
    background-position: -69px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sd {
    background-position: -102px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-se {
    background-position: -135px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sg {
    background-position: -168px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sh {
    background-position: -201px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-si {
    background-position: -234px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sj {
    background-position: -267px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sk {
    background-position: -300px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sl {
    background-position: -333px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sm {
    background-position: -366px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sn {
    background-position: -399px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-so {
    background-position: -432px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sr {
    background-position: -465px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ss {
    background-position: -498px -396px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-st {
    background-position: -3px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sv {
    background-position: -36px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sx {
    background-position: -69px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sy {
    background-position: -102px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-sz {
    background-position: -135px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tc {
    background-position: -168px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-td {
    background-position: -201px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tf {
    background-position: -234px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tg {
    background-position: -267px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-th {
    background-position: -300px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tj {
    background-position: -333px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tk {
    background-position: -366px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tl {
    background-position: -399px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tm {
    background-position: -432px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tn {
    background-position: -465px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-to {
    background-position: -498px -429px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tr {
    background-position: -3px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tt {
    background-position: -36px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tv {
    background-position: -69px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tw {
    background-position: -102px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-tz {
    background-position: -135px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ua {
    background-position: -168px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ug {
    background-position: -201px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-um {
    background-position: -234px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-us {
    background-position: -267px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-uy {
    background-position: -300px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-uz {
    background-position: -333px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-va {
    background-position: -366px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-vc {
    background-position: -399px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ve {
    background-position: -432px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-vg {
    background-position: -465px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-vi {
    background-position: -498px -462px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-vn {
    background-position: -3px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-vu {
    background-position: -36px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-wf {
    background-position: -69px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ws {
    background-position: -102px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-xk {
    background-position: -135px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-ye {
    background-position: -168px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-yt {
    background-position: -201px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-za {
    background-position: -234px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-zm {
    background-position: -267px -495px;
    width: 30px;
    height: 30px
}

.sib-flag.sib-flag-zw {
    background-position: -300px -495px;
    width: 30px;
    height: 30px
}

.sib-sms-select {
    display: flex;
    width: 100%;
    font-size: 14px;
    position: relative
}

.sib-container--medium.sib-container--horizontal .sib-sms-select,.sib-container--small .sib-sms-select {
    flex-direction: column
}

.sib-sms-select__title {
    display: flex;
    position: relative;
    align-items: center;
    background: #fff;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    height: 3em;
    padding: 8px 16px 8px 8px;
    margin-right: 8px;
    text-align: left;
    width: 100%;
    max-width: 60px
}

.sib-sms-select__title:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.sib-sms-select__title>.sib-sms-select__label-text {
    display: none
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title,.sib-container--small .sib-sms-select__title {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: .5rem
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title:after,.sib-container--small .sib-sms-select__title:after {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title>.sib-sms-select__label-text,.sib-container--small .sib-sms-select__title>.sib-sms-select__label-text {
    display: block
}

.sib-sms-select__list {
    background: #fff;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    height: 0;
    list-style: none;
    margin: 8px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999
}

.sib-sms-select__list.sib-is-open {
    display: block;
    height: auto;
    max-height: 250px;
    overflow: scroll;
    opacity: 1
}

.sib-sms-select__list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c0ccda;
    cursor: pointer;
    padding: 8px;
    font-size: 14px
}

.sib-sms-select__list li.sib-is-selected,.sib-sms-select__list li:hover {
    background-color: #8ed8fd
}

.sib-sms-select__number-input {
    display: flex;
    width: 100%;
    height: 3em;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    background: #fff
}

.sib-sms-select__calling-code {
    height: 100%;
    max-width: 70px;
    padding: 8px;
    border: 0;
    border-right: 1px solid #c0ccda;
    border-radius: 3px 0 0 3px;
    line-height: 1.8em;
    text-align: center;
    font-size: inherit;
    color: inherit;
    outline: none
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code,.sib-container--small .sib-sms-select__calling-code {
    max-width: 50px;
    padding: 8px 4px
}

.sib-sms-select__phone-number {
    width: calc(100% - 70px);
    height: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 0;
    outline: 0;
    font-size: inherit
}

.sib-sms-select__label-text {
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 480px) {
    .sib-sms-select {
        display:block
    }

    .sib-sms-select__title {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 10px
    }

    .sib-container--small .sib-sms-select__title {
        display: flex
    }

    .sib-container--small .sib-sms-select__title .sib-flag {
        margin-left: 0;
        bottom: 0
    }

    .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
        margin-left: .5rem;
        padding-bottom: 0
    }

    .sib-sms-select__title:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000
    }

    .sib-sms-select__title__phone-number {
        padding-right: 45px
    }

    .sib-sms-select__title>.sib-flag {
        margin-left: 10px;
        float: left;
        position: relative;
        bottom: 4px
    }

    .sib-sms-select__title>.sib-sms-select__label-text {
        display: inline-block;
        max-width: 70%;
        margin-left: 18px;
        padding-bottom: 5px;
        font-size: 20px;
        float: left
    }

    .sib-sms-tooltip {
        position: absolute;
        right: 12px;
        top: 56%;
        width: 18px;
        height: 18px
    }

    .sib-sms-tooltip__icon {
        color: #fff;
        width: 24px;
        height: 24px;
        display: block;
        background: transparent;
        text-align: center;
        font-size: 12px!important;
        padding: 4px
    }
}

@media screen and (max-width: 375px) {
    .g-recaptcha.sib-visible-recaptcha {
        transform:scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.sib-form *,.sib-form :after,.sib-form :before {
    box-sizing: border-box
}

.sib-form {
    background-attachment: fixed;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    padding: 32px 12px;
    margin: 0
}

.sib-form__declaration {
    display: flex;
    padding: 0 16px;
    align-items: center
}

.sib-form__declaration .declaration-block-icon {
    display: flex;
    padding: 0 16px 0 0;
    margin: 0
}

.sib-form__declaration .declaration-block-icon [class^=svgIcon] {
    width: 65px;
    height: 65px
}

.sib-form__declaration p {
    line-height: 1.5em;
    margin: 0
}

.sib-form--blockPosition {
    position: relative
}

.sib-form ol,.sib-form ul {
    padding: 0
}

#sib-container {
    background: #fff;
    margin: 0 auto;
    padding: 17px;
    display: inline-block;
    width: 100%
}

#sib-form {
    text-align: left
}

#sib-form .entry__choice label {
    display: unset
}

.sib-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin-top: 8px
}

.sib-menu .entry__choice {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    text-indent: 0
}

.sib-menu__item-list {
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: none;
    margin: 8px 0 0;
    max-height: 360px;
    border: none;
    padding: 12px 0
}

.sib-menu__item {
    line-height: 1.5em;
    cursor: pointer;
    padding: 4px 16px;
    overflow: hidden
}

.sib-menu__item:hover {
    background-color: #8ed8fd
}

.sib-menu__apply {
    text-align: right;
    padding: 8px 12px 12px 0
}

@media screen and (max-width: 375px) {
    .sib-menu__apply {
        display:flex;
        flex-direction: column-reverse;
        padding: 8px
    }
}

.sib-menu__apply button {
    padding: 8px 16px
}

.sib-menu__separator {
    font-size: 20px;
    vertical-align: sub
}

.sib-menu__select {
    padding: 0 7px
}

.sib-menu__selectTextAlign {
    padding: 0 15px!important
}

.sib-menu__select button {
    padding: 8px 5px
}

.sib-menu .input_replaced {
    opacity: 0;
    position: static;
    width: 0;
    margin: 0
}

.sib-menu .sib-multiselect__label {
    width: 100%
}

.sib-menu .sib-multiselect__label-text {
    text-indent: 0
}

#sib-other-container .entry__controls--other {
    margin-left: 1.5em
}

#sib-other-container .entry__choice--other {
    width: 100%
}

#sib-other-container #sib-other-reason {
    width: 100%;
    padding: 8px;
    resize: vertical;
    border: 1px solid #687484
}

.checkbox__label {
    word-wrap: break-word
}

.checkbox.checkbox_tick_positive:before {
    left: calc(50% - 1px)
}

.input_display {
    line-height: 1.5rem
}

.entry__choice {
    margin-bottom: 3px;
    font-family: Roboto,sans-serif;
    word-wrap: break-all
}

.entry__choice,.entry__label {
    width: 100%;
    word-wrap: break-word
}

.entry__label {
    margin-bottom: 10px;
    font-weight: 500;
    word-break: break-word
}

.entry__label_optin {
    display: inline
}

.entry__label>* {
    float: left
}

.entry__label:after {
    content: attr(data-required);
    font-size: 1em;
    color: #ff4949;
    text-decoration: none;
    word-wrap: break-all;
    word-wrap: break-word;
    display: inline
}

.entry__specification {
    margin: 10px 0
}

.entry__controls {
    margin: 0
}

.entry__error {
    display: none;
    margin-top: 6px;
    margin-bottom: 6px;
    background: transparent
}

.sib-entry_mcq .entry__controls {
    display: block;
    background: transparent;
    border: none;
    outline: none
}

.sib-form-block {
    padding: 0 16px;
    word-wrap: break-word;
    outline: none
}

.sib-form-block ol,.sib-form-block p,.sib-form-block ul {
    text-align: inherit;
    margin: 0;
    line-height: 1.5em
}

.sib-form-block ol,.sib-form-block ul {
    list-style-position: inside
}

.sib-form-block__button {
    display: inline-block;
    padding: 8px 18px;
    border: none;
    overflow-wrap: break-word;
    max-width: 100%;
    cursor: pointer
}

.sib-form-block__button-disabled {
    opacity: .5
}

.sib-form-block__button-with-loader {
    min-height: 40px;
    line-height: 23px
}

.sib-image-form-block {
    padding: 2px
}

.sib-image-form-block a {
    display: block;
    overflow: hidden
}

.sib-image-form-block img {
    max-width: 100%
}

.sib-divider-form-block {
    border: 0;
    margin: 0
}

.form__label-row--horizontal {
    flex-direction: row;
    align-items: flex-start;
    margin: 10px 0
}

.form__label-row--horizontal>:first-child {
    margin-right: 20px
}

.form__label-row--horizontal>* {
    width: 50%;
    flex-grow: 1
}

.input--multiselect {
    position: relative;
    padding-right: 32px;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.input--multiselect:before {
    content: "";
    position: absolute;
    right: 8px;
    border: 8px solid transparent;
    border-top-color: #343f4e;
    top: calc(50% - 4px)
}

.input--select {
    position: relative;
    width: 100%
}

.input--select:after,.input--select:before {
    content: "";
    position: absolute;
    right: 8px
}

.input--select:before {
    top: calc(50% - 12px);
    border: 5px solid transparent;
    border-bottom-color: #343f4e
}

.input--select:after {
    top: calc(50% + 2px);
    border: 5px solid transparent;
    border-top-color: #343f4e
}

.input--hidden {
    display: none!important
}

.input--centerText {
    display: flex;
    align-items: center
}

.input__rtl[type=text]::placeholder {
    text-align: right!important
}

.input__textareaRtl::placeholder {
    text-align: right!important
}

textarea.input {
    padding: calc(.5rem - 1px)
}

.sib-form-container a {
    text-decoration: underline;
    color: #2bb2fc
}

.sib-sms-input {
    width: 100%;
    display: flex;
    align-items: center
}

.sib-sms-input .sib-smscode-select {
    width: 70px;
    margin-right: 10px;
    flex-shrink: 0
}

.sib-sms-input .entry__controls {
    width: 100%
}

.sib-sms-input .sib-menu__item {
    padding: 4px 2px
}

.form__entry {
    position: static;
    margin-left: 0;
    padding-left: 0
}

.sib-panel {
    position: relative;
    width: 100%;
    margin: 24px 0;
    padding: 10px 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #3c4858;
    text-align: center;
    box-shadow: none
}

.sib-panel--active {
    display: block
}

.sib-panel--inactive {
    display: none
}

.sib-panel__text {
    margin: 0;
    font-weight: 600;
    text-align: left
}

.sib-panel__link {
    padding: 0 5px;
    color: #3c4858;
    text-decoration: underline;
    cursor: pointer
}

.sib-panel__close-icon {
    position: absolute;
    top: 12px;
    right: 25px;
    cursor: pointer
}

.sib-form-message-panel {
    margin: 0 0 1.25rem;
    width: 100%;
    padding: .4375rem;
    border: 1px solid;
    display: none
}

.sib-form-message-panel--active {
    display: inline-block
}

.sib-form-message-panel__text {
    display: flex;
    align-items: center;
    margin: 0;
    padding: .5rem
}

.sib-form-message-panel__text .sib-icon {
    contain: strict;
    display: inline-block;
    fill: currentColor
}

.sib-form-message-panel__text .sib-notification__icon {
    height: 1.5em;
    width: 1.5em;
    flex-shrink: 0;
    margin-right: calc(1rem - 1px)
}

.sib-loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.checkbox_tick_positive:before {
    left: 49%
}

@media screen and (max-width: 500px) {
    #sib-container {
        padding:32px 9px
    }

    .form__label-row--horizontal {
        flex-direction: column
    }

    .form__label-row--horizontal>* {
        width: 100%
    }
}

.sib-loader div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: loader 1.2s linear infinite
}

.sib-loader div:first-child {
    animation-delay: 0s;
    top: 29px;
    left: 53px
}

.sib-loader div:nth-child(2) {
    animation-delay: -.1s;
    top: 18px;
    left: 50px
}

.sib-loader div:nth-child(3) {
    animation-delay: -.2s;
    top: 9px;
    left: 41px
}

.sib-loader div:nth-child(4) {
    animation-delay: -.3s;
    top: 6px;
    left: 29px
}

.sib-loader div:nth-child(5) {
    animation-delay: -.4s;
    top: 9px;
    left: 18px
}

.sib-loader div:nth-child(6) {
    animation-delay: -.5s;
    top: 18px;
    left: 9px
}

.sib-loader div:nth-child(7) {
    animation-delay: -.6s;
    top: 29px;
    left: 6px
}

.sib-loader div:nth-child(8) {
    animation-delay: -.7s;
    top: 41px;
    left: 9px
}

.sib-loader div:nth-child(9) {
    animation-delay: -.8s;
    top: 50px;
    left: 18px
}

.sib-loader div:nth-child(10) {
    animation-delay: -.9s;
    top: 53px;
    left: 29px
}

.sib-loader div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px
}

.sib-loader div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px
}

.entry__choice label p {
    display: inline
}

@keyframes loader {
    0%,20%,80%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

@media screen and (max-width: 400px) {
    #sib-container {
        padding:32px 0
    }
}

@media screen and (max-width: 480px) {
    .sib-image-form-block img {
        height:auto!important
    }
}

.progress-indicator {
    background: transparent
}

.sib-hide-loader-icon {
    display: none
}

.sib-form ::placeholder {
    color: #c0ccda;
    opacity: 1
}

.sib-form .sib-form_fieldset {
    display: table-row-group
}

.sib-form .fieldset__separator {
    display: table-row
}

.sib-form .fieldset__separator:after,.sib-form .fieldset__separator:before {
    background: #c0ccda;
    background-clip: padding-box;
    border: solid transparent;
    border-width: calc(4rem - 1px) 0 4rem;
    box-sizing: content-box;
    content: "";
    display: table-cell;
    height: 1px
}

.sib-form .form__fieldset {
    border: 0;
    display: table-row;
    padding: 0
}

.sib-form .form__fieldset:first-child .form__entries,.sib-form .form__fieldset:first-child .form__legend {
    padding-top: 0
}

.sib-form .form__entries,.sib-form .form__legend {
    display: table-cell;
    margin: 0;
    padding-top: 4rem;
    vertical-align: top
}

.sib-form .form__legend {
    font-size: 1.14869835rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding-right: 2.5rem
}

@media(max-width: 45rem) {
    .sib-form .fieldset__separator,.sib-form .form__entries,.sib-form .form__fieldset,.sib-form .form__legend,.sib-form .sib-form_fieldset {
        display:block
    }

    .sib-form .form__legend {
        padding-bottom: .5rem;
        padding-right: 0
    }

    .sib-form .form__entries {
        padding-top: 0
    }

    .sib-form .fieldset__separator {
        border: 0
    }
}

.sib-form .form__entry {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative
}

.sib-form .form__entry:not(:first-child) {
    margin-top: 1.5rem
}

.sib-form .entry__label+.form__entry {
    margin-top: 0
}

.sib-form .entry__label {
    display: table;
    font-weight: 700;
    padding: 0;
    white-space: normal
}

.sib-form .form__row {
    display: flex;
    flex-wrap: wrap;
    margin: -.25rem -.75rem
}

.sib-form .form__row:not(:first-child) {
    margin-top: 1.25rem
}

.sib-form .entry__label+.form__row {
    margin-top: -.25rem
}

.sib-form .form__row>.form__entry {
    margin: .25rem .75rem
}

.sib-form .entry__optional-indicator {
    color: #687484;
    font-size: .87055056rem;
    line-height: 1rem;
    font-weight: 400
}

.sib-form .entry__field {
    align-items: center;
    display: inline-flex;
    width: 100%
}

.sib-form .input,.sib-form .input__affix {
    background: none;
    border: 0;
    font: inherit;
    margin: 0
}

.sib-form .input,.sib-form .input__button {
    box-sizing: content-box;
    color: inherit;
    outline: 0
}

.sib-form .input:not(textarea),.sib-form .input__button {
    height: calc(2.5rem - 2px)
}

.sib-form .input__affix {
    color: #687484;
    flex-shrink: 0
}

.sib-form .input__button {
    cursor: pointer;
    padding: 0 .5rem
}

.sib-form .input__button[type=submit] {
    border-bottom-left-radius: 0;
    border-left: 1px solid #c0ccda;
    border-top-left-radius: 0;
    color: inherit;
    margin-left: .5rem
}

.sib-form .input__button .sib-icon {
    height: 1.5rem;
    vertical-align: bottom;
    width: 1.5rem
}

.sib-form .input {
    box-shadow: none;
    min-width: 1px;
    padding: 0
}

.sib-form textarea.input {
    padding: calc(.5rem - 1px)
}

.sib-form select.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 286.1 167%27%3E%3Cpath d=%27M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z%27 fill=%27%233c4858%27/%3E%3C/svg%3E");
    background-position: right .65em top 50%;
    background-repeat: no-repeat;
    background-size: .65em auto
}

.sib-form select.input:first-child,.sib-form select.input:last-child {
    padding-right: calc(2rem - 1px)
}

.sib-form .form__row .entry__field,.sib-form .sib-entry_block .entry__field,.sib-form .sib-form_block .entry__field {
    display: flex
}

.sib-form .form__row .input,.sib-form .sib-entry_block .input,.sib-form .sib-form_block .input {
    flex-grow: 1
}

.sib-form .sib-entry_phrasing,.sib-form .sib-entry_phrasing .entry__label,.sib-form .sib-entry_phrasing .entry__specification {
    display: inline-block
}

.sib-form .sib-entry_phrasing .entry__label {
    font-weight: 400
}

.sib-form .sib-entry_errored {
    margin-left: -.5rem;
    padding-left: .5rem
}

.sib-form .sib-entry_errored:before {
    background: #ff4949;
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: .25rem
}

.sib-form .entry__error,.sib-form .entry__label,.sib-form .entry__specification,.sib-form .form__error {
    max-width: 40em
}

.sib-form .entry__error,.sib-form .entry__specification,.sib-form .form__error {
    display: block
}

.sib-form .entry__choice+.entry__error,.sib-form .entry__choice+.entry__specification,.sib-form .entry__error+.entry__error,.sib-form .entry__error+.entry__specification,.sib-form .entry__specification+.entry__error,.sib-form .entry__specification+.entry__specification {
    margin-top: .5rem
}

.sib-form .entry__error {
    color: #ff4949;
    font-size: .87055056rem;
    line-height: 1rem
}

.sib-form .entry__specification {
    color: #687484;
    margin: 0
}

.sib-form .entry__choice {
    padding-left: 1.5em;
    text-indent: -1.5em
}

.sib-form .entry__choice .checkbox,.sib-form .entry__choice .radio-button {
    margin-right: .5em
}

.sib-form .entry__choice .sib-toggletip {
    text-indent: 0
}

.sib-form .entry__choice:not(:first-child) {
    margin-top: .5rem
}

.sib-form .entry__choices.menu {
    margin-top: 2px;
    max-height: 20rem;
    overflow: auto;
    padding: .5rem
}

.sib-form .checkbox,.sib-form .radio-button {
    background: #fff;
    border: 1px solid #687484;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    vertical-align: -.125em;
    width: 1em;
    position: relative
}

.sib-form .checkbox {
    border-radius: 3px
}

.sib-form .radio-button {
    border-radius: 50%
}

.sib-form .radio-button:before {
    border-radius: 50%;
    bottom: 2px;
    content: "";
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px
}

.sib-form .checkbox_tick_negative:after,.sib-form .checkbox_tick_negative:before {
    border: solid #fff;
    border-width: 0 0 0 2px;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0
}

.sib-form .checkbox_tick_negative:after {
    transform: rotate(-45deg)
}

.sib-form .checkbox_tick_negative:before,.sib-form .checkbox_tick_positive:before {
    transform: rotate(45deg)
}

.sib-form .checkbox_tick_positive:before {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    bottom: 1px;
    content: "";
    left: 50%;
    margin-left: -25%;
    position: absolute;
    top: 1px;
    transform-origin: 80% 45%;
    width: 50%
}

.sib-form .input_replaced {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.sib-form .input_replaced:checked+.checkbox_tick_positive {
    background: #13ce66;
    border-color: #13ce66
}

.sib-form .input_replaced:checked+.checkbox_tick_negative {
    background: #ff4949;
    border-color: #ff4949
}

.sib-form .input_replaced:checked+.radio-button {
    border-color: #0092ff
}

.sib-form .input_replaced:checked+.radio-button:before {
    background: #0092ff
}

.sib-form .input_replaced:indeterminate+.checkbox {
    background: #fff;
    border-color: #687484
}

.sib-form .input_replaced:indeterminate+.checkbox:before {
    background: #687484;
    border: 0;
    content: "";
    height: 2px;
    left: 2px;
    margin: -1px 0 0;
    position: absolute;
    right: 2px;
    transform: none;
    top: 50%;
    width: auto
}

.sib-form .input_replaced:indeterminate+.checkbox:after {
    content: normal
}

.sib-form .input_replaced:active+.checkbox,.sib-form .input_replaced:active+.radio-button,.sib-form .input_replaced:focus+.checkbox,.sib-form .input_replaced:focus+.radio-button {
    box-shadow: 0 0 0 2px #c9e1f4
}

.sib-form .choice__form {
    border: 0;
    margin: 0;
    padding: 0
}

.sib-form .choice__form[disabled] {
    display: none
}

.sib-form .entry__choice+.choice__form {
    border-left: 2px solid #c0ccda;
    margin-left: calc(.5em - 1px);
    padding: .5rem calc(.5rem + .5em - 1px)
}

.sib-form ::-ms-reveal {
    display: none
}

.sib-form ::-webkit-inner-spin-button,.sib-form ::-webkit-search-decoration {
    display: none
}

.sib-form [type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.sib-form .input[readonly] {
    background-color: #f9fafc
}

.sib-form .input[type=text]+.input__password-toggler {
    color: #0092ff
}

.sib-form .sib-ap-nostyle-input-icon {
    display: none
}

.sib-form .sib-ap-nostyle-dropdown-menu {
    box-sizing: content-box;
    background: #fff;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    list-style: none;
    margin: 0;
    max-width: 100vw;
    min-width: 100%;
    padding: calc(.5rem - 1px) 0
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content {
    position: absolute;
    top: 100%;
    z-index: 1
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
    display: none
}

.sib-form .sib-ap-nostyle-dropdown-menu em {
    font-style: normal;
    font-weight: 700
}

.sib-form .sib-ap-nostyle-input {
    padding-right: .5rem
}

.sib-form .sib-ap-nostyle-suggestion {
    cursor: default;
    color: inherit;
    display: block;
    overflow: hidden;
    padding: .5rem 1rem;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sib-form .sib-ap-nostyle-cursor,.sib-form .sib-ap-nostyle-suggestion:focus,.sib-form .sib-ap-nostyle-suggestion:hover {
    background: #eff2f7
}

.sib-form .sib-ap-footer {
    display: none
}

.sib-form .menu {
    background: #fff;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    list-style: none;
    margin: 0;
    max-width: 100vw;
    min-width: 100%;
    padding: calc(.5rem - 1px) 0
}

.sib-form .menu.sib-collapsible__content {
    position: absolute;
    top: 100%;
    z-index: 1
}

.sib-form .menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
    display: none
}

.sib-form .menu__content,.sib-form .menu__heading {
    padding: 0;
    margin: 1rem
}

.sib-form .menu__content:first-child,.sib-form .menu__heading:first-child {
    margin-top: .5rem
}

.sib-form .menu__content:last-child,.sib-form .menu__heading:last-child {
    margin-bottom: .5rem
}

.sib-form .menu__heading {
    font-size: 1.31950791rem;
    line-height: 1.5rem;
    font-weight: 400
}

.sib-form .menu__content {
    list-style: none
}

.sib-form .menu__icon {
    color: #8492a6;
    height: 1em;
    vertical-align: -.125em;
    width: 1em;
    margin-right: .5rem
}

.sib-form .menu__control {
    color: inherit;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: .5rem 1rem;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sib-form .menu__control:focus,.sib-form .menu__control:hover {
    background: #eff2f7
}

.sib-form .menu__divider {
    border: 0;
    border-top: 1px solid #c0ccda;
    margin: .5rem 0
}

.sib-form .clickable_button,.sib-form .clickable_link {
    font: inherit;
    margin: 0
}

.sib-form .clickable_button.sib-collapsible__trigger:before,.sib-form .clickable_link.sib-collapsible__trigger:before {
    border-left: .25rem solid transparent;
    border-right: .25rem solid transparent;
    border-bottom: 0;
    border-top: .25rem solid;
    content: "";
    float: right;
    margin: .625rem 0 0 .25em
}

.sib-form .clickable_button.sib-collapsible__trigger_toggled:before,.sib-form .clickable_link.sib-collapsible__trigger_toggled:before {
    border-bottom: .25rem solid;
    border-top: 0
}

.sib-form .clickable_button:not([disabled]),.sib-form .clickable_link:not([disabled]) {
    cursor: pointer
}

.sib-form .clickable_button {
    background: #0092ff;
    border: 1px solid #0092ff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    outline: 0;
    padding: calc(.5rem - 1px) calc(1rem - 1px);
    text-decoration: none
}

.sib-form .clickable_button.sib-collapsible__trigger {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sib-form .clickable_button[disabled] {
    opacity: .5
}

.sib-form .clickable_button:focus {
    box-shadow: 0 0 0 2px #c9e1f4
}

.sib-form .clickable_button:focus:not([disabled]),.sib-form .clickable_button:hover:not([disabled]) {
    background: #007cd9;
    border-color: #007cd9
}

.sib-form .clickable_ghost {
    background: none;
    border-color: #c0ccda;
    color: #3c4858
}

.sib-form .clickable_ghost:focus:not([disabled]),.sib-form .clickable_ghost:hover:not([disabled]) {
    background: none;
    border-color: #8492a6
}

.sib-form .clickable_dropdown {
    display: inline-block;
    position: relative
}

.sib-form .clickable_dropdown .menu {
    margin-top: 2px
}

.sib-form .clickable_dropdown .menu_left {
    left: 0
}

.sib-form .clickable_dropdown .menu_right {
    right: 0
}

.sib-form .clickable_block {
    width: 100%
}

.sib-form .clickable_cta {
    border-radius: 9999em
}

.sib-form .clickable_link {
    background: none;
    border: 0;
    color: #0092ff;
    display: inline;
    padding: 0;
    text-decoration: none
}

.sib-form .clickable_link:focus,.sib-form .clickable_link:hover {
    color: #007cd9;
    text-decoration: underline
}

.sib-form .clickable_link:focus {
    outline: 0
}

.sib-form .clickable_sneaky,.sib-form .clickable_sneaky:focus,.sib-form .clickable_sneaky:hover {
    color: inherit
}

.sib-form .clickable_plan {
    color: #0092ff
}

.sib-form .clickable_plan:focus,.sib-form .clickable_plan:hover {
    color: #007cd9
}

.sib-form .clickable_destructive {
    background: #ff4949;
    border-color: #ff4949
}

.sib-form .clickable_destructive:focus:not([disabled]),.sib-form .clickable_destructive:hover:not([disabled]) {
    background: #d93e3e;
    border-color: #d93e3e
}

.sib-form .clickable__group {
    display: inline-flex;
    flex-wrap: wrap
}

.sib-form .clickable__group .clickable_button:focus,.sib-form .clickable__group .clickable_button:hover {
    position: relative
}

.sib-form .clickable__group .clickable_button:not(:first-child),.sib-form .clickable__group .clickable_dropdown:not(:first-child) .clickable_button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.sib-form .clickable__group>.clickable_button:not(:last-child),.sib-form .clickable__group>.clickable_dropdown:not(:last-child) .clickable_button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.sib-form .clickable__group>.clickable_dropdown:not(:last-child) .clickable_link,.sib-form .clickable__group>.clickable_link:not(:last-child) {
    margin-right: 1.5em;
    position: relative
}

.sib-form .clickable__group>.clickable_dropdown:not(:last-child) .clickable_link:after,.sib-form .clickable__group>.clickable_link:not(:last-child):after {
    background: #c0ccda;
    border-radius: 50%;
    content: "";
    cursor: auto;
    display: inline-block;
    height: .25rem;
    pointer-events: none;
    position: absolute;
    right: -.9em;
    top: .7em;
    width: .25rem
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
    margin-right: calc(.7002rem - 1px)
}

.sib-form .progress-indicator {
    align-items: center;
    background: hsla(0,0%,100%,.9);
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.sib-form .progress-indicator .progress-indicator__icon {
    fill: #0092ff;
    height: 2rem;
    width: 2rem
}

.sib-form .progress-indicator_small .progress-indicator__icon {
    height: 1rem;
    width: 1rem
}

.sib-form .progress-indicator__icon {
    animation: indicator-spin 1.3s cubic-bezier(.46,.35,.39,.85) infinite
}

@keyframes indicator-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@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: translateZ(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 {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    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(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.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-radius: 50%;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.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-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: normal;
    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: opacity .3s;
    transform: translateZ(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(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.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,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: 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(0,-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: transform .2s,top .2s
}

.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: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(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,.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,.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,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.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: 0;
    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.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.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

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

html {
    margin-right: 0!important;
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background: var(--White);
    line-height: 1
}

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

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

blockquote,q {
    quotes: none
}

a img {
    border: 0
}

select {
    max-width: 100%
}

body,button,input,select,textarea {
    font-family: Lexend,sans-serif;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
    color: var(--Text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px
}

b,cite,strong {
    font-weight: 700
}

blockquote,cite,dfn,em,i {
    font-style: italic
}

abbr,acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help
}

.btn-link:focus,.btn-link:hover,ins,mark {
    text-decoration: none
}

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

small,sub,sup {
    font-size: 75%
}

big {
    font-size: 125%
}

address {
    font-style: italic;
    margin: 0 0 20px
}

code,kbd,pre,samp,tt,var {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto
}

svg,svg path {
    transition: all .3s ease
}

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

hr {
    margin-bottom: 20px;
    border: 1px dashed #ccc
}

ol,ul {
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

li {
    list-style: none
}

ol li,ul li {
    padding: 0
}

dd,dl {
    margin: 0 0 20px
}

dt {
    font-weight: 700
}

.disable,del {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: .5
}

table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

caption,td,th {
    font-weight: 400;
    text-align: left
}

th {
    font-weight: 700
}

td,th {
    border-width: 0 1px 1px 0
}

td,th {
    padding: 8px 12px
}

embed,object,video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle
}

p>embed,p>iframe,p>object,p>video {
    margin-bottom: 0
}

button,input {
    line-height: normal
}

button,input,select,textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    vertical-align: top
}

input[type=checkbox] {
    display: inline
}

button,input[type=button],input[type=reset],input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

input[type=checkbox],input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    vertical-align: sub
}

input[type=search] {
    -webkit-appearance: textfield
}

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

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #f7f7f7
}

input[type=search] {
    outline: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

::-webkit-input-placeholder {
    color: #171412
}

::-moz-placeholder {
    color: #171412;
    opacity: 1
}

:-ms-input-placeholder {
    color: #171412
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: Lexend,sans-serif;
    color: var(--Heading);
    margin: 0;
    text-rendering: optimizeLegibility;
    font-weight: 600
}

.h1,h1 {
    font-size: 68px;
    line-height: 88px
}

.h2,h2 {
    font-size: 40px;
    line-height: 50px
}

.h3,h3 {
    font-size: 30px;
    line-height: 42px
}

.h4,h4 {
    font-size: 24px;
    line-height: 30px
}

.h5,h5 {
    font-size: 20px;
    line-height: 25px
}

.h6,h6 {
    font-size: 18px;
    line-height: 22.5px
}

.text-display {
    font-size: 90px;
    line-height: 112.5px
}

.text-display-2 {
    font-size: 70px;
    line-height: 87.5px
}

.text-display-3 {
    font-size: 90px;
    line-height: 96px
}

.text-display-4 {
    font-size: 56px;
    line-height: 70px
}

.text-1 {
    font-size: 16px;
    line-height: 22.4px
}

.text-2 {
    font-size: 12px;
    line-height: 16.8px
}

.text-3 {
    font-size: 14px;
    line-height: 30px
}

.text-4 {
    font-size: 14px;
    line-height: 19.6px
}

.text-5 {
    font-size: 36px;
    line-height: 44px
}

.text-6 {
    font-size: 36px;
    line-height: 33.6px
}

.text-7 {
    font-size: 34px;
    line-height: 42.5px
}

.text-8 {
    font-size: 26px;
    line-height: 32.5px
}

.text-9 {
    font-size: 14px;
    line-height: 21px
}

.text-10 {
    font-size: 20px;
    line-height: 24.2px
}

.text-11 {
    font-size: 24px;
    line-height: 33.6px
}

.text-12 {
    font-size: 14px;
    line-height: 22px
}

.text-13 {
    font-size: 32px;
    line-height: 40px
}

.text-14 {
    font-size: 20px;
    line-height: 28px
}

.text-15 {
    font-size: 48px;
    line-height: 60px
}

.text-16 {
    font-size: 15px;
    line-height: 21px
}

.text-17 {
    font-size: 18px;
    line-height: 25.2px
}

.fw-2 {
    font-weight: 200!important
}

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

.fw-4 {
    font-weight: 400
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600!important
}

.fw-7 {
    font-weight: 700
}

.fs-24 {
    font-size: 24px
}

.lh-16 {
    line-height: 16px
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-28 {
    line-height: 28px
}

.lh-30 {
    line-height: 30px
}

a {
    text-decoration: none;
    color: var(--Heading);
    cursor: pointer;
    display: inline-block
}

a,a:hover {
    transition: all .3s ease
}

a:hover {
    color: var(--Primary);
    outline: 0
}

.link:hover {
    color: var(--Primary)!important
}

.link-2:hover {
    color: var(--Heading)!important
}

.link-3:hover {
    color: var(--White)!important
}

.bg-body-1 {
    background-color: var(--bg-body-color)
}

.bg-color-white {
    background-color: var(--White)
}

.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 1320px;
    max-width: 100%
}

.tf-container .row {
    margin-left: -20px!important;
    margin-right: -20px!important
}

.tf-container .row>* {
    padding-left: 20px!important;
    padding-right: 20px!important
}

.tf-container.xl {
    width: 1848px
}

.tf-container.lg {
    width: 1800px
}

.tf-container.md {
    width: 1760px
}

.tf-container.full {
    width: 1920px;
    padding-right: 24px;
    padding-left: 24px
}

.tf-container-2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1870px;
    max-width: 100%
}

.row {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.row>* {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.tf-container-3 {
    width: 1750px
}

.tf-container-3,.tf-container-xxl {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%
}

.tf-container-xxl {
    width: 1920px
}

.tf-container-xl {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1519px;
    max-width: 100%
}

.slider-layout-right {
    width: calc(100vw - (100vw - 1309px)/2)!important;
    margin-right: unset;
    max-width: 100%;
    margin-left: auto
}

.slider-layout-left {
    width: calc(100vw - (100vw - 1328px)/2)!important;
    margin-left: unset;
    max-width: 100%;
    margin-right: auto
}

.hidden {
    display: none
}

.block {
    display: block
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed!important
}

.position-unset {
    position: unset!important
}

.z-5 {
    z-index: 5
}

.flex {
    display: flex
}

.d-block {
    display: block
}

.items-center {
    align-items: center
}

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

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

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.rounded-cycle {
    border-radius: 999px!important
}

.mx-auto {
    margin: 0 auto
}

.mt_-5 {
    margin-top: -5px
}

.mt_-9 {
    margin-top: -9px
}

.mt-4 {
    margin-top: 4px!important
}

.mt-20 {
    margin-top: 20px
}

.mt-32 {
    margin-top: 32px
}

.mt-48 {
    margin-top: 48px
}

.mb-5 {
    margin-bottom: 5px!important
}

.mb-6 {
    margin-bottom: 6px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-11 {
    margin-bottom: 11px!important
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px!important
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px!important
}

.mb-20 {
    margin-bottom: 20px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px!important
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px!important
}

.mb-56 {
    margin-bottom: 56px!important
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-74 {
    margin-bottom: 74px
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px
}

.pt-0 {
    padding-top: 0!important
}

.pt-32 {
    padding-top: 32px!important
}

.tf-gap-5 {
    gap: 5px
}

.gap-6 {
    gap: 6px
}

.gap-8 {
    gap: 8px
}

.gap-10 {
    gap: 10px
}

.gap-11 {
    gap: 11px!important
}

.gap-12 {
    gap: 12px
}

.gap-16 {
    gap: 16px
}

.gap-24 {
    gap: 24px!important
}

.gap-30 {
    gap: 30px!important
}

.gap-32 {
    gap: 32px!important
}

.gap-33 {
    gap: 33px!important
}

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

.text_white {
    color: var(--Text-white)!important
}

.text-color-primary {
    color: var(--Primary)
}

.text-color-heading {
    color: var(--Heading)!important
}

.text-color-heading-2 {
    color: var(--Heading-2)!important
}

.text-color-note {
    color: var(--Note)!important
}

.text-color-default {
    color: var(--Text)!important
}

.text-color1 {
    color: var(--border-2)!important
}

.text-color2 {
    color: var(--border-3)!important
}

.text-color3 {
    color: var(--border-4)!important
}

.bg-main {
    background-color: var(--Primary)
}

.bg-main-sub-2 {
    background-color: var(--Sub-primary-2)
}

.bg-1 {
    background-color: var(--Heading)
}

.bg-2 {
    background-color: var(--Color-2)
}

.bg-3 {
    background-color: rgba(0,0,0,.4)
}

.bg-4,.bg-dashboard {
    background-color: #f7f7f7
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-x-auto::-webkit-scrollbar {
    height: 3px
}

.overflow-x-auto::-webkit-scrollbar-thumb {
    background: var(--Border);
    border-radius: 999px
}

.font-manrope {
    font-family: Manrope,sans-serif
}

.font-poppins {
    font-family: Poppins,sans-serif
}

.font-mulish {
    font-family: Mulish,sans-serif
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,.line-clamp-2 {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.w-60 {
    width: 60px
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    zoom: 0.90;
}

.sticky-sidebar .form-contact-seller {
    transform: scale(0.88);
    transform-origin: top center;
    position: relative;
    width: 500px;
    max-width: 700px;
    left: 50%;
    margin-left: -250px;
}

.tf-sidebar.sticky-sidebar {
    font-size: 0.85em;
}
.tf-sidebar.sticky-sidebar .form-contact-seller {
    padding: 20px;
}
.tf-sidebar.sticky-sidebar .avartar {
    width: 70px;
    height: 70px;
}
.tf-sidebar.sticky-sidebar .form-control {
    padding: 10px 14px;
}
.tf-sidebar.sticky-sidebar .tf-btn {
    padding: 10px 16px;
}

.parallax-mirror {
    z-index: 0!important
}

.z-31 {
    z-index: 31
}

.split-text {
    overflow: hidden
}

.tf-top-bar {
    border-bottom: 1px solid var(--Line)
}

.tf-top-bar .top-bar-inner {
    display: flex;
    justify-content: space-between;
    padding: 13px 0 12px
}

.tf-top-bar .top-bar-info {
    display: flex;
    align-items: center;
    gap: 30px
}

.tf-top-bar .top-bar-info li {
    display: flex;
    align-items: center;
    gap: 6px
}

.tf-top-bar .top-bar-info li i {
    font-size: 16px
}

.tf-top-bar .top-bar-info li a {
    color: var(--Text)
}

.tf-top-bar .top-bar-info li a:hover {
    color: var(--Primary)
}

.tf-top-bar .wrap-social {
    gap: 14px
}

.header {
    box-shadow: 0 4px 18px rgba(0,0,0,.08)
}

.header .header-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 999
}

.header .header-right {
    display: flex;
    align-items: center;
    gap: 16px
}

.header .header-right .phone-number {
    display: flex;
    align-items: center;
    gap: 8px
}

.header .header-right .phone-number p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--Heading)
}

.header .header-right .user {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    border: 1px solid var(--Line);
    border-radius: 12px;
    position: relative;
    cursor: pointer
}

.header .header-right .user.active .menu-user {
    opacity: 1;
    visibility: visible
}

.header .header-right .box-user {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer
}

.header .header-right .box-user .name {
    display: flex;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    gap: 6px;
    color: var(--Heading)
}

.header .header-right .box-user .name i {
    font-size: 20px
}

.header .header-right .box-user.active .menu-user {
    opacity: 1;
    visibility: visible
}

.header .mobile-button {
    display: none;
    font-size: 25px;
    margin-top: 7px;
    color: var(--Primary)
}

.header .header-logo {
    padding: 21px 0 15px
}

/* .header .header-logo img {
    width: 136px;
    height: 42px
} */

.site-logo {
    display: flex;
    justify-content: space-between;
}

.site-logo img {
    transform: scale(1.3);
}

.site-logo span {
    font-weight: 700;
    margin: auto 0;
    margin-left: 5px;
    font-size: 22px;
    z-index: 99;
}

.header .tf-btn {
    height: 44px;
    border-radius: 12px
}

.header .icons svg path {
    stroke: var(--Primary)
}

.header.style-2 .header-inner {
    position: relative;
    z-index: 999;
    margin-bottom: -78px
}

.header.style-2 .header-logo {
    padding: 17px 0 15px
}

.header.style-2 .main-menu .navigation>li>a {
    color: var(--White)
}

.header.style-2 .main-menu li a:hover {
    color: var(--Primary)
}

.header.style-2 .header-right .phone-number p {
    color: var(--White)
}

.header.style-2 .header-right .user {
    background-color: hsla(0,0%,100%,.2);
    border-color: hsla(0,0%,100%,.1)
}

.header.style-2 .header-right .user>svg path {
    stroke: var(--White)
}

.header.style-3 .main-menu .navigation>li>a {
    color: var(--White)
}

.header.style-3 .main-menu li a:hover {
    color: var(--Primary)
}

.header.style-3 .header-right .box-user .name,.header.style-3 .header-right .phone-number p {
    color: var(--White)
}

.header.style-3 .header-right .user {
    border-color: hsla(0,0%,100%,.1)
}

.header.style-3 .header-right .user svg path {
    stroke: var(--Primary)
}

.header.style-4 {
    box-shadow: unset
}

.header.style-4 .header-logo {
    padding: 16px 0 15px
}

.header.style-5 {
    box-shadow: unset;
    margin-bottom: -82px
}

.header.style-5 .left {
    display: flex;
    align-items: center
}

.header.style-5 .main-menu .navigation {
    margin-left: 143px
}

.header.style-5 .tf-btn {
    color: var(--White);
    border-radius: 999px;
    background-color: var(--Primary)
}

.header.style-5 .tf-btn:hover {
    color: var(--White)!important
}

.header.style-5 .btn-find {
    background-color: var(--Primary);
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 24px;
    color: var(--White)
}

.header.style-5 .btn-find:hover {
    color: var(--White);
    background-color: var(--Heading)
}

.header.style-6 .header-inner-wrap {
    border-bottom: 1px solid var(--border)
}

.header.style-6 .main-menu .navigation {
    margin-left: 0!important
}

.header.style-6 .main-menu .navigation>li>a {
    padding: 41px 20px 36px 0;
    color: var(--White)
}

.header.style-6 .main-menu li a:hover {
    color: var(--Primary)
}

.header.style-6.v1 .main-menu .navigation>li>a {
    padding: 36px 20px 36px 0;
    color: var(--White)
}

.header.style-7 .header-inner {
    max-width: 1920px;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto
}

.header.style-7 .main-menu .navigation>li>a {
    padding-top: 40px
}

.header .logo-1 {
    display: none
}

.header.dashboard {
    position: fixed!important;
    border-bottom: 1px solid #ececec;
    box-shadow: unset;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0!important;
    background-color: var(--White)
}

.header.no-shadow {
    box-shadow: none
}

.header.header-sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    opacity: 0;
    z-index: 9999;
    -khtml-transform: translateY(-120%);
    transform: translateY(-120%);
    transition: .6s cubic-bezier(.24,.74,.58,1);
    visibility: hidden;
    background-color: var(--White);
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    pointer-events: none
}

.header.header-sticky.style-border {
    background-color: var(--Heading)
}

.header.header-sticky.style-border .header-inner-wrap {
    border-bottom: none
}

.header.header-sticky.style-2 {
    background-color: var(--Heading);
    height: 78px
}

.header.header-sticky.style-5 {
    height: 78px
}

.header.header-sticky.style-5 .header-inner-wrap {
    padding: 0
}

.header.header-sticky.style-5 .main-menu .navigation {
    margin-left: 0
}

.header.header-sticky.style-5 .btn-find {
    background-color: var(--Primary);
    color: var(--White)
}

.header.header-sticky.style-5 .btn-find:hover {
    color: var(--White);
    background-color: var(--Heading)
}

.header.header-sticky.style-5 .tf-btn {
    background-color: var(--Primary);
    color: var(--White)
}

.header.header-sticky.style-6 {
    background-color: var(--Heading)
}

.header.header-sticky.style-6 .header-inner {
    padding: 0
}

.header.header-sticky.style-6 .header-inner-wrap {
    border-bottom: none
}

.header.header-sticky.style-6 .header-inner-wrap .navigation>li>a {
    padding: 20px
}

.header.header-sticky.is-sticky {
    -khtml-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.menu-user {
    position: absolute;
    width: 280px;
    overflow: hidden;
    border-radius: 16px;
    background-color: var(--White);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    top: calc(100% + 25px);
    left: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    padding: 8px
}

.menu-user .dropdown-item {
    display: flex;
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    width: 100%;
    position: relative;
    color: var(--Heading);
    border-radius: 10px
}

.menu-user .dropdown-item:not(:last-child) {
    margin-bottom: 5px
}

.menu-user .dropdown-item.current,.menu-user .dropdown-item:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.menu-user .dropdown-item.current svg path,.menu-user .dropdown-item:hover svg path {
    stroke: var(--White)
}

.menu-user .dropdown-item.current .wrap-login a,.menu-user .dropdown-item:hover .wrap-login a {
    color: var(--White)
}

.menu-user .dropdown-item.current .wrap-login a:hover,.menu-user .dropdown-item:hover .wrap-login a:hover {
    color: var(--Heading)
}

.menu-user .dropdown-item .wrap-login {
    gap: 4px
}

.menu-user .dropdown-item .wrap-login span {
    transition: all .3s ease
}

.menu-user .dropdown-item .wrap-login a {
    color: var(--Heading)
}

.main-menu {
    position: relative;
    margin-left: 30px;
    transition: all .3s ease;
    margin-right: 10px
}

.main-menu .navigation {
    align-items: center;
    display: flex;
    gap: 14px
}

.main-menu .navigation>li.current-menu>a {
    color: var(--Primary)!important;
    font-weight: 700
}

.main-menu .navigation>li>a {
    padding: 29px 0
}

.main-menu .navigation>li.has-child>a:after {
    right: 0
}

.main-menu .navigation>li>.submenu {
    position: absolute;
    z-index: 999;
    z-index: 1;
    padding: 25px 20px 30px;
    top: calc(100% + 16px)
}

.main-menu .navigation>li>.submenu:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 14px);
    left: 45px;
    border-top: 20px solid var(--White);
    border-right: 20px solid transparent;
    transform: rotate(45deg)
}

.main-menu .navigation>li>.submenu:after {
    content: "";
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
    height: 35px;
    top: -25px
}

.main-menu .navigation>li>.submenu>li {
    position: relative
}

.main-menu .navigation>li>.submenu>li:hover:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20%
}

.main-menu .navigation>li>.submenu>li:hover a:after {
    transform: rotate(-90deg)
}

.main-menu .navigation>li>.submenu>li a {
    padding: 9px 18px 9px 0;
    width: 100%
}

.main-menu .navigation>li>.submenu>li>.submenu {
    position: absolute;
    left: calc(100% + 20px);
    top: -25px;
    opacity: 0;
    visibility: hidden
}

.main-menu .navigation>li:hover>ul,.main-menu .navigation>li:hover>ul>li:hover>.submenu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.navigation {
    position: relative
}

.navigation li.has-child>a {
    position: relative;
    padding-right: 20px
}

.navigation li.has-child>a:after {
    transition: all .3s ease;
    position: absolute;
    right: 0;
    font-family: icomoon;
    content: "";
    font-size: 14px;
    cursor: pointer
}

.navigation li a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: var(--Heading);
    transition: all .3s ease
}

.navigation li:hover ul li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 70ms
}

.navigation li:hover ul li:nth-child(2) {
    transition-delay: .14s
}

.navigation li:hover ul li:nth-child(3) {
    transition-delay: .21s
}

.navigation li:hover ul li:nth-child(4) {
    transition-delay: .28s
}

.navigation li:hover ul li:nth-child(5) {
    transition-delay: .35s
}

.navigation li:hover ul li:nth-child(6) {
    transition-delay: .42s
}

.navigation li:hover ul li:nth-child(7) {
    transition-delay: .49s
}

.navigation li:hover ul li:nth-child(8) {
    transition-delay: .56s
}

.navigation li:hover ul li:nth-child(9) {
    transition-delay: .63s
}

.navigation li:hover ul li:nth-child(10) {
    transition-delay: .7s
}

.navigation .submenu {
    position: absolute;
    z-index: 999;
    width: max-content;
    z-index: 1;
    width: auto;
    padding: 25px 30px 30px;
    border-radius: 16px;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: var(--White);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.navigation .submenu>li>.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navigation .submenu .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    white-space: nowrap;
}

.navigation .submenu li {
    opacity: 0;
    transform: translateY(11px);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.navigation .submenu li a,.navigation .submenu2 li a {
    display: inline-block;
    padding: 5px 0;
    width: 100%
}

.navigation .submenu li.current-item>a,.navigation .submenu li:hover>a,.navigation .submenu2 li.current-item>a,.navigation .submenu2 li:hover>a {
    color: var(--Primary)!important
}

.navigation .submenu li.current-item ul,.navigation .submenu li:hover ul,.navigation .submenu2 li.current-item ul,.navigation .submenu2 li:hover ul {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.has-child.style-2>.submenu {
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    min-width: 800px
}

.has-child.style-2>.submenu:before {
    left: 105px!important
}

.has-child.style-2>.submenu>li>a {
    font-size: 20px;
    font-weight: 600;
    padding-left: 0!important;
    color: var(--Heading)!important
}

.has-child.style-2>.submenu>li>.submenu2>li {
    width: 250px
}

.has-child.style-2>.submenu>li>.submenu2>li>a {
    color: var(--Text)
}

.has-child.style-2>.submenu>li>.submenu2>li>a:hover {
    color: var(--Primary)
}

.mobile-nav-wrap {
    z-index: 99999
}

.mobile-nav-wrap .top-nav-mobile {
    padding-bottom: 0
}

.mobile-nav-wrap .top-nav-mobile .icon-close {
    font-size: 18px
}

.mobile-nav-wrap .offcanvas-title img {
    max-width: 136px;
    height: 42px
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0
}

.inner-mobile-nav {
    padding: 15px;
    position: relative
}

.inner-mobile-nav .top-nav-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.inner-mobile-nav .top-nav-mobile #mobile-logo_header {
    width: 150px
}

.inner-mobile-nav .top-nav-mobile .mobile-nav-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-mobile-nav .mb-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 30px;
    gap: 30px
}

.inner-mobile-nav .mb-body .support .text-need {
    font-weight: 500;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 11px
}

.inner-mobile-nav .mb-body .support .mb-info li {
    color: #868686;
    font-size: 14px;
    line-height: 24px
}

.inner-mobile-nav .mb-body .support .mb-info li span {
    margin-left: 5px;
    font-weight: 600;
    color: var(--Heading)
}

.inner-mobile-nav .mb-body .support .mb-info li a {
    margin-left: 5px;
    font-weight: 400;
    color: var(--Heading)
}

.inner-mobile-nav #menu-mobile-menu {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--Line);
    padding-top: 15px
}

.inner-mobile-nav #menu-mobile-menu>li {
    position: relative;
    cursor: pointer;
    color: var(--Primary);
    border-bottom: 1px solid var(--Line)
}

.inner-mobile-nav #menu-mobile-menu li a {
    font-weight: 400;
    font-size: 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    color: var(--Heading)
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile>a:after {
    content: "";
    font-family: icomoon;
    font-weight: 300;
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 8px;
    transition: all .3s ease
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile>a:not(.collapsed):after {
    transform: rotate(-180deg)
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul>.menu-item-has-children-mobile-2 {
    position: relative
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul>.menu-item-has-children-mobile-2>a:after {
    content: "";
    font-family: icomoon;
    font-weight: 300;
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 8px;
    transition: all .3s ease
}

.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul>.menu-item-has-children-mobile-2>a:not(.collapsed):after {
    transform: rotate(-180deg)
}

.inner-mobile-nav #menu-mobile-menu li .sub-mobile {
    margin-bottom: 26px;
    border-left: 1px solid var(--Line)
}

.inner-mobile-nav #menu-mobile-menu li .sub-mobile>li {
    padding-left: 15px
}

.inner-mobile-nav .wrap-social {
    gap: 5px
}

.inner-mobile-nav .wrap-social .tf-social {
    gap: 10px
}

#menu-mobile-menu li a:hover,#menu-mobile-menu li.current-item a,#menu-mobile-menu li.current-menu-item>a {
    color: var(--Primary)
}

#footer {
    background-color: var(--Secondary);
    padding-top: 60px
}

#footer.style-2 {
    background-color: #161618
}

#footer.style-2 .footer-menu-list ul li a {
    background-color: #161618!important
}

#footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 34px;
    border-bottom: 1px solid hsla(0,0%,100%,.07);
    flex-wrap: wrap;
    gap: 30px 20px
}

#footer .footer-main {
    padding: 40px 0 22px
}

#footer .footer-menu-list .title {
    color: var(--Text-white);
    margin-bottom: 24px
}

#footer .footer-menu-list ul li:not(:last-child) {
    margin-bottom: 2px
}

#footer .footer-menu-list ul li a {
    font-size: 12px;
    line-height: 22.4px;
    color: var(--Note);
    position: relative
}

#footer .footer-menu-list ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: var(--Primary);
    transition: all .3s ease
}

#footer .footer-menu-list ul li:hover a {
    color: var(--Primary)
}

#footer .footer-menu-list ul li:hover a:before {
    width: 100%
}

#footer .footer-menu-list.style-2 ul li a {
    padding-left: 20px;
    position: relative;
    background-color: var(--Secondary);
    transition: all .3s ease;
    z-index: 3
}

#footer .footer-menu-list.style-2 ul li a:after {
    content: "";
    position: absolute;
    font-family: icomoon;
    font-size: 16px;
    color: var(--Primary);
    font-size: 12px;
    margin-right: 11px;
    left: 0;
    transition: all .3s ease;
    z-index: 1
}

#footer .footer-menu-list.style-2 ul li:hover a:before {
    width: 87%
}

#footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid hsla(0,0%,100%,.07);
    gap: 10px 20px;
    flex-wrap: wrap
}

#footer .footer-bottom a {
    color: var(--Sub-primary-1)
}

#footer .footer-bottom p a:hover {
    color: var(--Primary)
}

#footer .wrap-social {
    gap: 16px
}

#footer .footer-logo img {
    width: 136px;
    height: 42px
}

.wrap-contact-item {
    display: flex;
    gap: 20px 48px;
    flex-wrap: wrap
}

.wrap-contact-item .contact-item {
    display: flex;
    gap: 33px
}

.wrap-contact-item .contact-item i {
    font-size: 48px;
    color: var(--Primary)
}

.wrap-contact-item .contact-item svg path {
    stroke: var(--Primary)
}

.wrap-contact-item .contact-item .content {
    position: relative
}

.wrap-contact-item .contact-item .content .title {
    color: var(--Note);
    margin-bottom: 4px!important
}

.wrap-contact-item .contact-item .content h6 a {
    color: var(--Text-white)
}

.wrap-contact-item .contact-item .content h6 a:hover {
    color: var(--Primary)
}

.wrap-contact-item .contact-item .content:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 51px;
    background-color: hsla(0,0%,100%,.07);
    top: 0;
    left: -18px
}

.footer-col-block .title-mobile {
    display: none;
    position: relative
}

.footer-col-block .title-mobile:after {
    right: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 1px
}

.footer-col-block .title-mobile:after,.footer-col-block .title-mobile:before {
    position: absolute;
    content: "";
    top: 50%;
    background-color: var(--White);
    transition: .25s ease-in-out
}

.footer-col-block .title-mobile:before {
    right: 15px;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 12px
}

.footer-col-block.open .title-mobile:before {
    opacity: 0
}

.footer-col-block.open .title-mobile:after {
    transform: translateY(-50%) rotate(-180deg)
}

.flat-animate-tab {
    overflow: hidden
}

.flat-animate-tab .tab-content {
    position: relative
}

.flat-animate-tab .tab-pane {
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: .2s
}

.flat-animate-tab .tab-pane.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-delay: .3s
}

.widget-tabs .widget-menu-tab {
    display: flex;
    justify-content: center
}

.widget-tabs .item-title {
    transition: all .3s ease;
    cursor: pointer
}

.widget-tabs.style-1 .widget-menu-tab {
    margin-bottom: 29px;
    gap: 10px
}

.widget-tabs.style-1 .widget-menu-tab .item-title {
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    width: 122px;
    height: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--White);
    border-radius: 16px;
    color: var(--Heading)
}

.widget-tabs.style-1 .widget-menu-tab .item-title.active,.widget-tabs.style-1 .widget-menu-tab .item-title:hover {
    color: var(--White);
    background-color: var(--Primary);
    position: relative
}

.widget-tabs.style-1 .widget-menu-tab .item-title.active:after,.widget-tabs.style-1 .widget-menu-tab .item-title:hover:after {
    content: "";
    bottom: -5px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--Primary);
    transform: rotate(180deg)
}

.widget-tabs.style-1.color-2 .item-title.active {
    background-color: var(--Color-2)
}

.widget-tabs.style-1.color-2 .item-title.active:after {
    border-bottom: 5px solid var(--Color-2)
}

.widget-tabs.style-1.color-3 .item-title.active {
    background-color: var(--Color-3)
}

.widget-tabs.style-1.color-3 .item-title.active:after {
    border-bottom: 5px solid var(--Color-3)
}

.widget-tabs.style-2 .widget-menu-tab {
    gap: 12px;
    padding-top: 40px;
    margin-top: -40px
}

.widget-tabs.style-2 .item-title {
    padding: 8px 20px;
    width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--Line);
    font-size: 16px;
    line-height: 22.4px
}

.widget-tabs.style-2 .item-title.active,.widget-tabs.style-2 .item-title:hover {
    background-color: var(--Primary);
    color: var(--White);
    font-weight: 700
}

.widget-tabs.style-2.style-border-primary .item-title {
    border-color: var(--Primary);
    color: var(--Primary)
}

.widget-tabs.style-2.style-border-primary .item-title.active,.widget-tabs.style-2.style-border-primary .item-title:hover {
    color: var(--White)
}

.tf-btn {
    font-size: 16px;
    line-height: 22.4px;
    height: 50px;
    background-color: var(--White);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--Text-white);
    width: max-content;
    gap: 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.tf-btn,.tf-btn:after {
    transition: all .5s ease
}

.tf-btn:after {
    content: "";
    position: absolute;
    background-color: var(--Secondary);
    width: 0;
    height: 100%;
    left: -5%;
    border-radius: 12px;
    z-index: -1
}

.tf-btn i {
    font-size: 24px
}

.tf-btn.pd-1 {
    padding: 0 23.5px
}

.tf-btn.pd-2 {
    padding: 0 26.5px
}

.tf-btn.pd-3 {
    padding: 0 40px
}

.tf-btn.pd-4 {
    padding: 0 28px
}

.tf-btn.pd-5 {
    padding: 0 41.5px
}

.tf-btn.pd-6 {
    padding: 0 28.5px
}

.tf-btn.pd-7 {
    padding: 0 44.5px
}

.tf-btn.pd-8 {
    padding: 0 24px
}

.tf-btn.pd-9 {
    padding: 0 20.5px
}

.tf-btn.pd-10 {
    padding: 0 20px
}

.tf-btn.pd-11 {
    padding: 0 26px
}

.tf-btn.pd-12 {
    padding: 0 52px
}

.tf-btn.pd-13 {
    padding: 0 31.5px
}

.tf-btn.pd-14 {
    padding: 0 57px
}

.tf-btn.pd-15 {
    padding: 0 27px
}

.tf-btn.pd-16 {
    padding: 0 70px
}

.tf-btn.pd-17 {
    padding: 0 56px
}

.tf-btn.pd-18 {
    padding: 0 64px
}

.tf-btn.pd-19 {
    padding: 0 48px
}

.tf-btn.pd-20 {
    padding: 0 33.5px
}

.tf-btn.pd-21 {
    padding: 0 32.5px
}

.tf-btn.pd-22 {
    padding: 0 19.5px
}

.tf-btn.pd-23 {
    padding: 0 23px
}

.tf-btn.pd-24 {
    padding: 0 18.5px
}

.tf-btn.pd-25 {
    padding: 0 29.5px
}

.tf-btn.pd-26 {
    padding: 0 24px
}

.tf-btn.pd-27 {
    padding: 0 36px
}

.tf-btn.bg-color-primary {
    background-color: var(--color-red)
}

.tf-btn.bg-color-white {
    background-color: var(--White);
    color: var(--Primary)
}

.tf-btn.bg-color-secondary {
    background-color: var(--Secondary)
}

.tf-btn.style-border {
    border: 1px solid var(--Primary);
    color: var(--Primary);
    background-color: transparent
}

.tf-btn.style-border:after {
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
}

.tf-btn.style-border:hover {
    color: var(--Text-white)!important
}

.tf-btn.style-border:hover svg path {
    stroke: var(--Text-white)
}

.tf-btn.style-border.color-white {
    color: var(--Text-white);
    border-color: var(--Text-white)
}

.tf-btn.style-border.color-white:hover {
    border-color: var(--Primary);
    color: var(--Text-white)
}

.tf-btn.style-border.color-white:hover svg path {
    stroke: var(--Text-white)
}

.tf-btn.style-border.color-white:hover i {
    color: var(--Text-white)
}

.tf-btn.style-border.border2 {
    border-color: hsla(0,0%,100%,.1)
}

.tf-btn.style-2 {
    background-color: var(--Text-white);
    color: var(--Primary)
}

.tf-btn.btn-border {
    border: 1px solid var(--Primary)
}

.tf-btn:hover {
    background-color: transparent;
    color: var(--Text-white)!important
}

.tf-btn:hover:after {
    width: 115%
}

.tf-btn-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--Primary);
    gap: 8px;
    width: 100%;
}

.tf-btn-link span {
    position: relative
}

.tf-btn-link span:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    background: var(--Primary);
    height: 2px;
    transition: all .3s ease
}

.tf-btn-link i {
    transition: all .3s ease;
    transition-delay: .2s
}

.tf-btn-link:hover span:after {
    width: 100%
}

.tf-btn-link:hover i {
    transform: translateX(4px)
}

.tf-btn-link.style-hover-rotate:hover svg {
    transform: rotate(-90deg)
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: var(--Line)
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    transition: left .3s,top .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-base,.noUi-handle {
    transform: translateZ(0)
}

.noUi-horizontal {
    height: 4px
}

.noUi-horizontal .noUi-handle {
    position: relative;
    width: 22px!important;
    height: 22px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--Primary);
    border: 2px solid var(--White);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    cursor: pointer
}

.caption {
    margin-bottom: 10px
}

.noUi-background {
    background: var(--Line)
}

.noUi-connect {
    background: var(--Primary);
    transition: background .45s
}

.noUi-origin {
    border-radius: 0
}

.noUi-target {
    width: 100%;
    padding-right: 10px
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    cursor: default;
    box-sizing: border-box!important
}

[disabled] .noUi-connect,[disabled].noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,[disabled].noUi-origin {
    cursor: not-allowed
}

.slider-labels .caption {
    font-weight: 500;
    font-size: 16px
}

.widget-price .box-title-price {
    display: flex;
    gap: 4px
}

.widget-price .box-title-price span {
    font-size: 14px;
    line-height: 19.6px;
    color: var(--Heading)
}

.widget-price .caption-price .value {
    color: var(--Primary)
}

.widget-price.style-2 .box-title-price {
    color: #5c5e61
}

.widget-price.style-2 .box-title-price span {
    font-size: 14px;
    line-height: 22px;
    color: #5c5e61
}

.price.text-5 {
    color: var(--color-red) !important;
}

form {
    position: relative;
    z-index: 30
}

form .input.input-nl,form input[type=color],form input[type=date],form input[type=datetime-local],form input[type=datetime],form input[type=email],form input[type=month],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form input[type=time],form input[type=url],form input[type=week],form textarea {
    outline: 0;
    box-shadow: none;
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    background-color: var(--White);
    border: 1px solid var(--Line);
    border-radius: 16px;
    color: var(--Text);
    overflow: hidden;
    height: 54px;
    margin-bottom: 0
}

form .input.input-nl::placeholder,form input[type=color]::placeholder,form input[type=date]::placeholder,form input[type=datetime-local]::placeholder,form input[type=datetime]::placeholder,form input[type=email]::placeholder,form input[type=month]::placeholder,form input[type=number]::placeholder,form input[type=password]::placeholder,form input[type=search]::placeholder,form input[type=tel]::placeholder,form input[type=text]::placeholder,form input[type=time]::placeholder,form input[type=url]::placeholder,form input[type=week]::placeholder,form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: var(--Text)
}

form .input.input-nl.style-default,form input[type=color].style-default,form input[type=date].style-default,form input[type=datetime-local].style-default,form input[type=datetime].style-default,form input[type=email].style-default,form input[type=month].style-default,form input[type=number].style-default,form input[type=password].style-default,form input[type=search].style-default,form input[type=tel].style-default,form input[type=text].style-default,form input[type=time].style-default,form input[type=url].style-default,form input[type=week].style-default,form textarea.style-default {
    padding: 0;
    border: 0!important;
    border-radius: 0;
    background-color: transparent
}

form .input.input-nl.style-1,form input[type=color].style-1,form input[type=date].style-1,form input[type=datetime-local].style-1,form input[type=datetime].style-1,form input[type=email].style-1,form input[type=month].style-1,form input[type=number].style-1,form input[type=password].style-1,form input[type=search].style-1,form input[type=tel].style-1,form input[type=text].style-1,form input[type=time].style-1,form input[type=url].style-1,form input[type=week].style-1,form textarea.style-1 {
    font-size: 15px;
    border-radius: 0;
    padding: 18px 0 3px;
    border: 0;
    border-bottom: 2px solid var(--Border);
    color: var(--Soft-Text)
}

form button,form input[type=button],form input[type=reset],form input[type=submit] {
    background-color: transparent;
    overflow: hidden;
    padding: 0
}

form textarea {
    font-size: 16px;
    line-height: 22.4px;
    height: 148px
}

form .cols {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 24px;
    width: 100%;
    margin-bottom: 18px
}

form .cols fieldset {
    width: 100%
}

form label {
    font-size: 16px;
    line-height: 22.5px;
    font-weight: 600;
    color: var(--Heading);
    margin-bottom: 12px
}

.form-search {
    position: relative
}

.form-search fieldset input {
    padding-left: 46px
}

.form-search .button-submit {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 18px
}

.form-search .button-submit i {
    font-size: 18px;
    color: var(--Note);
    font-weight: 700
}

.form-search.style-2 fieldset input {
    height: 81px;
    background-color: var(--Heading);
    border: none;
    padding-left: 57px;
    color: var(--Text-white)
}

.form-search.style-2 fieldset input::placeholder {
    color: var(--Text-white)
}

.form-search.style-2 .button-submit {
    right: 8px;
    left: unset;
    top: 50%
}

.form-search.style-2 .tf-btn {
    height: 65px;
    border-radius: 16px;
    border: 1px solid var(--Primary);
    gap: 12px
}

.form-search.style-2 .tf-btn i {
    font-size: 24px;
    color: var(--White)
}

.form-search.style-2 .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px
}

.box-send .heading-box {
    margin-bottom: 24px
}

.box-send .heading-box .title {
    margin-bottom: 11px
}

.box-send label {
    color: var(--Heading);
    margin-bottom: 12px
}

.box-send .message {
    margin-bottom: 18px
}

.box-send .checkbox-item {
    margin-bottom: 20px
}

.box-send .checkbox-item label {
    padding-left: 29px;
    color: var(--Text);
    margin-bottom: 0
}

.form-pre-approved .cols {
    margin-bottom: 30px
}

.form-pre-approved .cols .wrap-input {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%
}

.form-pre-approved .cols .percent {
    width: 64px;
    flex: none;
    margin-top: 31px
}

.form-pre-approved .cols .input-percent {
    padding: 16px 14px
}

.form-pre-approved .cols .interest-rate,.form-pre-approved .cols .select {
    width: 50%
}

.form-pre-approved>p {
    margin-bottom: 33px;
    color: rgba(44,46,51,.6)
}

.form-pre-approved>p span {
    color: var(--Primary);
    font-weight: 700
}

.form-pre-approved .wrap-btn {
    display: flex;
    gap: 10px 24px;
    flex-wrap: wrap
}

.form-pre-approved .nice-select {
    color: var(--Heading)
}

.form-pre-approved .nice-select:after {
    background-image: url(/icons/arrow-down-2.svg)
}

.form-pre-approved fieldset input::placeholder {
    color: var(--Heading)
}

.form-contact {
    padding: 39px;
    border: 1px solid var(--Line);
    border-radius: 16px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07);
    background-color: var(--White)
}

.form-contact .heading-section {
    margin-bottom: 48px
}

.form-contact .cols {
    margin-bottom: 32px;
    gap: 33px
}

.form-contact fieldset input::placeholder {
    color: var(--Note)
}

.form-contact textarea {
    border-radius: 16px;
    margin-bottom: 32px
}

.form-contact .phone,.form-contact .select {
    width: 50%
}

.form-contact .nice-select {
    color: var(--Heading)
}

.form-contact-agent {
    padding: 28px 30px 29px;
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.05)
}

.form-contact-agent .wrap-btn {
    display: flex;
    gap: 24px
}

.form-contact-agent fieldset {
    margin-bottom: 12px
}

.form-contact-agent fieldset input,.form-contact-agent fieldset input::placeholder,.form-contact-agent fieldset textarea,.form-contact-agent fieldset textarea::placeholder {
    font-size: 14px;
    line-height: 22px
}

.form-contact-agent textarea {
    height: 130px;
    margin-bottom: 18px
}

.form-contact-agent.style-2 {
    box-shadow: unset;
    border: 1px solid var(--Line)
}

.form-contact-seller {
    background-color: var(--White);
    /* padding: 30px; */
    padding: 15px;
    border-radius: 16px;
    border: 1px solid var(--Line);
}

.form-contact-seller .seller-info {
    display: flex !important;
    align-items: stretch !important; 
    justify-content: space-between !important;
    gap: 15px; 
    margin-bottom: 8px
}

.form-contact-seller .seller-info .content {
    text-align: right;
    flex: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-contact-seller .seller-info .avartar {
    display: block !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 150px !important;     
    min-height: 150px !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    border-radius: 16px;
}

.form-contact-seller .seller-info .name {
    margin-bottom: 12px
}

.form-contact-seller .seller-info .contact li {
    display: flex;
    /* align-items: center; */
    justify-content: end;
    gap: 4px;
    color: var(--Text);
}

.form-contact-seller .seller-info .contact li span {
    font-size: 14px;
}

.form-contact-seller .seller-info .contact li:not(:last-child) {
    margin-bottom: 6px
}

.form-contact-seller .seller-info .contact li i {
    font-size: 16px
}

.form-contact-seller .seller-info .contact li span {
    line-height: 19.6px;
    margin-top: 10px;
    color: var(--Primary)
}

.form-contact-seller .seller-info .contact li a {
    color: var(--color-red)
}

.form-contact-seller .seller-info .contact li a:hover {
    color: var(--Primary)
}

.form-contact-seller .seller-info .contact li a {
    font-size: 18px;
}

ul.extra-details-list.grid-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 2px 20px !important; 
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important; 
}

ul.extra-details-list.grid-3 li {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}

ul.extra-details-list.grid-3 li i {
    color: var(--Primary);
}

@media (max-width: 768px) {
    ul.extra-details-list.grid-3 {
        grid-template-columns: repeat(2, 1fr) !important; 
    }
}

@media (max-width: 480px) {
    ul.extra-details-list.grid-3 {
        grid-template-columns: 1fr !important; 
    }
}

.form-contact-seller fieldset input,.form-contact-seller fieldset input::placeholder,.form-contact-seller fieldset textarea,.form-contact-seller fieldset textarea::placeholder {
    font-size: 14px;
    line-height: 22px
}

.form-contact-seller textarea {
    height: 130px
}

.form-add-review .checkbox-item label {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400
}

.form-advanced-search {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #ececec;
    background-color: var(--White)
}

.form-advanced-search fieldset {
    position: relative
}

.form-advanced-search fieldset input,.form-advanced-search fieldset input::placeholder {
    font-size: 14px;
    line-height: 22px
}

.form-advanced-search fieldset .icon {
    position: absolute;
    font-size: 16px;
    right: 16px;
    top: 57%;
    transform: translateY(-50%)
}

.form-advanced-search .nice-select {
    font-size: 14px;
    line-height: 22px
}

.sib-form {
    padding: 0;
    font-family: Lexend,sans-serif
}

.sib-form #sib-container,.sib-form .sib-form-block {
    background-color: transparent;
    padding: 0
}

.sib-form fieldset .input.input-nl {
    padding: 0 18px;
    max-width: 100%;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 10px;
    background-color: transparent
}

.sib-form .clickable__icon {
    height: 1.5rem;
    vertical-align: bottom;
    width: 1.5rem
}

.sib-form .sib-text-form-block {
    margin-bottom: 16px
}

.sib-form .entry__error {
    font-size: 12px;
    line-height: 16.8px
}

.sib-form .form__label-row {
    margin-top: 10px
}

.sib-form .tf-btn {
    height: 54px;
    border-radius: 10px;
    margin-bottom: 16px;
    border: 1px solid var(--Primary)!important
}

.sib-form .tf-btn:hover {
    border: 1px solid var(--Primary)
}

.sib-form .checkbox-item label .btn-checkbox:after {
    top: -2px
}

.sib-form .checkbox-item span {
    color: var(--Text)
}

.form-get-in-touch {
    padding: 20px;
    border-radius: 16px;
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    background-color: var(--White)
}

.form-get-in-touch .grid-2 {
    gap: 15px
}

.form-get-in-touch fieldset input {
    border-radius: 999px
}

.form-get-in-touch.style-2 {
    background-color: var(--Heading)
}

.form-get-in-touch.style-2 fieldset input,.form-get-in-touch.style-2 textarea {
    background: hsla(0,0%,100%,.122);
    border: none;
    color: var(--Note)
}

.form-get-in-touch.style-2 fieldset input::placeholder,.form-get-in-touch.style-2 textarea::placeholder {
    color: var(--Note)
}

.style-pagination {
    position: relative
}

.style-pagination .swiper-pagination {
    position: unset;
    display: flex;
    gap: 20px
}

.style-pagination .swiper-pagination.pagination-layout,.style-pagination .swiper-pagination.pagination-testimonial-1 {
    display: none
}

.style-pagination .swiper-pagination-bullet {
    position: relative;
    background: #e4e4e4;
    opacity: 1;
    transition: all .3s ease
}

.style-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 999px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--Primary)
}

.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 999px;
    border: 1px solid var(--Primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.style-pagination.dot-white .swiper-pagination-bullet {
    position: relative;
    background: var(--Heading);
    opacity: 1;
    transition: all .3s ease
}

.style-pagination.dot-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--White)
}

.style-pagination.dot-white .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    border: 1px solid var(--White)
}

.sw-wrap-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px
}

.sw-wrap-btn .sw-pagination {
    width: max-content
}

.sw-button {
    position: unset;
    border-radius: 999px;
    color: var(--White);
    background-color: var(--White);
    transition: all .3s ease;
    height: 58px;
    width: 58px;
    border: 1px solid var(--Line);
    margin-top: unset;
    top: 50%
}

.sw-button i {
    font-size: 24px;
    color: var(--Text);
    transition: all .3s ease
}

.sw-button:hover {
    background-color: var(--Primary)
}

.sw-button:hover i {
    color: var(--White)
}

.sw-button:hover svg path {
    stroke: var(--White)
}

.sw-button.style-2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    border: none;
    background: rgba(0,0,0,.5);
    font-size: 24px;
    transform: translateY(-50%)
}

.sw-button.style-2.swiper-button-prev {
    left: 16px
}

.sw-button.style-2.swiper-button-next {
    right: 16px
}

.sw-button.style-3 {
    width: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    border: none;
    background-color: var(--Primary)
}

.sw-button.style-3 svg path {
    stroke: var(--White)
}

.sw-button.style-3:hover {
    background-color: var(--White)
}

.sw-button.style-3:hover svg path {
    stroke: var(--Heading)
}

.sw-button.style-3.swiper-button-disabled {
    opacity: 1;
    background-color: var(--White)
}

.sw-button.style-3.swiper-button-disabled svg path {
    stroke: var(--Heading)
}

.sw-button.style-3.swiper-slide-thumb-active {
    background-color: var(--Primary)
}

.sw-button.style-3.swiper-slide-thumb-active svg path {
    stroke: var(--White)
}

.sw-button.style-4 {
    background-color: var(--White);
    border: none
}

.sw-button.style-4:hover {
    background-color: var(--Primary)
}

.sw-button.style-4:hover svg path {
    stroke: var(--White)
}

.sw-button.style-5 {
    border: 1px solid var(--border);
    background-color: var(--Heading)
}

.sw-button.style-5:hover {
    background-color: var(--White)
}

.sw-button.style-5:hover i {
    color: var(--Heading)
}

.swiper-button-next:after,.swiper-button-prev:after {
    display: none
}

.thumbs-sw-pagi .swiper-slide {
    width: auto
}

.thumbs-sw-pagi .img-thumb-pagi {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer
}

.thumbs-sw-pagi.style-2 {
    max-width: 963px;
    margin: -64px auto 0
}

.sw-single .image-wrap img,.sw-thumbs-sigle .image-wrap img {
    width: 100%
}

.tf-slider.style-1 .thumbs-sw-pagi-2 {
    max-width: 496px;
    margin-right: 0;
    margin-left: 0
}

.tf-slider.style-1 .pagination-thumbs {
    max-width: 496px
}

.tf-slider.style-1 .hero-thumbs-1 {
    max-width: 1074px
}

.tf-slider.style-1 .hero-thumbs-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tf-slider.style-1 .img-thumb-pagi {
    width: 240px;
    height: 110px;
    border-radius: 999px;
    overflow: hidden
}

.tf-slider.style-1 .img-thumb-pagi img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tf-slider.style-1 .wrap-pagination {
    margin-top: -96px
}

.tf-slider.style-1 .pagination {
    position: relative;
    cursor: pointer
}

.tf-slider.style-1 .bot {
    display: flex;
    justify-content: space-between;
    gap: 20px 0
}

.tf-slider.style-2 .wrap-pagination-thumbs {
    position: relative;
    max-width: 620px
}

.tf-slider.style-2 .swiper-slide {
    height: auto;
    max-height: max-content
}

.tf-slider.style-2 .sw-button {
    position: absolute;
    transform: translateY(-50%);
    z-index: 299
}

.tf-slider.style-2 .sw-button.sw-thumbs-prev-2 {
    left: -29px
}

.tf-slider.style-2 .sw-button.sw-thumbs-next-2 {
    right: -29px
}

.tf-slider.style-3 {
    display: flex;
    gap: 32px
}

.tf-slider.style-3 .thumbs-sw-pagi-3 {
    width: 100%;
    max-width: 908px;
    max-height: 357px;
    margin-left: 0;
    margin-right: 0
}

.tf-slider.style-3 .thumbs-sw-pagi-3 .swiper-wrapper {
    max-height: 357px
}

.tf-slider.style-3 .thumbs-sw-pagi-3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 30px rgba(0,0,0,.2);
    border-radius: 24px
}

.tf-slider.style-3 .thumbs-sw-pagi-3 .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tf-slider.style-3 .hero-thumbs-1 {
    max-width: 830px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px
}

.tf-slider.style-3 .hero-thumbs-2 {
    width: 100%;
    max-width: 924px;
    border-radius: 24px;
    height: 100%
}

.tf-slider.style-3 .hero-thumbs-2 .swiper-slide {
    height: auto
}

.tf-slider.style-3 .hero-thumbs-2 .property-wrap {
    height: 100%
}

.tf-slider.style-3 .hero-thumbs-2 .property-wrap .slide-inner {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.flat-account {
    display: flex;
    border-radius: 30px;
    overflow: hidden
}

.flat-account .banner-account {
    max-width: 380px;
    width: 100%;
    flex-shrink: 0
}

.flat-account .banner-account img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.flat-account .form-account {
    flex-grow: 1;
    padding: 40px
}

.flat-account .form-account .box-fieldset:not(:last-child),.flat-account .form-account .box:not(:last-child) {
    margin-bottom: 30px
}

.flat-account .form-account .box-fieldset label {
    margin-bottom: 10px
}

.flat-account .form-account .box-fieldset .text-forgot {
    margin-top: 18px
}

.flat-account .form-account .ip-field {
    position: relative
}

.flat-account .form-account .ip-field .icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.flat-account .form-account .ip-field input {
    padding-left: 46px
}

.flat-account .box-btn .text {
    margin-top: 18px
}

.flat-account .group-btn {
    display: flex;
    gap: 10px
}

.flat-account .group-btn .btn-social {
    width: 50%;
    font-weight: 600;
    color: #3a3a3c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--Line);
    border-radius: 999px
}

.flat-account .group-btn .btn-social:hover {
    color: var(--White);
    background-color: var(--Primary)
}

.modal {
    z-index: 9999
}

.modal .title-box {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal .title-box .close-modal {
    font-size: 18px;
    cursor: pointer;
    transition: all .3s ease
}

.modal .title-box .close-modal:hover {
    transform: rotate(90deg);
    color: var(--Primary)
}

.modal-content {
    border-radius: 30px;
    overflow: hidden
}

.popup-setting {
    position: fixed;
    right: -150px;
    top: 150px;
    width: 150px;
    background-color: var(--White);
    z-index: 999;
    box-shadow: 0 10px 25px rgba(54,95,104,.1);
    transition: all .3s ease;
    direction: ltr
}

.popup-setting.show {
    right: 0
}

.popup-setting .btn-setting {
    background-color: var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
    top: 0;
    outline: 0
}

.popup-setting .btn-setting a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White);
    animation: rotate 3s linear infinite;
    font-size: 26px
}

.popup-setting .popup-setting-container {
    padding: 15px 0 15px 15px
}

.popup-setting .popup-setting-container .title {
    display: block
}

.offcanvas-search {
    height: max-content!important;
    background-color: var(--White);
    z-index: 99999
}

.offcanvas-search>.btn-close-search {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--Primary);
    color: var(--Primary);
    border-radius: 8px;
    transition: all .3s ease
}

.offcanvas-search>.btn-close-search:hover {
    background-color: var(--Primary);
    color: var(--Text-white)
}

.offcanvas-search .offcanvas-body {
    padding: 60px 0
}

.offcanvas-search .form-search-courses {
    overflow: hidden;
    border-radius: 4px
}

.offcanvas-search .form-search-courses .button-submit button {
    position: absolute;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border-radius: 4px
}

.offcanvas-search fieldset input {
    border-radius: 4px
}

.page-layout {
    display: flex
}

.page-layout .main-content {
    padding-left: 280px;
    transition: all .4s ease
}

.page-layout .main-content-inner {
    padding: 111px 56px 0
}

.page-layout .main-content-inner.style-2 {
    width: 100%
}

.page-layout .main-content-inner.style-3 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page-layout .main-content-inner .box-btn {
    display: flex;
    justify-content: center;
    gap: 10px
}

.page-layout .flat-counter-v2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 20px
}

.page-layout .flat-counter-v2 .counter-box {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: var(--White);
    padding: 20px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.039);
    border-radius: 16px
}

.page-layout .flat-counter-v2 .counter-box .box-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--Sub-primary-2)
}

.page-layout .flat-counter-v2 .counter-box .box-icon svg path {
    color: var(--Primary)
}

.page-layout .flat-counter-v2 .counter-box .title-count {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: 600;
    color: var(--Heading)
}

.page-layout .flat-counter-v2 .counter-box .number {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: var(--Heading)
}

.page-layout .flat-counter-v2 .box-count .text {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 11px
}

.page-layout .footer-dashboard {
    padding: 30px 0;
    display: flex;
    justify-content: space-between
}

.page-layout .footer-dashboard p {
    color: var(--Text-5);
    font-weight: 600;
    opacity: .5;
    font-family: Manrope,sans-serif
}

.page-layout .footer-dashboard .list {
    display: flex;
    gap: 12px
}

.page-layout .footer-dashboard .list li a {
    color: var(--Text-5);
    font-family: Manrope,sans-serif;
    opacity: .5;
    line-height: 19.6px
}

.page-layout .footer-dashboard .list li a:hover {
    color: var(--Primary)
}

.page-layout .footer-dashboard .list li:not(:last-child) {
    position: relative
}

.page-layout .footer-dashboard .list li:not(:last-child):after {
    position: absolute;
    content: "/";
    color: var(--Text-5);
    opacity: .5;
    right: -10px
}

.sidebar-menu-dashboard {
    position: fixed;
    min-width: 304px;
    background: var(--White);
    top: 78px;
    padding: 32px;
    overflow-y: auto;
    z-index: 998;
    height: 100%;
    transition: all .4s ease;
    transform: translateX(0)
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:not(:last-child) {
    margin-bottom: 6px
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link,.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link {
    background-color: var(--Primary);
    color: var(--White)!important
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link svg path,.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link svg path {
    stroke: var(--White)
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 34px;
    color: var(--Heading)
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link svg path {
    transition: all .3s ease
}

.sidebar-menu-dashboard::-webkit-scrollbar {
    width: 2px
}

.overlay-dashboard {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(22,30,45,.3);
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0
}

.show-mb {
    margin-bottom: 30px;
    display: none
}

.widget-box-2 {
    padding: 30px;
    border-radius: 16px;
    background-color: var(--White);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.039)
}

.widget-box-2 .title {
    margin-bottom: 20px
}

.widget-box-2 .box-agent-account {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--Line)
}

.widget-box-2 .box-agent-account h6 {
    margin-bottom: 15px
}

.widget-box-2 .box-agent-account .note {
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff3cd;
    margin-bottom: 15px
}

.widget-box-2 .box-agent-avt {
    display: flex;
    align-items: center;
    gap: 30px
}

.widget-box-2 .box-agent-avt .avatar {
    flex-shrink: 0;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden
}

.widget-box-2 .box-agent-avt p {
    margin-bottom: 15px
}

.widget-box-2 .box-agent-avt .box-ip {
    border-radius: 16px;
    border: 1px solid var(--Line);
    padding: 10px;
    width: 100%;
    max-width: 340px;
    margin-bottom: 15px
}

.widget-box-2 .box-agent-avt .box-ip input {
    width: 100%
}

.widget-box-2 .box-agent-avt .img-poster {
    width: 100%;
    max-width: 350px
}

.widget-box-2 .box:not(:last-child) {
    margin-bottom: 30px
}

.widget-box-2 .flat-pricing {
    max-width: 366px
}

.widget-box-2 .btn-add-floor {
    margin-top: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid var(--Primary);
    color: var(--Primary);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.widget-box-2 .btn-add-floor:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.widget-box-2.style-2 {
    box-shadow: unset;
    background-color: unset
}

.widget-box-2 .nice-select {
    font-size: 16px;
    line-height: 22.4px
}

.wrap-table {
    margin-top: 20px
}

.wrap-table thead tr {
    background-color: var(--Heading)
}

.wrap-table thead tr th {
    color: var(--White);
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 600;
    padding: 8px 30px 8px 14px
}

.wrap-table thead tr th:first-child {
    width: 55%
}

.wrap-table thead tr th:not(:last-child) {
    position: relative
}

.wrap-table thead tr th:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    background-color: hsla(0,0%,100%,.1);
    width: 1px
}

.wrap-table thead tr th:not(:first-child) {
    padding-left: 30px;
    padding-right: 30px
}

.wrap-table thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.wrap-table thead tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.wrap-table table tbody td {
    padding: 16px;
    align-content: flex-start;
    border-bottom: 1px solid var(--Line)
}

.wrap-table table tbody td:first-child {
    padding-left: 0
}

.wrap-table table tbody td:not(:last-child) {
    position: relative
}

.wrap-table table tbody td:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    bottom: 16px;
    background-color: var(--Line);
    width: 1px
}

.wrap-table table tbody td:not(:first-child) {
    padding-left: 30px;
    padding-right: 30px
}

.wrap-table .listing-box {
    display: flex;
    gap: 20px
}

.wrap-table .listing-box .images {
    width: 168px;
    border-radius: 8px;
    overflow: hidden
}

.wrap-table .listing-box .content .title {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 600
}

.wrap-table .listing-box .content .text-date {
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 16px;
    color: var(--Text-5)
}

.wrap-table .status-wrap .btn-status {
    width: 78px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 23px;
    height: 23px;
    font-weight: 800;
    color: var(--White);
    background-color: #25c55b;
    text-align: center
}

.wrap-table .status-wrap .btn-status.pending {
    background-color: #ee6742
}

.wrap-table .status-wrap .btn-status.sold {
    background-color: #6e55ff
}

.wrap-table .list-action li:not(:last-child) {
    margin-bottom: 8px
}

.wrap-table .list-action .item {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 600
}

.wrap-table .list-action .item .icon {
    font-size: 20px
}

.wrap-table .wd-navigation {
    padding-top: 16px
}

.wd-filter {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Line)
}

.wd-filter .nice-select,.wd-filter input {
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: var(--Heading);
    height: 54px
}

.wd-filter .nice-select:focus,.wd-filter input:focus {
    border-color: var(--Line)
}

.wd-filter .ip-group.icon-left {
    position: relative
}

.wd-filter .ip-group.icon-left input {
    padding-left: 46px
}

.wd-filter .ip-group.icon-left .icon {
    position: absolute;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    color: var(--Heading)
}

.wd-chart .wd-filter-date {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Line)
}

.wd-chart .wd-filter-date,.wd-chart .wd-filter-date .left,.wd-chart .wd-filter-date .right {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.wd-chart .wd-filter-date .right {
    flex-grow: 1
}

.wd-chart .wd-filter-date .right form {
    width: calc(50% - 14px)
}

.wd-chart .wd-filter-date .dates {
    padding: 10px 18px;
    text-align: center;
    min-width: 86px;
    border-radius: 999px;
    border: 1px solid var(--Line);
    transition: all .3s ease;
    font-size: 16px;
    line-height: 22.4px;
    cursor: pointer
}

.wd-chart .wd-filter-date .dates:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.wd-chart .wd-filter-date .ip-group {
    flex-grow: 1
}

.wd-chart .wd-filter-date .ip-group input {
    padding: 10px 16px
}

.wd-chart .wd-filter-date .ip-group input:focus {
    border-color: var(--Line)
}

.mess-box .title {
    margin-bottom: 14px
}

.mess-box .mess-item {
    display: grid;
    grid-gap: 12px;
    gap: 12px
}

.mess-box .mess-item .user-box {
    display: flex;
    align-items: center;
    gap: 12px
}

.mess-box .mess-item .user-box .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden
}

.mess-box .mess-item .user-box .content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.mess-box .mess-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef
}

.mess-box .list-star {
    gap: 2px
}

.mess-box .list-star .icon {
    font-size: 14px
}

.flat-dashboard .titles {
    margin-bottom: 13px
}

.flat-dashboard .tf-new-listing {
    width: 100%;
    margin-right: 20px
}

.flat-dashboard .tf-new-listing .wrap-listing tbody tr td {
    padding: 16px 30px 16px 12px
}

thead tr {
    background-color: var(--Text-5);
    color: #fff;
    border-radius: 8px
}

table.table-save-search tr th {
    width: 15%
}

table.table-save-search tr th:first-child {
    width: 15%;
    padding-left: 14px
}

table.table-save-search tr th:nth-child(2) {
    width: 40%
}

.box-uploadfile .uploadfile {
    border-radius: 16px;
    border: 2px dashed #e5e5ea;
    padding: 95px 30px
}

.box-img-upload {
    display: flex;
    gap: 20px;
    overflow: auto
}

.box-img-upload .item-upload {
    flex-shrink: 0;
    border-radius: 10px;
    width: 194px;
    height: 109px;
    overflow: hidden;
    position: relative
}

.box-img-upload .item-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box-img-upload .item-upload .icon {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(0,0,0,.5);
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White);
    cursor: pointer
}

.uploadfile {
    width: 100%;
    margin-bottom: 14px
}

.uploadfile .icon {
    margin-bottom: 8px;
    font-size: 80px;
    color: var(--Primary)
}

.uploadfile .btn-upload {
    position: relative;
    margin-bottom: 15px
}

.uploadfile .btn-upload .ip-file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.uploadfile.style-1 .icon {
    color: var(--Line)
}

.box-fieldset label {
    margin-bottom: 8px
}

.box-fieldset .nice-select {
    padding: 15px 18px
}

.box-fieldset .box-ip {
    position: relative
}

.box-fieldset .box-ip .btn-location {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.box-fieldset .box-ip .btn-location .icon {
    font-size: 20px
}

.box-fieldset .map {
    margin-top: 20px;
    height: 456px;
    border-radius: 16px;
    overflow: hidden
}

.box-fieldset .textarea {
    height: 130px
}

.box-amenities-property {
    display: grid;
    grid-gap: 30px;
    gap: 30px;
    grid-template-columns: 1fr
}

.box-amenities-property .title-amenities {
    margin-bottom: 20px
}

.box-amenities-property .list-amenities {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    gap: 16px
}

.box-amenities-property .amenities-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.box-amenities-property .amenities-item input {
    flex-shrink: 0
}

.box-amenities-property .amenities-item .text-cb-amenities {
    font-weight: 400
}

.box-floor-property {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 16px
}

.box-floor-property .box-floor-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 38px 30px;
    background-color: var(--White);
    border-radius: 12px;
    margin-bottom: 0
}

.box-floor-property .box-floor-img .btn-upload {
    margin-bottom: 0
}

.box-floor-property .top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Line)
}

.box-floor-property .top .icon {
    font-size: 20px
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    white-space: nowrap!important;
    transition: all .3s ease
}

.show-mb span {
    color: var(--Primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.blog-article-item {
    padding-bottom: 31px;
    border-bottom: 1px solid var(--Line)
}

.blog-article-item .image-wrap {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative
}

.blog-article-item .image-wrap a,.blog-article-item .image-wrap a img {
    width: 100%
}

.blog-article-item .box-tag {
    position: absolute;
    background-color: var(--Primary);
    padding: 4px 12px;
    border-radius: 999px;
    left: 8px;
    top: 8px
}

.blog-article-item .time {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px
}

.blog-article-item .time p {
    color: var(--Heading)
}

.blog-article-item .time i {
    font-size: 18px
}

.blog-article-item .title {
    margin-bottom: 18px;
    letter-spacing: -.2px
}

.blog-article-item .description {
    margin-bottom: 18px
}

.blog-article-item .tf-btn-link i {
    font-size: 20px
}

.blog-article-item.style-2 {
    padding-bottom: 0;
    border-bottom: unset
}

.blog-article-item.style-2 .image-wrap {
    border-radius: 16px;
    margin-bottom: 32px
}

.blog-article-item.style-2 .image-wrap img {
    min-height: 163px
}

.blog-article-item.style-3 {
    padding-bottom: 0;
    border-bottom: unset
}

.blog-article-item.style-3 .title {
    margin-bottom: 31px
}

.blog-article-item.style-3 .image-wrap {
    border-radius: 16px;
    margin-bottom: 33px
}

.blog-article-item.style-3 .time {
    margin-bottom: 16px
}

.blog-article-item.style-3 .box-tag {
    right: 24px;
    bottom: -16px;
    left: unset;
    top: unset
}

.tf-sidebar .sidebar-item {
    margin-bottom: 40px
}

.tf-sidebar .sidebar-item .sidebar-title {
    margin-bottom: 22px
}

.tf-sidebar .sidebar-categories ul li a {
    padding: 8px 0 10px
}

.tf-sidebar .sidebar-categories ul li:not(:last-child) {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 8px
}

.tf-sidebar .sidebar-featured>ul>li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--Line)
}

.tf-sidebar .sidebar-featured.style-2 {
    padding: 30px;
    border: 1px solid var(--Line);
    border-radius: 16px
}

.tf-sidebar .sidebar-newslatter .sidebar-title {
    margin-bottom: 19px
}

.tf-sidebar .sidebar-newslatter p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 21px;
    color: var(--Text)
}

.tf-sidebar .sidebar-newslatter fieldset input {
    padding-left: 15px
}

.tf-sidebar .sidebar-newslatter .button-submit {
    right: 18px;
    left: unset
}

.tf-sidebar .sidebar-newslatter .button-submit i {
    color: var(--Primary)
}

.tf-sidebar .sidebar-tags .sidebar-title {
    margin-bottom: 39px
}

.tf-sidebar .sidebar-tags .tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tf-sidebar .sidebar-tags .tags-item {
    display: inline-block;
    padding: 10px 16px;
    color: var(--Text);
    line-height: 19.6px;
    border-radius: 99px;
    border: 1px solid var(--Line)
}

.tf-sidebar .sidebar-tags .tags-item:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.tf-sidebar .sidebar-location .wrap-box-location {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    gap: 10px
}

.tf-sidebar .sidebar-ads {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.tf-sidebar .sidebar-ads .image-wrap img {
    width: 100%;
    object-fit: cover
}

.tf-sidebar .sidebar-ads .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 136px;
    height: 42px
}

.tf-sidebar .sidebar-ads .box-ads {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 30px
}

.tf-sidebar .sidebar-ads .box-ads .content,.tf-sidebar .sidebar-ads .box-ads .title {
    margin-bottom: 20px
}

.tf-sidebar .sidebar-ads .box-ads .title a,.tf-sidebar .sidebar-ads .box-ads p {
    color: var(--Text-white)
}

.tf-sidebar .sidebar-ads:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,rgba(88,41,0,0),#582900);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tf-sidebar .box-contact-agent {
    display: flex;
    gap: 16px;
    align-items: center
}

.tf-sidebar .box-contact-agent .avatar {
    height: 65px;
    width: 65px
}

.tf-sidebar .box-contact-agent .content h6 {
    line-height: 25.2px
}

.tf-sidebar .box-contact-agent .content a {
    color: var(--Text)
}

.tf-sidebar .box-contact-agent .content a:hover {
    color: var(--Primary)
}

.tf-sidebar .wrap-contact-agents .box-contact-agent:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--Line)
}

.box-listings {
    display: flex;
    gap: 16px
}

.box-listings .image-wrap {
    width: 112px;
    flex: none;
    border-radius: 12px;
    overflow: hidden
}

.box-listings .title {
    margin-bottom: 10px
}

.box-listings p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 16.8px;
    color: var(--Note)
}

.box-listings p i {
    font-size: 16px
}

.box-listings.style-2 {
    gap: 12px
}

.box-listings.style-2 .image-wrap {
    height: 80px
}

.box-listings.style-2 .title {
    margin-bottom: 6px
}

.box-listings.style-2 .meta-list {
    margin-bottom: 10px
}

.box-listings.style-2 .price {
    color: var(--Primary)
}

.box-listings.style-2 .content a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.box-listings.style-3 {
    background-color: var(--White);
    padding-top: 20px;
    padding-bottom: 20px
}

.box-listings.style-3 p {
    font-size: 16px;
    line-height: 22.4px;
    gap: 8px
}

.box-listings.style-3 p i {
    font-size: 18px
}

.box-listings.style-3 .heading {
    margin-bottom: 30px
}

.box-listings.style-3 .info {
    gap: 20px;
    margin-bottom: 30px
}

.box-listings.style-3 .img-style {
    border-radius: 24px;
    overflow: hidden
}

.box-listings.style-3 .img-style img {
    width: 100%;
    object-fit: cover
}

.wrap-blog-list .blog-article-item:not(:last-child) {
    margin-bottom: 32px
}

.section-blog-list {
    margin-bottom: 80px
}

.section-blog-list .tf-sidebar .sidebar-tags .sidebar-title {
    margin-bottom: 18px
}

.section-blog-list .wg-pagination {
    margin-top: 25px
}

.box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 20px 10px;
    flex-wrap: wrap
}

.box-title .group-layout,.box-title .right {
    display: flex;
    gap: 10px
}

.box-title .btn-layout {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid var(--Line)
}

.box-title .btn-layout.active,.box-title .btn-layout:hover {
    background-color: var(--Primary)
}

.box-title .btn-layout.active svg path,.box-title .btn-layout:hover svg path {
    stroke: var(--White)
}

.box-title .filter-popup {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    gap: 8px;
    font-size: 14px;
    line-height: 21px;
    color: var(--Heading);
    border-radius: 10px;
    border: 1px solid var(--Line);
    transition: all .3s ease;
    cursor: pointer
}

.box-title .filter-popup:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.box-title .filter-popup:hover svg path {
    stroke: var(--White)
}

.box-title .nice-select {
    width: 179px;
    height: 40px;
    border-radius: 10px;
    padding: 0 18px;
    display: flex;
    align-items: center
}

.box-title .nice-select:after {
    right: 18px
}

.box-title .nice-select>span {
    font-size: 14px;
    line-height: 21px;
    color: var(--Heading)
}

.box-title.style-2 .nice-select {
    height: 54px;
    width: 100%;
    padding: 0 16px;
    border-radius: 16px
}

.section-blog-grid {
    margin-bottom: 80px
}

.section-blog-grid .grid-layout-3 {
    gap: 56px 40px;
    margin-bottom: 56px
}

.section-blog-grid .wg-pagination {
    padding-top: 26px;
    border-top: 1px solid var(--Line)
}

.section-blog-details {
    margin-bottom: -20px
}

.section-blog-details .heading {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 30px
}

.section-blog-details .heading .title-heading {
    margin-bottom: 16px
}

.section-blog-details .meta {
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.section-blog-details .meta .meta-item {
    gap: 6px
}

.section-blog-details .image-wrap {
    border-radius: 16px;
    overflow: hidden
}

.section-blog-details .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-blog-details .quote {
    padding: 27px 25px 26px;
    background-color: var(--Color-6);
    border-left: 4px solid var(--Primary);
    border-radius: 10px;
    margin-bottom: 20px
}

.section-blog-details .quote p {
    color: var(--Primary)
}

.section-blog-details .quote .author {
    font-weight: 600;
    margin-top: 20px
}

.section-blog-details .group-image {
    margin-bottom: 20px;
    display: flex;
    gap: 20px
}

.section-blog-details .group-image .image-wrap {
    width: 100%
}

.section-blog-details .tag-wrap {
    padding-top: 17px;
    border-top: 1px solid var(--Line);
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 10px 20px
}

.section-blog-details .tag-wrap .tags {
    display: flex;
    align-items: center;
    gap: 12px
}

.section-blog-details .tag-wrap .tags a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--Line)
}

.section-blog-details .tag-wrap .tags a:hover {
    color: var(--White);
    background-color: var(--Primary)
}

.section-blog-details .tag-wrap .wrap-social {
    gap: 9px
}

.section-related-posts {
    margin-bottom: 80px
}

.section-related-posts .heading {
    line-height: 33.6px;
    margin-bottom: 24px
}

.section-related-posts .grid-layout-3 {
    gap: 40px
}

.wg-testimonial {
    padding: 24px 24px 21px;
    border: 1px solid var(--Line);
    border-radius: 20px;
    transition: all .3s ease
}

.wg-testimonial .avatar {
    width: 90px;
    height: 90px;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto 16px
}

.wg-testimonial .ratings {
    margin-bottom: 26px
}

.wg-testimonial .ratings i {
    color: #ffa800
}

.wg-testimonial .description {
    margin-bottom: 21px
}

.wg-testimonial .author .name {
    margin-bottom: 3px
}

.wg-testimonial.has-bg {
    background: var(--Sub-primary-3)
}

.wg-testimonial.has-bg .author .name {
    margin-bottom: 5px
}

.wg-testimonial:hover {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07)
}

.wg-testimonial.style-2 {
    padding: 24px 23px
}

.wg-testimonial.style-2 .author {
    display: flex;
    align-items: center;
    gap: 12px
}

.wg-testimonial.style-2 .ratings {
    margin-bottom: 15px
}

.wg-testimonial.style-2 .description {
    margin-bottom: 22px
}

.wg-testimonial.style-2 .avatar {
    width: 60px;
    height: 60px;
    margin: 0
}

.wg-testimonial.style-2 .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wg-testimonial.style-3 {
    padding: 32px;
    border: none;
    transition: all .3s ease
}

.wg-testimonial.style-3:hover {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07)
}

.wg-testimonial.style-4 {
    padding: 31px 27px 30px
}

.wg-testimonial.style-4 .avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 31px
}

.wg-testimonial.style-4 .description {
    margin-bottom: 31px
}

.wg-testimonial.style-4 .ratings {
    margin-bottom: 16px
}

.wg-testimonial.style-4 .author .name {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 24.2px
}

.wg-testimonial.style-5 {
    border: 1px solid var(--border);
    background-color: var(--Heading);
    padding: 32px 32px 21px
}

.wg-testimonial.style-5 .avatar {
    margin: 0;
    height: 56px;
    width: 56px
}

.wg-testimonial.style-5 .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wg-testimonial.style-5 .description {
    margin-bottom: 56px
}

.wg-testimonial.style-5 .author {
    display: flex;
    gap: 16px;
    align-items: center
}

.wg-testimonial.style-5.style-bg-white {
    background-color: var(--White);
    border: 1px solid var(--Line)
}

.wg-testimonial.style-6 {
    padding: 48px 47px;
    background-color: var(--White);
    border: none
}

.wg-testimonial.style-6 .description {
    color: var(--Text);
    line-height: 25.2px;
    font-weight: 400
}

.wg-testimonial.style-6 .ratings i,.wg-testimonial.style-6 P {
    transition: all .3s ease
}

.wg-testimonial.style-6:hover {
    background-color: var(--Primary)
}

.wg-testimonial.style-6:hover .ratings i,.wg-testimonial.style-6:hover a,.wg-testimonial.style-6:hover p {
    color: var(--White)!important
}

.wg-testimonial.style-no-boder {
    border: none;
    padding: 32px 24px 21px
}

.wg-testimonial.style-no-boder .avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 31px
}

.wg-testimonial.style-no-boder .description {
    margin-bottom: 31px
}

.wg-testimonial.style-no-boder .author .name {
    font-size: 20px;
    line-height: 24.2px
}

.wg-testimonial.style-no-boder .ratings {
    margin-bottom: 16px
}

.tf-faq .faq-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Line)
}

.tf-faq .faq-header {
    display: inline-block;
    line-height: 25.2px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tf-faq .faq-header i {
    transition: all .3s ease
}

.tf-faq .faq-header:not(.collapsed) {
    color: var(--Primary)
}

.tf-faq .faq-header:not(.collapsed) i {
    transform: rotate(-180deg)
}

.tf-faq .faq-body {
    padding-top: 16px;
    line-height: 22.4px
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%,-100%,0)
}

.marker-container {
    position: relative;
    top: 25px;
    left: 10px;
    width: 26px;
    height: 26px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    -webkit-perspective: 1000
}

.marker-card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    z-index: 100;
    background: var(--Primary);
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: content-box;
    line-height: 46px;
    font-size: 24px
}

.marker-card .face:after,.marker-card .face:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple 2s infinite
}

.marker-card .face:before {
    content: "";
    position: absolute;
    animation-delay: .6s
}

.marker-card .face:after {
    content: "";
    position: absolute;
    animation-delay: .2s
}

.marker-card .face>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 99
}

#singleListingMap .marker-container {
    cursor: default
}

.marker-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1
}

.mapboxgl-popup-content {
    padding: 0!important;
    width: 310px;
    border-radius: 16px!important;
    overflow: hidden
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: var(--White);
    border: 1px solid var(--Line);
    color: var(--Text);
    border-radius: 3px;
    height: 54px;
    padding: 16px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-size: 15px;
    line-height: 18.75px;
    font-weight: 400;
    outline: none;
    transition: all .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 16px;
    position: relative
}

.nice-select:after {
    content: "";
    font-family: icomoon;
    right: 10px;
    font-size: 8px;
    top: 50%;
    color: var(--Heading);
    position: absolute;
    transform: translateY(-50%) rotate(0);
    transition: all .3s ease;
    z-index: 1
}

.nice-select>span {
    font-weight: 400
}

.nice-select>.list {
    background-color: var(--White);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
    width: 100%;
    font-size: 14px;
    max-height: 155px;
    overflow: auto;
    z-index: 1
}

.nice-select>.list::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #f5f5f5
}

.nice-select>.list::-webkit-scrollbar,.nice-select>.list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.nice-select>.list::-webkit-scrollbar-thumb {
    background-color: #a7a7a7
}

.nice-select>.list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.nice-select>.list .option {
    width: 100%;
    padding: 10px;
    color: var(--Text);
    position: relative;
    cursor: pointer
}

.nice-select>.list .option:hover {
    background-color: rgba(0,0,0,.12)
}

.nice-select>.list .option.selected {
    color: var(--Main-color);
    background-color: rgba(0,0,0,.12)
}

.nice-select>.list .option.selected:after {
    position: absolute;
    font-family: icomoon!important;
    content: "";
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.nice-select.open {
    border-color: var(--Line)!important;
    z-index: 99
}

.nice-select.open:after {
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    pointer-events: auto;
    transform: scale(1) translateY(0);
    width: 100%;
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0)
}

.nice-select.select-sort {
    padding-right: 30px!important
}

.nice-select.select-sort:after {
    top: 50%;
    transform: translateY(-50%);
    right: 18px
}

.nice-select.select-sort.open:after {
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.select-sort.style-2>.list {
    right: 0;
    left: unset
}

.effec-icon .icon i,.effec-icon .icon svg,.effec-icon .tf-icon i,.effec-icon .tf-icon svg {
    transition: all .6s ease-in-out
}

.effec-icon:hover .icon i,.effec-icon:hover .icon svg,.effec-icon:hover .tf-icon i,.effec-icon:hover .tf-icon svg {
    transform: rotateY(1turn)
}

.ani1 {
    animation: ani1 10s ease-in-out infinite alternate
}

.ani2 {
    animation: ani2 10s ease-in-out infinite alternate
}

.ani3 {
    animation: ani3 4s ease-in-out infinite alternate
}

.ani4 {
    animation: ani4 7s ease-in-out infinite alternate
}

.ani5 {
    animation: ani5 7s ease-in-out infinite alternate
}

.ani6 {
    animation: ani6 7s ease-in-out infinite alternate
}

.ani7 {
    animation: ani7 7s ease-in-out infinite alternate
}

.ani8 {
    animation: ani8 2s ease-in-out infinite alternate
}

@keyframes ani1 {
    0% {
        transform: translate(0) rotate(0deg)
    }

    20% {
        transform: translate(-73px,1px) rotate(-36deg)
    }

    40% {
        transform: translate(-141px,-72px) rotate(-72deg)
    }

    60% {
        transform: translate(-83px,-122px) rotate(-108deg)
    }

    80% {
        transform: translate(40px,-72px) rotate(-144deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes ani2 {
    0% {
        transform: translate(0) rotate(0deg)
    }

    20% {
        transform: translate(20px,1px) rotate(36deg)
    }

    40% {
        transform: translate(100px,72px) rotate(72deg)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        transform: translate(40px,72px) rotate(144deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes ani3 {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(.8)
    }
}

@keyframes ani4 {
    0%,to {
        transform: translateX(0);
        transition: all .3s ease
    }

    50% {
        transform: translateX(-20px);
        transition: all .3s ease
    }
}

@keyframes ani5 {
    0%,to {
        transform: translateX(0);
        transition: all .3s ease
    }

    50% {
        transform: translateX(10px);
        transition: all .3s ease
    }
}

@keyframes ani6 {
    0% {
        transform: translate(0) rotate(0deg)
    }

    20% {
        transform: translate(-13px,1px) rotate(-6deg)
    }

    40% {
        transform: translate(-41px,-22px) rotate(-22deg)
    }

    60% {
        transform: translate(-33px,-22px) rotate(-50deg)
    }

    80% {
        transform: translate(40px,-72px) rotate(-50deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes ani7 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes ani8 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-7px)
    }
}

@keyframes rotate1 {
    0% {
        transform: rotate(-1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 var(--Sub-primary-2)
    }

    50% {
        box-shadow: 0 0 0 20px var(--Sub-primary-2)
    }

    to {
        box-shadow: 0 0 0 0 var(--Sub-primary-2)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        box-shadow: 0 2px 0 var(--Primary)
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 0 2px 0 var(--Primary)
    }

    to {
        transform: rotate(1turn);
        box-shadow: 0 2px 0 var(--Primary)
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.1s cubic-bezier(.645,.045,.355,1) .1s forwards;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    to {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.1s cubic-bezier(.645,.045,.355,1) .1s forwards;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.clip-text-bg-Horizontal {
    animation: BackgroundAnimatedHorizontal 70s linear infinite
}

@keyframes BackgroundAnimatedHorizontal {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: -400% 50%
    }
}

.scroll-effect .text-change-color div {
    color: transparent;
    background: linear-gradient(to right,var(--White) 50%,var(--Note) 50%) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position-x: 100%;
    transition: background-size .75s cubic-bezier(.1,.5,.5,1)
}

.effect-content-slide .effect-item {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: .3s;
    animation-name: var(--animation-name)
}

.effect-content-slide .swiper-slide-active .effect-up {
    --animation-name: slideinup
}

.effect-content-slide .swiper-slide-active .effect-left {
    --animation-name: slideinleft
}

.effect-content-slide .swiper-slide-active .effect-right {
    --animation-name: slideinright
}

.effect-content-slide .swiper-slide-active .effect-down {
    --animation-name: slideindown
}

.effect-content-slide .swiper-slide-active .effect-item.effect-1 {
    animation-delay: .3s
}

.effect-content-slide .swiper-slide-active .effect-item.effect-2 {
    animation-delay: .5s
}

.effect-content-slide .swiper-slide-active .effect-item.effect-3 {
    animation-delay: .7s
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.hover-tooltip {
    position: relative
}

.hover-tooltip .tooltip {
    position: absolute;
    white-space: nowrap;
    padding: 0 8.5px;
    height: 25px;
    border-radius: 2px;
    bottom: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    color: var(--White);
    max-width: 250px;
    width: max-content;
    background-color: var(--Heading);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    z-index: 5;
    font-size: 12px;
    line-height: 22px
}

.hover-tooltip .tooltip:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 20px;
    position: absolute;
    background: var(--Heading);
    width: 8px;
    height: 8px;
    z-index: -1
}

.hover-tooltip.style-2 .tooltip {
    z-index: 202;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

.hover-tooltip.style-2 .tooltip:before {
    left: unset;
    right: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.hover-tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible
}

.hover-img .image-wrap,.hover-img .img-style {
    overflow: hidden
}

.hover-img .image-wrap img,.hover-img .img-style img {
    object-fit: cover;
    transition: all 1s cubic-bezier(.3,1,.35,1) 0s
}

.hover-img:hover .image-wrap img,.hover-img:hover .img-style img {
    transform: scale3d(1.1,1.1,1.1)
}

.hover-image-2 .image-wrap,.hover-image-2 .img-style {
    position: relative;
    overflow: hidden
}

.hover-image-2 .image-wrap:after,.hover-image-2 .img-style:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: hsla(0,0%,100%,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1
}

.hover-image-2 .image-wrap img,.hover-image-2 .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s
}

.hover-image-2:hover .image-wrap:after,.hover-image-2:hover .img-style:after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent
}

.hover-image-2:hover .image-wrap img,.hover-image-2:hover .img-style img {
    transform: scale(1.05)
}

.hover-img-rotate .image-wrap {
    overflow: hidden;
    border-radius: 8px
}

.hover-img-rotate .image-wrap img {
    transition: all .3s ease
}

.hover-img-rotate:hover .image-wrap img {
    transform: scale(1.1) rotate(3deg)
}

.hover-img-wrap {
    position: relative
}

.hover-img-wrap:before {
    top: -100%;
    left: 0
}

.hover-img-wrap:after,.hover-img-wrap:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #000;
    transition: .25s;
    z-index: 3;
    opacity: .1
}

.hover-img-wrap:after {
    bottom: -100%;
    right: 0
}

.hover-img-wrap:hover:after {
    bottom: 0;
    transition-delay: .25s
}

.hover-img-wrap:hover:before {
    top: 0
}

.theme-color-1 {
    --Primary: #06a788;
    --Sub-primary-1: #d7f1ec;
    --Sub-primary-2: rgba(6,167,136,.16)
}

.theme-color-2 {
    --Primary: #f2695c;
    --Sub-primary-1: #fde7e5;
    --Sub-primary-2: hsla(5,85%,65%,.16)
}

.theme-color-3 {
    --Primary: #c79e34;
    --Sub-primary-1: #f6efde;
    --Sub-primary-2: rgba(199,158,52,.16)
}

.theme-color-4 {
    --Primary: #7695ff;
    --Sub-primary-1: #f2f5ff;
    --Sub-primary-2: rgba(118,149,255,.16);
    --Sub-primary-3: rgba(118,149,255,.1)
}

.dark-theme:not(.dark-theme.default-dark) {
    --White: #1f2124;
    --Heading: #fff;
    --Heading-2: hsla(0,0%,100%,.5);
    --Text: hsla(0,0%,100%,.5);
    --Text-2: #fff;
    --Text-3: hsla(0,0%,100%,.8);
    --Text-4: hsla(0,0%,100%,.5);
    --Text-5: hsla(0,0%,100%,.4);
    --Sub-primary-1: #2c2e33;
    --Line: hsla(0,0%,100%,.3);
    --bg-body-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .header,.dark-theme:not(.dark-theme.default-dark) .wd-search-form {
    --bg-body-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .wrap-top {
    background-color: #1f2124
}

.dark-theme:not(.dark-theme.default-dark) .header .header-right .user svg path {
    stroke: var(--Line)
}

.dark-theme:not(.dark-theme.default-dark) .header.style-2,.dark-theme:not(.dark-theme.default-dark) .header.style-3 {
    --White: #fff;
    --Text: #5c5e61;
    --Heading: #2c2e33;
    --border: hsla(0,0%,100%,.1)
}

.dark-theme:not(.dark-theme.default-dark) .header.style-6 {
    --bg-body-color: #1f2124
}

.dark-theme:not(.dark-theme.default-dark) .header.style-6 .main-menu .navigation>li>a {
    --White: #fff
}

.dark-theme:not(.dark-theme.default-dark) .header.dashboard {
    border-color: hsla(0,0%,100%,.1);
    --White: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .header.header-sticky {
    box-shadow: 0 4px 18px hsla(0,0%,100%,.08)
}

.dark-theme:not(.dark-theme.default-dark) .header.header-sticky.style-6 {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .page-layout {
    --White: #2c2e33;
    background-color: #1f2124
}

.dark-theme:not(.dark-theme.default-dark) .flat-account .group-btn .btn-social {
    color: #fff
}

.dark-theme:not(.dark-theme.default-dark) .flat-account .form-account {
    background-color: #1f2124
}

.dark-theme:not(.dark-theme.default-dark) .tf-btn.bg-color-primary:after {
    background-color: #fff
}

.dark-theme:not(.dark-theme.default-dark) .tf-btn.bg-color-primary:hover {
    color: var(--Primary)!important
}

.dark-theme:not(.dark-theme.default-dark) .tf-btn.bg-color-primary:hover svg path {
    stroke: var(--Primary)
}

.dark-theme:not(.dark-theme.default-dark) .section-property-detail .wg-property {
    --White: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .section-property-detail .wg-property .nice-select {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .single-property-floor .floor-item .faq-body .box-img {
    background-color: #fff
}

.dark-theme:not(.dark-theme.default-dark) .bg-4 {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn,.dark-theme:not(.dark-theme.default-dark) .page-title.home10 .property-info .tf-btn {
    --Heading: #2c2e33;
    color: var(--Heading)
}

.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn:after,.dark-theme:not(.dark-theme.default-dark) .page-title.home10 .property-info .tf-btn:after {
    background-color: var(--Primary)
}

.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn {
    color: #fff
}

.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn:hover {
    background-color: var(--Primary)!important
}

.dark-theme:not(.dark-theme.default-dark) .single-property-floor .floor-item .floor-header .inner-left .icon {
    color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .single-property-floor .floor-item .floor-header .inner-right li {
    --Text: #5c5e61
}

.dark-theme:not(.dark-theme.default-dark) .box-floor-property,.dark-theme:not(.dark-theme.default-dark) .form-contact-agent,.dark-theme:not(.dark-theme.default-dark) .form-contact-seller {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .form-pre-approved .nice-select {
    background-color: #1f2124
}

.dark-theme:not(.dark-theme.default-dark) .form-pre-approved>p {
    color: var(--Text)
}

.dark-theme:not(.dark-theme.default-dark) .section-testimonials.style-1 .tf-grid-layout:after,.dark-theme:not(.dark-theme.default-dark) .section-testimonials.style-4 .wrap:after,.dark-theme:not(.dark-theme.default-dark) .section-testimonials.style-4 .wrap:before {
    background: linear-gradient(180deg,transparent 0 0,#1f2124 100%)
}

.dark-theme:not(.dark-theme.default-dark) .icons-box.style-2,.dark-theme:not(.dark-theme.default-dark) .icons-box.style-8:hover {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .form-control,.dark-theme:not(.dark-theme.default-dark) .section-selling-home {
    color: #fff
}

.dark-theme:not(.dark-theme.default-dark) .form-control:focus,.dark-theme:not(.dark-theme.default-dark) .section-selling-home:focus {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) textarea {
    color: #fff
}

.dark-theme:not(.dark-theme.default-dark) .widget-video.style-2 .textcircle textPath {
    stroke: #fff;
    fill: #fff
}

.dark-theme:not(.dark-theme.default-dark) .icons-box.style-4.v2 .tf-icon {
    --Sub-primary-1: hsla(0,0%,100%,.1)
}

.dark-theme:not(.dark-theme.default-dark) .box-service .box-item {
    border-color: hsla(0,0%,100%,.8)
}

.dark-theme:not(.dark-theme.default-dark) .form-search.style-2 .tf-btn i {
    color: #fff;
    transition: all .3s ease
}

.dark-theme:not(.dark-theme.default-dark) .form-search.style-2 .tf-btn:hover i {
    color: var(--Primary)
}

.dark-theme:not(.dark-theme.default-dark) .box-house.style-list.v2 .content,.dark-theme:not(.dark-theme.default-dark) .form-search.style-2 fieldset input {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .inner-mobile-nav,.dark-theme:not(.dark-theme.default-dark) .offcanvas-filter,.dark-theme:not(.dark-theme.default-dark) .project-slider .featured-post {
    --Black: #000;
    --White: #fff;
    --Text-white: #fff;
    --Text: #5c5e61;
    --Heading: #2c2e33;
    --Note: #a8abae;
    --Line: #ececec;
    --border: hsla(0,0%,100%,.1)
}

.dark-theme:not(.dark-theme.default-dark) .menu-user,.dark-theme:not(.dark-theme.default-dark) .navigation .submenu,.dark-theme:not(.dark-theme.default-dark) .page-title.career .form-title,.dark-theme:not(.dark-theme.default-dark) .wg-testimonial:hover {
    box-shadow: 0 30px 60px hsla(0,0%,100%,.07)
}

.dark-theme:not(.dark-theme.default-dark) .banner-container .banner-stripe.style-2,.dark-theme:not(.dark-theme.default-dark) .wd-search-form {
    background-color: #2c2e33
}

.dark-theme:not(.dark-theme.default-dark) .modal-content,.dark-theme:not(.dark-theme.default-dark) .noUi-background,.dark-theme:not(.dark-theme.default-dark) .widget-box-2 .box-agent-account .note {
    background-color: #1f2124
}

.dark-theme:not(.dark-theme.default-dark) .form-advanced-search {
    border-color: var(--Line)
}

.dark-theme:not(.dark-theme.default-dark) .wg-filter.style-4 .line {
    height: 24px;
    width: 1px;
    background-color: var(--border);
    margin: 23px 15px
}

.dark-theme:not(.dark-theme.default-dark) .box-floor-property {
    background-color: hsla(0,0%,100%,.05)
}

.light-theme.default-dark {
    --bg-body-color: #fff;
    --White: #1f2124;
    --Text-white: #2c2e33;
    --border: #ececec;
    --border-2: #5c5e61;
    --border-3: #5c5e61;
    --Secondary: #fef7f1
}

.light-theme.default-dark .form-get-in-touch.style-2 {
    background-color: #fff;
    border: 1px solid var(--Line)
}

.light-theme.default-dark .form-get-in-touch.style-2 fieldset input,.light-theme.default-dark .form-get-in-touch.style-2 textarea {
    border: 1px solid var(--border)
}

.light-theme.default-dark .sw-button.style-3.style-3 {
    background-color: var(--Primary)
}

.light-theme.default-dark .sw-button.style-3.style-3 svg path {
    stroke: #fff
}

.light-theme.default-dark .sw-button.style-3.style-3:hover {
    background-color: #fff
}

.light-theme.default-dark .sw-button.style-3.style-3:hover svg path {
    stroke: #2c2e33
}

.light-theme.default-dark .sw-button.style-3.style-3.swiper-button-disabled {
    opacity: 1;
    background-color: #fff
}

.light-theme.default-dark .sw-button.style-3.style-3.swiper-button-disabled svg path {
    stroke: #2c2e33
}

.light-theme.default-dark .sw-button.style-3.style-3.swiper-slide-thumb-active {
    background-color: var(--Primary)
}

.light-theme.default-dark .sw-button.style-3.style-3.swiper-slide-thumb-active svg path {
    stroke: #fff
}

.light-theme.default-dark .service-item.style-1 .icon {
    border-color: #fff;
    color: #fff
}

.light-theme.default-dark .form-search.style-2 fieldset input {
    background-color: #fff;
    border: 1px solid var(--border)
}

.light-theme.default-dark .form-search.style-2 .icon svg path {
    stroke: #2c2e33
}

.light-theme.default-dark .header.style-6 .tf-btn {
    border: 1px solid var(--Primary)!important;
    color: #2c2e33
}

.light-theme.default-dark .header.style-6.header-sticky {
    background-color: #fff
}

.light-theme.default-dark #footer {
    --Black: #000;
    --White: #fff;
    --Text-white: #fff;
    --Text: #5c5e61;
    --Heading: #2c2e33;
    --Note: #a8abae;
    --Line: #ececec;
    --Secondary: #2c2e33
}

.light-theme.default-dark .project-item.style-1 {
    --Text-white: #fff
}

.light-theme.default-dark .project-item.style-1 .tf-btn {
    --Heading: #2c2e33;
    --White: #fff
}

.light-theme.default-dark .project-item.empty .tf-btn:after {
    background-color: #fff
}

.light-theme.default-dark .project-item.empty .tf-btn:hover {
    background-color: #fff;
    color: #2c2e33!important
}

.light-theme.default-dark .navigation .submenu {
    --White: #fff
}

.light-theme.default-dark .popup-setting,.light-theme.default-dark .toggle-switch .switch-label .slider:before {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(54,95,104,.1)
}

.light-theme.default-dark .tf-btn {
    --Text-white: #fff;
    border: none!important;
    --Secondary: #2c2e33
}

.light-theme.default-dark .tf-btn:hover {
    color: #fff!important
}

.light-theme.default-dark .agent-item.style-4 .list-social a i {
    color: #fff
}

.light-theme.default-dark .style-pagination.dot-white .swiper-pagination-bullet {
    background-color: #2c2e33
}

.light-theme.default-dark .section-testimonials.style-2 {
    --Heading: #fff
}

.light-theme.default-dark .box-contact .list-info li .icon svg path {
    stroke: #5c5e61;
    stroke-opacity: 1;
    fill-opacity: 1;
    fill: #5c5e61
}

.light-theme.default-dark .box-contact .list-info li .icon svg.no-fill path {
    fill: unset
}

.light-theme.default-dark .sib-form .tf-btn {
    border: 1px solid var(--Primary)!important
}

.toggle-switch {
    position: relative;
    width: 65px;
    height: 35px
}

.toggle-switch .switch-label {
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: var(--Heading);
    border-radius: 25px;
    cursor: pointer;
    border: 3px solid var(--Heading)
}

.toggle-switch .switch-label input {
    opacity: 0
}

.toggle-switch .switch-label .checkbox {
    position: absolute;
    display: none
}

.toggle-switch .switch-label .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: .3s
}

.toggle-switch .switch-label .checkbox:checked~.slider {
    background-color: var(--Heading)
}

.toggle-switch .switch-label .slider:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--White);
    transition: .3s;
    box-shadow: none
}

.toggle-switch .switch-label .checkbox:checked~.slider:before {
    transform: translateX(30px);
    background-color: var(--Heading);
    box-shadow: inset 12px -4px 0 0 var(--White)
}

#toggle-rtl {
    width: 40px;
    height: 40px;
    min-width: 30px;
    text-transform: uppercase;
    z-index: 999;
    font-size: 12px
}

#toggle-rtl,.btn-style-2 {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-style-2 {
    width: max-content;
    padding: 14px 15px;
    border-radius: 999px;
    letter-spacing: .1em;
    border: 0
}

.btn-style-2,.btn-style-2:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.btn-style-2.btn-lg {
    padding: 16px 40px
}

.btn-style-2.btn-lg-2 {
    padding: 15px
}

.rtl .split-text {
    direction: ltr
}

.rtl .split-text .split-line {
    text-align: end!important
}

.rtl .heading-section {
    text-align: end
}

.rtl .heading-section p {
    text-align: start
}

.rtl .heading-section.text-center .split-line,.rtl .heading-section.text-center p {
    text-align: center!important
}

.rtl .nice-select:after {
    right: unset!important;
    left: 10px
}

.rtl .nice-select>.list .option.selected:after {
    right: unset;
    left: 18px
}

.rtl .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul>.menu-item-has-children-mobile-2>a:after,.rtl .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile>a:after,.rtl .navigation li.has-child>a:after {
    right: unset;
    left: 0
}

.rtl .main-menu .navigation>li>.submenu>li>.submenu {
    right: calc(100% + 20px);
    left: unset
}

.rtl .main-menu .navigation>li>.submenu:before {
    right: 45px;
    left: unset
}

.rtl .navigation li.has-child>a {
    padding-left: 20px;
    padding-right: 0
}

.rtl .page-title.home06 .heading {
    direction: rtl
}

.rtl .page-title.home07 .sub .split-line {
    text-align: center!important
}

.rtl .page-title.home08 .content,.rtl .page-title.home09 .content,.rtl .page-title.home10 .title-main {
    text-align: end
}

.rtl .page-title.home10 .hero-thumbs-1 .heading,.rtl .page-title.home10 .property-info {
    direction: rtl
}

.rtl .form-search.style-2 .button-submit {
    right: unset;
    left: 8px
}

.rtl .form-search.style-2 fieldset input {
    padding-left: 15px;
    padding-right: 57px
}

.rtl .form-search.style-2 .icon {
    left: unset;
    right: 32px
}

.rtl .form-get-in-touch {
    text-align: start
}

.rtl .section-CTA:not(.style-2) .content-inner .content {
    padding-left: 0;
    padding-right: 134px
}

.rtl .form-advanced-search fieldset .icon {
    right: unset!important;
    left: 16px
}

.rtl .project-item.style-1 .content {
    left: unset;
    right: 16px
}

.rtl .infiniteslide_wrap {
    direction: ltr
}

.rtl .wg-appraisal .content {
    padding: 112px 69px 111px 0
}

.rtl .section-CTA.style-2 .person,.rtl .wg-appraisal .content .person {
    right: unset!important;
    left: 103px
}

.rtl .box-benefits .image.img-2 {
    right: unset;
    left: 61px
}

.rtl .blog-article-item .article-content,.rtl .box-house .content {
    direction: rtl
}

.rtl .section-trusted .item {
    left: 34px;
    right: unset
}

.rtl .section-trusted .person {
    left: 167px;
    right: unset
}

.rtl .box-location .content {
    direction: rtl
}

.rtl .counter-item .counter-number {
    direction: ltr
}

.rtl .section-box-team .image-wrap.img-2 {
    right: unset;
    left: 0
}

.rtl .section-download .content {
    padding: 123px 69px 123px 0
}

.rtl .section-download .image-wrap {
    right: unset;
    left: 0
}

.rtl .section-download .image-wrap img {
    transform: rotateY(180deg)
}

.rtl .widget-video.style-2 .textcircle {
    direction: ltr
}

.rtl .box-about.style-1 .right .content {
    text-align: end
}

.rtl .box-contact .list-info li .icon:after,.rtl .box-contact.style-1 .list-info li .icon:after {
    left: -17px;
    right: unset
}

.rtl .stack-element {
    direction: rtl
}

.rtl .wrap-pagination .wg-pagination {
    direction: ltr
}

.rtl .box-amenities .wrap-feature .box-feature ul {
    padding-left: 0;
    padding-right: 15px
}

.rtl .project-slider .featured-post {
    left: unset;
    right: 15.2%;
    direction: rtl
}

.rtl .project-slider .featured-post .wrap-btn {
    direction: ltr;
    justify-content: end
}

.rtl .page-layout .main-content {
    padding-left: 0;
    padding-right: 280px
}

.rtl .flat-pricing .box .check li:before {
    margin-right: 0;
    margin-left: 15px
}

.rtl .tf-sidebar .sidebar-newslatter .button-submit {
    right: unset;
    left: 18px
}

@media(min-width: 992px) {
    .rtl .page-title.home06 .right .swiper {
        margin-left:0;
        margin-right: auto
    }

    .rtl .page-title.home09 .description {
        margin-left: unset;
        margin-right: auto;
        direction: rtl
    }

    .rtl .page-title.home09 .img-wrap {
        margin-left: unset;
        margin-right: auto
    }

    .rtl .text-with-img.style-1 .img-style {
        margin-left: 0;
        margin-right: auto
    }

    .rtl .box-project-details .right {
        padding-right: 40px;
        padding-left: 0
    }
}

@media(min-width: 1380px) {
    .rtl #header-main .main-menu .navigation {
        gap:25px;
        margin-right: 221px;
        margin-left: 0
    }
}

@media(min-width: 1440px) {
    .rtl .box-house.style-3 .content {
        margin:104px 80px 104px auto
    }
}

@media(max-width: 1399px) {
    .rtl .page-layout .main-content {
        padding-right:0
    }

    .rtl .page-layout .sidebar-menu-dashboard {
        transform: translateX(100%)
    }
}

@media(max-width: 991px) {
    .rtl .text-with-img.style-2 .sub {
        right:unset;
        left: 0
    }

    .rtl .section-CTA:not(.style-2) .content-inner .content {
        padding-right: 0
    }

    .rtl .box-benefits .image.img-2 {
        left: 0
    }

    .sticky-sidebar {
        transform: scale(1);
    }
}

@media(max-width: 767px) {

    .section-listing .wrap-btn {
        transform: scale(0.8);
    }

    .box-house .priceGroup {
        width: 100%;
    }

    .rtl #header-main .box-user .menu-user {
        left:unset;
        right: -154px
    }

    .rtl .wg-appraisal .content {
        padding: 70px 15px
    }

    .rtl .section-property-detail .wg-property.box-amenities {
        padding-right: 15px!important
    }

    .rtl .project-slider .featured-post {
        left: 0;
        right: 0
    }
}

.swiper {
    direction: ltr
}

.wg-pagination {
    display: flex;
    margin-top: 30px;
    gap: 16px;
    flex-wrap: wrap
}

.wg-pagination li {
    height: max-content;
    overflow: hidden;
    border-radius: 10px;
    flex: none
}

.wg-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    color: var(--Heading);
    background-color: var(--White);
    font-size: 16px;
    line-height: 22.86px
}

.wg-pagination li.arrow {
    border: 1px solid var(--Line)
}

.wg-pagination li.active a,.wg-pagination li:hover a {
    color: var(--White);
    background-color: var(--Primary)
}

.radio-item label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    color: var(--Text)
}

.radio-item label input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.radio-item label input:checked~.btn-radio {
    background-color: var(--Primary)
}

.radio-item label input:checked~.btn-radio:after {
    display: block
}

.radio-item label .btn-radio {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--Primary)
}

.radio-item label .btn-radio:after {
    content: "";
    font-family: icomoon;
    position: absolute;
    display: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--White)
}

.checkbox-item label {
    padding-left: 30px;
    cursor: pointer;
    position: relative
}

.checkbox-item label input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1
}

.checkbox-item label input:checked~.btn-checkbox {
    border: 1px solid var(--Primary);
    background-color: var(--Primary)
}

.checkbox-item label input:checked~.btn-checkbox:after {
    display: block
}

.checkbox-item label .btn-checkbox {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid hsla(0,0%,100%,.15)
}

.checkbox-item label .btn-checkbox:after {
    content: "";
    font-family: icomoon!important;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    top: 0;
    left: 1px;
    color: var(--White);
    display: none
}

.checkbox-item.style-1 label {
    align-items: center
}

.checkbox-item.style-1 label .btn-checkbox {
    border: 1px solid var(--Line)
}

.tf-social,.wrap-social {
    display: flex;
    align-items: center
}

.tf-social {
    gap: 8px
}

.tf-social:not(.tf-social.style-2) li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Text-white);
    height: 44px;
    width: 44px;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 999px
}

.tf-social:not(.tf-social.style-2) li:hover a {
    background-color: var(--Primary)
}

.tf-social.style-1 li a {
    border-color: var(--Line)!important;
    color: var(--Note)!important
}

.tf-social.style-1 li:hover a {
    color: var(--White)!important
}

.tf-social.style-2 {
    gap: 20px
}

.tf-social.style-2 li a {
    font-size: 14px;
    color: var(--Text)
}

.tf-social.style-2 li:hover a {
    color: var(--Primary)
}

.tf-social.style-3 {
    padding: 16px 15.5px;
    background-color: var(--Black);
    justify-content: space-between;
    border-radius: 16px;
    position: absolute;
    transition: all .3s ease;
    z-index: 3
}

.tf-social.style-3 li a {
    color: var(--White);
    font-size: 18px;
    position: relative;
    height: unset!important;
    width: unset!important;
    border: none!important;
    background-color: unset!important
}

.tf-social.style-3 li a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: hsla(0,0%,100%,.2);
    right: -16px
}

.tf-social.style-3 li a:hover {
    color: var(--Primary)
}

.ratings {
    display: flex;
    align-items: center;
    gap: 4px
}

.ratings i {
    font-size: 14px;
    color: var(--Primary)
}

.wrap-comment {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 51px
}

.wrap-comment .tf-btn {
    display: flex;
    align-items: center;
    gap: 2px
}

.wrap-comment .tf-btn i {
    font-size: 16px
}

.wrap-comment .title {
    line-height: 33.6px;
    margin-bottom: 24px
}

.wrap-comment .comment-list {
    margin-bottom: 25px
}

.wrap-comment .comment-list li:not(:last-child) {
    margin-bottom: 27px
}

.wrap-comment .comment-item {
    display: flex;
    gap: 20px
}

.wrap-comment .comment-item .image-wrap {
    max-width: 60px;
    height: 60px;
    flex: none;
    overflow: hidden;
    border-radius: 14px
}

.wrap-comment .comment-item .user {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.wrap-comment .comment-item .author .name {
    line-height: 25.2px;
    color: var(--Text-2);
    margin-bottom: 4px
}

.wrap-comment .comment-item .author .time {
    font-size: 12px;
    line-height: 16px;
    color: var(--Note)
}

.wrap-comment .comment-item .comment {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--Line)
}

.wrap-comment .comment-item .comment p {
    margin-bottom: 16px
}

.wrap-comment .comment-item .comment .group-image {
    display: flex;
    gap: 10px 16px;
    margin-bottom: 14px;
    flex-wrap: wrap
}

.wrap-comment .comment-item .comment .group-image img {
    max-width: 141px;
    border-radius: 10px
}

.wrap-comment .ratings {
    gap: 5px;
    margin-top: 5px
}

.wrap-comment .action {
    display: flex;
    gap: 16px
}

.wrap-comment .action .action-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.wrap-comment .action .action-item .text-2,.wrap-comment .action .action-item svg path {
    transition: all .3s ease
}

.wrap-comment .action .action-item.active svg path,.wrap-comment .action .action-item:hover svg path {
    stroke: var(--Primary)
}

.wrap-comment .action .action-item.active .text-2,.wrap-comment .action .action-item:hover .text-2 {
    color: var(--Primary)
}

.tf-dropdown-sort .btn-select {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.tf-dropdown-sort .btn-select i {
    transition: all .3s ease
}

.tf-dropdown-sort .text-sort-value {
    font-size: 18px;
    line-height: 22.5px;
    color: var(--Heading);
    font-weight: 600
}

.tf-dropdown-sort .dropdown-menu {
    border: none;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    padding: 20px 10px
}

.tf-dropdown-sort .select-item .text-value-item {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s;
    font-size: 18px;
    color: var(--Text)
}

.tf-dropdown-sort .select-item:hover {
    background-color: var(--Line)
}

.tf-dropdown-sort .select-item.active .text-value-item {
    color: var(--Primary)
}

.tf-dropdown-sort.show .btn-select i {
    transform: rotate(-180deg)
}

.wd-search-form {
    background-color: var(--White);
    padding: 28px 20px;
    border-radius: 16px
}

.wd-search-form .title-box {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 30px
}

.wd-search-form .group-price {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    gap: 30px;
    margin-bottom: 30px
}

.wd-search-form .group-price .box-title-price {
    display: flex;
    margin-bottom: 10px
}

.wd-search-form .group-select {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 30px;
    gap: 20px 30px;
    margin-bottom: 30px
}

.wd-search-form .group-amenities {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 16px;
    gap: 16px
}

.wd-search-form .group-checkbox {
    text-align: start
}

.wd-search-form .group-checkbox .title {
    margin-bottom: 14px
}

.wd-search-form.style-2 .group-amenities,.wd-search-form.style-3 .group-amenities {
    grid-template-columns: repeat(3,1fr)
}

.wd-search-form.style-3 .group-select {
    grid-template-columns: repeat(2,1fr)
}

.wd-search-form.style-4 {
    padding: 0
}

.wd-search-form.style-4 .group-amenities,.wd-search-form.style-4 .group-price,.wd-search-form.style-4 .group-select {
    grid-template-columns: repeat(1,1fr)
}

.wd-search-form.style-4 .group-amenities {
    gap: 14px
}

.wd-search-form.style-4 .group-select {
    gap: 30px
}

.wd-search-form.style-4 .checkbox-item label {
    font-weight: 400;
    color: var(--Text)
}

.wd-search-form.style-4 .checkbox-item label .btn-checkbox:after {
    top: -2px
}

.wd-search-form.style-4 .nice-select {
    font-size: 16px;
    line-height: 22.4px
}

.wd-search-form.style-4 .box-select.style-2 .nice-select {
    font-size: 14px;
    line-height: 22px
}

.wd-search-form.style-4 .bot {
    display: flex;
    justify-content: space-between
}

.wd-search-form.style-4 .bot a:hover svg path {
    stroke: var(--Primary)
}

.wd-search-form .box-search {
    position: relative
}

.wd-search-form .box-search input,.wd-search-form .box-search input::placeholder {
    font-size: 14px;
    line-height: 22px
}

.wd-search-form .box-search .icon {
    position: absolute;
    font-size: 16px;
    right: 16px;
    top: 57%;
    transform: translateY(-50%)
}

.offcanvas-filter {
    max-width: 380px
}

.offcanvas-filter .offcanvas-header {
    padding: 30px 30px 0
}

.offcanvas-filter .offcanvas-body {
    padding: 30px
}

.offcanvas-filter .offcanvas-body::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #f5f5f5
}

.offcanvas-filter .offcanvas-body::-webkit-scrollbar,.offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #a7a7a7
}

.offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.map-listing-item .infoBox-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 6;
    cursor: pointer;
    font-size: 18px;
    transition: all .3s ease
}

.map-listing-item .infoBox-close:hover {
    color: var(--White)
}

.map-listing-item .box-house {
    position: relative;
    border: none;
    max-width: max-content;
    font-family: Lexend,sans-serif
}

.map-listing-item .box-house .image-wrap {
    max-width: 310px
}

.map-listing-item .box-house .image-wrap img {
    max-width: 100%!important
}

.meta-list {
    gap: 0 16px;
    flex-wrap: wrap
}

.meta-list li {
    align-items: center;
    gap: 4px;
    color: var(--Text-4)
}

.meta-list li span {
    color: var(--Heading)
}

.box-house {
    border-radius: 16px;
    border: 1px solid var(--Line);
    overflow: hidden;
    background-color: var(--White);
    box-sizing: border-box;
    transition: all .3s ease
}

.box-house .image-wrap {
    position: relative;
    overflow: hidden
}

.box-house .image-wrap>a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%
}

/* .box-house .image-wrap>a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    bottom: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
} */

.box-house .image-wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.box-house .box-tag,.box-house .status {
    z-index: 2;
    position: absolute;
    top: 7px;
    left: 8px
}

.box-house .box-tag .flat-tag,.box-house .status .flat-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 28px;
    border-radius: 999px
}


.box-house .box-tag .flat-tag i,.box-house .status .flat-tag i {
    font-size: 16px
}

.box-house .box-tag .sale,.box-house .status .sale {
    background: rgba(0,0,0,.4)
}

.box-house .status {
    left: unset;
    right: 24px
}

.box-house .list-btn {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.box-house .list-btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: var(--Primary);
    background-color: var(--White);
    border-radius: 999px;
    font-size: 20px;
    transform: translateY(12px);
    opacity: 0;
    visibility: hidden
}

.box-house .list-btn .btn-icon:hover {
    background-color: var(--Secondary)
}

.box-house .list-btn .save {
    transition-delay: 0s
}

.box-house .list-btn .find {
    transition-delay: .1s
}

.box-house .content {
    position: relative;
    padding: 23px 24px 24px
}

.box-house .content .title {
    margin-bottom: 10px
}

.box-house .content .location {
    margin-bottom: 16px
}

.box-house .content .location i {
    margin-right: 4px
}

.box-house .meta-list {
    border-bottom: 1px solid var(--Line);
    padding-bottom: 16px;
    margin-bottom: 15px;
    gap: 9px
}

.box-house .meta-list i {
    font-size: 20px
}

.box-house .tag-catefories {
    color: var(--Primary);
    font-size: 14px;
    line-height: 19.6px;
    width: 76px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    background-color: var(--White);
    border-radius: 999px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.059);
    right: 24px;
    top: -17px
}

.box-house .price {
    color: var(--color-red)
}

.box-house .priceGroup {
    display: flex;
    flex-direction: column;
}

.box-house .wrap-btn {
    gap: 7px
}

.box-house .wrap-btn .compare:hover svg path {
    fill: var(--Primary)
}

.box-house .tf-btn {
    height: 44px;
    border-radius: 12px
}

.box-house:hover {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.071)
}

.box-house:hover .btn-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.box-house:hover .image-wrap a:after {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.box-house.style-list {
    display: flex;
    box-shadow: unset
}

.box-house.style-list .image-wrap {
    /* max-width: 290px; */
    flex: none
}

.box-house.style-list .image-wrap .box-tag {
    top: 8px
}

.box-house.style-list .content {
    padding: 24px;
    width: 100%
}

.box-house.style-list .content .location {
    margin-bottom: 23px
}

.box-house.style-list .meta-list {
    gap: 8px 45px;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.box-house.style-list .meta-list .meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.box-house.style-list .meta-list .meta-item>div {
    display: flex;
    align-items: center;
    gap: 8px
}

.box-house.style-list.v2 .image-wrap {
    max-width: 312px;
    width: 100%
}

.box-house.style-list.v2 .image-wrap img {
    height: 100%;
    object-fit: cover
}

.box-house.style-list.v2 .tag-catefories {
    position: unset;
    width: 102px;
    height: 34px;
    background-color: var(--Sub-primary-1);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px
}

.box-house.style-list.v2 .tag-catefories i {
    font-size: 18px
}

.box-house.style-list.v2 .content {
    background-color: var(--Heading)
}

.box-house.style-list.v2 .content .location {
    margin-bottom: 19px
}

.box-house.style-list.v2 .meta-list {
    gap: 8px 17px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-color: var(--border)
}

.box-house.style-list.v2 .meta-list li {
    gap: 3px;
    color: var(--border-3)
}

.box-house.style-list.v2 .meta-list li span {
    color: var(--Text-white)
}

.box-house.style-list.v2 .meta-list li i {
    color: var(--Primary)
}

.box-house.style-list.v2 .avatar {
    width: 36px;
    overflow: hidden;
    border-radius: 999px
}

.box-house.style-list.v2 .bot {
    flex-wrap: wrap;
    gap: 10px
}

.box-house.style-3 {
    border: none;
    border-radius: unset;
    display: grid;
    grid-template-columns: .96fr 1fr
}

.box-house.style-3 .box-tag {
    position: unset;
    margin-bottom: 16px
}

.box-house.style-3 .image-wrap {
    max-width: 940px
}

.box-house.style-3 .image-wrap a {
    width: 100%;
    height: 100%;
    position: relative
}

.box-house.style-3 .image-wrap a:after {
    left: 0;
    bottom: 0
}

.box-house.style-3 .image-wrap a:after,.box-house.style-3 .image-wrap a:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0;
    background-color: rgba(0,0,0,.2);
    transition: all .5s ease;
    z-index: 1
}

.box-house.style-3 .image-wrap a:before {
    right: 0;
    top: 0
}

.box-house.style-3 .image-wrap a:hover:after,.box-house.style-3 .image-wrap a:hover:before {
    height: 100%
}

.box-house.style-3 .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box-house.style-3 .meta-list {
    gap: 10px 37px;
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: none
}

.box-house.style-3 .meta-list .meta-item div {
    line-height: 21px;
    color: #3a3a3c
}

.box-house.style-3 .content {
    width: unset;
    margin: 104px 15px 104px 30px;
    padding: 0
}

.box-house.style-3 .content .title {
    margin-bottom: 16px
}

.box-house.style-3 .content .location {
    margin-bottom: 40px
}

.box-house.style-3 .author {
    display: flex;
    gap: 12px;
    align-items: center
}

.box-house.style-3 .author .avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 999px
}

.box-house.style-3 .author .name {
    line-height: 25.2px
}

.box-house.style-3 .bot {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--Line);
    gap: 10px;
    flex-wrap: wrap
}

.box-house.style-3 .bot .price {
    color: var(--Heading)
}

.box-house.style-3 .bot .price span {
    color: #5c6368
}

.box-house.style-4 {
    border: none;
    box-shadow: unset
}

.box-house.style-4 .image-wrap {
    margin-bottom: 32px;
    border-radius: 16px
}

.box-house.style-4 .content {
    padding: 0
}

.box-house.style-5 {
    border: none;
    box-shadow: unset;
    position: relative;
    transition: unset
}

.box-house.style-5:not(:last-child) {
    padding-bottom: 30px
}

.box-house.style-5 .image-wrap {
    border-radius: 16px
}

.box-house.style-5 .image-wrap>a:after {
    display: none
}

.box-house.style-5 .content {
    padding: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    background-color: var(--White);
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 16px
}

.box-house.style-5 .content .title {
    margin-bottom: 6px
}

.box-house.style-5 .content .location {
    margin-bottom: 0
}

.box-house.style-5 .meta-list {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    gap: 20px
}

.box-house.style-5 .meta-list i {
    font-size: 16px;
    color: var(--Primary)
}

.box-house.style-5 .location i {
    font-size: 18px;
    margin-left: 0
}

.box-house.style-5 .heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--Line)
}

.box-house.style-5 .bot .left {
    display: flex;
    align-items: center;
    gap: 48px
}

.box-house.style-5 .tag {
    height: max-content;
    padding: 7px 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Primary);
    font-weight: 600;
    background-color: #fef7f1
}

.box-house.style-6,.box-house.style-8 {
    border: none;
    box-shadow: none
}

.box-house.style-6 .price,.box-house.style-8 .price {
    position: absolute;
    bottom: 16px;
    left: 24px;
    z-index: 1
}

.box-house.style-6 .image-wrap,.box-house.style-8 .image-wrap {
    border-radius: 16px
}

.box-house.style-6 .image-wrap:after,.box-house.style-8 .image-wrap:after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg,transparent 63.73%,rgba(0,0,0,.8))
}

.box-house.style-6 .image-wrap img,.box-house.style-8 .image-wrap img {
    height: 267px;
    object-fit: cover
}

.box-house.style-6 .content,.box-house.style-8 .content {
    padding: 16px
}

.box-house.style-6.none-overlay .image-wrap:after,.box-house.style-8.none-overlay .image-wrap:after {
    display: none
}

.box-house.style-7 {
    box-shadow: none;
    border: none
}

.box-house.style-7 .image-wrap {
    border-radius: 16px
}

.box-house.style-7 .content {
    padding-left: 15px;
    padding-right: 15px
}

.box-house.style-7 .tag {
    color: var(--Primary);
    display: flex;
    align-items: center;
    gap: 8px
}

.box-house.style-7 .tag i {
    font-size: 18px;
    color: var(--Text)
}

.box-house.style-7 .meta-list {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    gap: 22px
}

.box-house.style-7 .meta-list i {
    font-size: 16px;
    color: var(--Primary)
}

.box-house.style-7 .bot {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--Line)
}

.box-house.style-8 {
    border: 1px solid var(--Line)
}

.box-house.style-8 .image-wrap {
    border-radius: unset
}

.box-house.style-8 .content {
    padding: 23px
}

.box-house.style-8 .content .location {
    margin-bottom: 24px
}

.box-house.style-8 .bot {
    padding-top: 24px;
    border-top: 1px solid var(--Line)
}

.box-house.style-8 .info-agent {
    gap: 16px
}

.box-house.style-8 .avatar {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 999px
}

.icons-box {
    padding: 24px;
    border-radius: 16px;
    transition: all .3s ease;
    background-color: var(--White)
}

.icons-box .tf-icon {
    margin-bottom: 32px;
    transition: all .3s ease
}

.icons-box .title {
    margin-bottom: 24px
}

.icons-box p {
    margin-bottom: 30px
}

.icons-box:hover {
    box-shadow: 0 30px 60px var(--Sub-primary-2)
}

.icons-box.default {
    padding: 24px 30px
}

.icons-box.default .tf-icon svg path:not(:first-child) {
    fill: var(--Primary)
}

.icons-box.default:hover .tf-btn {
    background-color: var(--Primary);
    color: var(--White)
}

.icons-box.style-1 .heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.icons-box.style-1 .tf-icon {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--Sub-primary-2);
    border-radius: 16px;
    flex-shrink: 0
}

.icons-box.style-1 .tf-icon svg:not(.icons-box.style-1 .tf-icon svg.stroke) path {
    fill: var(--Primary)
}

.icons-box.style-1 .tf-icon .stroke path {
    stroke: var(--Primary)
}

.icons-box.style-1 .title {
    margin-bottom: 0
}

.icons-box.style-1 .title a:hover {
    color: var(--Color-1)
}

.icons-box.style-1 p {
    margin-bottom: 24px
}

.icons-box.style-1:hover {
    box-shadow: 0 30px 60px rgba(6,167,136,.12)
}

.icons-box.style-1:hover .tf-icon {
    background-color: var(--Primary)
}

.icons-box.style-1:hover .tf-icon svg:not(.icons-box.style-1:hover .tf-icon svg.stroke) path {
    fill: var(--White)
}

.icons-box.style-1:hover .tf-icon .stroke path {
    stroke: var(--White)
}

.icons-box.style-2 {
    background-color: #fef7f7
}

.icons-box.style-2 .tf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    width: 68px;
    height: 68px;
    background-color: var(--White);
    box-shadow: 0 8px 18px var(--Sub-primary-2);
    margin-bottom: 24px
}

.icons-box.style-2 .tf-icon svg path:not(:last-child) {
    fill: var(--Primary)
}

.icons-box.style-2 .tf-icon .change path:last-child,.icons-box.style-2 .tf-icon .change path:nth-last-child(2) {
    fill: #2c2e33
}

.icons-box.style-2 .title {
    margin-bottom: 23px
}

.icons-box.style-2 .title a:hover {
    color: var(--White)
}

.icons-box.style-2 p {
    transition: all .3s ease;
    margin-bottom: 0
}

.icons-box.style-2:hover {
    background-color: var(--Primary)
}

.icons-box.style-2:hover .title a,.icons-box.style-2:hover p {
    color: var(--White)
}

.icons-box.style-3 {
    display: flex;
    gap: 24px
}

.icons-box.style-3 .tf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    width: 76px;
    font-size: 40px;
    margin-bottom: 0;
    color: var(--Primary);
    background-color: var(--Sub-primary-2);
    border-radius: 16px;
    flex-shrink: 0
}

.icons-box.style-3 .title,.icons-box.style-3 p {
    margin-bottom: 16px
}

.icons-box.style-3:hover {
    box-shadow: 0 30px 60px var(--Sub-primary-1)
}

.icons-box.style-3:hover .tf-icon {
    background-color: var(--Primary);
    color: var(--White)
}

.icons-box.style-4,.icons-box.style-5,.icons-box.style-8 {
    flex-grow: 0
}

.icons-box.style-4 .tf-icon,.icons-box.style-5 .tf-icon,.icons-box.style-8 .tf-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    margin: 0 auto 24px;
    background-color: var(--Sub-primary-1)
}

.icons-box.style-4 .line,.icons-box.style-5 .line,.icons-box.style-8 .line {
    display: block;
    background-color: var(--Line);
    width: 80px;
    height: 1px;
    margin: 0 auto 16px;
    transition: all .3s ease
}

.icons-box.style-4 p,.icons-box.style-5 p,.icons-box.style-8 p {
    margin-bottom: 0
}

.icons-box.style-4:hover,.icons-box.style-5:hover,.icons-box.style-8:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,.07)
}

.icons-box.style-4:hover .tf-icon,.icons-box.style-5:hover .tf-icon,.icons-box.style-8:hover .tf-icon {
    background-color: var(--Primary)
}

.icons-box.style-4:hover .tf-icon svg .change,.icons-box.style-5:hover .tf-icon svg .change,.icons-box.style-8:hover .tf-icon svg .change {
    fill: var(--White)
}

.icons-box.style-4:hover .line,.icons-box.style-5:hover .line,.icons-box.style-8:hover .line {
    background-color: var(--Primary)
}

.icons-box.style-4 {
    padding: 30px
}

.icons-box.style-4 .tf-icon svg path:not(:last-child) {
    fill: var(--Primary)
}

.icons-box.style-4 .tf-icon.style-2 svg path:last-child,.icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(2) {
    fill: var(--Heading)!important
}

.icons-box.style-4 .title {
    margin-bottom: 15px
}

.icons-box.style-4.v2 .title {
    margin-bottom: 25px
}

.icons-box.style-4.v2 .line {
    margin-bottom: 24px
}

.icons-box.style-4:hover .tf-icon svg path:not(:last-child) {
    fill: var(--White)
}

.icons-box.style-5 {
    position: relative;
    padding: 34px 31px 30px
}

.icons-box.style-5 .tf-icon {
    background-color: var(--Sub-primary-1)
}

.icons-box.style-5 .title {
    margin-bottom: 15px
}

.icons-box.style-5 p {
    margin-bottom: 24px
}

.icons-box.style-5:hover {
    box-shadow: 0 30px 60px var(--shadown)
}

.icons-box.style-5:hover .tf-icon {
    background-color: var(--Sub-primary-1)
}

.icons-box.style-5:hover .tf-icon svg .change {
    fill: unset
}

.icons-box.style-5:hover .line {
    background-color: var(--Line)
}

.icons-box.style-6 .title a:hover {
    color: var(--Color-3)
}

.icons-box.style-6:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,.07)
}

.icons-box.style-7 .tf-icon {
    margin-bottom: 23px
}

.icons-box.style-7 .tf-icon svg .change {
    color: var(--Primary)
}

.icons-box.style-7 p {
    margin-bottom: 23px
}

.icons-box.style-7:hover {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07)
}

.icons-box.style-8 {
    border: 1px solid var(--Line);
    padding: 47px 34px 45px
}

.icons-box.style-8 .tf-icon {
    font-size: 60px
}

.icons-box.style-8 .tf-icon i {
    color: var(--Primary)
}

.icons-box.style-8 .line {
    margin-bottom: 24px
}

.icons-box.style-8:hover {
    border-color: transparent
}

.icons-box.style-8:hover .tf-icon i {
    color: var(--White)
}

.wrap-partners {
    transition: all .3s ease
}

.wrap-partners:hover .marquee-item:not(:hover),.wrap-partners:hover .partner-item:not(:hover) {
    filter: brightness(.9) saturate(0) contrast(1.2) blur(2px)
}

.partner-item {
    cursor: pointer;
    transition: all .3s ease;
    margin-right: 40px
}

.partner-item:hover svg path {
    fill: var(--Primary)
}

.partner-item.style-2 {
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0,0%,100%,.1);
    width: 180px;
    height: 100px;
    border-radius: 16px
}

.partner-item.style-2:hover {
    border-color: var(--Primary)
}

.agent-item {
    transition: all .5s ease
}

.agent-item .image-wrap {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative
}

.agent-item .image-wrap>a {
    display: block;
    position: relative;
    width: 100%
}

.agent-item .image-wrap>a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.12);
    bottom: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 1
}

.agent-item .image-wrap>a img {
    width: 100%
}

.agent-item .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.agent-item .content .name {
    margin-bottom: 2px
}

.agent-item .wrap-btn-icon {
    display: flex;
    gap: 8px
}

.agent-item .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 999px;
    border: 1px solid var(--Line);
    color: var(--Text)
}

.agent-item .btn-icon:hover {
    background: var(--Primary);
    color: var(--White)
}

.agent-item .tf-social {
    max-width: 202px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transition-delay: .1s;
    z-index: 1
}

.agent-item .tf-social a {
    color: var(--White);
    font-size: 18px;
    position: relative
}

.agent-item .tf-social a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: hsla(0,0%,100%,.2);
    right: -16px
}

.agent-item .tf-social a:hover {
    color: var(--Primary)
}

.agent-item:hover .tf-social {
    opacity: 1;
    visibility: visible;
    bottom: 32px
}

.agent-item:hover .image-wrap a:after {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.agent-item.style-2 {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.agent-item.style-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg,transparent 68.29%,#000)
}

.agent-item.style-2 .image-wrap {
    margin-bottom: 0
}

.agent-item.style-2 .content {
    position: absolute;
    bottom: 14px;
    max-width: 186px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.agent-item.style-2 .content .name a,.agent-item.style-2 .content p {
    color: var(--Text-white)
}

.agent-item.style-2 .wrap-btn-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    flex-direction: column;
    gap: 8px;
    z-index: 1
}

.agent-item.style-2 .btn-icon {
    opacity: 1;
    background-color: rgba(0,0,0,.2);
    border: none;
    color: var(--White)
}

.agent-item.style-2 .btn-icon.phone {
    transition-delay: .1s
}

.agent-item.style-2 .btn-icon.message {
    transition-delay: .2s
}

.agent-item.style-2 .btn-icon:hover {
    background-color: var(--Color-4)
}

.agent-item.style-2 .tf-social {
    bottom: 32px
}

.agent-item.style-2:hover .tf-social {
    bottom: 88px
}

.agent-item.style-3 .image-wrap {
    margin-bottom: 25px
}

.agent-item.style-3 .tf-social {
    bottom: 16px
}

.agent-item.style-3:hover .tf-social {
    bottom: 32px
}

.agent-item.style-4 {
    border-radius: 24px;
    overflow: hidden
}

.agent-item.style-4 .image-wrap {
    border-radius: unset;
    margin-bottom: 0;
    max-width: 100%!important
}

.agent-item.style-4 .image-wrap>a:after {
    background-color: rgba(0,0,0,.6)
}

.agent-item.style-4 .content {
    padding: 24px;
    gap: 3px;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--bg-body-color)
}

.agent-item.style-4 .list-social {
    display: flex;
    gap: 8px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.agent-item.style-4 .list-social a {
    transform: translateY(18px)
}

.agent-item.style-4 .list-social a i {
    font-size: 24.55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background-color: hsla(0,0%,100%,.3);
    color: var(--White)
}

.agent-item.style-4 .list-social a:first-child {
    transition-delay: 0s
}

.agent-item.style-4 .list-social a:nth-child(2) {
    transition-delay: .1s
}

.agent-item.style-4 .list-social a:nth-child(3) {
    transition-delay: .2s
}

.agent-item.style-4 .list-social a:nth-child(4) {
    transition-delay: .3s
}

.agent-item.style-4 .list-social a:hover i {
    background-color: var(--Primary);
    color: var(--White)
}

.agent-item.style-4:hover .list-social {
    opacity: 1;
    visibility: visible
}

.agent-item.style-4:hover .list-social a {
    transform: translateY(0)
}

.agent-item.style-5 {
    position: relative
}

.agent-item.style-5 .image-wrap {
    margin-bottom: 0
}

.agent-item.style-5 .content {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 8px;
    z-index: 2;
    background-color: var(--bg-body-color);
    padding: 24px;
    border-radius: 16px
}

.agent-item.style-5 .btn-icon {
    border-color: hsla(0,0%,100%,.1);
    color: var(--Text-white)
}

.agent-details {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.05);
    display: flex;
    gap: 30px
}

.agent-details .image-wrap {
    flex: none;
    position: relative;
    max-width: 348px;
    border-radius: 16px;
    overflow: hidden
}

.agent-details .image-wrap>a {
    width: 100%;
    height: 100%
}

.agent-details .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.agent-details .tf-social {
    max-width: 202px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0
}

.agent-details .author {
    margin-bottom: 20px
}

.agent-details .author .name {
    margin-bottom: 2px
}

.agent-details .author p {
    color: var(--Note-2)
}

.agent-details .info {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 30px
}

.agent-details .info li {
    font-size: 16px;
    line-height: 22.4px
}

.agent-details .info li:not(:last-child) {
    margin-bottom: 6px
}

.agent-details .info span {
    color: var(--Color-8);
    letter-spacing: -1px
}

.agent-details .info a {
    color: var(--Text)
}

.agent-details .info a:hover {
    color: var(--Primary)
}

.agent-details .info svg {
    margin-right: 3px
}

.agent-details .content .title {
    margin-bottom: 10px
}

.agent-details .content p {
    margin-bottom: 12px
}

.agent-details .content .tf-btn-link svg {
    transform: rotate(90deg)
}

.agent-details .content .tf-btn-link:hover svg {
    transform: rotate(0deg)
}

.agent-details:hover .image-wrap .tf-social {
    bottom: 16px;
    opacity: 1
}

.wrap-neighborhoods {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr 1fr;
    grid-gap: 11px 12px;
    gap: 11px 12px;
    grid-template-areas: "aa bb cc dd" "ee ff ff gg"
}

.wrap-neighborhoods .item-1 {
    grid-area: aa
}

.wrap-neighborhoods .item-2 {
    grid-area: bb
}

.wrap-neighborhoods .item-3 {
    grid-area: cc
}

.wrap-neighborhoods .item-4 {
    grid-area: dd
}

.wrap-neighborhoods .item-5 {
    grid-area: ee
}

.wrap-neighborhoods .item-6 {
    grid-area: ff
}

.wrap-neighborhoods .item-7 {
    grid-area: gg
}

.box-location {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease
}

.box-location.h-450 .image-wrap img {
    height: 450px
}

.box-location .image-wrap {
    overflow: hidden;
    min-height: 245px
}

.box-location .image-wrap img {
    width: 100%;
    min-height: 245px;
    object-fit: cover
}

.box-location .image-wrap a {
    position: relative
}

.box-location .image-wrap a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent 68.29%,#000);
    left: 0;
    top: 0
}

.box-location .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 15px;
    flex-wrap: wrap;
    gap: 5px 10px
}

.box-location .tf-btn {
    gap: 0;
    display: flex;
    align-items: center;
    padding: 17px 23px;
    border: 1px solid hsla(0,0%,100%,.1);
    background-color: hsla(0,0%,100%,.1);
    border-radius: 16px;
    font-weight: 700;
    color: var(--White)
}

.box-location .tf-btn:hover {
    background-color: var(--Primary)
}

.box-location.style-2 {
    border-radius: 8px;
    position: relative
}

.box-location.style-2:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,transparent 53.85%,#000);
    inset: 0;
    z-index: 1
}

.box-location.style-2 .image-wrap,.box-location.style-2 .image-wrap img {
    min-height: unset
}

.box-location.style-2 .content {
    flex-direction: column;
    align-items: flex-start
}

.box-location.style-2 .content p {
    color: var(--Text-white)
}

.box-contact {
    padding: 66.5px 0
}

.box-contact .list-info li {
    display: flex;
    align-items: center;
    gap: 41px
}

.box-contact .list-info li .icon {
    position: relative
}

/* .box-contact .list-info li .icon:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--Line);
    right: -20px
} */

.box-contact .list-info li .sub {
    font-size: 14px;
    line-height: 21px;
    color: var(--Note);
    font-weight: 500;
    margin-bottom: 2px
}

.box-contact .list-info li p {
    font-size: 16px;
    line-height: 24px;
    color: var(--Heading)
}

.box-contact .list-info li .phone {
    font-size: 30px;
    line-height: 37.5px;
    color: var(--Primary);
    font-weight: 700
}

.box-contact .list-info li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--Primary)
}

.box-contact .list-info li a:hover {
    color: var(--Heading)
}

.box-contact .list-info li:not(:last-child) {
    margin-bottom: 30px
}

.box-contact .image-wrap {
    border-radius: 16px;
    overflow: hidden
}

.box-contact.style-1 .list-info li {
    gap: 34px
}

.box-contact.style-1 .list-info li:not(:last-child) {
    margin-bottom: 34px
}

.box-contact.style-1 .list-info li .phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--Heading)
}

.box-contact.style-1 .list-info li .icon:after {
    right: -17px
}

.wrap-counter {
    display: flex;
    gap: 24px
}

.counter-item span {
    font-family: Lexend,sans-serif
}

.counter-item .counter-number {
    display: flex;
    width: max-content;
    max-height: max-content
}

.counter-item .odometer-formatting-mark {
    display: none
}

.counter-item .odometer .odometer-value {
    width: 100%;
    text-align: right!important
}

.counter-item .odometer .odometer-digit {
    vertical-align: unset!important
}

.counter-item .sub {
    position: relative;
    top: -2px;
    left: -2px
}

.counter-item .sub.plus {
    top: -14px;
    font-size: 40px
}

.counter-item.style-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 290px;
    border-radius: 999px;
    border: 1px solid hsla(0,0%,100%,.1)
}

.counter-item.style-1 span {
    font-size: 80px;
    line-height: 100px;
    font-weight: 600;
    color: var(--Text-white)
}

.counter-item.style-2 {
    width: 135px
}

.counter-item.style-2 .icons {
    font-size: 50px;
    color: var(--Primary);
    margin-bottom: 15px
}

.counter-item.style-2 span {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: var(--Heading)
}

.counter-item.style-2 .sub.plus {
    top: -9px;
    left: 2px;
    font-size: 25px
}

.counter-item.style-3 span {
    font-size: 64px;
    font-weight: 100;
    line-height: 80px;
    color: var(--White)
}

.counter-item.style-3 .sub {
    left: -2px
}

.counter-item.style-3 p {
    color: var(--border-3)
}

.counter-item.style-4 span {
    font-size: 72px;
    font-weight: 300;
    line-height: 90px;
    color: var(--Heading)
}

.counter-item.style-5 span {
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
    color: var(--Heading)
}

.wg-filter .form-title {
    display: flex;
    align-items: center;
    background-color: var(--White);
    gap: 30px;
    border-radius: 16px
}

.wg-filter .form-title .wrap-btn {
    display: flex;
    gap: 8px
}

.wg-filter .form-title .wrap-btn .tf-btn {
    height: 54px
}

.wg-filter .form-title .btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    border-radius: 16px;
    background: var(--Sub-primary-2);
    cursor: pointer;
    flex: none
}

.wg-filter .form-title .btn-filter svg path {
    stroke: var(--Primary)
}

.wg-filter .form-title.style-2 .nice-select,.wg-filter .form-title.style-2 form fieldset input,.wg-filter .form-title.style-2 form fieldset input::placeholder {
    font-size: 15px;
    line-height: 18.75px
}

.wg-filter .wd-search-form {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.08);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;
    width: 1280px;
    max-width: 100%;
    transition: all .3s ease
}

.wg-filter .wd-search-form.show {
    display: block;
    margin-top: 8px;
    opacity: 1;
    visibility: visible
}

.wg-filter.style-2 form,.wg-filter.style-3 form {
    max-width: 390px;
    width: 100%;
    flex-shrink: 0
}

.wg-filter.style-2 form fieldset input,.wg-filter.style-3 form fieldset input {
    font-size: 15px;
    line-height: 18.75px
}

.wg-filter.style-2 .form-title,.wg-filter.style-3 .form-title {
    gap: 12px
}

.wg-filter.style-2 .nice-select:after,.wg-filter.style-3 .nice-select:after {
    right: 18px
}

.wg-filter.style-2 .nice-select .list,.wg-filter.style-3 .nice-select .list {
    width: 170px
}

.wg-filter.style-2 .wrap-btn,.wg-filter.style-3 .wrap-btn {
    gap: 16px
}

.wg-filter.style-3 form {
    max-width: 215px
}

.wg-filter.style-3 .wrap-btn {
    gap: 10px
}

.wg-filter.style-4 .form-title {
    gap: 0;
    padding-left: 8px;
    padding-right: 8px
}

.wg-filter.style-4 .line {
    height: 24px;
    width: 1px;
    background-color: rgba(0,0,0,.1);
    margin: 23px 15px
}

.wg-filter.style-4 .nice-select {
    padding-left: 10px;
    padding-right: 10px
}

.single-property-gallery {
    margin-bottom: 40px
}

.single-property-gallery .sw-single {
    border-radius: 16px;
    margin-bottom: 12px
}

.single-property-gallery .sw-thumbs-sigle {
    border-radius: 16px
}

.box-overview .heading {
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Line);
    flex-wrap: wrap;
    gap: 10px 15px
}

.box-overview .heading .price span {
    margin-left: -10px
}

.box-overview .info {
    /* margin-bottom: 20px; */
    flex-wrap: wrap;
    gap: 15px
}

.box-overview .info .location {
    margin-bottom: 7px
}

.box-overview .info .meta-list {
    gap: 17px
}

.box-overview .list-action {
    display: flex;
    justify-content: end;
    gap: 8px
}

.box-overview .list-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid var(--Line);
    border-radius: 10px
}

.box-overview .list-action a svg path {
    transition: all .3s ease
}

.box-overview .list-action a:hover {
    background-color: var(--Primary)
}

.box-overview .list-action a:hover svg path {
    stroke: var(--White)
}

.box-overview .info-detail {
    /* margin-bottom: 40px; */
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between
}

/* .box-overview .info-detail .wrap-box {
    display: flex;
    flex-direction: column;
    gap: 30px
} */

.box-overview .box-icon {
    display: flex;
    gap: 12px
}

.box-overview .box-icon .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid var(--Line);
    border-radius: 8px;
    font-size: 24px
}

.box-overview .box-icon .content div:last-child {
    font-weight: 500
}

.box-overview.style-2 {
    border-radius: 0 0 16px 16px!important
}

.box-property-detail .content {
    margin-bottom: 26px
}

.box-property-detail .description {
    margin-bottom: 24px
}

/* .box-property-detail .box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.box-property-detail .box ul {
    width: calc(50% - 10px)
}

.box-property-detail ul li:not(:last-child) {
    margin-bottom: 12px
}

.box-property-detail ul li p:first-child {
    color: var(--Text-5);
    width: 76px
} */

.widget-video.style-1 {
    position: relative
}

.widget-video.style-1 img {
    border-radius: 16px;
    width: 100%
}

.widget-video.style-1 .popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background-color: var(--White);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.widget-video.style-1 .popup-youtube i {
    color: var(--Primary);
    font-size: 18px;
    margin-left: 4px
}

.widget-video.style-1 .popup-youtube:after,.widget-video.style-1 .popup-youtube:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple 3s infinite
}

.widget-video.style-1 .popup-youtube:after {
    animation-delay: .5s
}

.widget-video.style-1 .popup-youtube:before {
    animation-delay: .9s
}

.widget-video.style-2 {
    position: relative;
    display: flex;
    justify-content: flex-start
}

.widget-video.style-2 .wrap-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.widget-video.style-2 .text-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.widget-video.style-2 .textcircle {
    animation: rotate 10s linear infinite;
    width: 265px;
    height: 265px
}

.widget-video.style-2 .textcircle textPath {
    font-size: 30.47px;
    font-weight: 300
}

.widget-video.style-2 .video-icon {
    width: 86px;
    height: 86px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: var(--Primary);
    z-index: 1
}

.widget-video.style-2 .video-icon i {
    color: #fff
}

.widget-video.style-2 .video-icon:hover {
    background-color: var(--Heading)
}

.box-amenities .wrap-feature {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between
}

.box-amenities .wrap-feature .box-feature ul {
    padding-left: 15px;
    list-style: disc
}

.box-amenities .wrap-feature .box-feature ul li {
    list-style: disc
}

.box-amenities .wrap-feature .box-feature ul li::marker {
    color: var(--Primary)
}

.box-amenities .wrap-feature .box-feature ul li:not(:last-child) {
    margin-bottom: 11px
}

.box-amenities .wrap-feature .box-feature .feature-item {
    gap: 8px
}

.box-about.style-1 .img-style {
    border-radius: 16px;
    overflow: hidden
}

.box-about.style-1 .widget-video {
    margin-top: -43px;
    margin-left: -43px;
    margin-bottom: 90px
}

.box-about.style-1 .left .img-style {
    max-width: 440px
}

.single-property-map .map {
    border-radius: 30px;
    width: 100%;
    height: 420px
}

.single-property-map .info-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    gap: 20px;
    margin-top: 20px
}

.single-property-map .info-map li {
    display: flex;
    gap: 10px
}

.single-property-map .info-map li:not(:last-child) {
    margin-bottom: 12px
}

.single-property-map .info-map li .label {
    color: var(--Text-5);
    width: 110px
}

.single-property-floor .floor-item {
    padding: 0 20px;
    background-color: #f7f7f7;
    border-radius: 12px
}

.single-property-floor .floor-item:not(:last-child) {
    margin-bottom: 24px
}

.single-property-floor .floor-item .floor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 19px 0 17px
}

.single-property-floor .floor-item .floor-header .inner-left {
    display: flex
}

.single-property-floor .floor-item .floor-header .inner-left span {
    color: #161e2d;
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 600;
    font-family: Manrope,sans-serif
}

.single-property-floor .floor-item .floor-header .inner-left .icon {
    flex-shrink: 0;
    margin-right: 9px;
    margin-top: -2px;
    display: inline-block;
    transform: rotate(0);
    font-size: 21px;
    transition: all .3s ease
}

.single-property-floor .floor-item .floor-header .inner-right {
    display: flex;
    gap: 28px
}

.single-property-floor .floor-item .floor-header .inner-right li {
    color: var(--Text)
}

.single-property-floor .floor-item .floor-header .inner-right .icon {
    font-size: 20px;
    color: #a3abb0
}

.single-property-floor .floor-item .floor-header:not(.collapsed) .inner-left .icon {
    transform: rotate(-180deg)
}

.single-property-floor .floor-item .faq-body {
    padding: 17px 0;
    border-top: 1px solid #e4e4e4
}

.single-property-floor .floor-item .faq-body .box-img {
    background-color: var(--White);
    border-radius: 12px;
    overflow: hidden
}

.box-attachments .attachments-item {
    display: flex;
    align-items: center;
    gap: 12px
}

.box-attachments .attachments-item .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #f7f7f7;
    width: 60px;
    height: 60px
}

.box-attachments .attachments-item .box-icon img {
    max-width: 40px
}

.box-attachments .attachments-item .icon {
    font-size: 24px
}

.box-attachments .attachments-item span {
    color: var(--Text);
    transition: all .3s ease
}

.box-attachments .attachments-item:hover span {
    color: var(--Primary)
}

.box-virtual-tour .image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.box-virtual-tour .image-wrap .box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.box-virtual-tour .image-wrap .box-icon .icons {
    font-size: 60px;
    color: var(--White);
    transition: all .5s ease;
    animation: rotate1 5s ease-in-out infinite
}

.single-property-nearby .box-nearby {
    margin-top: 25px
}

.single-property-nearby .box-nearby .item-nearby:not(:last-child) {
    margin-bottom: 8px
}

.single-property-nearby .item-nearby {
    display: flex;
    gap: 4px
}

.single-property-nearby .item-nearby .label {
    width: 120px;
    color: var(--Text-5);
    opacity: .8
}

.agencies-item {
    display: flex;
    gap: 30px;
    padding: 30px;
    border: 1px solid var(--Line);
    border-radius: 16px
}

.agencies-item .logo-wrap {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--Line);
    flex-shrink: 0
}

.agencies-item .info {
    margin-bottom: 19px
}

.agencies-item .info .name {
    margin-bottom: 5px
}

.agencies-item .info .location {
    color: var(--Note)
}

.agencies-item .contact {
    padding-top: 20px;
    border-top: 1px solid var(--Line);
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.agencies-item .contact .list-link {
    display: flex;
    gap: 7px
}

.agencies-item .contact .list-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(241,145,61,.102);
    color: var(--Primary);
    border-radius: 999px;
    font-size: 18px
}

.agencies-item .contact .list-link a:hover {
    color: var(--Secondary)
}

.agencies-item .contact .tf-btn {
    height: 44px;
    border-radius: 12px
}

.agencies-item.style-2 {
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--Line);
    border-radius: 10px;
    overflow: hidden;
    padding: 0
}

.agencies-item.style-2 .bg-image img {
    width: 100%
}

.agencies-item.style-2 .content-inner {
    margin-top: -44px;
    padding: 0 23px 23px
}

.agencies-item.style-2 .logo-wrap {
    border: none;
    border-radius: 999px;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.078);
    margin-bottom: 17px
}

.agencies-item.style-2 .info {
    margin-bottom: 15px
}

.agencies-item.style-2 .info .name {
    margin-bottom: 1px
}

.agencies-item.style-2 .info .location {
    color: var(--Text)
}

.agencies-item.style-2 .list-info li {
    display: flex;
    gap: 10px
}

.agencies-item.style-2 .list-info li:not(:last-child) {
    margin-bottom: 12px
}

.agencies-item.style-2 .list-info li span {
    font-size: 14px;
    line-height: 21px
}

.agencies-item.style-2 .list-info li span:first-child {
    font-weight: 500;
    width: 76px;
    color: var(--Heading)
}

.agencies-item.style-2 .contact {
    padding-top: 16px;
    margin-top: 16px
}

.career-item {
    display: flex;
    padding: 29px;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid var(--Line);
    flex-wrap: wrap;
    gap: 10px
}

.career-item .name {
    margin-bottom: 10px
}

.career-item .list-info {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap
}

.career-item .list-info li {
    display: flex;
    align-items: center;
    gap: 6px
}

.career-item .list-info li:not(:last-child) {
    font-weight: 300
}

.career-item .list-info li i {
    font-size: 18px
}

.career-item .tf-btn {
    height: 44px;
    border-radius: 12px
}

.wg-appraisal .content {
    background-color: var(--Sub-primary-1);
    padding: 112px 0 111px 69px;
    border-radius: 24px;
    position: relative;
    z-index: 2
}

.wg-appraisal .content:after {
    content: "";
    position: absolute;
    background-image: url(/_next/static/media/cta-1.a6af8259.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.wg-appraisal .content .person {
    position: absolute;
    bottom: 0;
    right: 103px;
    z-index: 2
}

.wg-appraisal.style-2 {
    margin-top: 0
}

.wg-appraisal.style-2 .content {
    background-image: url(/_next/static/media/section-appraisal.96ba3aa1.jpg)
}

.wg-appraisal.style-2 .content:after {
    display: none
}

.wg-appraisal.style-2 .content .person {
    right: 87px
}

.wg-appraisal.style-3 {
    margin-top: 0;
    padding-bottom: 0
}

.wg-appraisal.style-3 .content .heading-section {
    max-width: 591px
}

.wg-appraisal.style-3 .content:after {
    background-image: url(/_next/static/media/cta-2.59d793c5.png);
    bottom: 0;
    top: unset;
    background-size: cover
}

.wg-appraisal.style-3 .content .person {
    right: 69px
}

.loadmore-item .fl-item,.loadmore-item-1 .fl-item-1,.loadmore-item-3 .fl-item-3,.loadmore-item-4 .fl-item-4,.loadmore-item-5 .fl-item-5,.loadmore-item-6 .fl-item-6,.loadmore-item-7 .fl-item-7 {
    display: none
}

.wrap-map #map {
    height: 100%;
    width: 100%
}

.wrap-pagination {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 10px
}

.wrap-pagination .wg-pagination {
    margin-top: 0
}

.wrap-pagination .wg-pagination li a {
    font-weight: 600
}

.tag-property {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 21px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: var(--Primary);
    border-radius: 999px
}

.agency-details .image-wrap {
    border-radius: 16px;
    overflow: hidden
}

.agency-details .image-wrap img {
    width: 100%
}

.agency-details .logo {
    width: 190px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.08)
}

.agency-details .content {
    margin-top: -95px;
    margin-left: 30px;
    display: flex;
    align-items: flex-end;
    gap: 26px
}

.agency-details .content .info {
    margin-bottom: 14px
}

.agency-details .content .name {
    margin-bottom: 6px
}

.wg-listing .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px
}

.wg-listing .tf-houese-filter {
    display: flex;
    gap: 7px
}

.wg-listing .tf-houese-filter :first-child {
    width: 34.84px
}

.wg-listing .tf-houese-filter :nth-child(2) {
    width: 79.14px
}

.wg-listing .tf-houese-filter :nth-child(3) {
    width: 78.86px
}

.wg-listing .tf-btns-filter {
    position: relative;
    padding: 7px 7px 8px;
    cursor: pointer;
    transition: all .3s ease
}

.wg-listing .tf-btns-filter:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--Primary);
    transition: all .3s ease
}

.wg-listing .tf-btns-filter:hover {
    color: var(--Primary)
}

.wg-listing .tf-btns-filter:hover:after {
    width: 100%
}

.wg-listing .tf-btns-filter.is--active {
    font-weight: 700;
    color: var(--Primary)
}

.wg-listing .tf-btns-filter.is--active:after {
    width: 100%
}

.box-calculate {
    border-radius: 16px;
    overflow: hidden
}

.box-calculate form {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: var(--Line);
    padding: 40px;
    border-radius: 0 0 16px 16px
}

.box-benefits {
    display: flex;
    gap: 20px
}

.box-benefits .wrap-image {
    flex: 0 0 auto;
    width: 50%
}

.box-benefits .image {
    border-radius: 16px;
    overflow: hidden;
    width: 62.4%
}

.box-benefits .image.img-1 {
    position: relative;
    z-index: 1;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.25)
}

.box-benefits .image.img-2 {
    position: absolute;
    bottom: 0;
    right: 61px
}

.box-benefits .content {
    padding: 78.5px 0
}

.box-benefits .content .description,.box-benefits .content>.title {
    margin-bottom: 32px
}

.box-benefits .content .wrap-icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px
}

.box-benefits .content .wrap-icon .box-icon {
    position: relative
}

.box-benefits .content .wrap-icon .box-icon:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--Line);
    top: 0;
    right: -25px
}

.box-benefits .box-icon {
    width: 174px;
    flex: none
}

.box-benefits .box-icon .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    height: 90px;
    width: 90px;
    background-color: var(--Sub-primary-1);
    border-radius: 16px;
    color: var(--Primary);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px
}

.box-review {
    display: flex;
    gap: 72px
}

.box-review .content-left {
    max-width: 546px;
    padding: 186.5px 0
}

.box-review .box-author {
    position: absolute;
    top: 137px;
    left: 6px;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07);
    background-color: var(--White)
}

.box-review .box-author .title {
    margin-bottom: 31px
}

.box-review .box-author .avatar {
    height: 60px;
    width: 60px;
    border-radius: 999px;
    overflow: hidden
}

.box-review .box-author .name {
    margin-bottom: 4px
}

.box-review .content-right {
    position: relative;
    width: 100%
}

.box-review .content-right:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 999px;
    background-color: var(--Sub-primary-2);
    left: 98px;
    top: 80px;
    z-index: -1
}

.box-review .content-right>.ratings {
    position: absolute;
    top: 223px;
    right: 15px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07);
    background-color: var(--White);
    max-width: max-content
}

.box-review .content-right .person {
    margin-left: 53px
}

.box-review .wg-testimonial {
    padding: 24px 23px 21px;
    position: absolute;
    max-width: 510px;
    background-color: var(--White);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07);
    bottom: 0;
    right: 57px
}

.box-review .wg-testimonial .description {
    margin-bottom: 25px
}

.box-password {
    position: relative
}

.box-password .form-control {
    padding-right: 40px
}

.box-password .show-pass,.box-password .show-pass2,.box-password .show-pass3 {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.box-password .show-pass .icon-pass,.box-password .show-pass2 .icon-pass,.box-password .show-pass3 .icon-pass {
    font-size: 20px
}

.box-password .show-pass .icon-view,.box-password .show-pass2 .icon-view,.box-password .show-pass3 .icon-view {
    display: none
}

.box-password .show-pass.active .icon-view,.box-password .show-pass2.active .icon-view,.box-password .show-pass3.active .icon-view {
    display: inline-block
}

.box-password .show-pass.active .icon-hide,.box-password .show-pass2.active .icon-hide,.box-password .show-pass3.active .icon-hide {
    display: none
}

.flat-pricing .box {
    background: var(--White);
    padding: 41px 30px 30px;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07)
}

.flat-pricing .box:hover {
    transform: translateY(-12px)
}

.flat-pricing .box .sub-title {
    margin-bottom: 14px
}

.flat-pricing .box .text-sub {
    margin-bottom: 31px
}

.flat-pricing .box .title-price {
    margin-bottom: 15px
}

.flat-pricing .box .title-price h2 {
    transition: all .3s ease
}

.flat-pricing .box .title-price .month {
    margin-left: 5px;
    margin-top: 26px;
    transition: all .3s ease
}

.flat-pricing .box .texts {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #efefef;
    transition: all .3s ease
}

.flat-pricing .box .check {
    margin-bottom: 24px
}

.flat-pricing .box .check li {
    margin-bottom: 14px;
    display: flex;
    align-items: center
}

.flat-pricing .box .check li:before {
    content: "";
    font-family: icomoon;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-right: 13px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary);
    border-radius: 50%;
    flex: none
}

.flat-pricing .box .button-pricing a {
    width: 100%;
    text-align: center
}

.wow {
    visibility: hidden
}

.progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    background: var(--White);
    border: 1.2px solid hsla(0,0%,53%,.12)
}

.progress-wrap,.progress-wrap:after {
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: all .4s linear
}

.progress-wrap:after {
    position: absolute;
    content: "";
    font-family: icomoon;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: var(--Primary);
    z-index: 1
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: var(--Primary);
    stroke-width: 4;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-duration: .4s;
    transition-timing-function: linear
}

.categories-item {
    padding: 30px 24px 24px;
    background-color: var(--White);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    z-index: 1;
    border: 1px solid var(--Line);
    position: relative;
    overflow: hidden
}

.categories-item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--Primary);
    transform: scaleY(0);
    transition: transform .4s ease;
    transform-origin: bottom center;
    z-index: -1;
    border-radius: 16px
}

.categories-item .icon-box {
    overflow: hidden
}

.categories-item .icon-box .icon {
    position: relative;
    z-index: 5;
    transition: all .4s ease;
    font-size: 80px;
    color: var(--Heading)
}

.categories-item .content {
    position: relative;
    z-index: 5
}

.categories-item .content h5,.categories-item .content p {
    transition: all .4s ease
}

.categories-item.active:after,.categories-item:hover:after {
    transform: scale(1);
    transform-origin: top center
}

.categories-item.active .content h5,.categories-item.active .content p,.categories-item.active .icon-box .icon,.categories-item:hover .content h5,.categories-item:hover .content p,.categories-item:hover .icon-box .icon {
    color: var(--White)
}

.categories-item.style-2 {
    flex-direction: row;
    padding: 16px;
    border: none;
    gap: 16px
}

.categories-item.style-2:after {
    display: none
}

.categories-item.style-2 .icon-box {
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 101px;
    width: 101px;
    border-radius: 16px;
    border: 1px solid #ececec
}

.categories-item.style-2 .icon-box .icon {
    font-size: 50px
}

.categories-item.style-2 p {
    display: flex;
    align-items: center;
    gap: 4px
}

.categories-item.style-2:hover {
    background-color: unset
}

.categories-item.style-2:hover .icon-box {
    background-color: var(--Primary)
}

.categories-item.style-2:hover .content h5 {
    color: var(--Primary)
}

.categories-item.style-2:hover .content p {
    color: var(--Text)
}

#loading {
    background-color: var(--White);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 0;
    z-index: 999999
}

#loading #loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading #loading-center,#loading #loading-center .loader-container {
    display: flex;
    align-items: center;
    justify-content: center
}

#loading #loading-center .loader-container .wrap-loader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#loading #loading-center .loader-container .wrap-loader .icon {
    position: absolute;
    max-width: 80px
}

#loading #loading-center .loader-container .loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

#loading .icon {
    width: 42px;
    height: 42px
}

.clip-color-text {
    display: flex;
    justify-content: center
}

.clip-color-text div {
    font-size: 510px;
    line-height: 538px;
    font-weight: 900;
    background-image: url(/_next/static/media/bg-text.c5442b5c.jpg);
    background-repeat: repeat;
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content
}

.service-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--White);
    background-color: var(--Primary);
    border-radius: 999px
}

.service-item .img-style {
    border-radius: 24px;
    overflow: hidden
}

.service-item .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-item.style-1 .icon {
    width: 154px;
    height: 154px;
    border: 5px solid var(--Heading);
    font-size: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -80px;
    position: relative;
    z-index: 2
}

.service-item.style-1 .img-style {
    margin-bottom: 32px
}

.service-item.style-2 {
    padding: 30px 32px 32px;
    border-radius: 16px;
    display: grid;
    grid-gap: 25px;
    gap: 25px;
    background-color: var(--White)
}

.service-item.style-2 .heading {
    gap: 24px
}

.service-item.style-2 .icon {
    height: 68px;
    width: 68px;
    font-size: 40px;
    flex-shrink: 0
}

.wrap-top {
    border-radius: 0 0 16px 16px;
    padding-bottom: 16px
}

.project-item.style-1 {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.project-item.style-1:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,transparent 52.17%,#000);
    inset: 0
}

.project-item.style-1 .img-style img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    object-position: center center
}

.project-item.style-1 .content {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 16px
}

.project-item.style-1 .tf-btn {
    position: absolute;
    z-index: 1;
    height: 65px;
    width: 65px;
    top: 7px;
    right: 8px;
    color: var(--Heading);
    background-color: var(--White);
    font-size: 24px;
    border-radius: 999px
}

.project-item.style-1 .tf-btn:hover {
    background-color: var(--Primary);
    color: var(--White)
}

.project-item.empty {
    padding: 120px 23px 24px;
    background-color: var(--Heading);
    border-radius: 16px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.project-item.empty .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.project-item.empty .logo {
    width: 136px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px
}

.project-item.empty .tf-btn {
    max-width: 211px;
    width: 100%
}

.marquee-item.style-1 {
    opacity: .2;
    transition: all .3s ease
}

.marquee-item.style-1:hover {
    opacity: 1
}

.marquee-item.style-1:hover svg path {
    fill: var(--Primary)
}

.box-help {
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.box-help img {
    width: 100%;
    object-fit: cover
}

.box-help .content {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 8px;
    background: rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 24px 15px;
    border-radius: 16px
}

.box-help .tf-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    color: var(--Heading);
    height: 40px;
    width: 40px;
    border-radius: 999px;
    font-size: 24px
}

.box-help .tf-btn:hover {
    background-color: var(--Heading);
    color: var(--White)
}

.box-service .box-item {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 30px 0 28px;
    border-bottom: 1px solid var(--Black);
    position: relative
}

.box-service .box-item .number,.box-service .box-item .title {
    transition: all .3s ease
}

.box-service .box-item .title {
    color: var(--Heading)
}

.box-service .box-item .image {
    position: absolute;
    right: 34px;
    transform: rotate(-9deg) scale(.2);
    bottom: -58px;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.box-service .box-item .number {
    z-index: 3;
    color: var(--Note);
    position: relative
}

.box-service .box-item .number:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -62px;
    width: 30px;
    height: 1px;
    background-color: var(--Primary);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0;
    transition: all .3s ease
}

.box-service .box-item:first-child {
    border-top: 1px solid var(--Black)
}

.box-service .box-item:hover .number,.box-service .box-item:hover .title {
    color: var(--Primary)
}

.box-service .box-item:hover .title {
    margin-left: 40px
}

.box-service .box-item:hover .number:before {
    opacity: 1
}

.box-service .box-item:hover .image {
    opacity: 1;
    visibility: visible;
    transform: rotate(-9deg) scale(1)
}

.area-cursor-custom {
    position: relative;
    cursor: none
}

.area-cursor-custom .custom-cursor {
    position: fixed;
    opacity: 0;
    transition: transform .3s ease,opacity .3s ease;
    z-index: 1000;
    display: block
}

.area-cursor-custom .custom-cursor.style-1 img {
    border-radius: 16px;
    transform: rotate(-9.26deg)
}

.area-cursor-custom .custom-cursor.style-2 {
    pointer-events: none;
    cursor: none;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    color: #fff;
    border-radius: 999px;
    cursor: -webkit-grab;
    cursor: grab;
    background: rgba(0,0,0,.502);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0;
    transition: all .1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    gap: 7px
}

.area-cursor-custom .custom-cursor.style-2 i {
    font-size: 32px
}

.banner-container .banner-stripe {
    position: relative;
    background-color: var(--Primary);
    transform: rotate(3.16deg) translateY(-50%);
    top: 50%;
    z-index: 2;
    overflow: hidden
}

.banner-container .banner-stripe .banner-text {
    color: var(--Text-white);
    white-space: nowrap
}

.banner-container .banner-stripe .text-container {
    display: flex;
    align-items: center;
    gap: 37.18px;
    padding: 16px 0
}

.banner-container .banner-stripe.style-2 {
    margin-top: -84px;
    background-color: var(--Heading);
    transform: rotate(-3.16deg) translateY(-50%);
    z-index: 1
}

.box-dream-home {
    display: flex;
    gap: 40px
}

.box-dream-home .left {
    flex: 54% 1
}

.box-dream-home .left .title {
    margin-bottom: 40px
}

.box-dream-home .left .description {
    margin-bottom: 58px
}

.box-dream-home .right {
    flex: 54% 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
}

.box-dream-home .right .title {
    margin-bottom: 31px
}

.box-dream-home .right .description {
    margin-bottom: 39px
}

.box-dream-home .center {
    flex: 60.4% 1
}

.box-dream-home .center .img-style,.box-dream-home .center .simpleParallax {
    height: 100%
}

.box-dream-home .img-style {
    overflow: hidden;
    border-radius: 24px
}

.box-dream-home .img-style img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.box-dream-home .wrap-contact-item {
    gap: 24px;
    margin-bottom: 48px
}

.box-dream-home .list-check {
    display: grid;
    grid-gap: 12px;
    gap: 12px
}

.box-dream-home .list-check li {
    display: flex;
    align-items: center;
    gap: 8px
}

.box-dream-home .list-check i {
    color: var(--Primary);
    font-size: 24px
}

.scroll-tranform {
    transition: transform .65s cubic-bezier(.23,1,.32,1)
}

.text-with-img.style-1 .img-style {
    border-radius: 24px;
    overflow: hidden
}

.text-with-img.style-1 .right .img-style {
    margin-left: auto;
    height: 100%
}

.text-with-img.style-1 .right .img-style img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.text-with-img.style-2 .img-style img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover
}

.text-with-img.style-2 .main {
    width: 88.71%
}

.text-with-img.style-2 .sub {
    border: 16px solid var(--White);
    background-color: var(--White);
    position: absolute;
    border-radius: 38px;
    width: 52%;
    right: -3%;
    bottom: -29%
}

.text-with-img.style-2 .sub img {
    border-radius: 24px
}

.text-with-img.style-2 .content {
    padding: 39px 0 123px
}

.text-with-img.style-3 .widget-video {
    position: absolute;
    bottom: 45px;
    left: 48px
}

.text-with-img.style-3 .img-style {
    border-radius: 16px;
    overflow: hidden
}

.text-with-img.style-3 .img-style img {
    max-height: 483px;
    width: 100%;
    object-fit: cover
}

.text-with-form.style-1,.text-with-form.style-2 {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 32px;
    overflow: hidden;
    min-height: 871px
}

.text-with-form.style-1 .sw-single img,.text-with-form.style-2 .sw-single img {
    min-height: 871px;
    object-fit: cover
}

.text-with-form.style-1 img,.text-with-form.style-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.text-with-form.style-1 .content,.text-with-form.style-2 .content {
    max-width: 620px;
    padding: 32px;
    background-color: var(--White);
    border-radius: 24px;
    width: 100%;
    top: 90px;
    right: 90px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.text-with-form.style-1 .info,.text-with-form.style-2 .info {
    gap: 51px
}

.text-with-form.style-1 .location i,.text-with-form.style-2 .location i {
    font-size: 18px
}

.text-with-form.style-1 .info-agent,.text-with-form.style-2 .info-agent {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--Line);
    display: flex;
    gap: 24px;
    align-items: center
}

.text-with-form.style-1 .avatar,.text-with-form.style-2 .avatar {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0
}

.text-with-form.style-1 .btn-main,.text-with-form.style-2 .btn-main {
    height: 85px;
    border-radius: 999px;
    flex-direction: column;
    gap: 0
}

.text-with-form.style-2 {
    border-radius: 24px;
    min-height: 703px
}

.text-with-form.style-2 .sw-single img {
    height: 703px;
    min-height: unset;
    object-fit: cover
}

.text-with-form.style-2 .content {
    max-width: 594px;
    top: 16px;
    right: 16px
}

.box-project-details .image {
    border-radius: 24px;
    overflow: hidden
}

.box-project-details .list-info {
    margin-bottom: 56px
}

.box-project-details .list-info li {
    display: flex;
    align-items: center
}

.box-project-details .list-info li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--Line)
}

.box-project-details .list-info li span {
    min-width: 180px
}

.box-project-details .heading {
    margin-bottom: 30px
}

.box-project-details .description {
    margin-bottom: 32px
}

.box-project-details .group-agent {
    margin-bottom: 53px
}

.box-project-details .info-agent {
    gap: 24px
}

.box-project-details .wrap-price {
    margin-bottom: 55px
}

.box-project-details .btn-main {
    height: 85px;
    gap: 0
}

.box-project-details .avatar {
    width: 80px;
    overflow: hidden;
    border-radius: 999px
}

.box-home-layout .list-info li {
    display: flex;
    align-items: center
}

.box-home-layout .list-info li:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Line)
}

.box-home-layout .list-info li span {
    min-width: 180px
}

.box-home-layout .info {
    gap: 115px
}

.box-home-layout .info .item {
    position: relative
}

.box-home-layout .info .item:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--Line);
    top: 0;
    right: -61px
}

.project-slider {
    position: relative;
    overflow: hidden;
    border-radius: 32px
}

.project-slider .featured-post {
    max-width: 618px;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    position: absolute;
    top: 30px;
    left: 15.2%
}

.project-slider .wrap-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 32px;
    margin-top: 29px;
    border-top: 1px solid var(--Line)
}

.project-slider .wrap-btn .sw-button {
    height: 65px;
    width: 65px
}

.project-slider .sub {
    margin-bottom: 32px;
    display: block
}

.project-slider .heading {
    margin-bottom: 32px
}

.project-slider .heading h2 {
    margin-bottom: 12px
}

.project-slider .img-style img {
    min-height: 564px;
    object-fit: cover
}

.box-photo-gallery .slide-inner {
    border-radius: 24px;
    overflow: hidden
}

.tf-compare-table {
    overflow-x: scroll
}

.tf-compare-table::-webkit-scrollbar {
    height: 4px
}

.tf-compare-table::-webkit-scrollbar-thumb {
    background: var(--Line)
}

.tf-compare-table sup {
    top: -6px
}

.tf-compare-row {
    display: flex
}

.tf-compare-row:nth-child(2n+2)>div {
    background-color: var(--Sub-primary-1)
}

.tf-compare-row .tf-compare-col:first-child {
    min-width: 229px
}

.tf-compare-row:not(:first-child) .tf-compare-col:first-child {
    border-left: 1px solid var(--Line)
}

.tf-compare-row:first-child .tf-compare-col:first-child {
    border: 0
}

.tf-compare-row:first-child .tf-compare-col:not(:first-child) {
    border-top: 1px solid var(--Line)
}

.tf-compare-row:first-child .tf-compare-col:nth-child(2) {
    border-left: 1px solid var(--Line);
    border-top-left-radius: 8px
}

.tf-compare-row:first-child .tf-compare-col:last-child {
    border-top-right-radius: 8px
}

.tf-compare-row:nth-child(2) .tf-compare-col:first-child {
    border-top-left-radius: 8px;
    border-top: 1px solid var(--Line)
}

.tf-compare-row:last-child .tf-compare-col:first-child {
    border-bottom-left-radius: 8px
}

.tf-compare-row:last-child .tf-compare-col:last-child {
    border-bottom-right-radius: 8px
}

.tf-compare-col {
    min-width: 350px;
    border-right: 1px solid var(--Line);
    border-bottom: 1px solid var(--Line);
    flex-grow: 1;
    position: relative
}

.tf-compare-item {
    padding: 15px 20px
}

.tf-compare-item .tf-compare-image {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin: 0 auto
}

.tf-compare-item .tf-compare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tf-compare-item .tf-compare-content {
    display: grid;
    margin-top: 16px;
    grid-gap: 4px;
    gap: 4px
}

.tf-compare-field {
    padding: 15px
}

.tf-compare-stock,.tf-compare-value {
    display: flex;
    align-items: center;
    justify-content: center
}

.tf-compare-stock {
    gap: 8px;
    font-weight: 500;
    color: #83b735
}

.tf-compare-stock .icon {
    width: 16px;
    height: 16px;
    background-color: #83b735;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.tf-compare-stock .icon i {
    color: var(--White);
    font-size: 7px
}

.btn-view-cart {
    padding: 3px 20px;
    border-radius: 8px;
    background-color: var(--Onsurface);
    color: var(--White);
    font-size: 14px;
    line-height: 22px;
    border-radius: 99px;
    text-transform: capitalize
}

.btn-view-cart:hover {
    background-color: var(--Primary)
}

.list-compare-color {
    display: flex;
    gap: 8px
}

.list-compare-color .item {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid transparent
}

.list-compare-color .item.active {
    border-color: var(--Onsurface)
}

.tf-compare-rate {
    gap: 7px;
    justify-content: center
}

.tf-compare-rate,.tf-compare-rate .list-star {
    display: flex;
    align-items: center
}

.tf-compare-rate .list-star .icon {
    font-size: 16px;
    color: var(--Primary)
}

.tf-compare-rate .list-star .icon:last-child {
    color: var(--Note)
}

.tf-spacing-1 {
    padding-top: 104px;
    padding-bottom: 104px
}

.tf-spacing-2 {
    padding-top: 72px;
    padding-bottom: 104px
}

.tf-spacing-3 {
    padding-top: 64px;
    padding-bottom: 80px
}

.tf-spacing-4 {
    padding-top: 0;
    padding-bottom: 77px
}

.tf-spacing-5 {
    padding-top: 69px;
    padding-bottom: 104px
}

.tf-spacing-6 {
    padding-top: 0;
    padding-bottom: 80px
}

.tf-spacing-7 {
    padding-top: 130px;
    padding-bottom: 130px
}

.tf-spacing-8 {
    padding-top: 130px;
    padding-bottom: 127px
}

.tf-spacing-9 {
    padding-top: 130px;
    padding-bottom: 200px
}

.tf-spacing-10 {
    padding-top: 160px;
    padding-bottom: 130px
}

.tf-spacing-11 {
    padding-top: 132px;
    padding-bottom: 130px
}

.tf-spacing-12 {
    padding-top: 80px;
    padding-bottom: 80px
}

.tf-spacing-13 {
    padding-top: 96px;
    padding-bottom: 128px
}

.tf-spacing-14 {
    padding-top: 125px;
    padding-bottom: 128px
}

.tf-spacing-15 {
    padding-top: 96px;
    padding-bottom: 128px
}

.section-style.style-border-top {
    background: var(--Secondary);
    border-radius: 156px 156px 0 0
}

.grid-layout-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
    gap: 40px
}

.tf-grid-layout,.tf-grid-layout-2 {
    display: grid;
    grid-gap: 20px;
    gap: 20px
}

.tf-grid-layout-2 {
    grid-template-columns: repeat(2,1fr)
}

.tf-grid-layout-3 {
    display: grid;
    grid-gap: 20px;
    gap: 20px
}

.grid-layout-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
    gap: 40px
}

.grid-layout-4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 40px;
    gap: 40px
}

.heading-section {
    display: flex;
    gap: 12px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.heading-section p {
    color: var(--Text-3)
}

.page-title {
    position: relative;
    z-index: 10;
    background-position: 50%;
    background-attachment: fixed
}

.page-title:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-title .heading-title {
    text-align: center
}

.page-title .heading-title .title {
    color: var(--Text-white);
    margin-bottom: 16px
}

.page-title .heading-title p {
    color: var(--Text-white);
    line-height: 25.2px
}

.page-title form fieldset input::placeholder {
    color: #7c7f84;
    font-weight: 400
}

.page-title.career,.page-title.home01,.page-title.home05 {
    background-image: url(/assets/dist/images/backgrounds/header-bkg.webp);
    background-attachment: fixed;
    padding: 154px 0 258px;
    background-size: cover
}

.page-title.home01.pages {
    padding: 100px 0 100px;
}

.page-title.career .heading-title,.page-title.home01 .heading-title,.page-title.home05 .heading-title {
    margin-bottom: 45px
}

.page-title.career .tf-dropdown-sort,.page-title.home01 .tf-dropdown-sort,.page-title.home05 .tf-dropdown-sort {
    padding-right: 30px;
    border-right: 1px solid var(--Line)
}

.page-title.career form,.page-title.home01 form,.page-title.home05 form {
    flex: 1 1
}

.page-title.career form fieldset input,.page-title.home01 form fieldset input,.page-title.home05 form fieldset input {
    border: none
}

.page-title.career .form-title,.page-title.home01 .form-title,.page-title.home05 .form-title {
    padding: 8px 8px 8px 24px
}

.page-title.career .btn-filter,.page-title.home01 .btn-filter,.page-title.home05 .btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    border-radius: 16px;
    cursor: pointer
}

.page-title.home02 {
    background-image: url(/_next/static/media/page-title-2.2f0abc06.jpg);
    padding: 232px 0 294px;
    background-size: cover;
    background-attachment: fixed
}

.page-title.home02 .heading-title {
    margin-bottom: 80px
}

.page-title.home02 .form-title {
    padding: 16px;
    gap: 12px
}

.page-title.home02 .nice-select,.page-title.home02 form {
    flex-grow: 1
}

.page-title.home02 .btn-filter {
    background: var(--Sub-primary-2)
}

.page-title.home02 .btn-filter svg path {
    stroke: var(--Primary)
}

.page-title.home02 .checkbox-item label input:checked~.btn-checkbox {
    background-color: var(--Primary);
    border-color: var(--Primary)
}

.page-title.home03 {
    background-image: url(/_next/static/media/page-title-3.3269209e.jpg);
    background-size: cover;
    padding: 200px 0 310px
}

.page-title.home03 .heading-title {
    text-align: start;
    margin-bottom: 74px
}

.page-title.home03 .widget-tabs .widget-menu-tab {
    justify-content: flex-start
}

.page-title.home03 .form-title {
    padding: 16px;
    gap: 12px
}

.page-title.home04 {
    background-image: url(/_next/static/media/page-title-4.d80ca0df.jpg);
    padding: 112px 0 207px;
    background-size: cover
}

.page-title.home04 .heading-title {
    margin-bottom: 63px
}

.page-title.home04 .form-title {
    padding: 16px;
    gap: 12px
}

.page-title.home04 .nice-select,.page-title.home04 form {
    flex-grow: 1
}

.page-title.home05 {
    background-image: url(/_next/static/media/page-title-5.827ef1d7.jpg);
    padding: 237px 0 300px;
    background-size: cover
}

.page-title.home05 .heading-title {
    margin-bottom: 45px
}

.page-title.style-2 {
    padding: 132px 0 232px;
    background-image: url(/_next/static/media/page-title-loan.2bac0eb2.jpg);
    background-size: cover
}

.page-title.style-2:after {
    display: none
}

.page-title.style-2 .heading-title .title {
    color: var(--Heading)
}

.page-title.home06:after {
    display: none
}

.page-title.home06 .heading {
    background-color: var(--bg-body-color);
    height: 100%
}

.page-title.home06 .heading .title {
    background-image: linear-gradient(-225deg,var(--Note) 50%,var(--White) 50%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    animation: textclip 14s linear infinite;
    display: inline-block
}

.page-title.home06 .heading .title,.page-title.home06 .heading .title span {
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-title.home06 .heading .title span {
    background-color: var(--White)
}

@keyframes textclip {
    to {
        background-position: 200%
    }
}

.page-title.home06 .item {
    display: flex;
    gap: 12px 30px
}

.page-title.home06 .item .img-wrap {
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0
}

.page-title.home06 .item .content {
    padding-top: 11px
}

.page-title.home06 .item .content p {
    color: var(--border-2);
    margin-bottom: 24px
}

.page-title.home06 .right {
    overflow: hidden
}

.page-title.home06 .right .slide-inner {
    width: 100%;
    border-radius: 24px;
    overflow: hidden
}

.page-title.home06 .right .swiper {
    border-radius: 24px
}

.page-title.home06 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page-title.home06 .left .hero-thumbs-1 {
    width: 100%
}

.page-title.home06 .wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px
}

.page-title.home06 form fieldset input {
    border-radius: 999px
}

.page-title.home07 {
    background-color: var(--White)
}

.page-title.home07:after {
    display: none
}

.page-title.home07 .heading {
    margin-bottom: 14px
}

.page-title.home07 .sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 936px;
    margin-bottom: 20px
}

.page-title.home08 {
    margin-top: 18px
}

.page-title.home08:after {
    display: none
}

.page-title.home08 .tf-slider {
    margin-left: 16px;
    margin-right: 16px
}

.page-title.home08 .hero-thumbs-2 {
    border-radius: 32px
}

.page-title.home08 .img-thumb-pagi {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer
}

.page-title.home08 .content-inner {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 4
}

.page-title.home08 .row {
    gap: 40px
}

.page-title.home08 .image-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.page-title.home08 .image-wrap img {
    width: 100%;
    min-height: 450px;
    object-fit: cover
}

.page-title.home08 .image-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.page-title.home09 {
    margin-top: 30px
}

.page-title.home09:after {
    display: none
}

.page-title.home09 .description {
    color: var(--border-2)
}

.page-title.home09 .left {
    max-width: 1091px
}

.page-title.home09 .right .description {
    margin-bottom: 24px
}

.page-title.home09 .right .img-wrap {
    border-radius: 16px;
    overflow: hidden
}

.page-title.home09 .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px
}

.page-title.home09 .form-search {
    margin-bottom: 15px
}

.page-title.home09 .img-wrap {
    max-width: 100%
}

.page-title.home09 .img-wrap img {
    width: 100%;
    height: 244px;
    object-fit: cover
}

.page-title.home09 img {
    object-fit: cover
}

.page-title.home09 .thumbs-main {
    border-radius: 16px;
    overflow: hidden
}

.page-title.home09 .thumbs-main img {
    min-height: 300px
}

.page-title.home10 {
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.page-title.home10:after {
    display: none
}

.page-title.home10 .location {
    margin-bottom: 32px
}

.page-title.home10 .info {
    display: flex
}

.page-title.home10 .info .item:not(:last-child) {
    padding-right: 56px;
    border-right: 1px solid var(--Line)
}

.page-title.home10 .info .item:not(:first-child) {
    padding-left: 56px
}

.page-title.home10 .title-main {
    margin-bottom: 38px
}

.page-title.home10 .title {
    margin-bottom: 13px
}

.page-title.home10 .property-info {
    position: absolute;
    padding: 8px;
    border-radius: 16px;
    display: flex;
    gap: 24px;
    bottom: 16px;
    left: 16px;
    background-color: var(--White)
}

.page-title.home10 .property-info .img-wrap {
    border-radius: 16px;
    overflow: hidden
}

.page-title.home10 .property-info .img-wrap img {
    height: 100%;
    object-fit: cover
}

.page-title.home10 .property-info .tf-btn {
    height: 32px;
    width: 32px;
    border-radius: 999px;
    background-color: var(--Heading)
}

.page-title.home10 .property-info .tf-btn svg {
    width: 20px
}

.page-title.home10 .property-info .tf-btn:hover {
    background-color: var(--Primary)
}

.page-title.home10 .left,.page-title.home10 .right {
    width: 100%
}

.page-title.home10 .left {
    padding-top: 145px
}

.page-title.career {
    background-image: url(/_next/static/media/page-title-career.39080188.jpg);
    background-size: cover;
    padding: 384px 0 0;
    background-repeat: no-repeat
}

.page-title.career .heading-title {
    margin-bottom: 56px
}

.page-title.career .heading-title .title {
    line-height: 70px
}

.page-title.career .content-inner {
    margin-bottom: -35px
}

.page-title.career .form-title {
    box-shadow: 0 30px 60px rgba(0,0,0,.07)
}

.page-title .wd-search-form {
    max-width: calc(100vw - 30px)
}

.flat-title {
    margin-bottom: 20px
}

/* .flat-title .title-inner {
    padding-top: 34px
} */

.flat-title.style-2 .title-inner {
    padding-top: 34px;
    margin-bottom: 30px
}

.flat-title.style-3 {
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px
}

.flat-title.style-3 .heading-section {
    margin-bottom: 0!important
}

.flat-title.style-3 .title-inner {
    padding-top: 40px
}

.flat-title.style-3 .img-style {
    border-radius: 16px;
    overflow: hidden
}

.flat-title.style-3 .wg-filter {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 0
}

.breadcrumb li a {
    color: var(--Primary)
}

.breadcrumb li a:hover {
    color: var(--Secondary)
}

.breadcrumb li:not(:last-child) {
    position: relative
}

.breadcrumb li:not(:last-child):after {
    content: "";
    position: absolute;
    font-family: icomoon;
    color: var(--Text);
    font-size: 8px;
    line-height: normal;
    top: 5px;
    margin: 0 12.5px 0 11.5px
}

.section-CTA:not(.style-2) {
    background-color: var(--Primary)
}

.section-CTA:not(.style-2) .content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 0;
    gap: 10px
}

.section-CTA:not(.style-2) .content-inner img {
    max-width: 108px;
    position: absolute;
    bottom: 0
}

.section-CTA:not(.style-2) .content-inner .content {
    padding-left: 134px
}

.section-CTA:not(.style-2) .content-inner .tf-btn {
    height: 54px;
    padding: 0 29.5px
}

.section-CTA.style-2 .content-inner {
    overflow: hidden;
    background-color: #f1913d;
    position: relative;
    padding: 32px;
    border-radius: 16px
}

.section-CTA.style-2 .content-inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/_next/static/media/cta-4.512baef9.png);
    left: 0;
    top: 0
}

.section-CTA.style-2 .content-inner:before {
    content: "";
    position: absolute;
    height: 484px;
    width: 484px;
    background-color: #f78119;
    border-radius: 999px;
    right: 32px;
    bottom: -245px
}

.section-CTA.style-2 .logo {
    margin-bottom: 33px;
    width: 136px;
    height: 42px
}

.section-CTA.style-2 .content {
    position: relative;
    z-index: 5
}

.section-CTA.style-2 .person {
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 175px;
    z-index: 2
}

.section-CTA.style-2 .tf-btn {
    height: 54px
}

.section-realty {
    background-image: url(/_next/static/media/section-realty.fe9f442d.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed
}

.section-realty:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0
}

.section-realty .heading-section {
    margin-bottom: 46px;
    position: relative;
    z-index: 5
}

.section-realty .counter-item {
    position: relative;
    z-index: 5
}

.section-property-detail .wg-property {
    background-color: var(--White);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.05);
    margin-bottom: 40px
}

.section-property-detail .wg-property.box-attachments,.section-property-detail .wg-property.box-property-detail,.section-property-detail .wg-property.single-property-floor {
    padding: 30px 30px 37px
}

.section-property-detail .wg-property.box-amenities {
    padding-right: 133px!important
}

.section-property-detail .wg-property.single-property-floor {
    padding: 30px 30px 32px
}

.section-property-detail .wg-property.box-virtual-tour {
    padding: 23px 29px 34px
}

.section-property-detail .wg-property.box-loan {
    padding: 32px 30px 30px
}

.section-property-detail .wg-property.box-loan .wrap-btn {
    margin-top: 23px
}

.section-property-detail .wg-property.box-loan .wrap-btn p {
    margin-top: 0
}

.section-property-detail .wg-property.box-loan .wrap-btn span {
    color: var(--Primary)
}

.section-property-detail .wg-property.single-property-nearby {
    padding: 32px 30px 30px
}

.section-property-detail .wg-property.box-property-detail .box ul li {
    gap: 10px
}

.section-property-detail .wg-property.box-comment {
    padding: 30px
}

.section-property-detail .wg-property.spacing-1 {
    padding: 24px 24px 39px
}

.section-property-detail .wg-property.spacing-2 {
    padding: 22px 24px 23px
}

.section-property-detail .wg-property.spacing-3 {
    padding: 25px 24px 20px
}

.section-property-detail .wg-property.spacing-4 {
    padding: 25px 23px 35px
}

.section-property-detail .wg-property.spacing-5 {
    padding: 24px 23px 35px
}

.section-property-detail .wg-property.spacing-6 {
    padding: 23px 23px 34px
}

.section-property-detail .wg-property.spacing-7 {
    padding: 24px 23px 37px
}

.section-property-detail .wg-property.spacing-8 {
    padding: 23px 23px 35px
}

.section-property-detail .wg-property.spacing-9 {
    padding: 27px 24px 21px
}

.section-property-detail .wg-property.spacing-10 {
    padding: 26px 24px 23px
}

.section-property-detail .wg-property.spacing-11 {
    padding: 27px 24px 23px
}

.section-property-detail .wg-property .wrap-comment {
    padding-bottom: 38px;
    margin-bottom: 36px
}

.section-property-detail .wg-property .wrap-comment .comment-item .author .name {
    margin-bottom: 6px
}

.section-property-detail .wg-property .wrap-comment .comment-item p {
    margin-bottom: 15px
}

.section-property-detail .wg-property form .tf-btn {
    gap: 1px
}

.section-property-detail .wg-property form .tf-btn i {
    font-size: 16px
}

.section-property-detail .wg-title {
    margin-bottom: 24px
}

.section-property-detail .sw-thumbs-sigle {
    border-radius: 16px 16px 0 0
}

.section-property-detail .single-property-gallery {
    margin-bottom: 40px
}

.section-property-detail .single-property-gallery.style-1 .sw-button {
    top: calc(50% - 55px)
}

.section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-next {
    right: 16px
}

.section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-prev {
    left: 16px
}

.section-property-detail .form-pre-approved .cols {
    margin-bottom: 32px
}

.section-property-detail .form-pre-approved .cols:nth-last-child(2) {
    margin-bottom: 0
}

.section-property-detail.style-2 .wg-property {
    box-shadow: unset;
    border: 1px solid var(--Line)
}

.section-property-image {
    margin-bottom: 40px
}

.section-property-image .wrap-image {
    display: flex;
    gap: 14px
}

.section-property-image .wrap-image .image {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.section-property-image .wrap-image .wrap-image-right {
    display: flex;
    gap: 14px;
    flex-direction: column
}

.section-property-image .wrap-image .wrap-image-right .bot {
    display: flex;
    gap: 14px
}

.section-listing .heading-section {
    margin-bottom: 47px
}

.section-help {
    background-color: var(--Sub-primary-1)
}

.section-help .heading-section
/* ,.section-help .widget-tabs,.section-help .widget-tabs .widget-menu-tab  */
{
    margin-bottom: 48px
}

.section-help .text {
    color: var(--Text-3)
}

.section-help .text a {
    color: var(--Primary);
    text-decoration: underline;
    margin-left: 6px
}

.section-help .text a:hover {
    color: var(--Heading)
}

.section-help.style-1 {
    background-color: var(--White)
}

.section-help.style-1 .heading-section {
    margin-bottom: 55px
}

.section-help.style-2 {
    background-color: var(--White)
}

.section-help.style-2 .icons-box:hover {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07)
}

.section-pre-approved .content {
    margin: 88px 0
}

.section-pre-approved .heading-section {
    margin-bottom: 47px
}

.section-pre-approved .image-wrap {
    border-radius: 24px;
    overflow: hidden
}

.section-pre-approved .image-wrap img {
    width: 100%
}

.section-pre-approved.style-2 .content {
    margin: 31px 0
}

.section-pre-approved.style-2 .image-wrap {
    max-width: 550px;
    margin-left: auto
}

.section-pre-approved.style-2 .form-pre-approved p {
    margin-top: 34px
}

.section-work-together .wg-partner {
    background-color: var(--Secondary);
    /* padding-bottom: 328px */
}

.section-work-together .wg-appraisal {
    margin-top: calc(-11% - 13px);
    padding-bottom: 104px
}

.section-work-together.style-2 .wg-partner {
    background-color: unset;
    padding-bottom: unset
}

.section-testimonials .box-testimonials {
    display: flex;
    flex-direction: column;
    gap: 38px
}

.section-testimonials.style-1 .tf-grid-layout {
    padding: 40px;
    margin: -40px;
    position: relative;
    max-height: 86rem;
    overflow: hidden
}

.section-testimonials.style-1 .tf-grid-layout .tf-btn {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    padding: 0 15px;
    font-weight: 500
}

.section-testimonials.style-1 .tf-grid-layout.active {
    max-height: 100%
}

.section-testimonials.style-1 .tf-grid-layout.active:after {
    display: none
}

.section-testimonials.style-1 .tf-grid-layout:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    width: 100%;
    height: 64%;
    bottom: 0
}

.section-testimonials.style-2 {
    overflow: hidden
}

.section-testimonials.style-2 .heading-section {
    margin-bottom: 87px
}

.section-testimonials.style-2 .sw-fipcard {
    max-width: 619px;
    width: 100%
}

.section-testimonials.style-2 .sw-button {
    position: absolute;
    top: 32%
}

.section-testimonials.style-2 .sw-fipcard-prev {
    left: 10%
}

.section-testimonials.style-2 .sw-fipcard-next {
    right: 10%
}

.section-testimonials.style-3 {
    margin-left: 15px;
    margin-right: 15px;
    background-color: var(--Sub-primary-1);
    border-radius: 24px
}

.section-testimonials.style-3 .swiper-slide {
    height: auto;
    opacity: 0;
    transition: all .5s ease
}

.section-testimonials.style-3 .swiper-slide-active,.section-testimonials.style-3 .swiper-slide-next,.section-testimonials.style-3 .swiper-slide-prev {
    opacity: 1
}

.section-testimonials.style-3 .wg-testimonial {
    height: 100%
}

.section-testimonials.style-4 .infiniteslide_wrap {
    height: 896px!important
}

.section-testimonials.style-4 .wg-testimonial {
    margin-bottom: 40px
}

.section-testimonials.style-4 .img-group {
    display: flex
}

.section-testimonials.style-4 .img-group li {
    width: 64px;
    border-radius: 999px;
    overflow: hidden
}

.section-testimonials.style-4 .img-group li:not(:first-child) {
    margin-left: -24px
}

.section-trusted {
    background-color: var(--Sub-primary-1)
}

.section-trusted .heading-section span {
    position: relative;
    margin-right: 11px
}

.section-trusted .heading-section span:after {
    position: absolute;
    content: "+";
    top: -8px;
    font-size: 22px
}

.section-trusted .person {
    bottom: -105px;
    right: 167px;
    z-index: 2
}

.section-trusted .item {
    bottom: -104px;
    right: 34px
}

.section-neighborhoods.style-2 .wrap-neighborhoods {
    display: flex;
    gap: unset
}

.section-featured {
    max-width: 1920px;
    margin: 0 auto
}

.section-featured .box-house {
    background: hsla(5,85%,65%,.051)
}

.section-featured .box-house .image-wrap {
    max-width: 100%
}

.section-why p a {
    color: var(--Primary)
}

.section-why .tf-btn {
    height: 54px
}

.section-box-team .wrap-image {
    position: relative;
    height: 100%
}

.section-box-team .image-wrap {
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease
}

.section-box-team .image-wrap.img-1 {
    position: relative;
    max-width: 400px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.25);
    z-index: 1
}

.section-box-team .image-wrap.img-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.section-box-team .image-wrap.img-2:hover {
    z-index: 2
}

.section-box-team .content-inner {
    padding: 62.5px 0
}

.section-box-team.style-1 .swiper {
    margin-bottom: 40px
}

.section-box-team.style-2 .content-inner {
    padding: 52.5px 0 47.5px
}

.section-categories-neighborhoods .wrap-neighborhoods {
    display: flex;
    gap: 0
}

.section-categories-neighborhoods .swiper {
    border-radius: 16px
}

.section-appraisal.style-2 .wg-appraisal .content:after {
    background-image: url(/_next/static/media/cta-3.29ccfbee.png)
}

.section-sale .box-sale {
    padding-top: 104px;
    padding-bottom: 323px;
    background-color: var(--Secondary);
    position: relative
}

.section-sale .box-sale:after {
    content: "";
    position: absolute;
    background-image: url(/_next/static/media/section-sale.fbaf3801.png);
    width: 100%;
    height: 100%;
    top: 0
}

.section-sale .box-sale .heading-section,.section-sale .box-sale .tf-btn {
    position: relative;
    z-index: 5
}

.section-sale .box-sale .tf-btn,.section-sale .box-sale .tf-btn:hover {
    border: 1px solid var(--Primary)
}

.section-sale .tf-grid-layout {
    margin-top: -219px
}

.section-selling-home {
    background-color: #f7f7f7
}

.section-selling-home.style-2 {
    background-color: var(--Sub-primary-1);
    padding-bottom: 358px
}

.section-selling-home.style-2 .wrap-box .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 1px dashed var(--Primary);
    color: var(--Primary);
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 32px;
    position: relative;
    z-index: 1;
    background-color: var(--Sub-primary-1)
}

.section-selling-home.style-2 .tf-grid-layout {
    position: relative
}

.section-selling-home.style-2 .tf-grid-layout:after {
    content: "";
    position: absolute;
    max-width: 1128px;
    border: 1px dashed var(--Primary);
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32px
}

.section-selling-home.style-3 {
    background-color: unset;
    position: relative;
    z-index: 1
}

.section-download .heading-section {
    margin-bottom: 30px
}

.section-download .content {
    background-color: var(--Sub-primary-1);
    padding: 123px 0 123px 69px;
    border-radius: 24px
}

.section-download .wrap-download {
    display: flex;
    gap: 11px
}

.section-download .wrap-download a {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    max-width: 148px
}

.section-download .wrap-download a.ch-play {
    max-width: 168px
}

.section-download .image-wrap {
    position: absolute;
    top: -15px;
    right: 0
}

.section-property-layout {
    margin-bottom: 61px
}

.section-property-layout .wg-filter {
    margin-bottom: 64px
}

.section-property-layout.style-1 {
    margin-bottom: 81px
}

.section-property-layout.style-1 .box-house .image-wrap img {
    height: 264px
}

.section-property-layout.style-1 .box-house .content {
    padding: 30px 0 0
}

.section-property-layout.style-1 .box-house .content .location {
    margin-bottom: 2px
}

.section-property-layout.style-1 .wrap-pagination {
    padding-top: 40px;
    margin-top: 36px;
    border-top: 1px solid var(--Line)
}

.section-property .box-title {
    margin-bottom: 33px
}

.section-property-map {
    display: flex;
    position: relative
}

.section-property-map .wg-filter {
    margin-bottom: 39px
}

.section-property-map .wg-filter form.w-215 {
    max-width: 215px
}

.section-property-map .wg-filter form.w-226 {
    max-width: 226px
}

.section-property-map .content-right {
    padding: 39px 56px 47px 34px
}

.section-property-map .wrap-map {
    height: 100vh;
    width: 81.9%;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.section-property-map .wrap-map #map {
    height: 100%;
    width: 100%
}

.section-property-map .grid-layout-3 {
    gap: 32px
}

.section-property-map .wg-pagination {
    gap: 10px
}

.section-property-map.list .wrap-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.section-property-map.list .wrap-map {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.section-property-map.list .content-right {
    padding: 39px 58px 48px 18px;
    width: 50%
}

.section-property-map.list .box-house .content .location {
    margin-bottom: 20px
}

.section-property-map.list .box-house .meta-list {
    gap: 8px 37px
}

.section-property-map.list .wrap-pagination {
    margin-top: 29px
}

.section-top-map .wrap-map {
    width: 100%;
    height: 800px
}

.section-top-map .wrap-filter {
    padding: 32px 0
}

.section-top-map .wg-filter .form-title,.section-top-map .wrap-filter {
    background-color: var(--Secondary)
}

.section-top-map.style-2 .wrap-map {
    height: 855px
}

.section-top-map.style-2 .box {
    margin-top: -100px
}

.section-agent {
    margin-bottom: 79px
}

.section-agent .box-title {
    flex-direction: column;
    align-items: unset;
    gap: 0;
    margin-bottom: 47px
}

.section-agent .box-title h2 {
    margin-bottom: 24px
}

.section-agent .wrap-sort {
    display: flex;
    gap: 24px
}

.section-agent .wrap-sort form {
    min-width: 290px;
    flex-shrink: 0
}

.section-agent .wrap-sort .nice-select {
    max-width: 290px
}

.section-agent .wrap-sort .nice-select>span {
    font-size: 16px;
    line-height: 22.4px
}

.section-agent .wrap-sort .select-sort {
    max-width: 100%
}

.section-agent .wrap-sort .select-sort>span {
    font-size: 14px;
    line-height: 21px
}

.section-agent .wrap-pagination {
    padding-top: 48px;
    border-top: 1px solid var(--Line);
    margin-top: 40px
}

.section-agent .wrap-pagination .wg-pagination li a {
    font-weight: 400
}

.section-faq {
    margin-bottom: 39px
}

.section-faq .heading-section {
    gap: 0
}

.section-contact-help .logo {
    position: absolute;
    z-index: 1;
    top: 31px;
    left: 52px;
    width: 136px;
    height: 42px
}

.section-contact-help .image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.section-contact-help .image-wrap:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(88,41,0,0),#582900);
    top: 0;
    left: 0
}

.section-contact-help .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    max-width: 1216px;
    margin: 0 32px;
    z-index: 2;
    gap: 20px
}

.section-contact-help .wrap-btn {
    display: flex;
    gap: 13px
}

.section-agency .wrap-list {
    display: flex;
    flex-direction: column;
    gap: 23px
}

.section-agency-details .box-description {
    padding: 30px 30px 26px;
    border: 1px solid var(--Line);
    border-radius: 16px
}

.section-agency-details .box-description .widget .title {
    padding-bottom: 11px;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 11px
}

.section-agency-details .box-description .about {
    margin-bottom: 30px
}

.section-agency-details .map {
    height: 360px;
    width: 100%
}

.section-agency-details .wg-pagination {
    margin-top: 40px
}

.section-calculate {
    margin-top: -254px
}

.section-calculate form .cols {
    gap: 10px 32px;
    margin-bottom: 31px
}

.section-contact .image-wrap {
    border-radius: 16px;
    overflow: hidden
}

.section-contact.style-1 .list-info li .phone {
    font-weight: 700;
    font-size: 30px;
    line-height: 37.5px;
    color: var(--Primary)
}

.section-contact.style-1 .list-info li .icon:after {
    background: var(--border)
}

.section-contact.style-2,.section-contact.style-3 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 58px;
    padding-bottom: 61px;
    background-image: url(/_next/static/media/banner-1.9f06da16.jpg);
    border-radius: 24px;
    background-size: cover
}

.section-contact.style-2 form,.section-contact.style-3 form {
    margin-right: 0
}

.section-contact.style-3 {
    margin-left: 16px;
    margin-right: 16px
}

.section-local-agent .tf-btn {
    height: 54px
}

.section-featured-listings .widget-tabs .widget-menu-tab {
    gap: 15px
}

.section-featured-listings .widget-tabs .item-title {
    max-width: max-content;
    white-space: nowrap
}

.section-featured-listings .widget-content-inner>.tf-btn {
    margin: 47px auto 0
}

.section-agents-details .wg-pagination {
    margin-top: 41px
}

.section-agency-layout .box-title {
    margin-bottom: 30px
}

.section-agency-layout .grid-layout-2 {
    gap: 39px
}

.section-agency-layout .wg-pagination {
    margin-top: 32px
}

.section-agency-layout .wrap-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.section-property-layout .wrap-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.section-categories.style-2 .tf-layout-mobile-sm {
    gap: 24px
}

.section-best-property .heading-title {
    font-size: 145.54px;
    line-height: 134.54px;
    font-weight: 900;
    color: var(--Heading);
    margin-bottom: -21px
}

.section-highlight {
    background-color: var(--White)
}

.section-highlight .wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 814px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section-highlight .wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent 36.89%,#000 91.54%);
    top: 0
}

.section-highlight .tag {
    display: flex;
    gap: 4px;
    left: 0;
    right: 0;
    top: 24px;
    justify-content: center;
    z-index: 1;
    flex-wrap: wrap;
    margin-top: 24px
}

.section-highlight .tag li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 28px;
    background: rgba(0,0,0,.2);
    border-radius: 999px;
    white-space: nowrap
}

.section-highlight .content {
    text-align: center;
    z-index: 1;
    padding: 0 15px 40px
}

.section-highlight .content .img-group {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.section-highlight .content .img-group li {
    width: 64px;
    border-radius: 999px;
    overflow: hidden
}

.section-highlight .content .img-group li:not(:first-child) {
    margin-left: -24px
}

.section-gallery .swiper-slide {
    border-radius: 24px;
    overflow: hidden
}

.section-service.style-1 {
    background-color: var(--Sub-primary-1)
}

.wrap-section.style-1 {
    position: relative;
    margin-left: 16px;
    margin-right: 16px
}

.wrap-section.style-1:after {
    content: "";
    inset: 0;
    position: absolute;
    background-color: var(--bg-body-color);
    border-radius: 24px;
    height: 1459px
}

@media(min-width: 576px) {
    .tf-grid-layout {
        gap:20px
    }

    .tf-grid-layout-3 {
        display: grid;
        grid-gap: 15px;
        gap: 15px
    }

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

    .tf-grid-layout-2.sm-col-4,.tf-grid-layout-3.sm-col-4,.tf-grid-layout.sm-col-4,.tf-layout-mobile-sm.sm-col-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .tf-grid-layout-2.sm-col-3,.tf-grid-layout-3.sm-col-3,.tf-grid-layout.sm-col-3,.tf-layout-mobile-sm.sm-col-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .tf-grid-layout-2.sm-col-2,.tf-grid-layout-3.sm-col-2,.tf-grid-layout.sm-col-2,.tf-layout-mobile-sm.sm-col-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .box-amenities-property {
        grid-template-columns: 1fr 1fr
    }

    .tf-layout-mobile-sm {
        display: grid;
        grid-gap: 15px;
        gap: 15px
    }

    .page-title.home06 .heading {
        margin-bottom: 50px
    }
}

@media(min-width: 768px) {
    .box-amenities-property {
        grid-template-columns:1fr 1fr 1fr
    }

    .tf-grid-layout-2.md-col-4,.tf-grid-layout-3.md-col-4,.tf-grid-layout.md-col-4,.tf-layout-mobile-md.md-col-4,.tf-layout-mobile-sm.md-col-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .tf-grid-layout-2.md-col-3,.tf-grid-layout-3.md-col-3,.tf-grid-layout.md-col-3,.tf-layout-mobile-md.md-col-3,.tf-layout-mobile-sm.md-col-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .tf-grid-layout-2.md-col-2,.tf-grid-layout-3.md-col-2,.tf-grid-layout.md-col-2,.tf-layout-mobile-md.md-col-2,.tf-layout-mobile-sm.md-col-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .tf-layout-mobile-md {
        display: grid;
        grid-gap: 40px;
        gap: 40px
    }

    .tf-layout-mobile-sm {
        gap: 20px
    }

    .wg-filter.style-4 .nice-select {
        padding-left: 16px;
        padding-right: 16px;
        border: none
    }

    .section-selling-home.style-3 .tf-layout-mobile-sm {
        gap: 15px
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none
    }

    .tf-grid-layout-2.lg-col-4,.tf-grid-layout-3.lg-col-4,.tf-grid-layout.lg-col-4,.tf-layout-mobile-lg.lg-col-4,.tf-layout-mobile-md.lg-col-4,.tf-layout-mobile-sm.lg-col-4,.tf-layout-mobile-xl.lg-col-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .tf-grid-layout-2.lg-col-3,.tf-grid-layout-3.lg-col-3,.tf-grid-layout.lg-col-3,.tf-layout-mobile-lg.lg-col-3,.tf-layout-mobile-md.lg-col-3,.tf-layout-mobile-sm.lg-col-3,.tf-layout-mobile-xl.lg-col-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .tf-grid-layout-2.lg-col-2,.tf-grid-layout-3.lg-col-2,.tf-grid-layout.lg-col-2,.tf-layout-mobile-lg.lg-col-2,.tf-layout-mobile-md.lg-col-2,.tf-layout-mobile-sm.lg-col-2,.tf-layout-mobile-xl.lg-col-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .tf-layout-mobile-lg {
        display: grid;
        grid-gap: 40px;
        gap: 40px
    }

    .tf-grid-layout,.tf-grid-layout-2 {
        gap: 20px
    }

    .tf-layout-mobile-sm {
        gap: 40px
    }

    .tf-layout-mobile-xl {
        display: grid;
        grid-gap: 40px;
        gap: 40px
    }

    .tf-btn.height-1 {
        height: 65px
    }

    .tf-btn.height-2 {
        height: 56px
    }

    .tf-btn.height-3 {
        height: 54px!important
    }

    .section-listing .tf-layout-mobile-lg {
        gap: 38px 40px
    }

    .modal-account {
        --bs-modal-width: 920px
    }

    .modal-filter {
        --bs-modal-width: 544px
    }

    .header.style-5 .header-inner-wrap {
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px
    }

    .header.style-5 .btn-find,.header.style-5 .tf-btn {
        height: 54px;
        background-color: var(--White);
        color: var(--Heading)
    }

    .header.style-5 .btn-find {
        width: 54px
    }

    .header.style-5 .header-right {
        gap: 13px
    }

    .flat-title.style-3 .title-inner {
        padding-top: 78px
    }

    .page-title.home06 .wrap {
        display: flex;
        flex-direction: row;
        padding-top: 90px
    }

    .page-title.home06 .item {
        gap: 64px
    }

    .page-title.home06 .item .content {
        max-width: 627px
    }

    .page-title.home06 .left {
        width: 61.6666666667%;
        overflow: hidden;
        padding-top: 25px
    }

    .page-title.home06 .left .title {
        margin-bottom: 46px;
        max-width: 987px
    }

    .page-title.home06 .right {
        width: 41.6666666667%
    }

    .page-title.home06 .right .swiper {
        max-width: 688px;
        margin-right: 0
    }

    .page-title.home06 .right .img-wrap {
        max-width: 688px;
        margin-left: auto
    }

    .page-title.home06 .bot {
        margin-top: 40px
    }

    .page-title.home06 .wrap-counter {
        gap: 48px
    }

    .page-title.home06 .tf-btn {
        gap: 18px
    }

    .page-title.home07 .sub {
        margin-bottom: 51px
    }

    .page-title.home07 .tf-btn {
        max-width: 233px;
        width: 100%
    }

    .page-title.home08 .hero-thumbs-2 {
        height: 940px
    }

    .page-title.home08 .heading {
        margin-bottom: 90px;
        max-width: 627px
    }

    .page-title.home08 .row {
        gap: 0
    }

    .page-title.home08 .image-wrap img {
        min-height: 1000px
    }

    .page-title.home08 .content-inner {
        top: 161px
    }

    .page-title.home08 .content {
        padding-top: 30px
    }

    .page-title.home08 .form-get-in-touch {
        gap: 31px
    }

    .page-title.home08 .form-get-in-touch .title-form {
        margin-bottom: 16px
    }

    .page-title.home08 .form-get-in-touch textarea {
        height: 150px
    }

    .page-title.home09 {
        margin-top: 95px
    }

    .page-title.home09 .content {
        flex-direction: row;
        margin-bottom: 57px
    }

    .page-title.home09 .content .left {
        width: 58.3333333333%
    }

    .page-title.home09 .content .right {
        width: 41.6666666667%;
        text-align: end;
        margin-top: 26px
    }

    .page-title.home09 .content .img-wrap {
        height: 224px
    }

    .page-title.home09 .description {
        max-width: 453px;
        margin-left: auto
    }

    .page-title.home09 .img-wrap {
        margin-left: auto;
        max-width: 690px
    }

    .page-title.home10 {
        padding-left: 40px;
        padding-right: 16px
    }

    .page-title.home10 .left,.page-title.home10 .right {
        width: 50%
    }

    .page-title.home10 .property-info .tf-btn {
        width: 48px;
        height: 48px
    }

    .page-title.home10 .property-info .tf-btn svg {
        width: 24px
    }

    .form-get-in-touch {
        padding: 20px;
        gap: 30px
    }

    .form-get-in-touch .title-form {
        margin-bottom: 12px
    }

    .wrap-layout {
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 16px;
        gap: 16px;
        align-items: center
    }

    .wrap-layout .wrap-project {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .section-testimonials.style-2 .sw-pagination {
        margin-top: 87px
    }

    .section-testimonials.style-3 {
        overflow: hidden;
        margin-left: 40px;
        margin-right: 40px
    }

    .section-testimonials.style-3 .swiper-wrapper {
        margin-bottom: 54px!important
    }

    .section-testimonials.style-4 .left {
        padding-top: 123px
    }

    .section-testimonials.style-4 .wrap {
        position: relative
    }

    .section-testimonials.style-4 .wrap:after {
        transform: matrix(1,0,0,-1,0,0)
    }

    .section-testimonials.style-4 .wrap:after,.section-testimonials.style-4 .wrap:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 303px;
        background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff)
    }

    .section-testimonials.style-4 .wrap:before {
        bottom: 0;
        z-index: 1
    }

    .box-listings.style-3 .heading {
        margin-bottom: 32px
    }

    .box-listings.style-3 .info {
        gap: 30px;
        margin-bottom: 46px
    }

    .box-dream-home .left {
        padding-top: 26px
    }

    .box-dream-home .left .description {
        max-width: 526px
    }

    .box-help .content {
        padding: 24px
    }

    .box-help .tf-btn {
        right: 24px;
        top: 24px;
        height: 65px;
        width: 65px
    }

    .section-box-team.style-1 .swiper {
        margin-bottom: 56px
    }

    .section-contact .wrap {
        display: flex
    }

    .section-contact .left {
        width: 50%;
        padding-left: 58px;
        padding-right: 10px
    }

    .section-contact .box-contact.style-1 {
        padding-top: 169.5px
    }

    .section-contact .right {
        width: 55.8333333333%
    }

    .section-contact form {
        gap: 31px
    }

    .section-contact .tf-btn {
        margin-top: 3px;
        height: 54px;
        gap: 16px
    }

    .section-contact.style-2 {
        margin-left: 40px;
        margin-right: 40px;
        background-attachment: fixed
    }

    .text-with-img.style-1 {
        gap: 32px;
        display: flex;
        padding-bottom: 130px;
        border-bottom: 1px solid var(--Line)
    }

    .text-with-img.style-1 .heading-section {
        max-width: 830px
    }

    .text-with-img.style-1 .left {
        width: 55.4166666667%
    }

    .text-with-img.style-1 .right {
        width: 42.9166666667%
    }

    .text-with-img.style-1 .img-style {
        max-width: 790px;
        margin-left: auto
    }

    .text-with-img.style-1 .bot {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .text-with-img.style-1 .bot .img-style {
        margin-top: 8px
    }

    .text-with-img.style-3 .widget-video {
        bottom: -47px;
        left: -40px
    }

    .wrap-counter.style-1 {
        gap: 0
    }

    .wrap-counter.style-1 .counter-item:not(:last-child) {
        border-right: 1px solid var(--Line)
    }

    .wg-filter.style-4 .nice-select {
        padding-left: 16px;
        padding-right: 16px
    }

    .wg-filter.style-4 .tf-btn {
        margin-left: 30px
    }

    .box-project-details {
        display: flex;
        padding-left: 20px
    }

    .box-project-details .left {
        width: 57.5833333333%
    }

    .box-project-details .right {
        padding-top: 55px;
        width: 42.4166666667%;
        padding-left: 40px
    }

    .section-help.style-3 .tf-grid-layout {
        margin-bottom: 80px
    }

    .section-selling-home.style-3 .tf-layout-mobile-sm {
        gap: 40px
    }
}

@media(min-width: 1150px) {
    .header .header-right .phone-number {
        margin-right:11px
    }
}

@media(min-width: 1200px) {
    .tf-grid-layout,.tf-grid-layout-2,.tf-grid-layout-3,.tf-layout-mobile-sm {
        gap:40px
    }

    .tf-grid-layout-2.xl-col-4,.tf-grid-layout-3.xl-col-4,.tf-grid-layout.xl-col-4,.tf-layout-mobile-sm.xl-col-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .tf-grid-layout-2.xl-col-3,.tf-grid-layout-3.xl-col-3,.tf-grid-layout.xl-col-3,.tf-layout-mobile-sm.xl-col-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .tf-grid-layout-2.xl-col-2,.tf-grid-layout-3.xl-col-2,.tf-grid-layout.xl-col-2,.tf-layout-mobile-sm.xl-col-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .tf-grid-layout-3 {
        gap: 32px
    }

    #footer .wrap-contact-item.style-1 {
        gap: 20px 54px
    }

    .box-house .wrap-btn {
        gap: 20px
    }

    .img-animation {
        -webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
        clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
        transform: scale(1.05);
        filter: blur(5px);
        transition: transform .8s ease-in-out 1.1s,filter .5s ease-in-out 1.1s,-webkit-clip-path .8s ease-in-out .3s;
        transition: clip-path .8s ease-in-out .3s,transform .8s ease-in-out 1.1s,filter .5s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s,transform .8s ease-in-out 1.1s,filter .5s ease-in-out 1.1s,-webkit-clip-path .8s ease-in-out .3s;
        position: relative
    }

    .img-animation.animated {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        transform: scale(1);
        filter: blur(0)
    }

    .img-animation2 {
        -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        clip-path: polygon(0 0,0 0,0 100%,0 100%);
        transform: scale(1.05);
        filter: blur(5px);
        transition: transform .8s ease-in-out 1.1s,filter .5s ease-in-out 1.1s,-webkit-clip-path .8s ease-in-out .3s;
        transition: clip-path .8s ease-in-out .3s,transform .8s ease-in-out 1.1s,filter .5s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s,transform .8s ease-in-out 1.1s,filter .5s ease-in-out 1.1s,-webkit-clip-path .8s ease-in-out .3s;
        position: relative
    }

    .form-get-in-touch .grid-2 {
        gap: 32px
    }

    .img-animation2.animated {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        transform: scale(1);
        filter: blur(0)
    }

    .page-title.home06 .item {
        gap: 46px
    }

    .page-title.home06 .item .content {
        max-width: 627px
    }

    .form-get-in-touch {
        padding: 40px
    }

    .wg-filter.style-4 .line {
        margin-left: 30px;
        margin-right: 30px
    }

    .section-highlight .content .img-group {
        margin-bottom: 48px
    }

    .box-listings.style-3 .info {
        gap: 48px
    }
}

@media(min-width: 1300px) {
    .section-contact .image-wrap {
        margin-left:70px
    }
}

@media(min-width: 1380px) {
    .main-menu {
        margin-right:0
    }

    .main-menu .navigation {
        gap: 25px;
    }

    .main-menu.style-1 .navigation {
        margin-left: 0
    }
}

@media(min-width: 1440px) {
    .box-house.style-3 .content {
        max-width:580px;
        margin: 104px auto 104px 80px;
        padding: 0
    }

    .page-title.style-2 .sw-button.sw-thumbs-prev {
        left: -29px
    }

    .page-title.style-2 .sw-button.sw-thumbs-next {
        right: -29px
    }

    .tf-grid-layout-3.xxl-col-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .tf-grid-layout-3.xxl-col-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .tf-grid-layout-3.xxl-col-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .section-listing .swiper {
        padding: 50px;
        margin: -50px
    }

    .section-categories .swiper {
        padding: 60px;
        margin: -60px
    }

    .categories-item.active,.categories-item.style-2.active,.categories-item.style-2:hover,.categories-item:hover {
        box-shadow: 0 30px 60px 0 rgba(0,0,0,.102)
    }

    .section-current-properties .swiper {
        padding: 40px;
        margin: -40px
    }

    .section-current-properties .box-house {
        box-shadow: unset
    }

    .section-contact .left {
        padding-left: 58px
    }

    .section-contact form {
        margin-right: 57px
    }

    .section-contact form p {
        margin-bottom: 17px
    }
}

@media(min-width: 1801px) {
    .box-amenities-property .list-amenities {
        grid-template-columns:1fr 1fr
    }

    .single-property-nearby .box-right {
        margin-left: -13px
    }
}

@media(max-width: 1899px) {
    .clip-color-text div {
        font-size:425px;
        line-height: 448px
    }
}

@media(max-width: 1800px) {
    .section-property-map.list .wrap-map {
        width:100%
    }

    .section-property-map.list .content-right {
        padding-right: 15px;
        width: 100%
    }

    .section-property-map.list .wg-filter .form-title {
        flex-wrap: wrap
    }

    .section-property-map.list .wg-filter .form-title>.nice-select {
        width: calc(50% - 6px)
    }

    .section-property-map.list .wg-filter form {
        max-width: 100%
    }
}

@media(max-width: 1700px) {
    .clip-color-text div {
        font-size:354px;
        line-height: 373px
    }
}

@media(max-width: 1600px) {
    .section-property-map .content-right {
        padding-right:15px
    }

    .wg-filter.style-3 .form-title {
        flex-wrap: wrap
    }

    .wg-filter.style-3 .form-title form {
        max-width: 100%
    }

    .wg-filter.style-3 .form-title .nice-select {
        max-width: calc(50% - 6px)
    }
}

@media(max-width: 1500px) {
    .header.dashboard .header-right .phone-number {
        display:none
    }

    .section-testimonials.style-3 .swiper {
        padding: 32px;
        margin: -32px
    }
}

@media(max-width: 1439px) {
    .wd-search-form.style-2 .group-select {
        column-gap:15px
    }

    .clip-color-text div {
        font-size: 248px;
        line-height: 248px
    }

    .section-highlight br {
        display: none
    }

    .section-highlight .text-display-4 {
        font-size: 46px;
        line-height: 58px
    }
}

@media(max-width: 1400px) {
    .wrap-neighborhoods {
        grid-template-columns:repeat(2,1fr);
        grid-template-areas: "aa bb " "cc dd" "ee gg" "ff ff"
    }

    .show-mb {
        display: inline-block
    }

    .page-layout .main-content {
        padding-left: 0
    }

    .page-layout .sidebar-menu-dashboard {
        transform: translateX(-100%)
    }

    .page-layout.full-width .sidebar-menu-dashboard {
        transform: translateX(0)
    }

    .page-layout.full-width .overlay-dashboard {
        opacity: 1;
        visibility: visible;
        transition: all .3s ease
    }

    .page-layout .widget-box-2.package {
        padding: 0
    }

    .page-layout .main-content-inner {
        padding: 122px 30px 0
    }

    .section-testimonials.style-1 .tf-grid-layout {
        padding: 0;
        margin: 0
    }

    .section-testimonials .wg-testimonial {
        box-shadow: unset!important
    }

    .section-testimonials.style-3 .swiper {
        padding: 0;
        margin: 0
    }

    .section-style.style-border-top {
        border-radius: 80px 80px 0 0
    }
}

@media(max-width: 1320px) {
    .section-realty .tf-grid-layout-2 {
        gap:20px
    }

    .section-realty .counter-item {
        width: 210px;
        height: 210px
    }

    .section-realty .counter-item span {
        font-size: 60px;
        line-height: 70px
    }

    .section-appraisal.style-2 .content .person {
        right: 10px
    }
}

@media(max-width: 1300px) {
    .box-review {
        gap:20px
    }

    .box-benefits .box-icon:after {
        display: none!important
    }
}

@media(max-width: 1199px) {
    .text-display {
        font-size:75px;
        line-height: 93px
    }

    .text-display br {
        display: none
    }

    .text-display-3 {
        font-size: 75px;
        line-height: 80px
    }

    .xl-hide {
        display: none
    }

    .box-house .tf-btn {
        padding: 0 15px
    }

    .form-pre-approved .cols {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .form-pre-approved .cols .interest-rate,.form-pre-approved .cols .select {
        width: 100%
    }

    .form-pre-approved p {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .section-pre-approved .heading-section {
        margin-bottom: 20px
    }

    .section-pre-approved .heading-section .title {
        font-size: 32px;
        line-height: 40px
    }

    .section-pre-approved .content {
        margin: 0
    }

    .wg-filter.style-2 .form-title {
        flex-wrap: wrap
    }

    .wg-filter.style-2 .form-title>.nice-select {
        width: calc(50% - 6px)
    }

    .wg-filter.style-2 form {
        max-width: 100%
    }

    .box-review {
        max-width: 840px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 70px
    }

    .box-review .content-left {
        padding: 0;
        max-width: 100%
    }

    .box-review .content-right {
        margin-bottom: 70px
    }

    .box-review .content-right:after {
        width: 63%;
        height: 80%
    }

    .box-review .wg-testimonial {
        bottom: -72px
    }

    .box-review .person {
        width: 80%
    }

    .section-contact .box-contact {
        padding: 0
    }

    .page-layout .flat-counter-v2 {
        grid-template-columns: 1fr 1fr
    }

    .section-best-property .heading-title {
        font-size: 120px;
        line-height: 108.54px
    }
    
    .header .mobile-button {
        display:block
    }

    .header .main-menu {
        display: none
    }
}

@media(max-width: 1149px) {
    .section-trusted .item,.section-trusted .person {
        display:none
    }

    .box-benefits .box-icon {
        width: 135px
    }

    .wd-chart {
        margin-bottom: 20px
    }
}

@media(max-width: 1124px) {
    .wg-appraisal .content {
        padding:112px 15px 111px
    }

    .wg-appraisal .content .person {
        right: 15px
    }

    .section-appraisal.style-2 .content .person {
        display: none
    }
}

@media(max-width: 1099px) {
    .wrap-dashboard-content-2 .grid-layout-4 {
        grid-template-columns:1fr 1fr
    }
}

/* @media(max-width: 1093px) {
    .header .mobile-button {
        display:block
    }

    .header .main-menu {
        display: none
    }
} */

@media(max-width: 1024px) {
    

    .wg-filter .wd-search-form .group-amenities {
        grid-template-columns: repeat(3,1fr)
    }

    .wg-filter .wd-search-form .group-select {
        grid-template-columns: repeat(2,1fr)
    }

    .tf-sidebar .form-contact-agent {
        padding: 28px 15px 29px
    }
}

@media(max-width: 991px) {
    /* br {
        display:none
    } */

    .tf-spacing-13 {
        padding-top: 0;
        padding-bottom: 70px
    }

    .lg-hide {
        display: none
    }

    .heading-section {
        gap: 12px!important;
        flex-direction: column!important
    }

    .heading-section .left .title {
        margin-bottom: 12px
    }

    .text-display,.text-display-3 {
        font-size: 62px;
        line-height: 77px
    }

    .text-13 {
        font-size: 26px;
        line-height: 32px
    }

    .flex-wrap-lg {
        flex-wrap: wrap
    }

    .tf-container {
        padding-right: 15px!important;
        padding-left: 15px!important
    }

    .tf-container .row {
        margin-left: -15px!important;
        margin-right: -15px!important
    }

    .tf-container .row>* {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .header .header-inner .tf-container .row>* {
        padding-right: 0 !important;
    }

    .grid-layout-3 {
        gap: 20px!important
    }

    #footer .footer-main {
        padding-bottom: 0
    }

    #footer .footer-menu-list {
        margin-bottom: 40px
    }

    .header.style-5 .header-inner-wrap {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-title {
        background-attachment: unset!important
    }

    .page-title .form-title {
        position: relative;
        z-index: 4
    }

    .page-title.home06 .wrap {
        gap: 20px;
        padding-top: 40px
    }

    .page-title.home06 .wrap .left {
        order: 2
    }

    .page-title.home06 .wrap .slide-inner {
        height: 350px
    }

    .page-title.home06 .title {
        margin-bottom: 20px
    }

    .page-title.home06 .item {
        padding-bottom: 20px
    }

    .page-title.home08 .hero-thumbs-2 {
        height: 896px
    }

    .page-title.home08 .hero-thumbs-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .page-title.home10 .left {
        padding-top: 100px
    }

    .page-title.home10 .info {
        display: flex
    }

    .page-title.home10 .info .item:not(:last-child) {
        padding-right: 20px;
        border-right: 1px solid var(--Line)
    }

    .page-title.home10 .info .item:not(:first-child) {
        padding-left: 20px
    }

    .flat-title.style-3 .img-style img {
        height: 400px;
        object-fit: cover;
        width: 100%
    }

    .tf-slider.style-3 .thumbs-sw-pagi-3 {
        max-height: 200px
    }

    .tf-slider.style-3 .hero-thumbs-2 .property-wrap {
        height: 350px
    }

    .tf-sidebar {
        padding-top: 60px
    }

    .tf-sidebar .sidebar-ads {
        max-height: 400px
    }

    .icons-box.default {
        padding: 24px 15px
    }

    .section-pre-approved .image-wrap {
        margin-top: 70px
    }

    .section-pre-approved .image-wrap img {
        max-height: 500px;
        height: 100%;
        object-fit: cover
    }

    .section-pre-approved.style-2 .image-wrap {
        margin-top: 70px;
        max-width: 100%
    }

    .section-pre-approved.style-2 .image-wrap img {
        object-fit: cover
    }

    .section-pre-approved.style-2 .content {
        margin: 0
    }

    .section-listing .tf-sw-mobile-1 .swiper-wrapper {
        margin-bottom: 20px
    }

    .wg-appraisal .content .person {
        display: none
    }

    .section-download .content {
        padding: 70px 15px
    }

    .section-CTA:not(.style-2) .content-inner img {
        display: none
    }

    .section-CTA:not(.style-2) .content-inner .content {
        padding-left: 0!important
    }

    .section-CTA.style-2 .person {
        display: none
    }

    .section-property-map {
        flex-direction: column
    }

    .section-property-map .content-right {
        padding-left: 15px
    }

    .section-property-map .wrap-map {
        height: 500px!important;
        width: 100%!important;
        position: unset!important
    }

    .section-property-map.list .content-right {
        width: 100%
    }

    .section-top-map .wrap-map {
        height: 60vh!important
    }

    .section-contact-help .image-wrap {
        height: 372px
    }

    .section-contact-help .image-wrap img {
        height: 100%;
        object-fit: cover
    }

    .section-contact-help .logo {
        left: 15px
    }

    .section-contact-help .content {
        flex-wrap: wrap;
        margin: 0 15px
    }

    .section-box-team .content-inner {
        padding: 0 0 70px!important;
        max-width: 720px;
        margin: 0 auto
    }

    .section-box-team .wrap-image {
        max-width: 720px;
        margin: 0 auto 20%
    }

    .section-box-team .image-wrap {
        max-width: 60%!important
    }

    .section-box-team .image-wrap img {
        width: 100%;
        object-fit: cover
    }

    .section-box-team .counter-item .counter-number {
        justify-content: start!important
    }

    .box-benefits {
        flex-wrap: wrap;
        max-width: 720px;
        margin: 0 auto;
        gap: 0
    }

    .box-benefits .wrap-image {
        width: 100%
    }

    .box-benefits .image.img-1 {
        margin-bottom: 20%
    }

    .box-benefits .image.img-2 {
        right: 0
    }

    .box-benefits .image img,.box-benefits .tf-btn {
        width: 100%
    }

    .box-benefits .content {
        padding: 70px 0 0
    }

    .section-contact .box-contact {
        padding: 0
    }

    .section-contact .box-contact .title {
        font-size: 28px;
        line-height: 38px
    }

    .flat-account .banner-account {
        display: none
    }

    .page-layout .main-content-inner .wrapper-content .wd-filter {
        grid-template-columns: 1fr 1fr
    }

    .counter-item .counter-number.style-1 {
        width: 100%;
        justify-content: center
    }

    .counter-item.style-3 span {
        font-size: 53px;
        line-height: 66px
    }

    .section-realty {
        background-attachment: unset
    }

    .section-current-properties .box-house {
        box-shadow: unset
    }

    .tf-slider.style-1 .img-thumb-pagi {
        width: 190px;
        height: 60px
    }

    .tf-slider.style-1 .sw-button {
        width: 52px;
        height: 52px
    }

    .tf-slider.style-1 .sw-button svg {
        width: 25px
    }

    .tf-slider.style-1 .thumbs-sw-pagi-2 {
        max-width: 399px
    }

    .clip-color-text div {
        font-size: 206px;
        line-height: 206px
    }

    .form-get-in-touch fieldset input {
        height: 40px;
        font-size: 13px
    }

    .form-get-in-touch fieldset input::placeholder {
        font-size: 13px
    }

    .form-get-in-touch textarea {
        height: 90px
    }

    .wrap-layout {
        column-count: 3;
        column-gap: 16px
    }

    .wrap-layout .project-item {
        margin-top: 16px
    }

    .project-item.style-1 .tf-btn {
        height: 40px;
        width: 40px
    }

    .project-item.style-1 .title {
        font-size: 16px;
        line-height: 20px
    }

    .box-dream-home {
        flex-direction: column;
        gap: 24px
    }

    .box-dream-home .left .description,.box-dream-home .left .title,.box-dream-home .right .description,.box-dream-home .right .title,.box-dream-home .wrap-contact-item {
        margin-bottom: 24px
    }

    .box-dream-home .description,.box-dream-home .title {
        margin-bottom: 20px!important
    }

    .box-dream-home .img-style,.box-dream-home .img-style img {
        min-height: 350px
    }

    .section-contact.style-1 .wrap .left {
        margin-bottom: 40px
    }

    .text-with-img.style-1 .left {
        margin-bottom: 70px
    }

    .text-with-img.style-2 .wrap-img {
        padding-bottom: 150px
    }

    .text-with-img.style-2 .sub {
        bottom: 0;
        right: 0
    }

    .text-with-img.style-3 .box-contact {
        margin-bottom: 50px
    }

    .text-with-img.style-3 .list-info {
        display: flex;
        gap: 30px 34px;
        flex-wrap: wrap
    }

    .text-with-img.style-3 .list-info li {
        margin-bottom: 0!important
    }

    .box-about.style-1 .left,.box-about.style-1 .right {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
        gap: 15px
    }

    .box-about.style-1 .left {
        margin-bottom: 60px
    }

    .box-about.style-1 .img-style {
        min-height: 350px
    }

    .box-about.style-1 .img-style img {
        width: 100%;
        height: 100%;
        min-height: 350px;
        object-fit: cover
    }

    .box-about.style-1 .widget-video {
        margin: 0;
        position: absolute;
        bottom: 21px;
        left: 48px
    }

    .widget-video.style-2 .video-icon {
        width: 60px;
        height: 60px;
        font-size: 27px
    }

    .widget-video.style-2 .textcircle {
        width: 150px;
        height: 150px
    }

    .wg-filter.style-4 .tf-btn {
        padding: 0 16px
    }

    .section-highlight .tag li {
        padding: 7px 15px;
        font-size: 20px;
        line-height: 27.5px
    }

    .wg-testimonial.style-6 {
        padding: 30px 24px
    }

    .text-with-form.style-1 .content,.text-with-form.style-2 .content {
        right: 40px
    }

    .banner-container {
        margin-top: 53px
    }

    .banner-container .banner-stripe {
        gap: 12px;
        transform: rotate(8.16deg) translateY(-50%)
    }

    .banner-container .banner-stripe.style-2 {
        transform: rotate(-8.16deg) translateY(-50%)
    }

    .box-listings.style-3 .left {
        margin-bottom: 40px
    }

    .box-project-details .left {
        margin-bottom: 60px
    }

    .box-project-details .wrap-price {
        margin-bottom: 40px
    }

    .section-best-property .heading-title {
        font-size: 80px;
        line-height: 108.54px
    }

    .section-testimonials.style-4 .left {
        margin-bottom: 40px
    }
}

@media(max-width: 878px) {
    #footer .footer-bottom {
        justify-content:center
    }

    #footer .footer-bottom p {
        text-align: center
    }
}

@media(max-width: 800px) {
    .section-agent .wrap-sort {
        flex-wrap:wrap
    }

    .section-agent .wrap-sort form {
        min-width: calc(50% - 24px)
    }

    .section-agent .wrap-sort .nice-select {
        max-width: calc(50% - 24px)
    }
}

@media(max-width: 767px) {
    .text-display {
        font-size:50px;
        line-height: 69px
    }

    .text-display-2 {
        font-size: 58px;
        line-height: 72px
    }

    .text-display-3 {
        font-size: 50px;
        line-height: 58px
    }

    .text-display-4 {
        font-size: 38px;
        line-height: 48px
    }

    .tf-spacing-1,.tf-spacing-10,.tf-spacing-11,.tf-spacing-12,.tf-spacing-14,.tf-spacing-15,.tf-spacing-2,.tf-spacing-3,.tf-spacing-4,.tf-spacing-5,.tf-spacing-6,.tf-spacing-7,.tf-spacing-8,.tf-spacing-9 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    h1 {
        font-size: 45px;
        line-height: 55px
    }

    .h2,h2 {
        font-size: 33px;
        line-height: 43px
    }

    .text-5 {
        font-size: 26px;
        line-height: 34px
    }

    .text-11,.text-13 {
        font-size: 20px;
        line-height: 28px
    }

    .text-15 {
        font-size: 33px;
        line-height: 41px
    }

    .heading-section {
        margin-bottom: 30px!important
    }

    .section-style.style-border-top {
        border-radius: 30px 30px 0 0
    }

    .header .box-user .name,.md-hide {
        display: none!important
    }

    .header .box-user .menu-user {
        left: unset;
        right: -36px
    }

    .tf-slider.style-1 .bot {
        flex-wrap: wrap
    }

    .tf-slider.style-1 .bot .wrap-counter {
        order: 2
    }

    .tf-top-bar .top-bar-inner {
        justify-content: center
    }

    .tf-top-bar .wrap-social {
        display: none
    }

    .page-title .wg-filter .form-title {
        flex-wrap: wrap;
        padding: 15px!important;
        gap: 15px
    }

    .page-title .wg-filter .form-title .box-item {
        width: 100%
    }

    .page-title .wg-filter .form-title .tf-dropdown-sort {
        border-right: none;
        padding-right: 0
    }

    .page-title .wg-filter .form-title form fieldset input {
        border: 1px solid var(--Line)
    }

    .page-title .wg-filter .form-title .wrap-btn,.page-title .wg-filter .form-title .wrap-btn .tf-btn {
        width: 100%!important
    }

    .page-title.home01 {
        padding: 70px 0
    }

    .page-title.home01 .heading-title {
        margin-bottom: 30px
    }

    .page-title.home02 {
        padding: 100px 0 70px
    }

    .page-title.home02 .widget-menu-tab {
        justify-content: center
    }

    .page-title.home03,.page-title.home04 {
        padding: 70px 0
    }

    .page-title.home04 .widget-menu-tab {
        justify-content: center
    }

    .page-title.home05,.page-title.style-2 {
        padding: 70px 0
    }

    .page-title.career {
        padding-top: 104px
    }

    .page-title.home06 .bot,.page-title.home06 .item {
        justify-content: center
    }

    .page-title.home10 .property-info {
        gap: 6px
    }

    .page-title.home10 .property-info .img-wrap {
        width: 116px
    }

    #footer .footer-menu-list .title.title-mobile {
        display: block
    }

    /* #footer .footer-menu-list .title.title-desktop {
        display: none
    } */

    .blog-article-item.style-2 .image-wrap {
        margin-bottom: 16px
    }

    .blog-article-item.style-2 .time {
        margin-bottom: 8px
    }

    .blog-article-item.style-2 .title {
        font-size: 19px;
        line-height: 27px
    }

    .blog-article-item .box-tag {
        padding: 5px 10px
    }

    .blog-article-item .box-tag .tag-item {
        font-size: 13px;
        line-height: 21.4px
    }

    .wg-appraisal .content {
        padding: 70px 15px
    }

    .wg-appraisal .content .person {
        display: none
    }

    /* .section-work-together .wg-partner {
        padding-bottom: 150px
    } */

    .section-work-together .wg-appraisal {
        padding-bottom: 70px
    }

    .box-house.style-3 {
        grid-template-columns: 1fr
    }

    .box-house.style-3 .content {
        margin: 70px 15px
    }

    .box-house.style-5 .image-wrap img {
        height: 500px
    }

    .box-house.style-5 .bot,.box-house.style-5 .bot .left,.box-house.style-5 .heading {
        flex-wrap: wrap;
        gap: 12px
    }

    .icons-box.default {
        padding: 20px 15px
    }

    .icons-box.default .tf-icon,.icons-box.default .title {
        margin-bottom: 15px
    }

    .icons-box.default p {
        margin-bottom: 18px
    }

    .section-property-detail .wg-property {
        padding: 24px 15px!important
    }

    .section-property-image .wrap-image {
        flex-wrap: wrap
    }

    .single-property-nearby .box-nearby .box-left {
        margin-bottom: 8px
    }

    .agent-details .image-wrap {
        max-width: 257px
    }

    .section-faq .tf-sidebar {
        margin-bottom: 50px
    }

    .section-faq .tf-sidebar .form-contact-seller {
        margin-bottom: 70px
    }

    .section-agency-grid .grid-layout-2 {
        gap: 15px
    }

    .section-agency-grid .agencies-item .list-info li {
        flex-wrap: wrap
    }

    .section-agency-details .box-description {
        padding: 30px 15px 26px
    }

    .section-selling-home.style-2 .tf-grid-layout {
        gap: 30px
    }

    .section-selling-home.style-2 .tf-grid-layout:after {
        display: none
    }

    .section-selling-home.style-2 .wrap-box .number {
        margin-bottom: 15px
    }

    .form-contact-seller {
        padding: 30px 15px
    }

    .section-career .tf-grid-layout-2 {
        gap: 15px
    }

    .section-contact .box-contact .title {
        font-size: 28px;
        line-height: 38px
    }

    .section-contact .image-wrap {
        margin-top: 70px
    }

    .section-contact .image-wrap img {
        width: 100%
    }

    .section-contact .list-info li .phone {
        color: var(--Primary);
        font-weight: 700;
        font-size: 20px;
        line-height: 30.5px
    }

    .form-contact {
        padding: 30px 15px
    }

    .page-layout .main-content-inner {
        padding: 115px 15px 0
    }

    .page-layout .widget-box-2 {
        padding: 30px 15px
    }

    .widget-box-2 .grid-layout-2,.widget-box-2 .grid-layout-3,.wrap-dashboard-content-2 .grid-layout-4 {
        grid-template-columns: 1fr
    }

    .wrap-dashboard-content .box-fieldset {
        margin-bottom: 30px
    }

    .section-property-detail .wg-property.box-amenities {
        padding-right: 0!important
    }

    .section-property-detail .wg-property.box-amenities .heading {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .box-calculate .image-wrap {
        height: 271px
    }

    .box-calculate .image-wrap .simpleParallax {
        height: 100%;
        width: 100%
    }

    .box-calculate .image-wrap .simpleParallax img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .box-calculate form {
        padding: 15px
    }

    .page-layout.full-width .sidebar-menu-dashboard {
        padding: 32px 15px
    }

    .counter-item.style-3 span {
        font-size: 44px;
        line-height: 54px
    }

    .tf-slider.style-1 .thumbs-sw-pagi-2 {
        max-width: 100%
    }

    .tf-slider.style-1 .img-thumb-pagi,.tf-slider.style-1 .pagination {
        width: 100%
    }

    .clip-color-text div {
        font-size: 137px;
        line-height: 137px
    }

    .form-search.style-2 fieldset input {
        height: 60px;
        padding-left: 38px
    }

    .form-search.style-2 .tf-btn {
        height: 51px;
        gap: 6px
    }

    .form-search.style-2 .icon {
        left: 15px
    }

    .wrap-layout {
        column-count: 2
    }

    .wrap-layout .layout-1 {
        margin-top: 50px
    }

    .wrap-layout .project-item {
        min-height: 250px
    }

    .box-about.style-1 .heading-section {
        margin-bottom: 0!important
    }

    .box-about.style-1 .left,.box-about.style-1 .right {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 22px;
        gap: 22px
    }

    .box-about.style-1 .right .title {
        margin-bottom: 12px
    }

    .box-about.style-1 .left .img-style {
        max-width: 100%
    }

    .wg-filter.style-4 .form-title {
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .wg-filter.style-4 .nice-select {
        max-width: 48%;
        width: 100%
    }

    .wg-filter.style-4 .line {
        display: none
    }

    .wg-filter.style-4 .tf-btn,.wg-filter.style-4 .wrap-btn {
        width: 100%
    }

    .section-highlight .wrap {
        height: 636px
    }

    .section-highlight .text-display-4 {
        font-size: 38px;
        line-height: 48px
    }

    .text-with-img.style-2 .wrap-img {
        padding-bottom: 70px
    }

    .text-with-img.style-2 .content {
        padding-top: 0;
        padding-bottom: 0
    }

    .text-with-img.style-2 .sub {
        border-width: 11px
    }

    .wg-testimonial.style-6 {
        padding: 30px 15px
    }

    .text-with-form .info {
        gap: 20px!important
    }

    .text-with-form .content {
        padding: 32px 15px!important
    }

    .text-with-form .heading,.text-with-form .info {
        margin-bottom: 24px
    }

    .text-with-form .price {
        margin-bottom: 12px
    }

    .text-with-form .text-11 {
        font-size: 17px;
        line-height: 25px
    }

    .text-with-form .text-14 {
        font-size: 16px;
        line-height: 26px
    }

    .text-with-form .wrap-price .tf-btn {
        padding: 0 12px
    }

    .text-with-form.style-1,.text-with-form.style-2 {
        height: unset;
        min-height: unset
    }

    .text-with-form.style-1 .sw-single img,.text-with-form.style-2 .sw-single img {
        min-height: 701px
    }

    .text-with-form.style-1 .content,.text-with-form.style-2 .content {
        inset: 0;
        margin: 70px 15px;
        max-width: 100%;
        width: unset
    }

    .text-with-form.style-1 .info-agent,.text-with-form.style-2 .info-agent {
        align-items: center
    }

    .text-with-form.style-1 .btn-main,.text-with-form.style-2 .btn-main {
        height: 66px
    }

    .text-with-form.style-1 .avatar,.text-with-form.style-2 .avatar {
        width: 65px;
        height: 65px
    }

    .text-with-form.style-2 {
        height: unset;
        min-height: unset
    }

    .section-testimonials.style-4 .tf-grid-layout {
        height: 896px;
        overflow: hidden
    }

    .box-project-details .left {
        margin-bottom: 60px
    }

    .box-project-details .wrap-price {
        margin-bottom: 40px
    }

    .box-project-details .tf-btn {
        padding: 0 12px
    }

    .box-project-details .info-agent {
        gap: 12px
    }

    .box-home-layout .left {
        margin-bottom: 60px
    }

    .project-slider .featured-post {
        left: 0;
        right: 0;
        margin: 0 15px;
        max-width: 100%;
        width: unset;
        padding: 24px 15px
    }

    .project-slider .sub {
        margin-bottom: 10px
    }

    .project-slider .heading {
        margin-bottom: 20px
    }

    .project-slider .wrap-btn .sw-button {
        height: 47px;
        width: 47px
    }

    .box-photo-gallery {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-best-property .heading-title {
        font-size: 66px;
        line-height: 76.54px
    }

    .banner-container .banner-stripe .text-container {
        padding: 4px 0
    }

    .banner-container .banner-stripe.style-2 {
        transform: rotate(0) translateY(-50%)
    }

    .counter-item.style-5 span {
        font-size: 53px;
        font-weight: 500;
        line-height: 66px;
        color: var(--Heading)
    }
}

@media(max-width: 757px) {
    #footer .footer-top .contact-item {
        align-items:center
    }

    #footer .footer-top .contact-item svg {
        width: 35px;
        height: 35px
    }

    #footer .footer-top .contact-item .content:after {
        top: 5px;
        height: 40px
    }

    #footer .footer-top .contact-item .content .title {
        font-size: 14px;
        margin-bottom: 0
    }

    #footer .footer-top .contact-item .content h6 {
        font-size: 16px
    }

    .header .header-right .btn-add {
        display:none
    }
}

@media(max-width: 676px) {
    .widget-tabs .widget-menu-tab {
        justify-content:flex-start
    }

    .agency-details .content {
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 15px
    }
}

@media(max-width: 655px) {
    .page-layout .flat-counter-v2 {
        grid-template-columns:1fr
    }
}

@media(max-width: 644px) {
    .wrap-pagination {
        justify-content:center
    }
}

/* @media(max-width: 630px) {
    .header .header-right .phone-number {
        display:none
    }
} */

@media(max-width: 594px) {
    .wg-filter .wd-search-form .group-price {
        grid-template-columns:repeat(1,1fr)
    }

    .wg-filter .wd-search-form .group-amenities {
        grid-template-columns: repeat(2,1fr)
    }

    .wg-filter .wd-search-form .group-select {
        grid-template-columns: repeat(1,1fr)
    }
}

@media(max-width: 575px) {
    .flex-wrap-sm {
        flex-wrap:wrap
    }

    .text-display,.text-display-2 {
        font-size: 36px;
        line-height: 47px
    }

    .page-title.home06 .item,.page-title.home06 .title {
        text-align: center
    }

    .page-title.home06 .tf-btn {
        margin-left: auto;
        margin-right: auto
    }

    .box-title .right {
        width: 100%;
        justify-content: space-between
    }

    .sw-button.style-2 {
        height: 45px;
        width: 45px;
        font-size: 15px
    }

    .section-opinion.style-1 {
        padding-left: 15px;
        padding-right: 15px
    }

    .agent-details {
        flex-wrap: wrap
    }

    .agent-details .image-wrap {
        max-width: 100%
    }

    .section-agency-layout .grid-layout-2 {
        grid-template-columns: 1fr
    }

    .agency-details .image-wrap img {
        height: 192px;
        object-fit: cover
    }

    .agency-details .logo {
        width: 130px
    }

    .page-layout .box-agent-avt {
        flex-wrap: wrap
    }

    .section-property-detail .wg-property.box-amenities .wrap-feature {
        gap: 10px
    }

    .section-property-detail .wg-property.box-amenities .wrap-feature .box-feature {
        width: 100%
    }

    .section-property-detail .wg-property.box-attachments .row {
        gap: 20px
    }

    .widget-video .popup-youtube {
        width: 60px;
        height: 60px
    }

    .widget-video .popup-youtube i {
        font-size: 17px
    }

    .wg-pagination {
        gap: 9px
    }

    .flat-account .form-account {
        padding: 40px 20px
    }

    .clip-color-text div {
        font-size: 114px;
        line-height: 114px
    }

    .section-highlight .text-display-4 {
        font-size: 30px;
        line-height: 40px
    }

    .section-highlight .content .img-group {
        margin-bottom: 15px
    }

    .section-highlight .content .img-group li {
        width: 55px
    }

    .counter-item.style-4 {
        margin-bottom: 12px
    }

    .counter-item.style-4 span {
        font-size: 48px;
        line-height: 60px
    }

    .box-home-layout .info {
        gap: 50px
    }

    .box-home-layout .info .item:not(:last-child):after {
        right: -23px
    }

    .section-best-property .heading-title {
        font-size: 55px;
        line-height: 65.54px
    }

    .text-with-form.style-1 .info-agent,.text-with-form.style-2 .info-agent {
        padding-top: 26px;
        margin-top: 26px;
        margin-bottom: 26px
    }
    
    .header .header-right .phone-number {
        display:none
    }
}

@media(max-width: 550px) {
    /* .box-house.style-list:not(.box-house.style-list.style-3) .image-wrap {
        max-width:250px
    } */

    .grid-layout-3 {
        grid-template-columns:1fr
    }

    .header .header-right .btn-add {
        display: none
    }

    .section-blog-details .group-image {
        flex-wrap: wrap
    }

    .section-CTA .content-inner {
        flex-wrap: wrap;
        gap: 30px
    }

    .box-location .content {
        margin: 0 10px
    }

    .box-location .tf-btn {
        padding: 15px 11px;
        height: 43px;
        font-size: 13px;
        gap: 3px
    }

    .box-location .tf-btn i {
        font-size: 11px
    }

    .section-neighborhoods.style-2 .content {
        margin: 0 15px
    }

    .section-CTA:not(.style-2) .content-inner {
        gap: 20px
    }

    .section-CTA:not(.style-2) .tf-btn {
        width: 100%
    }

    .thumbs-sw-pagi.style-2 {
        margin-top: 0
    }

    .section-agent .wrap-sort form {
        min-width: 100%
    }

    .section-agent .wrap-sort .nice-select {
        max-width: 100%
    }

    .section-agent .wrap-sort .nice-select.select-sort {
        justify-content: flex-start
    }

    .box-review .wg-testimonial {
        right: 0;
        padding: 15px
    }

    .box-review .wg-testimonial .ratings {
        margin-bottom: 7px
    }

    .box-review .wg-testimonial .avatar {
        width: 40px;
        height: 40px
    }

    .box-review .wg-testimonial .description {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20.4px
    }

    .box-review .h6,.box-review h6 {
        font-size: 14px;
        line-height: 14.5px
    }

    .box-review .box-author {
        top: 57px;
        left: 0;
        padding: 9px 16px
    }

    .box-review .box-author .avatar {
        width: 30px;
        height: 30px
    }

    .box-review .content-right>.ratings {
        top: 100px
    }

    .section-contact .list-info li .phone {
        font-size: 20px;
        line-height: 30.5px
    }

    .form-contact .cols {
        flex-wrap: wrap
    }

    .form-contact .phone,.form-contact .select {
        width: 100%
    }

    .menu-user {
        width: 230px;
        right: 0;
        left: unset
    }

    .menu-user .dropdown-item {
        padding: 13px 20px
    }

    .wg-testimonial.style-no-boder {
        padding: 32px 15px 21px
    }

    .project-item.empty {
        height: 250px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        gap: 10px
    }

    .project-item.empty .logo {
        margin-bottom: 7px;
        width: 113px
    }

    .project-item.empty .tf-btn i {
        display: none
    }
}

@media(max-width: 475px) {
    .box-house.style-list {
        flex-direction:column
    }

    .box-house.style-list .image-wrap {
        max-width: 100%!important
    }

    .box-house.style-list .image-wrap>a {
        width: 100%
    }

    .box-house.style-list .image-wrap img {
        width: 100%;
        object-fit: cover
    }

    .box-house.style-list.v2 .image-wrap img {
        height: 221px;
        object-fit: cover
    }

    .box-location:not(.style-2) {
        flex-wrap: wrap;
        justify-content: center
    }

    .box-location:not(.style-2) .content {
        text-align: center
    }

    .section-realty .counter-item {
        width: 165px;
        height: 164px
    }

    .section-realty .counter-item span {
        font-size: 40px;
        line-height: 50px
    }

    .section-realty .counter-item .count p {
        font-size: 14px
    }

    .tf-top-bar .top-bar-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px 30px
    }

    .section-property-map.list .box-house.style-list .image-wrap {
        max-width: 100%!important
    }

    .box-overview .info-detail {
        justify-content: space-between;
        gap: 30px 20px
    }

    /* .box-overview .info-detail .wrap-box {
        width: calc(50% - 20px)
    } */

    .section-contact-help .heading-section {
        gap: 7px
    }

    .section-contact-help .heading-section .title {
        font-size: 24px;
        line-height: 32px
    }

    .section-contact-help .wrap-btn {
        flex-wrap: wrap
    }

    .section-contact-help .wrap-btn .tf-btn {
        width: 100%
    }

    .box-benefits .content .wrap-icon {
        flex-wrap: wrap;
        gap: 30px
    }

    .box-benefits .content .box-icon {
        width: 100%
    }
}

@media(max-width: 457px) {
    .box-amenities .wrap-feature .box-feature {
        width:100%
    }
}

@media(max-width: 425px) {
    .wrap-comment .comment-item {
        flex-wrap:wrap
    }

    .form-pre-approved .tf-btn {
        width: 100%
    }

    .agent-item .content .name {
        font-size: 18px;
        line-height: 28px
    }

    .box-title .nice-select {
        padding: 0 10px
    }

    .box-title .nice-select:after {
        right: 6px
    }

    .agencies-item {
        flex-wrap: wrap
    }

    .career-item {
        padding: 29px 15px
    }

    .career-item .name {
        font-size: 16px;
        line-height: 24px
    }

    .header .header-right .box-user .name {
        display: none
    }

    .tf-sidebar .sidebar-featured.style-2 {
        padding: 30px 15px
    }

    .tf-sidebar .sidebar-featured .box-listings .meta-list {
        gap: 9px
    }

    .clip-color-text div {
        font-size: 100px;
        line-height: 100px
    }

    .single-property-map .info-map {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .header .header-right .favorites-link {
        display: none;
    }
}

@font-face {
    font-family: icomoon;
    src: url(/_next/static/media/icomoon.ba8dad37.eot);
    src: url(/_next/static/media/icomoon.ba8dad37.eot) format("embedded-opentype"),url(/_next/static/media/icomoon.2011e517.ttf) format("truetype"),url(/_next/static/media/icomoon.591ffc63.woff) format("woff"),url(/_next/static/media/icomoon.d36bb813.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
    content: ""
}

.icon-children-play:before {
    content: ""
}

.icon-sky-garden:before {
    content: ""
}

.icon-spa:before {
    content: ""
}

.icon-swimming-pool:before {
    content: ""
}

.icon-play-1:before {
    content: ""
}

.icon-fb:before {
    content: ""
}

.icon-CaretDown:before {
    content: ""
}

.icon-ins:before {
    content: ""
}

.icon-X:before {
    content: ""
}

.icon-linked:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-MagnifyingGlass:before {
    content: ""
}

.icon-arrow-right-1:before {
    content: ""
}

.icon-arrow-left-1:before {
    content: ""
}

.icon-agent:before {
    content: ""
}

.icon-find-plus:before {
    content: ""
}

.icon-bed:before {
    content: ""
}

.icon-bath:before {
    content: ""
}

.icon-garage:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-compare:before {
    content: ""
}

.icon-location-2:before {
    content: ""
}

.icon-sale:before {
    content: ""
}

.icon-save:before {
    content: ""
}

.icon-location-3:before {
    content: ""
}

.icon-sale-2:before {
    content: ""
}

.icon-apartment-2:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-agent-2:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-like:before {
    content: ""
}

.icon-dislike:before {
    content: ""
}

.icon-phone-1:before {
    content: ""
}

.icon-letter:before {
    content: ""
}

.icon-phone-3:before {
    content: ""
}

.icon-user-2:before {
    content: ""
}

.icon-house:before {
    content: ""
}

.icon-trashcan:before {
    content: ""
}

.icon-shield:before {
    content: ""
}

.icon-Bed-2:before {
    content: ""
}

.icon-settings:before {
    content: ""
}

.icon-Bathtub:before {
    content: ""
}

.icon-Crop:before {
    content: ""
}

.icon-Garage-1:before {
    content: ""
}

.icon-Ruler:before {
    content: ""
}

.icon-SlidersHorizontal:before {
    content: ""
}

.icon-HouseLine:before {
    content: ""
}

.icon-Hammer:before {
    content: ""
}

.icon-beds-3:before {
    content: ""
}

.icon-baths:before {
    content: ""
}

.icon-DownloadSimple:before {
    content: ""
}

.icon-360:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-arrow-right-2:before {
    content: ""
}

.icon-letter-1:before {
    content: ""
}

.icon-connect:before {
    content: ""
}

.icon-phone-4:before {
    content: ""
}

.icon-money:before {
    content: ""
}

.icon-bag:before {
    content: ""
}

.icon-sqft:before {
    content: ""
}

.icon-find-2:before {
    content: ""
}

.icon-house-1:before {
    content: ""
}

.icon-location-4:before {
    content: ""
}

.icon-arrow_down:before {
    content: ""
}

.icon-heart-1:before {
    content: ""
}

.icon-pig:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-family:before {
    content: ""
}

.icon-hide:before {
    content: ""
}

.icon-view:before {
    content: ""
}

.icon-trashcan1:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-apartment-line:before {
    content: ""
}

.icon-townhouse-2:before {
    content: ""
}

.icon-office:before {
    content: ""
}

.icon-villa-line:before {
    content: ""
}

.icon-farm:before {
    content: ""
}

.icon-warehouse:before {
    content: ""
}

.icon-land:before {
    content: ""
}

.icon-penhouse:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-commercial-line:before {
    content: ""
}

.icon-townhouse-line:before {
    content: ""
}

.icon-location1:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-house-2:before {
    content: ""
}

.icon-house-3:before {
    content: ""
}

.icon-house-4:before {
    content: ""
}

.icon-arrow-left-3:before {
    content: ""
}

.icon-arrow-up-right:before {
    content: ""
}

.icon-hand-3:before {
    content: ""
}

.icon-hand-2:before {
    content: ""
}

.icon-hand-1:before {
    content: ""
}

.icon-arrow-right-3:before {
    content: ""
}

.icon-bed-4:before {
    content: ""
}

.icon-location-5:before {
    content: ""
}

.icon-sqft-1:before {
    content: ""
}

.icon-bath-1:before {
    content: ""
}

.icon-file:before {
    content: ""
}

.icon-letter-2:before {
    content: ""
}

.icon-phone-2:before {
    content: ""
}

.icon-check-cycle:before {
    content: ""
}

.icon-circle-arrow:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-location-6:before {
    content: ""
}

.icon-view-2:before {
    content: ""
}

.icon-img:before {
    content: ""
}

.icon-cursor:before {
    content: ""
}

.icon-office1:before {
    content: ""
}

.icon-commercial:before {
    content: ""
}

.icon-villa:before {
    content: ""
}

.icon-studio:before {
    content: ""
}

.icon-townhouse:before {
    content: ""
}

.icon-apartment1:before {
    content: ""
}

.icon-arrow-down-right2:before {
    content: ""
}

.icon-send-message:before {
    content: ""
}

.swiper.autoplay-linear .swiper-wrapper,.swiper.wrap-partners .swiper-wrapper {
    animation-timing-function: linear!important;
    transition-timing-function: linear!important
}

.partner-slider-reverse,.partner-slider-reverse .partner-item {
    transform: rotate(180deg)
}

.section-testimonials.style-4 .wrap:after,.section-testimonials.style-4 .wrap:before {
    z-index: 10
}

.rc-slider .rc-slider-handle {
    border: 2px solid var(--Primary);
    opacity: 1!important;
    background-color: #fff!important;
    width: 20px;
    border-radius: 10px!important;
    height: 20px;
    margin-top: -9px
}

.rc-slider .rc-slider-handle:hover {
    border-color: var(--Primary)
}

.rc-slider .rc-slider-handle-dragging {
    border-color: var(--Primary)!important;
    box-shadow: none!important
}

.rc-slider .rc-slider-track,.rc-slider .rc-slider-tracks {
    background-color: var(--Primary)
}

.header.header-10:not(.header-sticky) .row>* {
    padding-left: 0!important;
    padding-right: 0!important
}

.header.header-10:not(.header-sticky) .tf-container {
    width: 100%
}

.header.header-10:not(.header-sticky) .header-inner-wrap {
    justify-content: flex-start
}

.header.header-10:not(.header-sticky) .header-right {
    margin-left: auto
}

.wow.chars.splitting {
    direction: ltr!important
}

.gm-style .gm-style-iw-c {
    padding: 0!important
}

.gm-style-iw-d {
    overflow: hidden!important
}

.gm-style-iw-d div {
    width: 100%
}

.gm-style-iw-ch {
    display: none
}

.gm-style-iw-chr {
    position: absolute;
    right: 5px;
    z-index: 2
}

.map-listing-item .list-btn.flex.gap-8 {
    justify-content: center
}

.gm-style-iw.gm-style-iw-c {
    background-color: transparent!important
}

.sw-swiper-576.swiper-initialized,.sw-swiper-767.swiper-initialized,.sw-swiper-992.swiper-initialized {
    display: none
}

@media(max-width: 992px) {
    .sw-swiper-992 {
        display:none
    }

    .sw-swiper-992.swiper-initialized {
        display: block
    }
}

@media(max-width: 767px) {
    .sw-swiper-767 {
        display:none
    }

    .sw-swiper-767.swiper-initialized {
        display: block
    }
    
}

@media(max-width: 576px) {
    .sw-swiper-576 {
        display:none
    }

    .sw-swiper-576.swiper-initialized {
        display: block
    }
}

.home-10-testimonials .swiper-slide,.home-8-testimonials .swiper-slide {
    height: -moz-fit-content!important;
    height: fit-content!important
}

@media(max-width: 767px) {
    .home-10-testimonials .slider-1,.home-10-testimonials .slider-2,.home-8-testimonials .slider-1,.home-8-testimonials .slider-2 {
        display:none
    }
}

#footer .footer-col-block .tf-collapse-content {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    #footer .footer-col-block .title-mobile {
        transition:.3s;
        margin-bottom: 0
    }

    /* #footer .footer-col-block .tf-collapse-content {
        overflow-y: hidden;
        display: block;
        transition: .5s
    } */

    #footer .footer-col-block.open .title-mobile {
        margin-bottom: 20px
    }
}

.tfSubscribeMsg {
    max-height: 0;
    overflow: hidden
}

.tfSubscribeMsg.active {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 180px
}

.fadeInTab {
    animation: fadeInTab .5s ease-in-out
}

@keyframes fadeInTab {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media(max-width: 992px) {
    .section-CTA:not(.style-2) .content-inner {
        flex-wrap:wrap
    }
}

.form-pre-approved .nice-select:after {
    width: 20px;
    height: 20px;
    background-image: none;
    right: 15px
}

@media(max-width: 992px) {
    .tf-spacing-1,.tf-spacing-10,.tf-spacing-11,.tf-spacing-12,.tf-spacing-14,.tf-spacing-15,.tf-spacing-2,.tf-spacing-3,.tf-spacing-4,.tf-spacing-5,.tf-spacing-6,.tf-spacing-7,.tf-spacing-8,.tf-spacing-9 {
        padding-top:70px;
        padding-bottom: 70px
    }

    .section-contact {
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .testimonial-heading {
        padding-bottom:40px
    }
}

@media(max-width: 575px) {
    .testimonial-heading {
        padding-bottom:20px
    }
}

.home-10-testimonials .swiper,.home-8-testimonials .swiper {
    overflow-y: hidden;
    max-height: 100vh!important
}

@media(max-width: 787px) {
    .home-10-testimonials .swiper,.home-8-testimonials .swiper {
        max-height:896px!important
    }
}

@media print {

    @page {
        size: A4;
        margin: 20mm 15mm 20mm 15mm;
    }

    .auto-description {
        display: none;
    }

    header,
    footer,
    .tf-sidebar-sticky-sidebar,
    .form-contact-seller,
    #scroll-top,
    .breadcrumbs,
    ul li a svg,
    .buttons-action,
    .section-similar-properties,
    .section-CTA,
    .section-work-together,
    .section-help,
    .swiper-button-prev,
    .swiper-button-next,
    .popup-setting {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 12pt;
    }

    .main-content,
    .wg-property,
    .box-property-detail {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    ul.extra-details-list.grid-3 {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .wg-property,
    .seller-info {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    h1,
    .main-title {
        page-break-before: avoid;
    }
}

#sentmail {
    margin-top: 120px;
}

.section-contact {
    padding-top: 50px;
}

.formProject.page-title.home01,
.zero-comision.page-title.home01 {
    padding: 20px 0;
}

.zero-comision.page-title.home01::before,
.zero-comision.page-title.home01::after {
    display: none;
}

.zero-comision.page-title.home01 {
    background-image: url(/assets/dist/images/backgrounds/bkg-zero-comis.png);
}

.zero-comision.page-title.home01 .heading-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0 !important;
}

.zero-comision.page-title.home01 .heading-title p {
    color: var(--Heading);
}

/* .zero-comision.page-title.home01 .heading-title img{
    transform: scale(0.6);
} */

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

.print-only-flyer {
    display: none;
}

@media print {
    @page {
        size: A4;
        margin: 15mm;
    }
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    body>*:not(.print-only-flyer) {
        display: none !important;
    }
    .print-only-flyer {
        display: block !important;
        font-family: Arial, Helvetica, sans-serif;
        color: #2b2b26;
    }
    .pf-page1 {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: auto 1fr auto;
        height: 267mm;
        border: 1px solid #ddd;
    }
    .pf-hero-img {
        grid-column: 1;
        grid-row: 1;
        height: 90mm;
        overflow: hidden;
        position: relative;
    }
    .pf-hero-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pf-hero-img span {
        position: absolute;
        font-family: Lexend, sans-serif;
        padding: 2mm;
        font-size: 16pt;
    }
    .pf-hero-img .price {
        top: 20px;
        left: 0;
        background: var(--color-red);
        color: #fff;
    }
    .pf-hero-img .badge-overlay {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .65);
        color: #fff;
        font-size: 8.5pt;
        font-weight: 700;
        letter-spacing: .5px;
        white-space: nowrap;
        z-index: 2;
    }
    .pf-hero-img .zona {
        left: 0;
    }
    .pf-hero-img .reper {
        left: 50%;
        transform: translateX(-50%);
    }
    .pf-hero-img .codoferta {
        right: 0;
    }
    .pf-agent-box {
        grid-column: 2;
        grid-row: 1;
        background-image: url(/assets/dist/images/backgrounds/pf-bkg.png);
        color: #fff;
        padding: 8mm 6mm;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pf-agent-photo-div {
        border-radius: 50%;
        border: 2px solid var(--White);
        padding: 7px;
        margin-bottom: 4mm;
    }
    .pf-agent-photo {
        width: 36mm;
        height: 36mm;
        border-radius: 50%;
        object-fit: cover;
    }
    .pf-agent-box h4 {
        font-size: 16pt;
        color: var(--White);
        margin: 0;
        letter-spacing: .5px;
    }
    .pf-agent-box .pf-functie {
        font-size: 12pt;
        color: rgba(255, 255, 255, .75);
        margin-bottom: 3mm;
    }
    .pf-agent-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 10pt;
        line-height: 1.2;
    }
    .pf-agent-box ul li {
        word-break: break-word;
    }
    .pf-side-imgs {
        grid-column: 2;
        grid-row: 2;
        display: flex;
        flex-direction: column;
        gap: 2mm;
        padding: 8mm 4mm 4mm;
        overflow: hidden;
    }
    .pf-side-imgs ul.extra-details-list.grid-3 li {
        font-size: 8pt;
    }
    .pf-side-imgs .title.split-text.effect-right .whitespace:last-child {
        display: none !important;
    }
    .pf-body {
        grid-column: 1;
        grid-row: 2;
        background: var(--Print);
        padding: 8mm 8mm 4mm;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        min-height: 0;
    }
    .pf-body .auto-description {
        flex: 1;
        overflow: hidden;
        display: block !important;
    }
    .pf-body .auto-description p {
        font-size: 8pt;
        line-height: 1.45;
        color: #3d3d38;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pf-title-desc {
        font-size: 11pt;
        font-weight: 700;
        color: #2b2b26;
        margin: 0 0 3mm;
    }
    .pf-title {
        font-size: 24pt;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #2b2b26;
        margin: 0 0 4mm;
    }
    .pf-price-row {
        display: flex;
        align-items: baseline;
        gap: 3mm;
        border-bottom: 1px solid #ddd;
        padding-bottom: 4mm;
        margin-bottom: 4mm;
    }
    .pf-price-row .label {
        font-size: 10pt;
        color: #6b6b63;
    }
    .pf-price-row .value {
        font-size: 20pt;
        font-weight: 700;
        color: var(--Primary);
    }
    .pf-address {
        font-size: 13pt;
        font-weight: 700;
        margin-bottom: 1mm;
    }
    .pf-address-sub {
        font-size: 9.5pt;
        color: #6b6b63;
        margin-bottom: 4mm;
    }
    .pf-cols {
        display: grid;
        grid-template-columns: 1.3fr 1fr;
        gap: 6mm;
        flex: 1;
    }
    .pf-desc {
        font-size: 8pt;
        line-height: 1.45;
        color: #3d3d38;
    }
    .pf-desc p {
        margin: 0 0 2.5mm;
    }
    .pf-specs-title {
        font-size: 10pt;
        font-weight: 700;
        margin-bottom: 2mm;
    }
    .pf-specs-list {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 8.5pt;
        line-height: 1.9;
    }
    .pf-specs-list li {
        display: flex;
        align-items: center;
        gap: 2mm;
    }
    .pf-specs-list li i {
        color: var(--Primary);
        font-size: 8pt;
    }
    .pf-bottom-bar {
        grid-column: 1 / 3;
        grid-row: 3;
        background: var(--Primary);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4mm;
    }
    .pf-bottom-stats {
        display: flex;
        gap: 4mm;
    }
    .pf-bottom-stat {
        display: flex;
        align-items: center;
        gap: 2mm;
        font-size: 9pt;
    }
    .pf-bottom-stat i {
        font-size: 11pt;
        color: rgba(255, 255, 255, .85);
    }
    .pf-logo-box {
        display: flex;
        align-items: center;
        gap: 2mm;
        font-size: 10pt;
        font-weight: 700;
    }
    .pf-logo-box img {
        height: 8mm;
    }
    .pf-qr-box {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 0mm;
    }
    .pf-qr-box img {
        width: 16mm;
        height: 16mm;
        background: #fff;
        padding: 1mm;
        border-radius: 1mm;
    }
    .pf-qr-box span {
        font-size: 7.5pt;
        color: var(--Heading);
        max-width: 22mm;
        line-height: 1.3;
    }
    ul.extra-details-list.grid-3 {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0px !important
    }
}

.ptb-40 {
    padding: 40px 0;
}

.tva {
    font-size: 12px;
}

.box-icon.comisionZeroMobil img {
    transform: scale(1.07);
    width: 80%;
    border-radius: 16px;
}

.box-icon.comisionZeroMobil .content {
    padding-left: 5px;
}