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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

abbr[data-bs-original-title],abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

ol,ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

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

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0a58ca
}

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

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

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

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

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

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

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

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

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

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    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 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

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

output {
    display: inline-block
}

ul

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-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-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-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-auto {
        flex:0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1200px) {
    .col-xl-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-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-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,.075);
    border-color: #dee2e6;
    color: #212529;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

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

.caption-top {
    caption-side: top
}

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

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

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

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

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

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

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

.table-primary {
    --bs-table-bg: #cfe2ff;
    --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;
    border-color: #bacbe6;
    color: #000
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --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;
    border-color: #cbccce;
    color: #000
}

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

.table-info {
    --bs-table-bg: #cff4fc;
    --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;
    border-color: #badce3;
    color: #000
}

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

.table-danger {
    --bs-table-bg: #f8d7da;
    --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;
    border-color: #dfc2c4;
    color: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    color: #212529;
    outline: 0
}

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

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

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

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width:1px;border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end:.75rem;padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

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

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-color {
    height: auto;
    max-width: 3rem;
    padding: .375rem
}

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

.form-control-color::-moz-color-swatch {
    border-radius: .25rem;
    height: 1.5em
}

.form-control-color::-webkit-color-swatch {
    border-radius: .25rem;
    height: 1.5em
}

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

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

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0
}

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

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

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

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

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

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

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

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

.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;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0
}

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

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

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;
    background-image: url("data:image/svg+xml;charset=utf-8,%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");
    border-color: #0d6efd
}

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

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

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

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

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

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

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

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

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

.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 {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -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;
    width: 1rem
}

@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 {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 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;
    width: 1rem
}

@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 {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

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

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

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

.form-floating {
    position: relative
}

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

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

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

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

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

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

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

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

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

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3
}

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

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

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

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

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

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

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

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

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

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

.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 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #198754;
    padding-right: calc(1.5em + .75rem)
}

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

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

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

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

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

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

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

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

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

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

.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

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

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

.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 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

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

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

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

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

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

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

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

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

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

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

.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

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

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

.btn:hover {
    color: #212529
}

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

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

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
    background-color: #0a58ca;
    border-color: #0a53be;
    color: #fff
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    box-shadow: 0 0 0 .25rem hsla(208,6%,54%,.5)
}

.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
    background-color: #565e64;
    border-color: #51585e;
    color: #fff
}

.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem hsla(208,6%,54%,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

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

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

.btn-check:focus+.btn-success,.btn-success:focus {
    box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
}

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

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

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

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000
}

.btn-check:focus+.btn-info,.btn-info:focus {
    box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
}

.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000
}

.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
}

.btn-info.disabled,.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

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

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

.btn-check:focus+.btn-warning,.btn-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
}

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

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

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

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff
}

.btn-check:focus+.btn-danger,.btn-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
}

.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff
}

.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

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

.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000
}

.btn-check:focus+.btn-light,.btn-light:focus {
    box-shadow: 0 0 0 .25rem hsla(210,2%,83%,.5)
}

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

.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem hsla(210,2%,83%,.5)
}

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

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

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

.btn-check:focus+.btn-dark,.btn-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
}

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

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

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

.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

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

.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    background-color: transparent;
    color: #0d6efd
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem hsla(208,7%,46%,.5)
}

.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem hsla(208,7%,46%,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

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

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

.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
}

.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    background-color: transparent;
    color: #198754
}

.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0
}

.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
}

.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    background-color: transparent;
    color: #0dcaf0
}

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

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

.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
}

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

.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
}

.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

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

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

.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
}

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

.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

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

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

.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
}

.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    background-color: transparent;
    color: #212529
}

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

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

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

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

.btn-group-sm>.btn,.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

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

.dropdown,.dropend,.dropstart,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
    background-color: hsla(0,0%,100%,.15);
    color: #fff
}

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

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .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-left: .375rem;
    padding-right: .375rem
}

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

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

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

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

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

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

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

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

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

.nav-link:focus,.nav-link:hover {
    color: #0a58ca
}

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

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: #0d6efd;
    color: #fff
}

.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 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

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

.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    text-decoration: none;
    white-space: nowrap
}

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

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

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

.navbar-text {
    padding-bottom: .5rem;
    padding-top: .5rem
}

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

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem;
    transition: box-shadow .15s ease-in-out
}

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

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

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.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-left: .5rem;
        padding-right: .5rem
    }

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

@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-left: .5rem;
        padding-right: .5rem
    }

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

@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-left: .5rem;
        padding-right: .5rem
    }

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

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

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

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

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

@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-left: .5rem;
        padding-right: .5rem
    }

    .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 {
    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-left: .5rem;
    padding-right: .5rem
}

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

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

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

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.55)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.55)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0,0%,100%,.1);
    color: hsla(0,0%,100%,.55)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

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

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

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

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

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

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

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

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

.card-subtitle {
    margin-top: -.25rem
}

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

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

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

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

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

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

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

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.5rem
}

.card-header-pills,.card-header-tabs {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

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

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

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

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

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

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

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

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-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-bottom-left-radius: 0;
        border-top-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-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    width: 100%
}

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

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    color: #0c63e4
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230c63e4' viewBox='0 0 16 16'%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");
    transform: rotate(-180deg)
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    width: 1.25rem
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 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 {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

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

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    display: block;
    position: relative;
    text-decoration: none;
    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 {
    border-color: #dee2e6;
    z-index: 2
}

.page-link:focus,.page-link:hover {
    background-color: #e9ecef;
    color: #0a58ca
}

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

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

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

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

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

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

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

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

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

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

.pagination-sm .page-link {
    font-size: .875rem;
    padding: .25rem .5rem
}

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

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

.badge {
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    padding: .35em .65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

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

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    color: #084298
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    color: #41464b
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #636464
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    background-color: #d3d3d4;
    border-color: #bcbebf;
    color: #141619
}

.alert-dark .alert-link {
    color: #101214
}

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

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

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

.progress,.progress-bar {
    display: flex;
    overflow: hidden
}

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

@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: 1rem 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

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

.list-group-item-primary {
    background-color: #cfe2ff;
    color: #084298
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    background-color: #bacbe6;
    color: #084298
}

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

.list-group-item-secondary {
    background-color: #e2e3e5;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    background-color: #cbccce;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #41464b;
    border-color: #41464b;
    color: #fff
}

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

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

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

.list-group-item-info {
    background-color: #cff4fc;
    color: #055160
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160
}

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

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

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

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

.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029
}

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

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

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

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

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

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

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

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

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

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

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

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

.toast {
    background-clip: padding-box;
    background-color: hsla(0,0%,100%,.85);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    font-size: .875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0,0%,100%,.85);
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .5rem .75rem
}

.toast-header .btn-close {
    margin-left: .75rem;
    margin-right: -.375rem
}

.toast-body {
    word-wrap: break-word;
    padding: .75rem
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1060
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@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% - 1rem)
}

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

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

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width: 576px) {
    .modal-dialog {
        margin:1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

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

.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: -1px
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.popover .popover-arrow {
    display: block;
    height: .5rem;
    position: absolute;
    width: 1rem
}

.popover .popover-arrow:after,.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

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

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: 1rem
}

.carousel {
    position: relative
}

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

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

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

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

@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;
    transform: none;
    transition-property: opacity
}

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

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

@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 {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@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;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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 {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

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

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

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    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
}

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

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

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

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

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

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

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

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

.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

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

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

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

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

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    margin-bottom: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem;
    padding: .5rem
}

.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem
}

.offcanvas-start {
    border-right: 1px solid rgba(0,0,0,.2);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 400px
}

.offcanvas-end {
    border-left: 1px solid rgba(0,0,0,.2);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 400px
}

.offcanvas-top {
    border-bottom: 1px solid rgba(0,0,0,.2);
    top: 0;
    transform: translateY(-100%)
}

.offcanvas-bottom,.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

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

.link-primary {
    color: #0d6efd
}

.link-primary:focus,.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

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

.link-info {
    color: #0dcaf0
}

.link-info:focus,.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

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

.link-danger {
    color: #dc3545
}

.link-danger:focus,.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

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

.link-dark {
    color: #212529
}

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

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

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

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 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.85714%
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

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

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

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

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

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

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0,0,0,0)!important;
    border: 0!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

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

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

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

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

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

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

.d-flex {
    display: flex!important
}

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

.d-none {
    display: none!important
}

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

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

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

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

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

.top-0 {
    top: 0!important
}

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

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

.bottom-0 {
    bottom: 0!important
}

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

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

.start-0 {
    left: 0!important
}

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

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

.end-0 {
    right: 0!important
}

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

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

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

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

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

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

.border-0 {
    border: 0!important
}

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #0d6efd!important
}

.border-secondary {
    border-color: #6c757d!important
}

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

.border-info {
    border-color: #0dcaf0!important
}

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

.border-danger {
    border-color: #dc3545!important
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

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

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

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

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

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

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

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

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

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

.flex-fill {
    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
}

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

.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-left: 0!important;
    margin-right: 0!important
}

.mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important
}

.mx-2 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

.mx-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

.mx-5 {
    margin-left: 3rem!important;
    margin-right: 3rem!important
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.my-1 {
    margin-bottom: .25rem!important;
    margin-top: .25rem!important
}

.my-2 {
    margin-bottom: .5rem!important;
    margin-top: .5rem!important
}

.my-3 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.my-5 {
    margin-bottom: 3rem!important;
    margin-top: 3rem!important
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: 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-left: 0!important;
    padding-right: 0!important
}

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

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

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

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

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

.py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.py-1 {
    padding-bottom: .25rem!important;
    padding-top: .25rem!important
}

.py-2 {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important
}

.py-3 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

.py-4 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
}

.py-5 {
    padding-bottom: 3rem!important;
    padding-top: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.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-light {
    font-weight: 300!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-nowrap {
    white-space: nowrap!important
}

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

.text-primary {
    color: #0d6efd!important
}

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

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

.text-info {
    color: #0dcaf0!important
}

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

.text-danger {
    color: #dc3545!important
}

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

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

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

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

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

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

.text-white-50 {
    color: hsla(0,0%,100%,.5)!important
}

.text-reset {
    color: inherit!important
}

.bg-primary {
    background-color: #0d6efd!important
}

.bg-secondary {
    background-color: #6c757d!important
}

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

.bg-info {
    background-color: #0dcaf0!important
}

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

.bg-danger {
    background-color: #dc3545!important
}

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

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

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

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

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

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    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: .25rem!important
}

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

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

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

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

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

.rounded-pill {
    border-radius: 50rem!important
}

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

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

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

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

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

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

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

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

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

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

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

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

    .d-sm-grid {
        display: grid!important
    }

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

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

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: 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
    }

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

    .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-left: 0!important;
        margin-right: 0!important
    }

    .mx-sm-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-sm-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-sm-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-sm-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-sm-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-sm-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-sm-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-sm-auto {
        margin-bottom: auto!important;
        margin-top: 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-left: 0!important;
        padding-right: 0!important
    }

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

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

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

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

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

    .py-sm-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-sm-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-sm-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-sm-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-sm-5 {
        padding-bottom: 3rem!important;
        padding-top: 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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-left: 0!important;
        margin-right: 0!important
    }

    .mx-md-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-md-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-md-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-md-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-md-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-md-auto {
        margin-bottom: auto!important;
        margin-top: 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-left: 0!important;
        padding-right: 0!important
    }

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

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

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

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

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

    .py-md-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-md-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-md-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-md-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-md-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-md-5 {
        padding-bottom: 3rem!important;
        padding-top: 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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-left: 0!important;
        margin-right: 0!important
    }

    .mx-lg-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-lg-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-lg-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-lg-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-lg-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-lg-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-lg-auto {
        margin-bottom: auto!important;
        margin-top: 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-left: 0!important;
        padding-right: 0!important
    }

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

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

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

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

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

    .py-lg-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-lg-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-lg-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-lg-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-lg-5 {
        padding-bottom: 3rem!important;
        padding-top: 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
    }

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

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

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

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

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

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

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

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

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

    .d-xl-grid {
        display: grid!important
    }

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

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

    .d-xl-table-cell {
        display: table-cell!important
    }

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

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

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

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

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

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

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

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

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

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

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

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

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

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

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

    .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-left: 0!important;
        margin-right: 0!important
    }

    .mx-xl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xl-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xl-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xl-auto {
        margin-bottom: auto!important;
        margin-top: 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-left: 0!important;
        padding-right: 0!important
    }

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

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

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

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

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

    .py-xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xl-5 {
        padding-bottom: 3rem!important;
        padding-top: 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
    }

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

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

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

@media(min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .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
    }

    .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-left: 0!important;
        margin-right: 0!important
    }

    .mx-xxl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xxl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xxl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xxl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xxl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xxl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xxl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xxl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xxl-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xxl-auto {
        margin-bottom: auto!important;
        margin-top: 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-left: 0!important;
        padding-right: 0!important
    }

    .px-xxl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xxl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xxl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xxl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xxl-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-xxl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xxl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xxl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xxl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xxl-5 {
        padding-bottom: 3rem!important;
        padding-top: 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
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    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-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    height:var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.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 {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important;
    text-transform: none
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.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 {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

.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-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.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 {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.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 {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-slide-visible .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 {
    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.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-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.hs-input.is-placeholder {
    color: grey
}

.hs-button {
    background-color: var(--main-blue);
    border: 1px solid var(--main-blue);
    border-radius: 50rem;
    color: #fff;
    min-height: 35px;
    padding: 7px 22px
}

.site-fundraising .hs-button {
    background-color: var(--main-orange);
    border: 1px solid var(--main-orange)
}

.formation .hs-button {
    background-color: var(--electric-blue);
    border: 1px solid var(--electric-blue)
}

.bg-main-yellow .hs-button {
    background-color: #fff;
    color: var(--main-blue)
}

.bg-main-yellow .hs-button:hover {
    background-color: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: #fff
}

.pre-footer .fundraising .hs-button {
    background-color: var(--main-orange);
    border: 1px solid var(--main-orange);
    color: #fff
}

.pre-footer .fundraising a {
    color: var(--main-green)
}

@media screen and (min-width: 992px) {
    .hbspt-form fieldset {
        max-width:100%!important
    }

    .pre-footer .newsletter input[type=email].hs-input,.pre-footer .newsletter input[type=text].hs-input {
        width: 80%
    }
}

@font-face {
    font-family: Lexend;
    font-weight: 100;
    src: url(../../css/build/font/Lexend-Thin.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 200;
    src: url(../../css/build/font/Lexend-ExtraLight.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 300;
    src: url(../../css/build/font/Lexend-Light.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 400;
    src: url(../../css/build/font/Lexend-Regular.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 500;
    src: url(../../css/build/font/Lexend-Medium.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 600;
    src: url(../../css/build/font/Lexend-SemiBold.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 700;
    src: url(../../css/build/font/Lexend-Bold.ttf) format("ttf")
}

@font-face {
    font-family: Lexend;
    font-weight: 800;
    src: url(../../css/build/font/Lexend-ExtraBold.ttf) format("ttf")
}

.fw-100,.fw-thin {
    font-weight: 100
}

.fw-200,.fw-extralight {
    font-weight: 200
}

.fw-300,.fw-light {
    font-weight: 300
}

.fw-400,.fw-normal {
    font-weight: 400
}

.fw-500,.fw-medium {
    font-weight: 500
}

.fw-600,.fw-semibold {
    font-weight: 600
}

.fw-700,.fw-bold {
    font-weight: 700
}

.fw-800,.fw-extrabold {
    font-weight: 800
}

.fs-12 {
    font-size: .75rem!important
}

.fs-14m {
    font-size: .75rem
}

.fs-16 {
    font-size: 1rem
}

.fs-16m {
    font-size: .75em
}

.fs-18 {
    font-size: 1.125rem
}

.fs-18m16 {
    font-size: 1rem
}

.fs-20 {
    font-size: 1.25rem
}

.fs-20m16 {
    font-size: 1rem
}

.fs-22 {
    font-size: 1.375rem
}

.fs-22m16 {
    font-size: 1rem
}

.fs-22m14 {
    font-size: .875rem
}

.fs-24 {
    font-size: 1.5rem
}

.fs-26 {
    font-size: 1.625rem
}

.fs-26m20 {
    font-size: 1.25rem
}

.fs-28 {
    font-size: 1.75rem
}

.fs-35 {
    font-size: 2.188rem
}

.fs-43m25 {
    font-size: 1.563rem
}

.fs-44 {
    font-size: 2.75rem
}

.fs-44m22 {
    font-size: 1.385rem
}

.fs-44m28 {
    font-size: 1.3rem
}

.fs-46 {
    font-size: 2.875rem
}

.fs-46m36 {
    font-size: 2.25rem
}

.fs-48 {
    font-size: 3rem
}

.fs-48m24 {
    font-size: 1.5rem
}

.fs-50 {
    font-size: 3.125rem
}

.fs-50m28 {
    font-size: 1.5rem
}

.fs-74 {
    font-size: 4.625rem
}

@media(min-width: 1200px) {
    .fs-14m {
        font-size:.875rem
    }

    .fs-16m {
        font-size: 1rem
    }

    .fs-18m16 {
        font-size: 1.125rem
    }

    .fs-20m16 {
        font-size: 1.25rem
    }

    .fs-22m14,.fs-22m16 {
        font-size: 1.375rem
    }

    .fs-26m20 {
        font-size: 1.625rem
    }

    .fs-43m25 {
        font-size: 3rem
    }

    .fs-44m22,.fs-44m28 {
        font-size: 2.75rem
    }

    .fs-46m36 {
        font-size: 2.875rem
    }

    .fs-48m24 {
        font-size: 3rem
    }

    .fs-50m28 {
        font-size: 3.125rem
    }
}

.text-orixa-blue {
    color: #005aff
}

.text-dark-blue {
    color: #203c89
}

.orixa-facts .swoosh-bg-gradient {
    bottom: -130px;
    left: -1rem;
    position: absolute;
    width: 100%;
    z-index: -1
}

.orixa-facts-img {
    padding-bottom: 100%
}

.swiper-facts {
    height: 450px;
    padding-bottom: 50px!important
}

.swiper-facts .swiper-slide {
    height: calc(50% - 15px)
}

.swiper-teams {
    padding-bottom: 50px!important
}

.swiper-teams .swiper-slide {
    height: 500px
}

.swiper-teams .swiper-slide .hide p {
    background-color: rgba(25,94,246,.239)
}

.page-agency .social-img {
    height: 73px
}

.bg-recruiting {
    background-image: url(../../css/build/img/agency-recruiting.jpg);
    background-repeat: repeat;
    background-size: 63%
}

.socials-join {
    padding: 16px 16px 0
}

@media screen and (min-width: 1600px) {
    .hashtags {
        margin-right:58px
    }

    .orixa-facts .swoosh-bg-gradient {
        bottom: -168px
    }
}

.testimonial-page .border {
    background-color: #fff!important
}

.site-fundraising .testimonial-page a .border:hover {
    background-color: #34bf98
}

.site-fundraising .testimonial-page a .border:hover p {
    color: #fff !important!important
}

.site-fundraising .testimonial-case .result .number,.site-fundraising .testimonial-case .result-title {
    font-size: 26px
}

.site-fundraising .testimonial-case .result p {
    margin-bottom: 0
}

@media screen and (min-width: 991px) {
    .site-fundraising .testimonial-case .result .number,.site-fundraising .testimonial-case .result-title {
        font-size:1.6vw
    }
}

.offer-section .offers p {
    margin-bottom: 0
}

.site-fundraising .offer-section .offers .price {
    color: #34bf98;
    font-size: 16px
}

.site-fundraising .offer-section .offers .price .font-weight-bold {
    font-weight: 600
}

.site-fundraising .offer-section .offers .price .lead {
    font-size: 26px
}

.site-fundraising .offer-section .offers .price .text-body {
    color: #000
}

.site-fundraising .offer-section .offers .desc {
    font-size: 18px
}

.site-fundraising .offer-section .prestation-img {
    padding-bottom: 50%
}

.mb-40 {
    margin-bottom: 40px!important
}

.text-electric-blue {
    color: #1853f4
}

body {
    color: #373737;
    font-family: Lexend,sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6
}

.btn-electric-blue {
    background-color: #1853f4;
    border-color: #1853f4;
    color: #fff!important;
    padding: 4px 24px
}

.btn-electric-blue:hover {
    background-color: #0a43de;
    border-color: #0a43de;
    color: #fff!important
}

.bg-orange {
    background-color: #e0623c
}

html {
    overflow-x: hidden
}

.lh-13 {
    line-height: 1.3
}

.lh-16 {
    line-height: 1.6
}

.lh-2 {
    line-height: 2
}

.lsp-1 {
    letter-spacing: 1px
}

b,strong {
    font-weight: 700!important
}

.btn-electric-submit,.btn-main-blue {
    background-color: #1c357e;
    border-color: #1c357e;
    color: #fff!important;
    font-size: 16px;
    min-height: 35px;
    padding: 6px 28px
}

.btn-main-blue:hover {
    color: #ffd900
}

.btn-yellow {
    background-color: #ffd900;
    border-color: #ffd900;
    color: #1c357e
}

.pagination .number {
    margin-right: 10px
}

.pagination .btn-main-blue.number {
    padding: 9px 13px
}

.btn-orange {
    background-color: #e0623c;
    border-color: #e0623c;
    color: #fff!important;
    font-size: 16px;
    min-height: 45px;
    padding: 10px 38px
}

.btn-main-blue.with-icon {
    padding: 10px 38px 10px 10px
}

.btn-main-blue.with-icon .bg-white,.btn-main-blue.with-icon>img {
    margin-right: 10px
}

.btn-main-reverse {
    background-color: #fff!important;
    border-color: #fff!important;
    color: #1c357e;
    font-size: 20px;
    min-height: 45px;
    padding: 12px 38px
}

header .btn-main-reverse {
    height: 50px
}

.btn-main-blue-outline {
    background-color: transparent;
    border-color: #1c357e;
    border-width: 2px;
    color: #1c357e;
    font-size: 18px;
    min-height: 50px;
    padding: 10px 38px
}

.blog-category {
    font-size: 14px;
    line-height: 18px!important;
    min-height: auto;
    padding: 4px 20px
}

.btn-main-reverse.fs-btn {
    font-size: 15px
}

.text-main-body {
    color: #000
}

.text-main-blue {
    color: #1c357e
}

.text-main-yellow {
    color: #ffd900
}

.text-deep-blue {
    color: #1c357e
}

.text-green {
    color: #34bf98
}

.text-orange {
    color: #e0623c
}

.bg-electric-blue {
    background-color: #1853f4
}

.site-orixa .bg-sticky {
    background: linear-gradient(145.98deg,#203c89 8.43%,#10286b 95.78%)
}

.bg-main-blue {
    background-color: #1c357e
}

.bg-main-green,.site-fundraising.navbar {
    background: #34bf98
}

.bg-main-yellow {
    background-color: #ffd900
}

section .bg-main-blue a:not(.btn),section.bg-main-blue a:not(.btn) {
    color: #ffd900!important
}

a {
    text-decoration: none
}

label.fundraising a {
    color: #34bf98
}

.btn-icon {
    padding: 16px
}

.material-input::placeholder {
    color: #000
}

.material-input,.material-select {
    background-color: transparent;
    border-bottom-color: #000;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0
}

.material-textarea {
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    padding-right: 0
}

label {
    font-size: 16px;
    font-weight: 400
}

.swiper-pagination-bullet-active {
    background: #ffd900!important
}

.site-fundraising .swiper-pagination-bullet-active {
    background: #e0623c!important
}

h2 {
    font-size: 20px;
    font-weight: 700
}

h2+div.subtitle,h2+p.subtitle {
    font-size: 18px
}

.site-fundraising h2 {
    color: #34bf98
}

section:not(.bg-main-blue) ol li::marker,section:not(.bg-main-blue) ul li::marker {
    color: #1c357e
}

.col-20 {
    flex: 0 0 auto;
    width: 20%
}

.col-40 {
    flex: 0 0 auto;
    width: 40%
}

.col-60 {
    flex: 0 0 auto;
    width: 60%
}

@media screen and (min-width: 576px) {
    .col-sm-20 {
        flex:0 0 auto;
        width: 20%
    }

    .col-sm-40 {
        flex: 0 0 auto;
        width: 40%
    }

    .col-sm-60 {
        flex: 0 0 auto;
        width: 60%
    }
}

@media screen and (min-width: 768px) {
    .mb-md-40 {
        margin-bottom:40px!important
    }

    .col-md-20 {
        flex: 0 0 auto;
        width: 20%
    }

    .col-md-40 {
        flex: 0 0 auto;
        width: 40%
    }

    .col-md-60 {
        flex: 0 0 auto;
        width: 60%
    }

    .white-green-5050 {
        background: linear-gradient(90deg,#fff 48%,#34bf98 0)
    }

    .green-white-5050 {
        background: linear-gradient(90deg,#34bf98 0,#fff 48%)
    }
}

@media screen and (min-width: 992px) {
    .mb-lg-40 {
        margin-bottom:40px!important
    }

    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-40 {
        flex: 0 0 auto;
        width: 40%
    }

    .col-lg-60 {
        flex: 0 0 auto;
        width: 60%
    }

    .offset-lg-20 {
        margin-left: 20%
    }
}

@media screen and (min-width: 1200px) {
    .mb-xl-40 {
        margin-bottom:40px!important
    }

    .col-xl-20 {
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-40 {
        flex: 0 0 auto;
        width: 40%
    }

    .col-xl-60 {
        flex: 0 0 auto;
        width: 60%
    }
}

@media screen and (min-width: 1400px) {
    .mb-xxl-40 {
        margin-bottom:40px!important
    }

    .col-xxl-20 {
        flex: 0 0 auto;
        width: 20%
    }

    .col-xxl-40 {
        flex: 0 0 auto;
        width: 40%
    }

    .col-xxl-60 {
        flex: 0 0 auto;
        width: 60%
    }
}

@media screen and (min-width: 992px) {
    body {
        font-size:16px
    }

    .columns-2 {
        column-count: 2
    }

    .btn-main-reverse.fs-btn {
        font-size: 16px
    }
}

@media screen and (min-width: 1600px) {
    h2 {
        font-weight:400
    }

    .section-space {
        margin-bottom: 0
    }
}

.bg-deep-blue,.btn-deep-blue {
    background-color: #0c3372
}

.btn-deep-blue {
    border-color: #0c3372;
    color: #fff!important
}

.btn-deep-blue:hover {
    background-color: #124dad;
    border-color: #124dad;
    color: #fff!important
}

.btn-green {
    background-color: #34bf98;
    border-color: #34bf98;
    color: #fff!important
}

.btn-green:hover {
    background-color: #279f7d;
    border-color: #279f7d
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

.upper-footer .hs-form-booleancheckbox {
    color: #fff !important!important
}

.upper-footer .hs-form-booleancheckbox label {
    align-items: start;
    display: flex
}

.upper-footer .hs-form-booleancheckbox input {
    width: auto!important
}

.upper-footer .hs-form-booleancheckbox a {
    font-size: 12px!important
}

.orix-en {
    border: 1px solid #fff!important;
    border-radius: 50px;
    color: #fff!important;
    padding: 13px 12px
}

.orix-en:hover {
    background-color: #fff!important;
    color: #1c357e
}

.page-head {
    background-color: #203c89;
    box-shadow: 8px 8px 10px rgba(0,0,0,.25);
    padding-top: 70px;
    position: relative;
    z-index: 1000
}

.page-head img.orx-short {
    height: 50px;
    margin-bottom: 20px
}

.page-head .fullscreen {
    margin-top: 60px
}

.page-head>:not(.fullscreen) {
    margin-top: 40px
}

.page-head .logo {
    max-height: 60px
}

.page-head img.swoosh-head {
    height: 75px
}

.site-fundraising .page-head {
    background-color: #34bf98!important
}

.site-fundraising nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse {
    color: #34bf98
}

.page-head.home img.orx-short {
    height: 50px;
    margin-bottom: 20px
}

.page-head.home .subtitle {
    font-size: 18px;
    margin-bottom: 30px
}

.page-head.home .subtitle :not(:last-child) {
    margin-right: 8px
}

.page-head.home img.swoosh-home {
    height: 85px
}

nav.navbar .logo {
    height: 33px
}

nav.navbar .btn-icon.navbar-toggler {
    padding: 11px
}

nav.navbar .btn-icon {
    padding: 8px 14px
}

nav.navbar .btn-icon.flag {
    background-color: transparent!important;
    border: 1px solid #fff!important;
    display: flex;
    padding: 13px!important
}

nav.navbar .flag>img {
    width: 20px
}

nav.navbar .flags .dropdown-menu {
    background-color: hsla(0,0%,100%,.15);
    border-radius: 50px;
    left: 50%;
    min-width: auto;
    padding: 0
}

nav.navbar .flags .dropdown-menu:after {
    font-size: 20px;
    transform: translate(-44%,-90%) rotate(90deg)
}

nav.navbar .bi.bi-list {
    font-size: 25px
}

nav.navbar .dropdown-toggle:after {
    display: none
}

.flags.mobile:hover .dropdown-menu {
    display: block;
    left: calc(50% - .25rem);
    transform: translate(-50%)
}

nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse {
    color: #1853f4!important
}

nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse:not(.btn-icon) {
    padding-left: 38px;
    padding-right: 38px
}

nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse:hover {
    background-color: #c7cad8!important;
    border-color: #c7cad8!important
}

nav.navbar-dark .navbar-collapse.collapsing {
    display: none
}

nav.navbar-dark .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 82px);
    justify-content: space-between;
    margin-top: 1rem;
    overflow-y: auto;
    padding-left: 0
}

nav.navbar-dark .navbar-collapse.show .main-nav {
    width: 100%
}

nav.navbar-dark .navbar-collapse.show .main-nav li {
    text-align: center
}

nav.navbar-dark .navbar-collapse.show .main-nav li a {
    color: #fff!important;
    font-size: 26px;
    font-weight: 500
}

nav.navbar-dark .navbar-collapse.show li .dropdown-menu {
    background: transparent;
    border-color: transparent
}

nav.navbar-dark .navbar-collapse.show li .dropdown-menu a {
    color: hsla(0,0%,100%,.6);
    font-size: 20px;
    font-weight: 300
}

.dropdown-item:hover,nav.navbar-dark .navbar-collapse.show li .dropdown-menu .dropdown-item:focus {
    background-color: hsla(0,0%,100%,.1)
}

@media screen and (min-width: 991px) {
    .orix-en {
        font-size:12px;
        padding: 7px 6px
    }
}

@media screen and (min-width: 1200px) {
    .page-head.home img.orx-short {
        height:80px
    }

    .page-head.home .subtitle {
        font-size: 28px
    }

    .page-head.home .subtitle :not(:last-child) {
        margin-right: 28px
    }

    .page-head.home img.swoosh-home {
        height: 195px
    }

    .page-head img.orx-short {
        height: 80px
    }

    .page-head h1 {
        letter-spacing: 15px
    }

    .page-head .fullscreen {
        padding-bottom: 0
    }

    .page-head h1.smaller-h1 {
        font-size: 36px;
        margin-left: auto;
        margin-right: auto;
        max-width: 70%
    }

    .page-head .fs-subtitle {
        font-size: 21px;
        margin-left: auto;
        margin-right: auto;
        max-width: 70%
    }

    nav.navbar {
        padding-bottom: 20px;
        padding-top: 20px
    }

    nav.navbar .logo {
        height: 50px
    }

    nav.navbar .dropdown-menu:after {
        color: #fff!important;
        content: "(";
        font-size: 30px;
        font-weight: 900;
        left: 50%;
        padding-left: 13px;
        position: absolute;
        top: 0;
        transform: translate(-45%,-77%) rotate(90deg);
        width: 33px
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff!important;
        font-weight: 400
    }

    nav.navbar-dark .dropdown-menu {
        border: 0;
        border-radius: 10px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        left: 50%;
        padding: 6px;
        top: calc(100% + 25px);
        transform: translateX(-50%)
    }

    nav.navbar-dark .dropdown-menu .dropdown-item {
        color: #1c357e;
        font-weight: 300
    }

    nav.navbar-dark .dropend .dropdown-menu {
        left: calc(100% + 45px);
        top: 0;
        transform: translateY(-20px)
    }

    nav.navbar-dark .dropend .dropdown-menu:after {
        color: #fff!important;
        content: "(";
        font-size: 30px;
        font-weight: 900;
        left: 0;
        padding-left: 25px;
        position: absolute;
        top: 0;
        transform: translate(-100%,10%);
        width: 50px
    }

    nav.navbar-dark .dropend-hover .dropdown-menu {
        left: calc(100% + 45px);
        top: 0;
        transform: translateY(-20px)
    }

    nav.navbar-dark .dropend-hover .dropdown-menu:after {
        color: #fff!important;
        content: "(";
        font-size: 30px;
        font-weight: 900;
        left: 0;
        padding-left: 25px;
        position: absolute;
        top: 0;
        transform: translate(-100%,10%);
        width: 50px
    }

    nav.navbar-dark .dropdown-item:hover {
        background-color: #e9ecef;
        color: #1e2125
    }

    nav.navbar-dark .flags .dropdown-item {
        padding: 6px 9px
    }

    nav.navbar-dark .flags .dropdown-item:hover {
        border-radius: 50px
    }

    nav.navbar-dark .flags .dropdown-item img {
        vertical-align: sub
    }

    nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse:not(.btn-icon) {
        padding-left: 16px;
        padding-right: 16px
    }

    nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse:not(.btn-icon) .bi {
        font-size: 15px
    }

    .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .dropdown-hover {
        position: relative
    }

    .dropdown-hover .dropdown-menu-hover {
        display: none;
        position: absolute
    }

    .dropdown-hover:hover .dropdown-menu-hover {
        display: block
    }

    .dropend-hover {
        position: relative
    }

    .dropend-hover .dropdown-menu {
        display: none;
        position: absolute
    }

    .dropend-hover:hover .dropdown-menu {
        display: block
    }

    nav .btn-main-reverse {
        padding: 0 10px
    }
}

@media screen and (max-width: 991px) {
    .flags.mobile .dropdown-item {
        border-radius:50px;
        padding: 13px 1rem
    }
}

@media screen and (min-width: 992px) {
    nav.navbar .logo {
        height:50px
    }

    nav.navbar .btn-icon.flag {
        padding: 8px!important
    }

    nav .btn-main-reverse {
        padding: 10px 16px
    }

    nav.navbar-dark .navbar-collapse.show {
        height: calc(100vh - 98px)
    }

    .page-head {
        padding-top: 90px
    }

    .page-head>:not(.fullscreen) {
        margin-bottom: 0;
        margin-top: 40px;
        padding-bottom: 0
    }

    .page-head img.swoosh-head {
        height: 190px
    }
}

@media screen and (max-width: 1200px) {
    nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse:not(.btn-icon).contact {
        line-height:1
    }

    nav.navbar-dark:not(.bg-sticky) {
        background: linear-gradient(145.98deg,#203c89 8.43%,#10286b 95.78%)
    }
  
  nav.site-fundraising.navbar{
    background: #34bf98
  }
}

@media screen and (min-width: 1400px) {
    nav .btn-main-reverse {
        padding:1px 16px
    }
}

@media screen and (min-width: 1600px) {
    nav.navbar-dark {
        padding-bottom:21px;
        padding-top: 21px;
        transition: padding-top .5s,padding-bottom .5s
    }

    nav.navbar-dark .navbar-collapse .main-nav li:not(:last-child) {
        margin-right: 16px
    }

    nav.navbar-dark .navbar-collapse .main-nav .dropdown-menu li {
        margin-right: 0
    }

    nav.navbar-dark .navbar-brand {
        padding-bottom: 0;
        padding-top: 0
    }

    nav.navbar-dark .navbar-nav .nav-link.btn-main-reverse:not(.btn-icon) {
        padding-bottom: 3px;
        padding-top: 2px
    }

    nav.navbar-dark.shrinked {
        padding-bottom: 8px;
        padding-top: 8px
    }

    nav.navbar .logo {
        transition: height .5s
    }

    nav.navbar .btn-icon {
        padding: 4px 9px!important
    }

    nav.navbar.bg-sticky.shrinked .logo {
        height: 55px
    }

    .page-head .fullscreen {
        margin-top: 70px;
        padding-bottom: 96px
    }

    .page-head:not(.home) {
        padding-bottom: 20px
    }

    .page-head>:not(.fullscreen) {
        margin-bottom: -8px;
        margin-top: 92px;
        padding-bottom: 0
    }

    .page-head img.swoosh-head {
        height: 180px
    }

    .page-head h1.smaller-h1 {
        font-size: 54px
    }

    .page-head.home .subtitle :not(:last-child) {
        margin-right: 32px
    }

    .page-head.home img.swoosh-home {
        height: 180px
    }
}

@media screen and (min-width: 768px) {
    .page-head {
        padding-top:70px
    }

    .page-head>:not(.fullscreen) {
        margin-bottom: 0;
        margin-top: 40px;
        padding-bottom: 8px
    }

    .page-head .fs-subtitle {
        font-size: 20px
    }

    .page-head .fullscreen {
        margin-top: 100px;
        padding-bottom: 70px
    }

    .page-head.home .subtitle {
        font-size: 24px;
        margin-bottom: 50px
    }

    .page-head.home img.swoosh-home {
        height: 125px
    }
}

.bg-img-form {
    background-image: url(../../8dd25ecf07e1745079f1.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 24px
}

.bg-img-form .holder {
    background: linear-gradient(145.98deg,#203c89 8.43%,#10286b 95.78%);
    padding: 24px
}

.bg-img-form .holder .orixa-swoosh {
    height: 12px;
    margin-bottom: 32px
}

.bg-img-form .holder form label {
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%;
    margin-bottom: 8px
}

.bg-img-form .holder form .input {
    margin-bottom: 16px;
    width: 100%
}

.bg-img-form .holder form .input>input,.bg-img-form .holder form .input>select,.bg-img-form .holder form .input>textarea {
    background-color: #e7e9f1;
    color: #203c89;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    width: 100%!important
}

.bg-img-form .holder form .legal-consent-container,.bg-img-form .holder form .legal-consent-container .hs-form-booleancheckbox-display span {
    font-size: 14px;
    font-weight: 300;
    line-height: normal
}

.bg-img-form .holder form .legal-consent-container a {
    color: #ffd900;
    font-weight: 700;
    text-decoration: underline
}

.bg-img-form .holder form .legal-consent-container .hs-richtext {
    margin-bottom: 32px;
    margin-left: 20px
}

.bg-img-form .holder form input.hs-button {
    background-color: #005aff;
    color: #fff;
    display: block;
    margin: 0 auto
}

.footer-rs a span {
    font-size: 25px
}

.up-orixa {
    background-color: hsla(0,0%,100%,.64);
    color: #1853f4;
    padding: 7px
}

.up-orixa.fundraising {
    color: #e0623c
}

.up-orixa span {
    line-height: 1;
    transform: rotate(180deg)
}

.up-fundraising {
    padding: 7px
}

.up-fundraising span {
    line-height: 1;
    transform: rotate(180deg)
}

.upper-footer {
    box-shadow: 3px -3px 6px rgba(0,0,0,.302);
    padding: 64px 20px
}

.upper-footer form fieldset.form-columns-1 {
    flex-grow: 1
}

.upper-footer form fieldset.form-columns-1 .input {
    margin: 0
}

.upper-footer form fieldset.form-columns-1 input:not([type=checkbox]) {
    background-color: #fff!important;
    border-radius: 50px;
    padding: 4px 16px;
    width: 100%!important
}

.upper-footer form div.hs_submit input {
    align-items: center;
    background-color: #e7e9f1;
    border-color: #e7e9f1;
    border-radius: 45px;
    color: #005aff;
    display: inline-flex;
    font-family: lexend,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    margin: 8px auto 0;
    padding: 8px 32px;
    text-align: center
}

.upper-footer form div.hs_submit input:hover {
    background-color: #c7cad8;
    border-color: #c7cad8
}

.upper-footer .hs-main-font-element {
    color: #dc3545;
    font-size: 12px
}

.upper-footer .infos {
    font-size: 25px
}

.upper-footer .infos p:last-child {
    font-size: 30px
}

.upper-footer .col-name {
    font-size: 26px;
    margin-bottom: 0
}

.upper-footer ul li a {
    font-size: 16px
}

.downer-footer {
    padding: 40px 0 76px
}

.downer-footer a {
    color: #1c357e
}

.downer-footer a.fundraising-footer-link {
    color: #e0623c
}

.downer-footer .js-up {
    background-color: #eee;
    border-radius: 50px;
    font-size: 11px;
    height: 50px;
    width: 50px
}

.pre-footer {
    padding: 64px 0
}

.pre-footer .swoosh-bg-gradient {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 122%;
    z-index: -1
}

.pre-footer .form-holder h3 {
    font-size: 42px;
    margin: 50px 0
}

.pre-footer .newsletter h3 {
    font-size: 36px
}

.pre-footer .contact-img {
    background-position: 100% 100%;
    background-size: cover;
    padding-bottom: 100%
}

.pre-footer .newsletter-img {
    background-position: 0;
    background-size: cover
}

.pre-footer .alert {
    width: 80%
}

.site-orixa .pre-footer .contact-img {
    background-image: url(../../css/build/img/contact-bg.jpg)
}

.site-orixa .pre-footer .newsletter-img {
    background-image: url(../../css/build/img/newsletter-bg.jpg)
}

.site-fundraising .pre-footer .contact-img {
    background-image: url(../../css/build/img/contact-bg-fundraising.jpg)
}

.site-fundraising .pre-footer .newsletter-img {
    background-image: url(../../css/build/img/newsletter-bg-fundraising.jpg)
}

footer a {
    text-decoration: none
}

footer .logo {
    height: 80px
}

.mb-form {
    margin-bottom: 1rem
}

.js-up {
    cursor: pointer
}

.newsletter .hbspt-form .hs-form-iframe {
    width: 90%!important
}

@media screen and (min-width: 992px) {
    .upper-footer form div.hs_submit input {
        margin:8px 0 0
    }

    .upper-footer .infos {
        font-size: 19px
    }

    .upper-footer .infos p:last-child {
        font-size: 15px
    }

    .upper-footer .col-name {
        font-size: 18px;
        margin-bottom: 1rem
    }

    .downer-footer .links :not(:last-child) {
        margin-right: 16px
    }
}

@media screen and (min-width: 1300px) {
    .pre-footer .swoosh-bg-gradient {
        width:107%
    }
}

@media screen and (min-width: 1400px) {
    .pre-footer .swoosh-bg-gradient {
        width:105%
    }
}

@media screen and (min-width: 1500px) {
    .pre-footer .swoosh-bg-gradient {
        width:97%
    }
}

@media screen and (min-width: 1600px) {
    .pre-footer .form-holder h3 {
        font-size:60px;
        margin: 50px 0
    }

    .pre-footer .swoosh-bg-gradient {
        width: 103%
    }

    .upper-footer {
        padding: 100px 0
    }

    .upper-footer .infos .address {
        font-size: 22px
    }

    .upper-footer .infos .phone {
        font-size: 27px;
        margin-bottom: 0
    }

    .upper-footer .col-name {
        font-size: 25px
    }

    .upper-footer .footer-rs a {
        margin-bottom: 36px
    }

    .upper-footer .footer-rs a span {
        font-size: 36px
    }

    .upper-footer ul li a {
        font-size: 18px
    }

    .mb-form {
        margin-bottom: 25px
    }

    .downer-footer {
        padding: 16px 0
    }

    .downer-footer .links :not(:last-child) {
        margin-right: 34px
    }

    .downer-footer .js-up {
        font-size: 16px;
        height: 72px;
        width: 72px
    }

    .footer-rs a span {
        font-size: 40px
    }
}

.home-first .home-swiper-intro {
    height: 450px
}

.home-first .home-swiper-intro .position-absolute {
    bottom: 48px
}

.home-first .swiper {
    background-color: #1c357e;
    padding-bottom: 48px
}

.home-first .swiper-wrapper {
    transition-timing-function: linear!important
}

.home-first .swiper-pagination-bullet {
    background-color: #fff;
    height: 8px!important;
    opacity: 1;
    width: 8px!important
}

.home-first .swiper-pagination-bullet-active {
    background: #1c357e!important;
    border: 2px solid #ffd900
}

.crea-second .swiper-wrapper {
    transition-timing-function: linear!important
}

.home-third {
    background-image: url(../../css/build/img/bg-pattern.png),linear-gradient(#1c357e,#1c357e);
    padding-bottom: 60px;
    padding-top: 50px;
    position: relative;
    z-index: -1
}

.home-third .swiper-pagination-bullet {
    background-color: #fff;
    height: 8px!important;
    opacity: 1;
    width: 8px!important
}

.home-third .swiper-pagination-bullet-active {
    background: #1c357e!important;
    border: 2px solid #ffd900
}

.home-third .swiper-slide {
    height: auto
}

.home-third .orixa-swoosh {
    height: 10px!important;
    margin-bottom: 16px
}

.home-third .bg-white {
    padding: 40px 8px 24px
}

.home-seventh {
    box-shadow: 0 -4px 6px rgba(0,0,0,.29);
    padding-bottom: 56px;
    padding-top: 48px
}

.home-seventh .swiper-pagination-bullet {
    background-color: #fff;
    height: 8px!important;
    opacity: 1;
    width: 8px!important
}

.home-seventh .swiper-pagination-bullet-active {
    background: #1c357e!important;
    border: 2px solid #ffd900
}

.home-seventh .references img {
    max-height: 100px;
    max-width: 30%
}

.home-seventh .swiper-slide {
    border: 1px solid #fff!important;
    padding: 0 32px 40px 0
}

.home-seventh .swiper-slide .message-holder {
    margin-left: 32px
}

.home-seventh .swiper-slide img.logo {
    background-color: #1c357e;
    margin: -1px
}

.home-second {
    box-shadow: 3px 3px 6px rgba(0,0,0,.365);
    margin-top: -1px;
    padding: 0 12px 50px
}

.home-fourth .col {
    height: 150px
}

.home-fourth .orx-short {
    height: 50px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-72%)
}

.home-fifth {
    padding-bottom: 60px;
    padding-top: 50px
}

.home-fifth h2 {
    margin-bottom: 60px
}

.home-fifth .certif {
    max-height: 85px;
    max-width: 190px
}

.home-sixth {
    background-color: #e7e9f1;
    box-shadow: inset 0 3px 6px rgba(0,0,0,.29);
    padding-bottom: 40px;
    padding-top: 40px
}

.home-sixth img {
    max-height: 35px
}

.apostrophe {
    color: #ffd600;
    display: inline;
    font-size: 58px;
    font-weight: 700;
    line-height: .3
}

.apostrophe.e {
    vertical-align: bottom
}

.home-eighth {
    box-shadow: 0 0 6px 6px rgba(0,0,0,.129);
    padding-bottom: 40px;
    padding-top: 60px;
    position: relative;
    z-index: 1
}

.home-eighth .logo {
    height: 75px;
    margin-bottom: 32px
}

.home img.orixa-swoosh {
    height: 30px
}

.home h2+p.subtitle {
    font-size: 20px;
    line-height: 1.3
}

.no-subtitle+img.orixa-swoosh,.subtitle+img.orixa-swoosh {
    height: 30px
}

.home-hook p.orixa {
    font-size: 40px
}

.home-hook p b {
    font-weight: 500
}

.home-hook .apostrophe-home {
    height: 38px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-10%,-50%);
    z-index: -1
}

.home-hook .swoosh-grey {
    height: 260px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-30%,-30%);
    z-index: -2
}

.home-expertises .expertise-column {
    margin-top: 36px
}

.home-expertises .expertise-name {
    font-size: 13px;
    margin-top: 5px;
    word-break: break-word
}

.home-expertises img {
    height: 80px
}

.home-expertises .btn-main-blue {
    font-size: 15px
}

.home-sided-full p {
    display: block;
    font-size: 36px;
    margin: 50px auto 0;
    width: -moz-fit-content;
    width: fit-content
}

.home-sided-full .swoosh-absolute {
    height: 200px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%,-51%) rotate(90deg)
}

.home-sided-full.testimonials div.col-12:first-of-type {
    background-image: url(../../css/build/img/home-testimonials.jpg);
    background-position: 100%;
    background-size: cover;
    min-height: 100vw
}

.home-sided-full.testimonials .swoosh-absolute {
    top: 0
}

.home-sided-full.testimonials .testimonial-visual p {
    font-size: 22px;
    margin-left: 22%
}

.block-14 {
    background-image: url(../../css/build/img/references-bg.png);
    background-position: center 85%;
    background-position: center 96%;
    background-repeat: no-repeat;
    background-size: 90%
}

.block-14 .swoosh-absolute {
    height: 200px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%,-51%) rotate(90deg)
}

.home-solutions .solution-card {
    background-color: #1c357e
}

.home-solutions .solution-card .card-body {
    padding: 40px 25px 25px 57px
}

.home-solutions .card-head {
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    padding: 25px 30px
}

.home-solutions .card-head span {
    font-size: 20px
}

.home-solutions .card-body p:not(.my-4) {
    font-size: 22px
}

.home-solutions .card-body a {
    font-size: 15px
}

.home-solutions .card-logo {
    height: 30px;
    max-width: 110px
}

.home-swiper-testimonials {
    margin-top: 30px
}

.home-swiper-testimonials .swiper-wrapper {
    padding-bottom: 60px
}

.home-swiper-testimonials p.company {
    font-size: 20px;
    margin: 0 10px
}

.home-swiper-testimonials .message-holder {
    margin: 32px 0
}

.home-swiper-testimonials .message-holder img {
    height: 12.5px
}

.home-swiper-testimonials .message-holder img.left {
    left: -5px;
    top: 10px
}

.home-swiper-testimonials p.author {
    font-size: 20px;
    margin: 0 10px
}

.home-swiper-testimonials p.author span {
    font-size: 18px
}

.swiper-accreditations {
    margin-top: 70px
}

.home-accreditations .accreditation-card {
    padding: 25px 0
}

.home-accreditations .accreditation-card img {
    margin-top: auto;
    max-height: 70px;
    max-width: 80%
}

.block-accreditations .accreditation-card {
    padding: 25px 0
}

.block-accreditations .accreditation-card img {
    margin-top: auto;
    max-height: 70px;
    max-width: 80%
}

.home-partners {
    overflow: hidden
}

.home-partners .bg-swoosh-grey {
    max-width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1
}

.home-partners .home-swiper-partners {
    height: 400px;
    padding-bottom: 60px!important
}

.home-partners .home-swiper-partners .swiper-slide {
    height: calc(33.33333% - 33px)
}

.home-partners .tools-card {
    padding: 15px 0
}

.home-partners .tools-card img {
    max-height: 30px;
    max-width: 80%
}

.block-19 .bg-swoosh-grey {
    max-width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1
}

.home-sided {
    overflow: hidden
}

.home-sided .accordion .accordion-item {
    border-left: 0;
    border-right: 0
}

.home-sided .accordion .accordion-item:first-of-type,.home-sided .accordion .accordion-item:last-of-type {
    border-radius: 0
}

.home-sided .accordion .accordion-button:focus {
    box-shadow: none
}

.home-sided .accordion .accordion-button:not(.collapsed) {
    background-color: #fff!important;
    color: #1c357e
}

.home-sided .accordion .accordion-body {
    background-color: #1c357e;
    color: #fff!important
}

.home-sided .accordion .orixa {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0
}

.home-sided .accordion .lead {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 1.5rem
}

.home-sided .swoosh-bg-gradient {
    bottom: -3%;
    left: 0;
    position: absolute;
    width: 95%;
    z-index: -1
}

.home-sided p {
    font-size: 17px
}

.home-sided p span.text-main-blue {
    font-size: 36px
}

.home-sided .tabs-questions .nav-link {
    color: #000
}

.home-sided .tabs-questions .nav-link i {
    display: none
}

.home-sided .tabs-questions .nav-link.active {
    background-color: transparent;
    color: #1c357e;
    display: flex;
    justify-content: space-between
}

.home-sided .tabs-questions .nav-link.active i {
    display: contents;
    margin-left: 30%
}

.block-agency-facts p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0
}

.block-agency-facts p span.text-main-blue {
    font-size: 36px
}

.home-clients {
    background-image: url(../../css/build/img/references-bg.png);
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: 90%
}

.home-clients .swiper-slide {
    padding-bottom: 95px
}

.home-clients .swiper-slide img {
    left: 50%;
    max-height: 100px;
    max-width: 120px;
    top: 50%;
    transform: translate(-50%,-50%)
}

.home-clients .bg-swoosh-gradient-left {
    height: 290%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-55%);
    z-index: -1
}

.home-clients .swiper-left-swoosh {
    bottom: -15px;
    left: 0;
    position: absolute
}

.home-clients .swiper-right-swoosh {
    bottom: -15px;
    position: absolute;
    right: -10px
}

.block-clients {
    background-image: url(../../css/build/img/references-bg.png);
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: 90%
}

.block-clients .swiper-slide {
    padding-bottom: 95px
}

.block-clients .swiper-slide img {
    left: 50%;
    max-height: 100px;
    max-width: 120px;
    top: 50%;
    transform: translate(-50%,-50%)
}

.block-clients .swiper-left-swoosh {
    bottom: -15px;
    left: 0;
    position: absolute
}

.block-clients .swiper-right-swoosh {
    bottom: -15px;
    position: absolute;
    right: -10px
}

.block-18 {
    background-image: url(../../css/build/img/references-bg.png);
    background-position: center 85%;
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: 90%
}

.swiper-references {
    margin-top: 70px
}

.cs-logos .swiper-references {
    margin-top: 0
}

.cs-logos .swiper-slide {
    padding-bottom: 95px
}

.cs-logos .swiper-slide img {
    left: 50%;
    max-height: 100px;
    max-width: 120px;
    top: 50%;
    transform: translate(-50%,-50%)
}

.cs-logos .swiper-left-swoosh,.cs-logos .swiper-right-swoosh {
    bottom: -15px;
    position: absolute
}

.fundraising-swiper-references .swiper-wrapper {
    padding-bottom: 60px
}

.fundraising-swiper-references .swiper-slide {
    padding-bottom: 95px
}

.fundraising-swiper-references .swiper-slide img {
    left: 50%;
    max-height: 100px;
    max-width: 120px;
    top: 50%;
    transform: translate(-50%,-50%)
}

.block-3 .border {
    padding-bottom: 95px
}

.block-3 .border img {
    left: 50%;
    max-height: 100px;
    max-width: 120px;
    top: 50%;
    transform: translate(-50%,-50%)
}

.block-3 img {
    max-height: 70px!important;
    width: 85%
}

.home-swiper-blog {
    margin-top: 70px
}

.home-swiper-blog .swiper-wrapper {
    padding-bottom: 60px
}

.home-swiper-blog .swiper-slide {
    height: auto;
    width: 300px
}

.home-swiper-blog .swiper-slide .squared {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 70%;
    width: 100%
}

.home-swiper-blog .swiper-slide .actu-body .data {
    font-size: 15px
}

.home-swiper-blog .swiper-slide .actu-body .title {
    font-size: 18px
}

.post-infos {
    font-size: 15px
}

@media screen and (min-width: 991px) {
    .home-first .home-swiper-intro {
        height:550px
    }

    .home-first .home-swiper-intro .position-absolute {
        bottom: 0
    }

    .home-first .swiper {
        padding-bottom: 0
    }

    .home-second {
        padding: 80px 12px 50px
    }

    .home-second a {
        left: 50%;
        top: 0;
        transform: translate(-50%,-50%);
        z-index: 1
    }

    .home-fourth .col {
        height: 250px
    }

    .home-seventh .references img {
        max-height: none;
        max-width: none
    }

    .home-expertises .expertise-name {
        word-break: normal
    }

    .block-14 .swoosh-absolute {
        left: 100%;
        top: 50%;
        transform: translate(calc(-50% - 2px),-50%)
    }

    .home-sided-full.testimonials .testimonial-visual p {
        font-size: 28px
    }
}

@media screen and (min-width: 1200px) {
    .home-third {
        padding-bottom:100px;
        padding-top: 80px
    }

    .home-third .bg-white .content {
        padding: 0 50px
    }

    .home-fourth {
        box-shadow: 0 -4px 6px 0 rgba(0,0,0,.251)
    }

    .home-fourth .col {
        height: 320px
    }

    .home-fourth .orx-short {
        height: 100px
    }

    .home-fifth {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .home-fifth .certif {
        max-height: 80px;
        max-width: 200px
    }

    .home-sixth {
        padding-bottom: 80px;
        padding-top: 60px
    }

    .home-sixth img {
        max-height: 45px
    }

    .home-seventh .swiper-slide {
        border: 1px solid #fff!important;
        padding: 0 80px 32px 0
    }

    .home-seventh .swiper-slide .message-holder {
        margin-left: 80px
    }

    .home-eighth {
        padding-top: 80px
    }

    .home-eighth .logo {
        height: 100px;
        margin-bottom: 0
    }

    .home section[class^=home-] {
        margin-top: 0
    }

    .home-expertises .expertise-name {
        font-size: 20px;
        margin-top: 0
    }

    .home-sided-full p {
        font-size: 42px;
        margin: 13% auto 0
    }

    .home-sided-full .swoosh-absolute {
        height: 338px;
        transform: translate(calc(-50% - 2px),-50%)
    }

    .home-sided-full.testimonials .testimonial-visual p {
        font-size: 30px
    }

    .home-accreditations .accreditation-card {
        padding: 2vw 0
    }

    .home-partners .d-xl-grid {
        grid-column-gap: 23px;
        grid-row-gap: 23px;
        grid-template-columns: repeat(8,1fr)
    }

    .home-partners .tools-card {
        padding: 2vw 0
    }

    .home-partners .tools-card img {
        max-height: 36px
    }

    .home-sided {
        overflow: visible
    }

    .home-sided div.text-center {
        margin-bottom: 26px
    }

    .home-sided .firsts {
        margin-bottom: 48px
    }

    .home-sided p {
        font-size: 20px
    }

    .home-sided p span.text-main-blue {
        font-size: 50px;
        line-height: 1.3
    }

    .home-sided .tabs-answer p.orixa {
        font-size: 36px
    }

    .home-sided .tabs-answer p.lead {
        font-size: 26px
    }

    .home-sided .tabs-answer p {
        font-size: 16px
    }

    .block-agency-facts .firsts {
        margin-bottom: 48px
    }

    .block-agency-facts p span.text-main-blue {
        font-size: 50px;
        line-height: 1.3
    }

    .home-swiper-blog .swiper-slide {
        width: 340px
    }
}

@media screen and (min-width: 1600px) {
    .home-expertises .expertise-column {
        margin-top:50px
    }

    .home-expertises .expertise-column:nth-child(n+4) {
        margin-top: 52px
    }

    .home-expertises .btn-main-blue {
        padding: 13px 44px
    }

    .home-sided-full.testimonials div.col-12:first-of-type {
        min-height: 481px
    }

    .home-sided-full.testimonials .testimonial-visual p {
        font-size: 34px;
        margin-left: 180px
    }

    .home-sided-full .swoosh-absolute {
        height: 340px;
        transform: translate(calc(-50% - 2px),-50%)
    }

    .home-solutions .solution-card .card-head {
        padding: 28px 44px
    }

    .home-solutions .card-body p:not(.my-4),.home-solutions .card-head span {
        font-size: 19px
    }

    .home-solutions .card-logo {
        height: 48px
    }

    .home-solutions .card-logo.feedcast {
        height: 30px;
        margin-bottom: 18px
    }

    .home-accreditations .accreditation-card {
        padding: 25px 0
    }

    .home-partners .d-xl-grid {
        grid-column-gap: 43px;
        grid-row-gap: 43px
    }

    .home-partners .tools-card {
        padding: 54px 0
    }

    .home-partners .tools-card img {
        max-height: 44px
    }

    .block-19 .bg-swoosh-grey,.home-partners .bg-swoosh-grey {
        height: 576px;
        transform: translate(-50%,-30%)
    }

    .home-sided .firsts {
        margin-bottom: 60px
    }

    .home-sided p {
        font-size: 25px
    }

    .home-sided .tabs-answer p.lead {
        line-height: 1.3
    }

    .home-sided .tabs-answer p {
        line-height: 1.9
    }

    .home-sided .swoosh-bg-gradient {
        bottom: -3.5%
    }

    .home-sided div.text-center {
        margin-bottom: 56px
    }

    .block-agency-facts p {
        font-size: 25px
    }

    .block-clients,.home-clients {
        background-position: center 85%
    }

    .home-swiper-blog .swiper-slide {
        width: 400px
    }

    .home-swiper-blog .swiper-wrapper {
        padding-bottom: 38px
    }
}

@media screen and (min-width: 786px) {
    .home-sided-full.testimonials div.col-12:first-of-type {
        min-height:auto
    }

    .home-sided-full.testimonials .swoosh-absolute {
        top: 50%
    }

    .home-sided-full.testimonials .testimonial-visual p {
        font-size: 26px;
        margin-left: 25%;
        margin-top: 0
    }

    .home-sided-full .swoosh-absolute {
        left: 100%;
        top: 50%;
        transform: translate(calc(-50% - .1vw),-50%)
    }
}

@media screen and (min-width: 1400px) {
    .home-sided-full p {
        margin:0 auto 0 88px
    }

    .home-accreditations .accreditation-card {
        padding: 32px 0
    }

    .home-partners .tools-card {
        padding: 40px 0
    }
}

@media screen and (min-width: 768px) {
    .block-19 .bg-swoosh-grey,.home-partners .bg-swoosh-grey {
        height:450px;
        left: 50%;
        transform: translate(-50%,-30%)
    }
}

@media screen and (min-width: 1300px) {
    .block-clients .swiper-left-swoosh,.block-clients .swiper-right-swoosh,.home-clients .swiper-left-swoosh,.home-clients .swiper-right-swoosh {
        bottom:5px
    }
}

.crea-second {
    padding: 48px 0 32px
}

.crea-second .swiper-slide {
    width: fit-content;
    width: -moz-fit-content
}

.crea-third {
    box-shadow: inset 0 6px 6px rgba(0,0,0,.255);
    padding: 24px 0 80px
}

.crea-third .creas-steps {
    background-image: url(../../css/build/img/crea-bg-mobile.png);
    background-position: 50% 340px;
    background-repeat: no-repeat;
    background-size: 18%
}

.crea-third h2 {
    margin: 48px 0 16px
}

.crea-third .crea-div-step {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative
}

.crea-third .crea-div-step .number {
    align-items: center;
    background-color: #fff!important;
    border-radius: 50px;
    box-shadow: 4px 3px 6px rgba(0,0,0,.161);
    display: flex;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    top: 0;
    width: 42px
}

.crea-third .crea-div-step.step-1 {
    background-image: url(../../css/build/img/crea-cloud-1.png);
    padding: 50px 20px 45px 60px
}

.crea-third .crea-div-step.step-2 {
    background-image: url(../../css/build/img/crea-cloud-2.png);
    padding: 50px 40px 38px 50px
}

.crea-third .crea-div-step.step-3 {
    background-image: url(../../css/build/img/crea-cloud-3.png);
    padding: 45px 22px 40px 45px
}

.crea-third .crea-div-step.step-4 {
    background-image: url(../../css/build/img/crea-cloud-4.png);
    padding: 60px 30px 44px 60px
}

.crea-third .crea-div-step.step-5 {
    background-image: url(../../css/build/img/crea-cloud-5.png);
    padding: 40px 40px 30px 60px
}

.crea-third .crea-div-step.step-5 .number {
    top: -20px
}

.crea-third .crea-img {
    position: relative;
    z-index: 2
}

.crea-third .crea-img.step-1 {
    margin-bottom: -70px;
    max-height: 200px
}

.crea-third .crea-img.step-2 {
    margin-bottom: -60px;
    max-height: 170px
}

.crea-third .crea-img.step-3 {
    margin-bottom: -90px;
    max-height: 210px
}

.crea-third .crea-img.step-4 {
    margin-bottom: -60px;
    max-height: 180px
}

.crea-third .crea-img.step-5 {
    margin-bottom: -80px;
    max-height: 160px
}

@media screen and (min-width: 991px) {
    .crea-third h2 {
        margin:100px 0 75px
    }

    .crea-third .creas-steps {
        background-image: url(../../css/build/img/crea-bg-desktop.png);
        background-position: 20% 100%;
        background-size: 60%;
        min-height: 1000px
    }

    .crea-third .crea-div-step {
        background-size: cover;
        position: absolute
    }

    .crea-third .crea-div-step+.crea-img {
        position: absolute
    }

    .crea-third .crea-div-step.step-1 {
        padding: 60px 40px 55px 80px;
        width: 460px
    }

    .crea-third .crea-div-step.step-2 {
        width: 370px
    }

    .crea-third .crea-div-step.step-3 {
        padding: 65px 22px 80px 45px;
        width: 385px
    }

    .crea-third .crea-div-step.step-4 {
        width: 330px
    }

    .crea-third .crea-div-step.step-5 {
        padding: 40px 40px 50px 60px;
        width: 345px
    }

    .crea-third .step-1+img {
        height: 300px;
        left: 400px
    }

    .crea-third .step-2 {
        top: 470px
    }

    .crea-third .step-2+img {
        height: 180px;
        left: 255px;
        top: 330px
    }

    .crea-third .step-3 {
        left: 660px;
        top: 430px
    }

    .crea-third .step-3+img {
        height: 370px;
        right: -30px;
        top: 230px
    }

    .crea-third .step-4 {
        left: 230px;
        top: 770px
    }

    .crea-third .step-4+img {
        height: 200px;
        left: 0;
        top: 720px
    }

    .crea-third .step-5 {
        right: 90px;
        top: 880px
    }

    .crea-third .step-5+img {
        height: 180px;
        right: 20px;
        top: 800px
    }
}

.case-studies-search {
    margin-top: 50px
}

.press-img-holder {
    min-height: 200px
}

.cs-form-footer {
    color: #1c357e;
    padding-bottom: 50px;
    padding-top: 50px
}

.cs-form-footer label span {
    font-size: 14px
}

.cs-form-footer fieldset .email,.cs-form-footer fieldset .hs-firstname,.cs-form-footer fieldset .hs-lastname,.cs-form-footer fieldset .hs-phone {
    margin-bottom: 16px!important
}

.cs-form-footer fieldset .field input,.cs-form-footer fieldset .field textarea {
    border: 1px solid #1c357e;
    padding: 8px 16px
}

.cs-form-footer .hs_submit input {
    background-color: #005aff;
    border-color: #005aff;
    color: #fff
}

.cs-form-footer .hs_submit input:hover {
    background-color: #0e4ec5;
    border-color: #0e4ec5
}

.c-study .cs-form-footer {
    background-color: #1c357e
}

.c-study .cs-form-footer label span {
    font-size: 18px
}

.c-study .cs-form-footer input:not([type=submit]),.c-study .cs-form-footer textarea {
    color: #fff !important!important
}

.c-study .cs-form-footer fieldset .field input,.c-study .cs-form-footer fieldset .field textarea {
    border: 1px solid #fff!important;
    padding: 8px 16px
}

.c-study .cs-form-footer .hs_submit input {
    background-color: #fff!important;
    border-color: #fff!important;
    color: #1853f4;
    font-weight: 300;
    text-transform: uppercase
}

.c-study .form-block {
    background-color: #e7e9f1;
    color: #1c357e;
    padding: 32px
}

.c-study .hs_recaptcha.hs-recaptcha{
  margin-bottom: 16px;
}

.c-study .form-block label span {
    font-size: 14px
}

.c-study .form-block fieldset .hs-message {
    margin-top: 16px!important
}

.c-study .form-block fieldset .field input,.c-study .form-block fieldset .field select,.c-study .form-block fieldset .field textarea {
    border: 1px solid #1c357e;
    padding: 8px 16px
}

.c-study .form-block .hs_submit input {
    background-color: #005aff;
    border-color: #005aff;
    color: #fff
}

.c-study .form-block .hs_submit input:hover {
    background-color: #0e4ec5;
    border-color: #0e4ec5
}

.c-study .first-discover {
    padding-bottom: 100px;
    padding-top: 100px
}

.c-study .orixa-swoosh {
    height: 20px;
    margin-bottom: 32px
}

.c-study .second-discover {
    background-color: #e7e9f1;
    padding-bottom: 80px;
    padding-top: 60px
}

.c-study .third-discover {
    padding-bottom: 80px;
    padding-top: 70px
}

.c-study .linked img:not(.ebook-img) {
    max-height: 80px;
    max-width: 150px
}

.c-study .linked .success {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
    position: relative
}

.c-study .linked .success .txt-holder {
    display: none;
    height: 100%;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-study .linked .success:hover .txt-holder {
    align-items: end;
    background: linear-gradient(0deg,#000,transparent 75%);
    color: #fff!important;
    display: flex;
    line-height: 1.3;
    padding: 16px
}

.c-study .linked a:not(:last-of-type) {
    margin-top: 20px
}

.c-study .linked .swiper-ebook .link-holder {
    align-items: end;
    background: linear-gradient(0deg,rgba(0,0,0,.75),transparent);
    color: #fff!important;
    display: none;
    height: 100%;
    justify-content: center;
    padding: 16px;
    text-align: center;
    width: 100%
}

.c-study .linked .swiper-ebook .swiper-slide:hover .link-holder {
    display: flex
}

.c-study .linked .no-swiper-ebook .link-holder {
    align-items: end;
    background: linear-gradient(0deg,rgba(0,0,0,.75),transparent);
    color: #fff!important;
    display: none;
    height: 100%;
    justify-content: center;
    padding: 16px;
    text-align: center;
    width: 100%
}

.c-study .linked .no-swiper-ebook:hover .link-holder {
    display: flex
}

.c-study .linked .no-swiper-ebook a>* {
    max-width: 300px
}

.home .cs-form-footer input:not([type=submit]),.home .cs-form-footer textarea {
    color: #fff!important
}

.home .cs-form-footer fieldset .field input,.home .cs-form-footer fieldset .field textarea {
    border: 1px solid #fff!important;
    padding: 8px 16px
}

.home .cs-form-footer .hs_submit input {
    background-color: #fff;
    border-color: #fff;
    color: #005aff
}

.home .cs-form-footer .hs_submit input:hover {
    background-color: #c7cad8!important;
    border-color: #c7cad8!important
}

.cs-levers {
    background-color: #d8e4ff
}

.case-study .intro .client.blue {
    background-color: rgba(26,94,246,.5)
}

.case-study .intro .client.yellow {
    background-color: rgba(255,216,0,.5)
}

.case-study .intro .client img {
    width: 33%
}

.case-study .numbers .holder span {
    color: rgba(26,94,246,.75);
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: .85
}

.filters-row {
    list-style-type: none;
    padding: 0
}

.filters-row li:not(:last-child) {
    margin-bottom: 8px
}

.cs-holder a {
    line-height: 1.3
}

.cs-holder .cs-logo {
    max-height: 100px;
    max-width: 150px
}

.case-img {
    box-shadow: 4px -4px 0 #ffd900;
    box-shadow: 5px 5px 0 #ffd900
}

.is-fundraising .case-img {
    box-shadow: 4px -4px 0 #34bf98
}

.case-img.fundraising,.is-fundraising .case-img,.is-fundraising .eb-img {
    box-shadow: 5px 5px 0 #34bf98
}

.eb-img {
    box-shadow: 5px 5px 0 #297bff
}

.eb-img.fundraising {
    box-shadow: 5px 5px 0 #34bf98
}

.eb-title:not(.text-orange) {
    color: #297bff
}

.cs-img {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.cs-img img {
    width: 70%
}

.cs-body {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.cs-child:hover .cs-img {
    opacity: 0;
    transition: opacity .25s
}

.cs-numbers {
    background-color: #1c357e;
    border-radius: 100px;
    padding-bottom: 100%
}

.cs-numbers .content {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.cs-numbers .number {
    font-size: 28px
}

.cs-numbers .number+p {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 8px
}

@media screen and (min-width: 1200px) {
    .case-studies-search {
        margin-top:90px
    }
}

@media screen and (min-width: 991px) {
    .filters-row li:not(:last-child) {
        margin-bottom:0;
        margin-right: 16px
    }

    .c-study .linked a:not(:last-of-type) {
        margin-right: 40px;
        margin-top: 0
    }

    .cs-numbers .number {
        font-size: 20px
    }

    .cs-numbers .number+p {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 4px
    }
}

.swiper-pagination-bullet {
    height: 18px!important;
    width: 18px!important
}

div[class*=swiper-button] {
    height: 20px;
    margin-top: calc(10px - var(--swiper-navigation-size)/2)
}

div[class*=swiper-button]:after {
    font-size: 20px
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 0!important
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 0!important
}

.block-7-swiper-testimonials,.home-swiper-blog,.home-swiper-partners,.home-swiper-testimonials,.swiper-block-18,.swiper-block-4-text,.swiper-chronology,.swiper-references {
    padding: 0 25px!important
}

.swiper-tools-logo .swiper-wrapper {
    padding-bottom: 20px
}

.swiper-tools-logo .swiper-slide {
    position: relative
}

.swiper-tools-logo .swiper-slide:hover {
    cursor: pointer
}

.swiper-tools-logo .swiper-slide-thumb-active:after {
    border-left: 10px solid #1c357e;
    border-right: 10px solid #1c357e;
    border-top: 15px solid #fff!important;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 20px
}

.swiper-tools-desc .desc p {
    margin-bottom: 0
}

@media screen and (min-width: 1600px) {
    .swiper-pagination-bullet {
        height:23px!important;
        width: 23px!important
    }
}

@media screen and (min-width: 1400px) {
    .home-swiper-testimonials {
        padding-left:100px!important;
        padding-right: 100px!important
    }

    .home-swiper-testimonials .swiper-button-next,.home-swiper-testimonials .swiper-button-prev {
        top: 40%!important
    }

    .swiper-ebook {
        padding-left: 100px!important;
        padding-right: 100px!important
    }

    div[class*=swiper-button] {
        height: 40px
    }

    div[class*=swiper-button]:after {
        font-size: 40px
    }
}

@media screen and (min-width: 768px) {
    .block-7-swiper-testimonials,.home-swiper-blog,.home-swiper-testimonials,.swiper-block-4-text,.swiper-chronology,.swiper-references {
        margin-left:-25px!important;
        margin-right: -25px!important
    }
}

.satisfaction .swiper-satisfaction .swiper-slide {
    width: 70%
}

section:not(.document-search) .blog-card .card-img-top {
    padding-bottom: 65%
}

#categoriesMobile .btn:not(.collapsed):after {
    background-image: url(../../3a46a0bc7c962c7cf40c.svg);
    transform: rotate(-180deg)
}

#categoriesMobile .btn:after {
    background-image: url(../../3a46a0bc7c962c7cf40c.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    width: 1.25rem
}

.blog-article h2 {
    font-size: 26px
}

.blog-article h3 {
    font-size: 22px
}

.style-h3 {
    font-size: 34px
}

.article-breadcrumb,.blog-breadcrumb {
    margin-bottom: 20px
}

.blog-home-breadcrumb {
    margin: 10px 0 30px
}

@media screen and (min-width: 768px) {
    .blog-article h2 {
        font-size:28px
    }

    .blog-article h3 {
        font-size: 24px
    }
}

@media screen and (min-width: 1200px) {
    .blog-article h2 {
        font-size:26px;
        margin-top: 30px
    }

    .blog-article h3 {
        font-size: 20px;
        margin-top: 20px
    }

    .blog-article .sidebar .bloc-title {
        font-size: 20px
    }

    .blog-article .sidebar .date {
        font-size: 14px
    }
}

.document-search .filters-mobile-btn {
    background-color: #ebedf3;
    border-radius: 16px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.251);
    color: #0c3372;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    padding: 8px 7px;
    width: fit-content;
    width: -moz-fit-content
}

.document-search .filters-mobile-checkbox,.document-search .filters-mobile-checkbox+ul {
    display: none
}

.document-search .filters-mobile-checkbox:checked+ul {
    display: flex
}

.document-search .linked {
    padding: 9px 0
}

.document-search .linked img {
    height: 100px
}

.document-search .card-img-top {
    padding-bottom: 50%
}

.document-search .dropdown:hover .dropdown-toggle+.dropdown-menu {
    display: block!important;
    max-height: 300px
}

.document-search .dropdown li:not(:last-child) label:after {
    border-bottom: 1px solid rgba(0,90,248,.271);
    bottom: 0;
    content: "";
    height: 5px;
    left: 8%;
    position: absolute;
    right: 8%
}

.document-search input.filter {
    display: none
}

.document-search label {
    cursor: pointer;
    padding: 10px 8%;
    position: relative;
    width: 100%
}

.document-search input:disabled+label {
    display: none;
    opacity: .6
}

.document-search input:disabled+label:hover {
    cursor: not-allowed
}

.document-search input:checked+label {
    background-color: #005aff!important;
    color: #fff!important
}

.document-search .cs-holder .close-read {
    display: none
}

.document-search .cs-holder .close-read:hover {
    transform: rotate(180deg);
    transition-duration: .5s
}

.document-search .cs-holder .numbers {
    display: none
}

.document-search .cs-holder .read {
    color: #1c357e;
    display: none
}

.document-search .cs-holder.is-open {
    border-bottom: 1px solid #1c357e;
    padding-bottom: 16px
}

.document-search .cs-holder.is-open .btn-read,.document-search .cs-holder.is-open .excerpt {
    display: none
}

.document-search .cs-holder.is-open .close-read,.document-search .cs-holder.is-open .read {
    display: block
}

.document-search .cs-holder.is-open .numbers {
    display: flex
}

.document-search .cs-holder.is-fundraising .cs-numbers {
    background-color: #34bf98
}

.document-search .cs-holder.is-fundraising .cs-numbers strong {
    font-size: 32px
}

.lp-orixa .step-title {
    font-size: 26px
}

.lp-orixa .lp-step-img {
    height: 80px
}

.lp-orixa .avatar {
    max-height: 250px
}

@media screen and (min-width: 768px) {
    .document-search div.cs-holder.odd .for-img {
        order:1!important;
        padding-right: 1.5rem!important
    }

    .document-search div.cs-holder.odd .for-content {
        order: 2!important;
        padding-left: 1.5rem!important
    }

    .document-search div.cs-holder.even .for-content {
        order: 1!important;
        padding-right: 1.5rem!important
    }

    .document-search div.cs-holder.even .for-img {
        order: 2!important;
        padding-left: 1.5rem!important
    }
}

.form-select {
    background-image: url(../../99f892591c81aa9d196d.svg);
    background-size: 16px 20px
}

.form-control,.form-select,form label {
    font-size: 16px
}

.form-check-label {
    font-size: 12px
}

.contact-page {
    margin-bottom: 50px
}

.contact-page .orixa-swoosh {
    height: 33px
}

.contact-page .reassurance p {
    font-size: 22px
}

.contact-page .reassurance .orixa-swoosh:not(:last-child) {
    margin-bottom: 40px
}

.contact-form-title {
    font-size: 22px
}

@media screen and (min-width: 991px) {
    .contact-page {
        margin-bottom:100px;
        margin-top: 50px
    }

    .contact-page .reassurance p {
        font-size: 25px;
        line-height: 1.9
    }
}

@media screen and (min-width: 1200px) {
    .contact-page .reassurance p {
        font-size:24px;
        line-height: 1.3
    }

    .contact-form-title {
        font-size: 26px
    }
}

@media screen and (min-width: 1600px) {
    .contact-page {
        margin-bottom:110px
    }

    .contact-page .form-control,.contact-page .form-select,.contact-page form label {
        font-weight: 300
    }

    .contact-page .reassurance p {
        margin-bottom: 16px
    }

    .form-control,.form-select,form label {
        font-weight: 300
    }
}

.tool-card {
    padding: 8.5vw 16px
}

.tool-card img {
    max-height: 40px;
    max-width: 60%
}

.academy-article {
    margin-top: 50px
}

.academy-article blockquote {
    background: #1c357e;
    border-radius: 8px;
    color: #fff!important;
    padding: 16px
}

.academy-article blockquote p {
    margin-bottom: 0
}

.academy-article blockquote p a {
    color: #ffd900
}

.academy-hub .academy-category .academy-category-img {
    height: 180px
}

.academy-hub .academy-category .title {
    font-size: 24px
}

.academy-hub .academy-formation .img-formation {
    height: 180px
}

.academy-hub .academy-formation .title {
    font-size: 24px
}

.academy-hub .academy-blog .img-blog {
    height: 180px
}

.academy-hub .academy-blog .title {
    font-size: 24px
}

.academy-search .academy-formation .img-formation {
    height: 180px
}

.academy-search .academy-formation .title {
    font-size: 24px
}

.academy-search .academy-blog .img-blog {
    height: 180px
}

.academy-search .academy-blog .title {
    font-size: 24px
}

.certifications-page .block-link .img-block {
    height: 180px
}

.certifications-page .block-link .title {
    font-size: 24px
}

.block-6 .orixa-formation .img-formation,.reassurance-double .img-reassurance {
    height: 180px
}

.block-6 .orixa-formation .title {
    font-size: 24px
}

.block-reassurance .img-block {
    height: 180px
}

.block-reassurance .title {
    font-size: 24px
}

.article-category {
    opacity: .8
}

.post-content img {
    height: auto;
    max-width: 100%
}

.academy-categ-title {
    font-size: 1.5rem;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .academy-hub .academy-blog .img-blog,.academy-hub .academy-formation .img-formation,.academy-search .academy-blog .img-blog,.academy-search .academy-formation .img-formation,.block-6 .orixa-formation .img-formation,.block-reassurance .img-block,.certifications-page .block-link .img-block {
        height:auto;
        width: 25vw
    }

    .reassurance-double .img-reassurance {
        height: auto;
        width: 15vw
    }
}

@media screen and (min-width: 991px) {
    .academy-hub .academy-category .academy-category-img {
        height:184px
    }

    .academy-hub .tampon,.academy-search .tampon,.block-6 .tampon {
        height: 150px;
        left: 0;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

@media screen and (min-width: 1200px) {
    .academy-hub .academy-blog .img-blog,.academy-hub .academy-formation .img-formation,.academy-search .academy-blog .img-blog,.academy-search .academy-formation .img-formation,.block-6 .orixa-formation .img-formation,.block-reassurance .img-block,.certifications-page .block-link .img-block {
        height:auto;
        width: 365px
    }

    .block-reassurance .img-block.column {
        padding-bottom: 180px;
        width: 100%
    }

    .reassurance-double .img-reassurance {
        height: auto;
        width: 230px
    }
}

@media screen and (min-width: 1600px) {
    .academy-hub .academy-blog .img-blog,.academy-hub .academy-formation .img-formation {
        width:384px
    }

    .academy-hub .tampon {
        height: 192px
    }

    .academy-search .academy-blog .img-blog,.academy-search .academy-formation .img-formation {
        width: 384px
    }

    .academy-search .tampon {
        height: 192px
    }

    .block-6 .orixa-formation .img-formation,.certifications-page .block-link .img-block {
        width: 384px
    }

    .block-6 .tampon {
        height: 192px
    }
}

.certifications-page .certification-icon {
    max-height: 50px
}

.certifications-page .accordion a .btn-icon {
    padding: 5px 7px!important
}

.certifications-page .accordion .bi {
    font-size: 34px;
    line-height: 1
}

.btn-light {
    background-color: #fff!important;
    border-color: #fff!important
}

@media screen and (min-width: 1400px) {
    .certifications-page .certification-icon {
        max-height:100px;
        max-width: 50%
    }
}

.list-page .img-holder {
    height: 150px
}

.list-page .title {
    font-size: 22px
}

@media screen and (min-width: 1200px) {
    .list-page .img-holder {
        height:150px
    }

    .list-page .title {
        font-size: 24px
    }
}

section[class^=block-] {
    margin-bottom: 50px
}

section[class^=block-]:first-of-type {
    margin-top: 50px
}

section[class^=block-] .orixa-swoosh {
    height: 23px
}

section[class^=block-] a.btn-main-reverse.btn-logo {
    padding: 10px 38px 10px 16px
}

section[class^=block-] a.btn-main-reverse.btn-logo img {
    height: 50px;
    margin-right: 16px
}

section[class^=block-] .block-head {
    margin-bottom: 50px
}

section[class^=block-] .block-head .orixa-swoosh {
    margin-top: 10px
}

.block-4 .step {
    display: inline-block;
    padding: 21px 16px
}

.block-4 .swiper-block-4-img {
    height: 300px
}

.block-4 .swiper-block-4-img img {
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.block-4 .col-12.order-xl-2 {
    padding-left: 5vw
}

.block-4 .swiper-block-4-text {
    margin-top: 40px;
    padding-bottom: 40px
}

.block-4 .swiper-block-4-text .title {
    font-size: 31px
}

.block-4 .swoosh-absolute {
    height: 200px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%,-51%) rotate(90deg);
    z-index: 1
}

.block-7 {
    background: linear-gradient(180deg,#1c357e 60%,#fff !important 40%)
}

.block-7 h2 {
    font-size: 30px
}

.block-7 p:not(.text-main-blue) {
    color: #000
}

.block-7 .border {
    padding: 24px
}

.block-7 .border .company {
    font-size: 24px
}

.block-7 .swiper-wrapper {
    padding-bottom: 60px
}

.block-7 .testimonial-holder {
    height: 300px;
    overflow: hidden
}

.block-7 .read-more {
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 70%);
    bottom: 0;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 60px;
    position: absolute;
    text-align: center;
    width: 100%
}

.block-7 .left {
    height: 20px;
    top: 6px
}

.block-7 .author span {
    font-size: 15px
}

.block-7 .d-inline {
    height: 20px
}

.block-8 .swiper-wrapper {
    padding-bottom: 60px
}

.block-8 .line {
    border-top: 4px dashed #ffd900;
    content: " ";
    margin-top: -60px;
    width: 100%
}

.block-8 .timeline-article {
    z-index: 1
}

.block-8 .timeline-article:after {
    border-left: 6px solid #1c357e;
    content: " ";
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.block-8 .meta-date {
    background-color: #1c357e;
    border: 5px solid #1c357e;
    border-radius: 50%;
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 20px
}

.block-8 .timeline-article-bottom:after {
    height: calc(3rem + 37px);
    left: 65%;
    top: 6px;
    z-index: -1
}

.block-8 .timeline-article-bottom .meta-date {
    top: -13px;
    transform: translate(-50%)!important
}

.block-8 .timeline-article-top:after {
    bottom: 5px;
    height: 3rem;
    z-index: -1
}

.block-8 .timeline-article-top .meta-date {
    bottom: -13px
}

.block-8 .border {
    padding: 20px
}

.block-8 p {
    margin-bottom: 0
}

.block-9 img:not(.orixa-swoosh) {
    margin-bottom: 50px
}

.block-9 .block-head h2 {
    margin-bottom: 25px
}

.block-12 .element {
    font-size: 22px
}

.block-12 .element img {
    height: 100px;
    margin-bottom: 16px
}

.block-12 p {
    margin-bottom: 0
}

.block-13 ul li:nth-child(odd) {
    border-right: 10px solid transparent
}

.block-13 ul li p {
    margin-bottom: 8px
}

.block-13 ul li:last-child p {
    margin-bottom: 0
}

.block-14 .years-holder {
    margin-bottom: 80px;
    min-height: 270px
}

.block-14 .years-holder .years {
    font-size: 48px
}

.block-14 .years-holder .years+p {
    font-size: 22px
}

.block-14 .container-fluid {
    margin-bottom: 50px
}

.block-14 .swiper-chronology .swiper-wrapper {
    padding-bottom: 60px
}

.block-14 .swiper-chronology .swiper-wrapper .swiper-slide {
    height: auto
}

.block-14 .swiper-chronology .swiper-wrapper .swiper-slide>div {
    padding: 24px 0
}

.block-14 .chronology-img {
    max-height: 35px
}

.block-15 img {
    max-height: 60px
}

.block-15 .border {
    padding: 16px
}

.block-15 .border p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0
}

.block-16 .number {
    font-size: 50px
}

.block-18 p {
    margin-bottom: 0
}

.block-18 .border {
    border-color: #f1f1f1;
    min-height: 160px;
    padding: 32px 16px
}

.block-18 .swiper-wrapper {
    padding-bottom: 60px
}

.block-19 .flip-card .flip-title {
    background-color: #fff!important;
    border: 1px solid #dee2e6;
    display: flex;
    height: 100%;
    padding: 0 16px;
    position: absolute;
    width: 100%
}

.block-19 .flip-card .flip-title p {
    color: #1c357e;
    font-size: 24px
}

.block-19 .flip-card p {
    margin-bottom: 0
}

.block-19 .flip-card:hover .flip-title {
    display: none
}

.block-19 .flip-card .flip-body {
    padding: 16px
}

.site-fundraising .block-19 .flip-card .flip-title p {
    color: #000
}

.site-fundraising .block-19 .flip-card .flip-body {
    padding: 46px 16px
}

.block-19.home-problematics .flip-card .flip-body {
    width: 100%
}

.block-19.home-problematics .flip-card img {
    height: 60px
}

.block-20 .card {
    border: 0;
    border-radius: 0
}

.block-20 .card-head {
    border-bottom: .5px solid hsla(0,0%,100%,.3);
    font-size: 22px;
    padding: 30px 40px
}

.block-20 .card-body {
    padding: 30px 40px 60px
}

.block-21 p {
    margin-bottom: 0
}

.block-21 .card-head {
    font-size: 22px;
    padding: 30px 40px
}

.block-21 .card-logos {
    margin: 5px auto;
    max-height: 40px
}

.block-22 p {
    margin-bottom: 0
}

.block-22 .card-head {
    font-size: 22px;
    padding: 30px 40px
}

.block-22 .card-body {
    padding: 30px 40px 60px
}

.block-23 .title {
    font-size: 22px
}

.block-network .swiper-network {
    padding-bottom: 60px
}

.block-network .swiper-network .swiper-slide {
    height: 260px
}

.block-network .hide {
    visibility: hidden
}

.block-network .border:hover .hide {
    visibility: visible
}

.block-testimonial-title {
    font-size: 32px
}

.block-testimonial-video {
    height: 100%;
    min-height: 250px;
    padding-bottom: 0
}

.w-n-r .block-testimonial-video {
    padding-bottom: 56.25%
}

.block-testimonial-job,.block-testimonial-testimonial {
    font-size: 16px
}

.block-testimonial-anchor {
    scroll-margin-top: 80px
}

@media screen and (min-width: 768px) {
    .img-expertise-head {
        max-height:300px
    }

    .block-3 .border {
        padding-bottom: 17vw
    }

    .block-7 .swiper-slide {
        min-height: 535px
    }

    .block-8 div.block-8-swiper:not(.feedcast-steps) .border {
        min-height: 230px
    }

    .block-9 img:not(.orixa-swoosh) {
        max-height: 30vh
    }

    .block-14 {
        background-position: center 94%;
        background-size: 75%
    }

    .block-14 .years-holder {
        margin-bottom: 0
    }

    .block-14 .years-holder+div>div {
        margin: 50px 50px 0
    }

    .block-15.genelead .number {
        font-size: 32px
    }

    .block-18 {
        background-position: center 60%;
        background-size: 80%
    }

    .block-18 .border {
        min-height: 185px
    }

    .block-22 .card-body {
        padding: 30px 40px
    }
}

@media screen and (min-width: 991px) {
    .block-3 .border {
        padding-bottom:120px
    }

    .block-7 .swiper-wrapper {
        padding-bottom: 0;
        padding-top: 60px
    }

    .block-7 .swiper-slide {
        min-height: 610px;
        min-height: 390px
    }

    .block-7 .testimonial-holder {
        height: 290px
    }

    .block-7-swiper-pagination {
        bottom: calc(100% - 25px)!important;
        left: 100%!important;
        transform: translateX(-100%)!important
    }

    .block-8 .line {
        margin-top: 0
    }

    .block-8 .meta-date,.block-8 .timeline-article-top:after {
        left: 35%!important
    }

    .block-8 .timeline-article-bottom .meta-date {
        left: 65%!important
    }

    .block-13 ul {
        column-count: 2;
        column-gap: 50px
    }

    .block-13 ul li p {
        margin-bottom: 16px
    }

    .block-14 .years-holder+div>div {
        margin: 25px 50px 0
    }

    .block-14 .chronology-item {
        border: 1px solid #eee;
        padding-bottom: 40px
    }

    .block-14 .chronology-img {
        max-height: 45px;
        max-width: 90%
    }

    .block-22 .card-head {
        min-width: 25%
    }
}

@media screen and (min-width: 1200px) {
    section[class^=block-] {
        margin-bottom:88px
    }

    section[class^=block-] a.btn-main-reverse.btn-logo {
        padding: 6px 38px 6px 8px
    }

    section[class^=block-] a.btn-main-reverse.btn-logo img {
        height: 30px;
        margin-right: 16px
    }

    section[class^=block-] .centered {
        margin-left: auto;
        margin-right: auto;
        width: 70%
    }

    .block-4 .col-12.order-xl-2 {
        padding-left: 75px
    }

    .block-4 .swiper-block-4-img {
        height: auto
    }

    .block-4 .swiper-block-4-img img {
        max-width: 100%
    }

    .block-4 .swiper-block-4-text {
        margin-top: 0
    }

    .block-4 .swiper-block-4-text p,.block-4 .swiper-block-4-text ul {
        font-size: 16px
    }

    .block-4 .swiper-block-4-text .title {
        font-size: 36px
    }

    .block-4 .step {
        padding: 21px 16px
    }

    .block-4 .swoosh-absolute {
        height: auto;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100px;
        z-index: 1
    }

    .block-7 .swiper-slide {
        min-height: 480px
    }

    .block-7 p:not(.text-main-blue) {
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 1.6;
        overflow: hidden
    }

    .block-8 .border {
        padding: 20px
    }

    .block-11 .col-lg-4 {
        margin-bottom: -3rem;
        margin-top: -3rem
    }

    .block-11 .bg-img {
        background: url(../../1b8d923e862382838dfe.svg);
        background-position: 50%;
        background-size: 101%;
        opacity: .9
    }

    .block-12 .element {
        font-size: 20px
    }

    .block-12 .element img {
        height: 100px;
        margin-bottom: 0
    }

    .block-14 {
        background-position: center 100%;
        background-size: 65%;
        padding-bottom: 30px
    }

    .block-14 .years-holder+div>div {
        margin: 16px 0 16px 130px
    }

    .block-14 .swoosh-absolute {
        height: 220px
    }

    .block-14 .years-holder .years {
        font-size: 56px
    }

    .block-14 .years-holder .years+p {
        font-size: 26px
    }

    .block-14 .chronology-item {
        padding: 12px 0
    }

    .block-14 .chronology-item p:last-child {
        font-size: 14px
    }

    .block-14 .chronology-img {
        max-height: 55px
    }

    .block-15 img {
        max-height: 80px
    }

    .block-15 .border {
        padding: 32px 16px
    }

    .block-15.genelead .number {
        font-size: 36px
    }

    .block-16 .number {
        font-size: 60px
    }

    .block-18 {
        background-position: center 95%;
        background-size: 60%
    }

    .block-19 .flip-card .flip-title {
        padding: 0 16px
    }

    .block-19 .flip-card .flip-title p,.block-20 .card-head,.site-fundraising .block-19 .flip-card .flip-title p {
        font-size: 20px
    }

    .block-21 .card-head {
        font-size: 17px
    }

    .block-23 .title {
        font-size: 24px
    }

    .block-23 .img-team {
        width: 180px
    }

    .block-23 .img-team img {
        height: 150px
    }

    .reassurance .img-block img {
        height: 150px;
        transform: rotate(90deg)
    }
}

@media screen and (min-width: 1400px) {
    .block-7 .swiper-slide {
        min-height:480px
    }
}

@media screen and (min-width: 1600px) {
    section[class^=block-] {
        margin-bottom:80px
    }

    section[class^=block-]:first-of-type {
        margin-top: 30px
    }

    section[class^=block-] a.btn-main-reverse.btn-logo img {
        height: 38px
    }

    .block-4 .swiper-block-4-text p,.block-4 .swiper-block-4-text ul {
        font-size: 19px
    }

    .block-4 .swiper-block-4-text .title {
        font-size: 51px
    }

    .block-4 .swoosh-absolute {
        width: 94px
    }

    .block-7 h2 {
        line-height: 1.6
    }

    .block-8 .border {
        padding: 20px
    }

    .block-12 .element {
        font-size: 20px
    }

    .block-12 .element img {
        height: 110px
    }

    .block-14 {
        background-position: center 100%;
        background-size: 1100px;
        padding-bottom: 0
    }

    .block-14 .years-holder+div>div {
        margin: 19px 0 19px 110px
    }

    .block-14 .swoosh-absolute {
        height: 225px
    }

    .block-14 .years-holder .years {
        font-size: 77px
    }

    .block-14 .years-holder .years+p {
        font-size: 28px
    }

    .block-14 .chronology-item {
        border: 1px solid #eee;
        padding: 16px 0
    }

    .block-15 .border {
        padding: 36px 19px
    }

    .block-15 .border p {
        font-size: 16px
    }

    .block-15 img {
        max-height: 80px
    }

    .block-15.genelead .number {
        font-size: 48px
    }

    .block-16 .number {
        font-size: 76px
    }

    .block-18 {
        background-size: 1100px
    }

    .block-18 .border {
        min-height: 165px
    }

    .block-19 .flip-card .flip-title {
        padding: 0 19px
    }

    .block-19 .flip-card .flip-title p {
        font-size: 22px
    }

    .block-20 .card-head {
        font-size: 20px
    }

    .block-20 .card-body {
        padding: 30px 40px 40px
    }

    .block-21 .card-head {
        font-size: 25px
    }

    .block-23 .img-team {
        width: 230px
    }

    .block-23 .title {
        font-size: 30px
    }

    .reassurance .img-block img {
        height: 192px
    }
}

.cities-block {
    background-color: #fff;
    padding: 64px 24px
}

.cities-block h2 {
    color: #203c89;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px!important
}

.cities-block .col-6 a {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 152.5%
}

.cities-block .col-6 a img {
    height: 64px;
    width: 64px
}

.cities-block .col-6 a.new img,.cities-block .col-6 a:hover img {
    outline: 4px solid #005aff;
    outline-offset: -4px
}

.cities-block .col-6 a:hover {
    color: #005aff
}

.cities-block .col-6.mb-32 {
    margin-bottom: 32px
}

@media screen and (min-width: 992px) {
    .cities-block .col-6 a {
        font-size:16px
    }
}

@media screen and (min-width: 1440px) {
    .cities-block {
        padding:120px 0
    }

    .cities-block h2 {
        margin-bottom: 64px!important
    }

    .cities-block .col-6:nth-last-of-type(-n+3) {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) {
    .home-clients {
        background-position:center 85%;
        background-size: 650px
    }

    .home-clients .swiper-slide {
        padding-bottom: 10vw
    }

    .block-clients {
        background-position: center 85%;
        background-size: 650px
    }

    .block-clients .swiper-slide {
        padding-bottom: 10vw
    }

    .upper-footer .list-unstyled li {
        display: block
    }

    footer .logo {
        height: 60px;
        margin-top: 6px
    }

    .orixa-facts-img {
        padding-bottom: 0
    }

    .swiper-facts .text-center p {
        font-size: 16px
    }

    .swiper-teams .swiper-slide {
        height: 42vw
    }

    .cs-logos .swiper-slide,.fundraising-swiper-references .swiper-slide {
        padding-bottom: 10vw
    }

    .document-search .linked {
        padding: 1.7vw 3.5vw
    }

    .document-search .document-child .card-img-top {
        height: 100%
    }

    .tool-card {
        padding: 1.5vw 0
    }

    .tool-card img {
        max-height: 50px
    }

    .home-sided-full.testimonials .col-md-5 {
        margin-left: 5%
    }
}

@media screen and (max-width: 768px) {
    .mobile-square {
        padding-bottom:100%
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-left:5vw;
        padding-right: 5vw
    }

    header #navbar {
        overflow-y: auto
    }

    header #navbar .dropdown-menu.open {
        background-color: transparent;
        display: block;
        text-align: center
    }

    header #navbar .dropdown-menu.open .dropdown-item {
        color: #fff!important;
        opacity: .6
    }

    header #navbar.open {
        background-color: #1c357e
    }

    header .navbar .navbar-collapse.show {
        height: 100vh
    }
}

@media screen and (min-width: 992px) {
    .block-clients,.home-clients {
        background-size:750px
    }

    header .navbar>div.container-fluid {
        padding-bottom: 15px;
        padding-top: 15px
    }

    header .logo {
        height: 76px
    }

    header .icon-phone-fill {
        line-height: 19px;
        padding: 16px
    }

    .navbar .dropdown-menu.open {
        background: #fff!important;
        border-radius: 30px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        display: block;
        left: 50%;
        padding: 30px;
        transform: translate(-50%)
    }

    h1 {
        font-size: 4.5vw
    }

    h1.home {
        font-size: 5.5vw
    }

    .container {
        max-width: 80vw
    }

    .container-fluid {
        padding-left: 3.61vw;
        padding-right: 3.61vw
    }

    .home-first .subtitle {
        font-size: 30px;
        margin-bottom: 60px
    }

    .home-first .subtitle :not(:last-child) {
        margin-right: 40px
    }

    .pre-footer form.newsletter input.form-control {
        width: 80%
    }

    .pre-footer .newsletter .btn-main-blue {
        min-height: 35px;
        padding: 7px 22px
    }

    .pre-footer .contact-img {
        padding-bottom: 0
    }

    .upper-footer .list-unstyled li {
        display: block
    }

    .footer-rs {
        width: fit-content;
        width: -moz-fit-content
    }

    .form-holder {
        margin: 0 auto;
        width: 70%
    }

    .swiper-teams .swiper-slide .hide {
        opacity: 0
    }

    .swiper-teams .swiper-slide:hover .hide {
        opacity: 1;
        transition: opacity .5s
    }

    .btn-main-reverse {
        font-size: 16px;
        min-height: 30px;
        padding: 4px 28px
    }

    footer .logo {
        height: 80px;
        margin-top: 13px
    }

    .tool-card {
        padding: 2.5vw 16px
    }

    .tool-card img {
        max-height: 5vw
    }

    .home-swiper-testimonials .message-holder img.left {
        left: -15px
    }
}

@media screen and (min-width: 1200px) {
    body {
        font-size:16px
    }

    .home-clients {
        background-size: 850px
    }

    .home-clients .swiper-slide {
        padding-bottom: 140px
    }

    .block-clients {
        background-size: 850px
    }

    .block-clients .swiper-slide {
        padding-bottom: 140px
    }

    .container {
        max-width: 1140px;
        width: 85vw
    }

    .home-first img.swoosh-home,img.swoosh-head {
        height: 150px
    }

    .home-expertises img {
        height: 100px
    }

    .home h2 {
        font-size: 42px
    }

    .home h2+p.subtitle {
        font-size: 24px
    }

    .style-h2 {
        font-size: 42px
    }

    h2+div.subtitle,h2+p.subtitle {
        font-size: 20px
    }

    .cs-logos .swiper-slide,.fundraising-swiper-references .swiper-slide {
        padding-bottom: 140px
    }

    .swiper-teams .swiper-slide {
        height: 33vw
    }

    .tool-card {
        padding: 40px 16px
    }

    .btn-main-reverse {
        font-size: 12px;
        line-height: 2
    }

    .home-hook p.accroche {
        font-size: 23px;
        line-height: 1.7
    }

    footer .logo {
        margin-top: 8px
    }
}

@media screen and (min-width: 1600px) {
    .container-fluid {
        max-width:1510px;
        padding-left: 0;
        padding-right: 0
    }

    .home-clients {
        background-size: 850px
    }

    .home-clients .swiper-slide {
        padding-bottom: 159px
    }

    .home-clients .swiper-slide img {
        left: 50%;
        max-height: 100px;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .block-clients {
        background-size: 850px
    }

    .block-clients .swiper-slide {
        padding-bottom: 159px
    }

    .block-clients .swiper-slide img {
        left: 50%;
        max-height: 100px;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .document-search .linked {
        padding: 0 40px
    }

    .home-partners .tools-card {
        padding: 28px 0
    }

    .home section.home-expertises {
        margin-top: 40px!important
    }

    .form-check {
        line-height: 1.3
    }

    .btn-main-reverse,.form-check {
        font-size: 16px
    }

    .navbar .bi-telephone {
        line-height: 1
    }

    .home-hook div.col-12:first-of-type {
        margin-left: 4%
    }

    .home-expertises .expertise-name+p {
        width: 95%
    }

    .home-swiper-testimonials {
        margin-top: 50px
    }

    .home-swiper-testimonials p.company {
        font-size: 30px
    }

    .home-swiper-testimonials p.message {
        line-height: 1.7
    }

    .home-swiper-testimonials .message-holder {
        margin: 40px 0
    }

    .home-swiper-testimonials .message-holder img {
        height: 18px
    }

    .home-swiper-testimonials p.author {
        font-size: 20px
    }

    .home-swiper-testimonials p.author span {
        font-size: 18px
    }

    .pre-footer .newsletter h3 {
        font-size: 50px
    }

    .fundraising-swiper-references .swiper-slide {
        padding-bottom: 159px
    }

    .fundraising-swiper-references .swiper-slide img {
        left: 50%;
        max-height: 100px;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .cs-logos .swiper-slide {
        padding-bottom: 159px
    }

    .cs-logos .swiper-slide img {
        left: 50%;
        max-height: 100px;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .block-3 .border {
        padding-bottom: 159px
    }

    .block-3 .border img {
        height: inherit;
        left: 50%;
        max-height: 100px;
        max-height: inherit;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 70%
    }

    .newsletter-img {
        padding-bottom: 40%
    }

    .blog-card .card-body .post-title {
        font-size: 18px
    }

    .blog-card .card-body .post-title p {
        font-size: 20px
    }

    .page-head .post-date {
        font-size: 24px
    }

    .orixa-facts-img {
        padding-bottom: 0
    }

    .swiper-teams .swiper-slide {
        height: 500px
    }

    .swiper-facts {
        height: 768px;
        padding-bottom: 50px!important
    }

    .swiper-facts .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .swiper-facts .text-center p {
        font-size: 26px
    }

    .socials-join {
        padding: 24px 16px 14px
    }

    .socials-join p {
        font-size: 22px
    }

    .tool-card {
        padding: 61px 16px
    }
}

@media screen and (min-width: 768px)and (max-width:1920px) {
    .container-fluid {
        padding-left:32px;
        padding-right: 32px
    }
}

.page-head .certif {
    bottom: -40px;
    right: 50%;
    transform: translateX(50%)
}

.formation-h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.formation-h1+.fs-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px
}

.formation {
    background-color: #203c89;
    font-family: lexend,sans-serif;
    padding-top: 32px
}

.formation .intro {
    color: #fff!important;
    font-size: 14px;
    line-height: 152.5%;
    padding-bottom: 90px
}

.formation .intro .certif {
    margin-bottom: 32px
}

.formation .intro .lead {
    font-size: 16px;
    font-weight: 700
}

.formation .intro .ghost {
    font-size: 17px;
    font-weight: 600;
    opacity: .6
}

.formation .intro .img-holder {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100%
}

.formation .btn-main-reverse {
    font-size: 16px
}

.formation .formations #dropdownFormation.active+.dropdown-menu {
    display: block
}

.formation .formations #dropdownFormation.active+.dropdown-menu .dropdown-item:active,.formation .formations #dropdownFormation.active+.dropdown-menu .dropdown-item:hover {
    background-color: #e7e9f1;
    color: #203c89
}

.formation .formations .swiper-button-next {
    background-image: url(../../css/build/img/right.png)!important;
    background-repeat: no-repeat;
    background-size: contain
}

.formation .formations .swiper-button-next:after {
    content: ""
}

.formation .formations .swiper-button-prev {
    background-image: url(../../css/build/img/left.png)!important;
    background-repeat: no-repeat;
    background-size: contain
}

.formation .formations .swiper-button-prev:after {
    content: ""
}

.formation .formations h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 40px
}

.formation .formations .swiper-slide {
    padding: 0 8px 8px 1px
}

.formation .formations .forma-detail-mobile {
    background-color: #e7e9f1
}

.formation .formations .forma-detail-mobile .head {
    padding: 24px
}

.formation .formations .forma-detail-mobile .head h2 {
    margin-bottom: 16px
}

.formation .formations .forma-detail-mobile .head p {
    color: #203c89;
    font-size: 14px
}

.formation .formations .forma-detail-mobile .head p b {
    color: #005aff
}

.formation .formations .forma-detail-mobile .accordion {
    background-color: #e7e9f1
}

.formation .formations .forma-detail-mobile .accordion .accordion-item {
    background-color: #e7e9f1;
    border: 0
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-button {
    align-items: center;
    background-color: #e7e9f1;
    box-shadow: none;
    color: #203c89;
    display: flex;
    font-weight: 700;
    justify-content: space-between
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-button:after {
    content: none
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #dcdee7
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-button:not(.collapsed) img {
    transform: rotate(180deg)
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-collapse.collapsing,.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-collapse.show {
    background-color: #dcdee7
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-body {
    color: #203c89;
    font-size: 14px
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-body .swiper-slide {
    padding: 24px 42px 104px
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-body .swiper-button-prev {
    background-image: url(../../69f426f528e422525163.svg)!important;
    background-size: cover;
    bottom: 24px;
    cursor: pointer;
    height: 48px;
    left: calc(50% - 64px)!important;
    margin-top: 0;
    top: auto;
    width: 48px
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-body .swiper-button-prev:after {
    content: none
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-body .swiper-button-next {
    background-image: url(../../9d9dd14b1a4dd9db23b7.svg)!important;
    background-size: cover;
    bottom: 24px;
    cursor: pointer;
    height: 48px;
    left: calc(50% + 36px);
    margin-top: 0;
    top: auto;
    width: 48px
}

.formation .formations .forma-detail-mobile .accordion .accordion-item .accordion-body .swiper-button-next:after {
    content: none
}

.formation .formations .forma-detail-mobile .accordion h2 {
    margin-bottom: 0
}

.formation .formations .forma-detail-mobile .bottom {
    padding: 24px
}

.formation .formations .forma-detail {
    background-color: #fff!important;
    border-radius: 8px 8px 88px 8px;
    box-shadow: 4px 4px 0 #1c357e;
    padding: 16px
}

.formation .formations .forma-detail .title {
    font-size: 33px
}

.formation .formations .forma-detail .lead {
    font-size: 16px
}

.formation .formations .forma-detail .sublead {
    font-size: 14px
}

.formation .formations .forma-detail .supp {
    font-size: 13px
}

.formation .formations .forma-detail .enphasis {
    font-size: 14px;
    padding: 4px 8px
}

.formation .formations .forma-detail ul {
    list-style: none
}

.formation .formations .forma-detail ul>li {
    clear: left
}

.formation .formations .forma-detail ul>li:before {
    background-image: url(../../b692323b92ffc91d4501.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: 40%;
    content: "";
    display: block;
    float: left;
    height: 24px;
    margin-left: -1.5em;
    width: 1em
}

.formation .formations .forma-detail ul li {
    font-size: 15px
}

.formation .formations .bg-alpha-blue {
    background-color: rgba(24,83,244,.1);
    border-radius: 8px 8px 88px 8px;
    padding: 45px 40px
}

.formation .formations .bg-alpha-blue .formator {
    font-size: 22px;
    margin-bottom: 46px
}

.formation .formations .bg-alpha-blue .name {
    font-size: 22px;
    line-height: 1.3
}

.formation .formations .bg-alpha-blue .job {
    font-size: 14px
}

.formation .formations .bg-alpha-blue .years {
    font-size: 42px
}

.formation .formations .bg-alpha-blue .expertise {
    font-size: 14px
}

.formation .formations .bg-alpha-blue .person {
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    height: 178px;
    width: 178px
}

.formation .formations .orixa-swoosh {
    height: 24px;
    margin-bottom: 96px
}

.formation .satisfaction {
    padding-top: 85px
}

.formation .satisfaction h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px
}

.formation .satisfaction .slide-content {
    background-color: #e7e9f1;
    padding: 24px
}

.formation .satisfaction .slide-content .swoosh-title {
    height: 12px;
    transform: rotate(90deg);
    vertical-align: unset
}

.formation .satisfaction .slide-content .title {
    color: #203c89;
    font-size: 16px;
    font-weight: 700
}

.formation .satisfaction .slide-content .logo {
    margin-bottom: 16px;
    margin-top: 25px;
    max-height: 100px;
    max-width: 180px
}

.formation .satisfaction .slide-content .rating {
    margin-bottom: 24px
}

.formation .satisfaction .slide-content .rating img {
    height: 20px
}

.formation .satisfaction .slide-content .quote {
    font-size: 14px
}

.formation .satisfaction .slide-content .quote .chevron {
    font-size: 44px;
    font-weight: 700;
    line-height: .1;
    opacity: .2;
    vertical-align: sub
}

.formation .satisfaction .slide-content .quote img {
    height: 20px;
    width: 20px
}

.formation .satisfaction .swiper-wrapper {
    height: 500px;
    padding-bottom: 50px
}

.formation .satisfaction .swiper-pagination-bullet {
    background-color: #fff!important;
    height: 8px!important;
    width: 8px!important
}

.formation .satisfaction .swiper-pagination-bullet-active {
    background-color: #005aff!important
}

.formation .ama {
    color: #fff!important;
    margin-top: 30px;
    padding-bottom: 64px;
    padding-top: 64px
}

.formation .ama .img-intro {
    height: 180px;
    margin-bottom: 30px
}

.formation .ama h2 {
    font-size: 20px;
    font-weight: 700
}

.formation .ama .text-main-yellow {
    font-size: 16px
}

.formation .ama p {
    font-size: 14px
}

.formation .ama p a {
    color: #fff!important;
    font-size: 16px;
    font-weight: 700
}

.formation .ama .bigged img {
    height: 67px;
    margin-right: 20px
}

.formation .ama .bigged .text-main-yellow {
    font-size: 23px
}

.formation .ama .bigged p {
    font-size: 19px
}

.formation .bg-grey {
    padding-bottom: 90px;
    padding-top: 70px
}

.formation .bg-grey .orixa-swoosh {
    height: 53px
}

.formation .bg-grey h3 {
    font-size: 20px;
    font-weight: 600
}

.formation .bg-grey .accordion {
    color: #203c89
}

.formation .bg-grey .accordion .faq-entry {
    border-bottom: 1px solid #1c357e;
    padding-bottom: 3px;
    padding-top: 30px
}

.formation .bg-grey .accordion .faq-entry label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px
}

.formation .bg-grey .accordion .faq-entry label:hover span.rounded-circle {
    background-color: #1853f4
}

.formation .bg-grey .accordion input:checked+div {
    border-bottom: none
}

.formation .bg-grey .accordion input:checked+div p {
    height: min-content;
    padding: 20px
}

.formation .bg-grey .accordion input:checked+div .rounded-circle {
    transform: rotate(180deg)
}

.formation .bg-grey .accordion input:checked+div .bi-:before {
    content: "";
    font-size: 10px;
    line-height: 2
}

.formation .bg-grey .accordion input+div .rounded-circle {
    background-color: #1c357e;
    color: #fff!important;
    margin-left: 15%;
    padding: 9px
}

.formation .bg-grey .accordion input+div .rounded-circle .bi:before {
    font-size: 30px;
    vertical-align: middle
}

.formation .bg-grey .accordion input+div .icon-:before {
    content: "";
    font-size: 10px;
    line-height: 2
}

.formation .bg-grey .accordion p {
    background-color: #fff!important;
    color: #1c357e;
    font-size: 14px;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
    transition: height .5s
}

.formation .bg-deep-blue {
    color: #fff!important;
    padding-bottom: 100px;
    padding-top: 100px
}

.formation .bg-deep-blue h2 {
    font-size: 44px;
    font-weight: 800
}

.formation .bg-deep-blue .form-desc {
    font-size: 18px
}

.bg-grey {
    background-color: #e1e4ee
}

.swiper-formation .col-10.swiper-pagination {
    bottom: 0!important;
    margin-bottom: 32px;
    position: inherit!important;
    width: 83.33333333%!important
}

.swiper-formation .col-10.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff!important;
    border-radius: 24px;
    color: #1c357e;
    font-size: 14px;
    height: auto!important;
    margin-bottom: 10px!important;
    opacity: 1;
    padding: 8px 24px;
    text-transform: uppercase;
    width: auto!important
}

.swiper-formation .col-10.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1853f4!important;
    color: #fff!important
}

@media screen and (min-width: 992px) {
    .page-head.formation-head img.swoosh-head {
        height:114px
    }
}

@media screen and (min-width: 1200px) {
    .formation {
        padding-top:90px
    }

    .formation .intro .img-holder {
        padding-bottom: 0
    }

    .formation .formations h2 {
        font-size: 44px
    }

    .formation .formations .swiper-slide {
        padding: 0 8px 8px 0
    }

    .formation .formations .forma-detail {
        padding: 45px 57px 45px 74px
    }

    .formation .formations .bg-alpha-blue .formator {
        font-size: 24px
    }

    .formation .satisfaction h2 {
        font-size: 33px
    }

    .formation .satisfaction .bg-white {
        border-radius: 8px 8px 70px 8px;
        box-shadow: 4px 4px 0 #1c357e;
        padding: 28px 25px
    }

    .formation .satisfaction .bg-white .swoosh-title {
        height: 9px;
        transform: rotate(90deg)
    }

    .formation .satisfaction .bg-white .title {
        color: #1c357e;
        font-size: 17px;
        font-weight: 800
    }

    .formation .satisfaction .bg-white .logo {
        margin-bottom: 45px;
        margin-top: 50px;
        max-height: 100px;
        max-width: 180px
    }

    .formation .satisfaction .bg-white .rating {
        margin-bottom: 24px
    }

    .formation .satisfaction .bg-white .rating img {
        height: 20px
    }

    .formation .satisfaction .bg-white .quote {
        color: #1c357e;
        font-size: 14px
    }

    .formation .ama h2 {
        font-size: 33px
    }

    .formation .ama .img-intro {
        height: 180px;
        margin-bottom: 70px;
        margin-right: 60px
    }

    .formation-h1 {
        font-size: 48px
    }

    .formation-h1+.fs-subtitle {
        font-size: 33px
    }

    .page-head.formation-head>:not(.fullscreen) {
        padding-bottom: 100px
    }

    .swiper-formation .col-10.swiper-pagination .swiper-pagination-bullet {
        font-size: 18px
    }
}

.lp-2022 {
    padding-bottom: 50px
}

.lp-product-img {
    height: 70px
}

.reset-color {
    color: initial
}

.cta-page {
    min-height: 200px
}

.cta-page .btn {
    border-radius: 8px
}

.cta-page .img-holder {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    flex-shrink: 0;
    width: 28%
}

.cta-page .content-holder {
    background-color: #1c357e;
    background-image: url(../../ab3b48afeff3fd00d5bf.svg);
    background-position: 130% 130%;
    background-repeat: no-repeat;
    background-size: 50%;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    padding: 16px
}

.txt p:last-of-type {
    margin-bottom: 0
}

.video-container {
    padding-bottom: 75%;
    position: relative
}

.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-container iframe .video {
    aspect-ratio: 4/3;
    width: 100%
}

.logo-header-absolute {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: -6px 6px 6px rgba(0,0,0,.263)
}

.badge-theme {
    background-color: #ebedf3
}

.badge-theme,.badge-theme-outline {
    color: #0c3372;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 12px
}

.badge-theme-outline {
    background-color: transparent;
    border: 1px solid #0c3372
}

.cursor-pointer {
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .txt p:last-of-type {
        font-size:28px
    }
}

.hs-input {
    background-color: transparent;
    border-bottom-color: #000;
    border-bottom-width: 1px;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90%
}

.legal-consent-container {
    margin-top: 16px
}

.legal-consent-container .hs-input {
    width: auto
}

.hs-input.is-placeholder {
    color: gray
}

.hs-error-msgs {
    margin-bottom: 0
}

.hs-error-msg {
    color: #dc3545;
    font-size: 12px
}

.hs-button {
    align-items: center;
    background-color: #fff;
    border-color: #fff;
    border-radius: 45px;
    color: #005aff;
    display: inline-flex;
    font-family: lexend,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    padding: 8px 32px;
    text-align: center
}

.hs-button:hover {
    background-color: #0e4ec5;
    border-color: #0e4ec5
}

.site-fundraising .hs-button {
    background-color: #e0623c;
    border: 1px solid #e0623c
}

.bg-main-yellow .hs-button {
    background-color: #fff!important;
    border: 1px solid #fff;
    color: #1c357e
}

.bg-main-yellow .hs-button:hover {
    background-color: #1c357e;
    border: 1px solid #1c357e;
    color: #fff!important
}

.pre-footer .fundraising .hs-button {
    background-color: #e0623c;
    border: 1px solid #e0623c;
    color: #fff!important
}

.pre-footer .fundraising a {
    color: #34bf98
}

.submitted-message {
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    border-radius: 5px;
    color: #0f5132;
    padding: 8px;
    width: 80%
}

.submitted-message p {
    margin-bottom: 0
}

.inputs-list {
    list-style: none;
    padding-left: 0
}

.hs-form-booleancheckbox-display span {
    font-size: 12px
}

.c-study .form-block ul {
    column-count: 2
}

.c-study .form-block ul li label input {
    margin-right: 16px!important;
    width: auto!important
}

.c-study .form-block .legal-consent-container ul {
    column-count: 1
}

@media screen and (min-width: 992px) {
    .hbspt-form fieldset {
        max-width:100%!important
    }

    .pre-footer .newsletter input[type=email].hs-input,.pre-footer .newsletter input[type=text].hs-input {
        width: 80%
    }
}

.form-bg-image {
    background-image: url(../../8dd25ecf07e1745079f1.jpeg);
    background-position: 50%;
    background-size: cover;
    padding: 64px 24px;
    position: relative
}

.form-bg-image:after {
    bottom: 16px;
    color: #fff;
    content: "Orixa Fundraising Summer Session 2022 © Antoine Thibaud";
    font-size: 12px;
    position: absolute;
    right: 16px
}

.form-bg-image .form-holder {
    background-color: #203c89;
    padding: 24px
}

.form-bg-image .form-holder .swoosh-left {
    height: 30px
}

.form-bg-image .form-holder .orixa-swoosh {
    height: 12px
}

.form-bg-image .form-holder label {
    color: #fff!important;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px
}

.form-bg-image .form-holder label.hs-error-msg {
    color: #dc3545!important;
    font-size: 12px
}

.form-bg-image .form-holder .hs-form-required {
    color: #fff!important;
    margin-left: 8px
}

.form-bg-image .form-holder :not(.legal-consent-container) .input {
    margin-right: 0!important
}

.form-bg-image .form-holder :not(.legal-consent-container) .input .hs-input {
    background-color: #fff;
    border: 0!important;
    color: #203c89!important;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 8px;
    width: 100%!important
}

.form-bg-image .form-holder :not(.legal-consent-container) .input ul.inputs-list {
    column-count: 2
}

.form-bg-image .form-holder :not(.legal-consent-container) .input ul.inputs-list li label input {
    margin-right: 16px!important;
    width: auto!important
}

.form-bg-image .form-holder :not(.legal-consent-container) .input ul.inputs-list li label span {
    font-weight: 300!important
}

@media screen and (min-width: 1400px) {
    .form-bg-image .form-holder :not(.legal-consent-container) .input ul.inputs-list {
        column-count:3
    }
}

.form-bg-image .form-holder .actions {
    display: flex;
    justify-content: center
}

.form-bg-image .form-holder .actions .hs-button {
    background-color: #005aff;
    border-color: #005aff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 32px
}

.form-bg-image .form-holder .actions .hs-button:hover {
    background-color: #0e4ec5;
    border-color: #0e4ec5
}

.form-bg-image .form-holder .legal-consent-container .hs-richtext {
    color: #fff;
    line-height: normal
}

.form-bg-image .form-holder .legal-consent-container a {
    color: #ffd900;
    font-weight: 700;
    text-decoration: underline
}

.form-bg-image .form-holder .legal-consent-container ul.inputs-list {
    column-count: 1!important
}

.form-bg-image .form-holder .legal-consent-container ul.inputs-list li label {
    display: flex;
    justify-content: start
}

.form-bg-image .form-holder .legal-consent-container ul.inputs-list li label input {
    margin-right: 16px!important;
    width: auto!important
}

.form-bg-image .form-holder .legal-consent-container ul.inputs-list li label span {
    font-size: 14px;
    font-weight: 300!important;
    margin-left: 0!important
}

@media screen and (min-width: 768px) {
    .form-bg-image:after {
        font-size:14px
    }

    .form-bg-image .form-holder label {
        font-size: 16px
    }

    .form-bg-image .form-holder label.hs-error-msg {
        font-size: 14px
    }

    .form-bg-image .form-holder .form-columns-2>div:nth-child(odd) {
        padding-right: 16px
    }

    .form-bg-image .form-holder .form-columns-2>div:nth-child(2n) {
        padding-left: 16px
    }

    .form-bg-image .form-holder :not(.legal-consent-container) .input .hs-input[type=checkbox] {
        transform: scale(1.3) translate(1px,1px)
    }
}

@media screen and (min-width: 1400px) {
    .form-bg-image .form-holder {
        width:668px
    }
}

@media screen and (min-width: 768px) {
    .hbspt-form fieldset {
        max-width:100%!important
    }
}

.breadcrumb li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.breadcrumb li>a:hover {
    color: #ffd900
}

.breadcrumb li>span {
    color: #ffd900;
    font-size: 14px;
    font-weight: 700
}

.breadcrumb.old li>a {
    color: #1c357e
}

.breadcrumb.old li>a:hover,.breadcrumb.old li>span {
    color: #005aff
}

.btn-ds-orixa {
    align-items: center;
    display: inline-flex;
    font-family: lexend,sans-serif;
    font-size: 16px;
    font-style: normal;
    justify-content: center;
    line-height: normal;
    text-align: center
}

.btn-ds-orixa.btn-pill {
    border-radius: 45px;
    color: #fff;
    font-weight: 500;
    padding: 8px 32px
}

.btn-ds-orixa.btn-pill.btn-icon {
    padding: 8px
}

.btn-ds-orixa.btn-pill.btn-icon .bi {
    height: 20px;
    width: 20px
}

.btn-ds-orixa.btn-pill.primary-btn-orixa {
    background-color: #005aff;
    border-color: #005aff
}

.btn-ds-orixa.btn-pill.primary-btn-orixa:hover {
    background-color: #0e4ec5;
    border-color: #0e4ec5
}

.btn-ds-orixa.btn-pill.primary-btn-orixa.large-button {
    padding: 8px
}

.btn-ds-orixa.btn-pill.primary-btn-orixa.large-button:hover,.btn-ds-orixa.btn-pill.primary-btn-orixa.reverse-btn {
    background-color: #fff;
    border-color: #fff;
    color: #005aff
}

.btn-ds-orixa.btn-pill.primary-btn-orixa.reverse-btn:hover {
    background-color: #c7cad8;
    border-color: #c7cad8
}

.btn-ds-orixa.btn-pill.third-btn-orixa {
    background-color: #e7e9f1;
    border-color: #e7e9f1;
    color: #005aff
}

.btn-ds-orixa.btn-pill.third-btn-orixa:hover {
    background-color: #c7cad8;
    border-color: #c7cad8
}

.btn-ds-orixa.btn-pill.primary-btn-fundraising {
    background-color: #34bf98;
    border-color: #34bf98
}

.btn-ds-orixa.btn-pill.primary-btn-fundraising:hover {
    background-color: #279f7d;
    border-color: #279f7d
}

.btn-ds-orixa.btn-pill.primary-btn-fundraising.reverse-btn {
    background-color: #fff;
    border-color: #fff;
    color: #34bf98
}

.btn-ds-orixa.btn-pill.primary-btn-fundraising.reverse-btn:hover {
    background-color: #c7cad8;
    border-color: #c7cad8
}

.btn-ds-orixa.btn-link {
    font-weight: 700;
    gap: 8px;
    padding: 8px 8px 8px 0
}

.btn-ds-orixa.btn-link.secondary-btn-orixa {
    color: #005aff;
    text-decoration: none
}

.btn-ds-orixa.btn-link.secondary-btn-orixa:hover {
    text-decoration: underline
}

.btn-ds-orixa.btn-link .bi,.btn-ds-orixa.btn-link .icon {
    height: 32px;
    width: 32px
}

.btn-ds-orixa.btn-link .bi:before,.btn-ds-orixa.btn-link .icon:before {
    font-size: 20px;
    vertical-align: -webkit-baseline-middle
}

.seo-2023 .seo-container {
    margin-left: auto;
    margin-right: auto
}

.seo-2023 .headspacer {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    height: 89px
}

.seo-2023 .breadcrumb-holder {
    font-size: 14px;
    padding: 24px 0 32px
}

.seo-2023 .breadcrumb-holder a {
    color: #203c89
}

.seo-2023 .breadcrumb-holder li:last-child span {
    color: #005aff;
    font-weight: 700
}

.seo-2023 .header-video,.seo-2023 .orixa-media-one {
    padding: 0 24px 32px
}

.seo-2023 .orixa-media-one .quote {
    height: 18px
}

.seo-2023 .orixa-media-two {
    padding: 32px 24px 64px
}

.seo-2023 .orixa-media-two div:not(:last-of-type) {
    margin-bottom: 24px
}

.seo-2023 .orixa-media-two div .swoosh-left {
    margin-right: 24px;
    width: 24px
}

.seo-2023 .bullet-point {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    padding: 64px 24px
}

.seo-2023 .bullet-point .row {
    margin-left: -27px;
    margin-right: -27px
}

.seo-2023 .bullet-point .row>* {
    padding-left: 27px;
    padding-right: 27px
}

.seo-2023 .bullet-point .row .col-6:not(:last-child) {
    margin-bottom: 48px
}

.seo-2023 .content-video {
    padding: 64px 24px 32px
}

.seo-2023 .content-video .video-container {
    margin-bottom: 32px;
    padding-bottom: 57%
}

.seo-2023 .prestations-seo {
    padding: 32px 0 64px
}

.seo-2023 .prestations-seo .head {
    padding: 0 24px
}

.seo-2023 .prestations-seo .head p {
    font-size: 16px;
    font-weight: 300;
    line-height: normal
}

.seo-2023 .prestations-seo .head p span {
    font-size: 14px;
    font-weight: 700;
    line-height: normal
}

.seo-2023 .prestations-seo .swiper-seo-prestations .swiper-wrapper {
    padding-bottom: 60px
}

.seo-2023 .prestations-seo .swiper-seo-prestations .swiper-slide {
    height: auto;
    margin-top: 40px;
    width: 247px
}

.seo-2023 .prestations-seo .swiper-seo-prestations .swiper-pagination-bullet-active {
    background-color: #203c89!important
}

.seo-2023 .prestations-seo .swiper-seo-prestations .swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important
}

.seo-2023 .prestations-seo .presentation-card {
    align-items: start;
    background-color: #e7e9f1;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px
}

.seo-2023 .questions-seo {
    background: #e7e9f1;
    padding: 64px 24px
}

.seo-2023 .questions-seo h2 {
    margin-bottom: 48px!important
}

.seo-2023 .questions-seo .tabs-head {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 32px
}

.seo-2023 .questions-seo .tabs-head button {
    background-color: #fff;
    border: 0;
    border-radius: 24px;
    color: #005aff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 14px
}

.seo-2023 .questions-seo .tabs-head button:hover {
    background-color: #203c89;
    color: #fff
}

.seo-2023 .questions-seo .tabs-head button.active {
    background-color: #005aff;
    color: #fff
}

.seo-2023 .questions-seo .tabs-body .folder-up {
    align-items: flex-start;
    display: flex;
    gap: 2px;
    justify-content: space-between
}

.seo-2023 .questions-seo .tabs-body .folder-up .tab {
    background-color: #fff;
    opacity: .34
}

.seo-2023 .questions-seo .tabs-body .folder-up .tab.active {
    opacity: 1
}

.seo-2023 .questions-seo .tabs-body .folder-up .tab-1,.seo-2023 .questions-seo .tabs-body .folder-up .tab-2,.seo-2023 .questions-seo .tabs-body .folder-up .tab-3 {
    clip-path: path("M0 9.70709V23H84C80.9012 21.993 82.0079 14.5503 78.6877 6.69071C75.9357 0.175922 70.7194 -0.161885 68.7273 0.0395224H5.31225C1.06245 0.0395224 0 6.48457 0 9.70709Z")
}

.seo-2023 .questions-seo .tabs-body .folder-up .tab-4 {
    clip-path: path("M0 9.75728V23.0502H84V6.5C84 -0.572219 76.9921 -0.111699 75 0.089709H5.31225C1.06245 0.089709 0 6.53475 0 9.75728Z")
}

.seo-2023 .questions-seo .tabs-body .tab-content {
    background-color: #fff;
    display: none;
    margin-top: -6px;
    padding: 24px
}

.seo-2023 .questions-seo .tabs-body .tab-content ul li {
    font-size: 14px
}

.seo-2023 .questions-seo .tabs-body .tab-content.active {
    display: block
}

.seo-2023 .services {
    background-image: url(../../1dab47118ef2143bd13d.jpeg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 24px;
    position: relative
}

.seo-2023 .services:after {
    bottom: 16px;
    color: #fff;
    content: "Orixa Fundraising Summer Session 2022 © Antoine Thibaud";
    font-size: 12px;
    position: absolute;
    right: 16px
}

.seo-2023 .services .services-why {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    margin-bottom: 16px;
    padding: 24px
}

.seo-2023 .services input[type=checkbox]+.service-entry {
    background-color: #e7e9f1;
    color: #203c89;
    padding: 8px 16px
}

.seo-2023 .services input[type=checkbox]+.service-entry:not(:last-of-type) {
    margin-bottom: 16px
}

.seo-2023 .services input[type=checkbox]+.service-entry label {
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

.seo-2023 .services input[type=checkbox]+.service-entry div {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%
}

.seo-2023 .services input[type=checkbox]+.service-entry div ul li::marker {
    color: #fff
}

.seo-2023 .services input[type=checkbox]+.service-entry div a {
    font-weight: 700
}

.seo-2023 .services input[type=checkbox]:checked+.service-entry {
    background-color: #203c89;
    color: #fff
}

.seo-2023 .services input[type=checkbox]:checked+.service-entry img {
    filter: invert(49%) sepia(99%) saturate(7135%) hue-rotate(216deg) brightness(100%) contrast(109%);
    transform: rotate(180deg)
}

.seo-2023 .services input[type=checkbox]:checked+.service-entry div {
    display: block
}

.seo-2023 .avis .head {
    padding: 64px 24px 16px
}

.seo-2023 .avis .swiper {
    margin-top: 24px
}

.seo-2023 .avis .swiper .swiper-wrapper {
    padding-bottom: 60px
}

.seo-2023 .avis .swiper .swiper-pagination-bullet-active {
    background-color: #203c89!important
}

.seo-2023 .avis .swiper .swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important
}

.seo-2023 .avis .swiper .swiper-slide {
    background-color: #e7e9f1;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    height: auto;
    width: 247px
}

.seo-2023 .avis .swiper .swiper-slide .body {
    padding: 24px
}

.seo-2023 .avis .swiper .swiper-slide .body .logo-client {
    height: 64px
}

.seo-2023 .avis .swiper .swiper-slide .body span {
    font-weight: 700
}

.seo-2023 .avis .swiper .swiper-slide .body p:last-of-type {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

.seo-2023 .avis .swiper .swiper-slide.bg-gradient-orixa .quote {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)
}

.seo-2023 .outils {
    padding: 64px 0 16px
}

.seo-2023 .outils h2 {
    margin-bottom: 16px
}

.seo-2023 .outils .swiper-wrapper {
    padding: 8px 0;
    transition-timing-function: linear!important
}

.seo-2023 .outils .swiper-wrapper img {
    max-height: 40px;
    max-width: 85px
}

.seo-2023 .seo-faq {
    background-color: #e7e9f1;
    color: #203c89;
    padding: 64px 24px
}

.seo-2023 .seo-faq .accordion .faq-entry {
    border-bottom: 1px solid #203c89
}

.seo-2023 .seo-faq .accordion .faq-entry:not(:last-of-type) {
    margin-bottom: 40px
}

.seo-2023 .seo-faq .accordion .faq-entry label {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px
}

.seo-2023 .seo-faq .accordion .faq-entry label .rounded-circle {
    background-color: #203c89;
    margin-left: 16px;
    padding: 4px
}

.seo-2023 .seo-faq .accordion .faq-entry label .rounded-circle img {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%);
    height: 40px;
    width: 40px
}

.seo-2023 .seo-faq .accordion .faq-entry div {
    background-color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 152.5%;
    padding: 16px
}

.seo-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry {
    border-bottom: 0
}

.seo-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry label .rounded-circle {
    background-color: #005aff
}

.seo-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry label .rounded-circle img {
    transform: rotate(180deg)
}

.seo-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry div {
    display: block
}

.seo-2023 h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

.seo-2023 h1 .badge {
    background-color: #e7e9f1;
    border-radius: 24px;
    color: #005aff;
    font-size: 24px;
    padding: 4px 8px
}

.seo-2023 h2 {
    font-size: 20px
}

.seo-2023 h2,.seo-2023 h3 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

.seo-2023 h3 {
    font-size: 16px
}

.seo-2023 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%
}

@media screen and (min-width: 992px) {
    .seo-2023 .seo-container {
        max-width:90vw
    }

    .seo-2023 .breadcrumb-holder {
        font-size: 16px;
        padding: 32px 0 0
    }

    .seo-2023 .header-video {
        padding: 24px 0
    }

    .seo-2023 .expertise .seo-container {
        align-items: flex-start;
        display: flex;
        flex-direction: row-reverse;
        gap: 24px;
        padding: 64px 0 120px
    }

    .seo-2023 .expertise .seo-container .orixa-media-one {
        padding: 74px 0 0;
        width: calc(100% - 24px)
    }

    .seo-2023 .expertise .seo-container .orixa-media-one .quote {
        height: 36px
    }

    .seo-2023 .expertise .seo-container .orixa-media-one .desc {
        font-size: 24px;
        font-weight: 700;
        padding-right: 32px
    }

    .seo-2023 .expertise .seo-container .orixa-media-one p:last-of-type {
        margin-bottom: 32px
    }

    .seo-2023 .expertise .seo-container .orixa-media-two {
        padding: 0;
        width: calc(100% - 24px)
    }

    .seo-2023 .expertise .seo-container .orixa-media-two div {
        padding-right: 24px
    }

    .seo-2023 .expertise .seo-container .orixa-media-two div:not(:last-of-type) {
        margin-bottom: 32px
    }

    .seo-2023 .expertise .seo-container .orixa-media-two div .swoosh-left {
        margin-right: 32px;
        width: 29.8px
    }

    .seo-2023 .expertise .eric {
        bottom: -10.6vw;
        right: 0;
        width: 24vw
    }

    .seo-2023 .bullet-point {
        padding: 120px 0
    }

    .seo-2023 .bullet-point .bullet-point-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 976px
    }

    .seo-2023 .bullet-point .bullet-point-container .row {
        margin-left: -24px;
        margin-right: -24px;
        margin-top: 96px
    }

    .seo-2023 .bullet-point .bullet-point-container .row>* {
        padding-left: 24px;
        padding-right: 24px
    }

    .seo-2023 .bullet-point .bullet-point-container .row>* h3 {
        font-size: 20px
    }

    .seo-2023 .bullet-point .bullet-point-container .row .col-6:not(:last-child) {
        margin-bottom: 0
    }

    .seo-2023 .content-video {
        padding: 120px 0 64px
    }

    .seo-2023 .content-video .content-video-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px
    }

    .seo-2023 .content-video .content-video-container .video-container {
        padding-bottom: 56%
    }

    .seo-2023 .prestations-seo .seo-container {
        display: flex;
        gap: 40px
    }

    .seo-2023 .prestations-seo .seo-container .head {
        padding: 0;
        width: 485px
    }

    .seo-2023 .prestations-seo .seo-container .head p span {
        font-size: 24px
    }

    .seo-2023 .prestations-seo .seo-container .fake-masonry {
        align-items: start;
        gap: 40px;
        max-height: 640px;
        width: calc(100% - 525px)
    }

    .seo-2023 .prestations-seo .seo-container .fake-masonry .column:nth-of-type(2) {
        padding-top: 120px
    }

    .seo-2023 .prestations-seo .seo-container .fake-masonry .column .presentation-card:not(:last-of-type) {
        margin-bottom: 54px
    }

    .seo-2023 .questions-seo {
        padding: 120px 0
    }

    .seo-2023 .questions-seo h2 {
        margin-bottom: 64px!important
    }

    .seo-2023 .questions-seo .swiper {
        padding-top: 100px
    }

    .seo-2023 .questions-seo .swiper .swiper-slide {
        align-items: center;
        display: flex;
        height: auto;
        width: 917px
    }

    .seo-2023 .questions-seo .swiper .swiper-slide:not(.swiper-slide-active) {
        cursor: pointer;
        opacity: .5
    }

    .seo-2023 .questions-seo .swiper .swiper-slide .tab-content {
        background-color: #fff;
        padding: 40px
    }

    .seo-2023 .questions-seo .swiper .swiper-slide .tab-content img {
        height: 40px
    }

    .seo-2023 .questions-seo .swiper .swiper-pagination-bullets {
        bottom: auto;
        top: 0
    }

    .seo-2023 .questions-seo .swiper .swiper-pagination-bullet {
        background-color: #fff!important;
        border-radius: 50px;
        color: #005aff;
        font-size: 16px;
        font-weight: 500;
        height: fit-content!important;
        line-height: normal;
        opacity: 1;
        padding: 8px;
        width: fit-content!important
    }

    .seo-2023 .questions-seo .swiper .swiper-pagination-bullet:not(:last-of-type) {
        margin-right: 24px
    }

    .seo-2023 .questions-seo .swiper .swiper-pagination-bullet:last-of-type {
        margin-top: 24px
    }

    .seo-2023 .questions-seo .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #005aff!important;
        color: #fff
    }

    .seo-2023 .services {
        background-image: url(../../cf77f25e4fadf20ce1fe.jpeg);
        background-position: 100% 0;
        background-size: 64%;
        padding: 0
    }

    .seo-2023 .services .seo-container {
        padding: 120px 0 64px
    }

    .seo-2023 .services .seo-container>* {
        max-width: 585px
    }

    .seo-2023 .services .services-why {
        margin-bottom: 34px;
        padding: 40px
    }

    .seo-2023 .services input[type=checkbox]+.service-entry {
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        padding: 24px 32px
    }

    .seo-2023 .services input[type=checkbox]+.service-entry div {
        font-size: 16px
    }

    .seo-2023 .services input[type=checkbox]+.service-entry:not(:last-of-type) {
        margin-bottom: 34px
    }

    .seo-2023 .services input[type=checkbox]+.service-entry label {
        cursor: pointer;
        font-size: 24px
    }

    .seo-2023 .avis .avis-container {
        margin-left: auto;
        width: calc(100vw - 120px)
    }

    .seo-2023 .avis .head {
        padding: 64px 0
    }

    .seo-2023 .avis .head+div {
        align-items: end;
        gap: 64px
    }

    .seo-2023 .avis .head+div .ahead {
        flex-grow: 1;
        flex-shrink: 0;
        width: 460px
    }

    .seo-2023 .avis .head+div .ahead .video-container {
        padding-bottom: 55%
    }

    .seo-2023 .avis .head+div .ahead .body {
        background-color: #e7e9f1;
        padding: 24px 40px 40px
    }

    .seo-2023 .avis .swiper {
        margin-top: 0
    }

    .seo-2023 .avis .swiper .swiper-wrapper {
        padding-bottom: 0;
        padding-top: 80px
    }

    .seo-2023 .avis .swiper .swiper-slide {
        width: 426px
    }

    .seo-2023 .avis .swiper .swiper-slide .body {
        height: 100%;
        padding: 40px
    }

    .seo-2023 .avis .swiper .swiper-slide .body p:last-of-type {
        margin-bottom: 24px
    }

    .seo-2023 .avis .swiper .swiper-slide .body .quote {
        height: 36px
    }

    .seo-2023 .avis .swiper .swiper-button-prev {
        background-image: url(../../69f426f528e422525163.svg);
        background-size: cover;
        cursor: pointer;
        height: 48px;
        margin-top: 0;
        top: 0;
        width: 48px
    }

    .seo-2023 .avis .swiper .swiper-button-prev:after {
        content: none
    }

    .seo-2023 .avis .swiper .swiper-button-next {
        background-image: url(../../9d9dd14b1a4dd9db23b7.svg);
        background-size: cover;
        cursor: pointer;
        height: 48px;
        left: 80px;
        margin-top: 0;
        top: 0;
        width: 48px
    }

    .seo-2023 .avis .swiper .swiper-button-next:after {
        content: none
    }

    .seo-2023 .avis .seemore {
        margin-top: 32px
    }

    .seo-2023 .outils {
        padding: 64px 0
    }

    .seo-2023 .outils h2 {
        margin-bottom: 64px
    }

    .seo-2023 .outils .swiper-wrapper img {
        max-height: 78px;
        max-width: 168px
    }

    .seo-2023 .seo-faq .seo-faq-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 792px
    }

    .seo-2023 .seo-faq .seo-faq-container .accordion .faq-entry label {
        font-size: 16px
    }

    .seo-2023 .seo-faq .seo-faq-container .accordion .faq-entry label .rounded-circle {
        margin-left: 90px
    }

    .seo-2023 h1 {
        font-size: 40px
    }

    .seo-2023 h1 .badge {
        border-radius: 30.5px;
        font-size: 40px;
        padding: 6.11px 18.3px
    }

    .seo-2023 h2 {
        font-size: 32px
    }

    .seo-2023 h3 {
        font-size: 24px
    }

    .seo-2023 p {
        font-size: 16px;
        line-height: normal
    }
}

@media screen and (min-width: 1400px) {
    .seo-2023 .seo-container {
        max-width:1200px
    }

    .seo-2023 .questions-seo .swiper .swiper-pagination-bullet:last-of-type {
        margin-top: 0
    }

    .seo-2023 .avis .head+div .ahead {
        width: 640px
    }

    .seo-2023 .avis .swiper {
        margin-top: 0
    }

    .seo-2023 .avis .swiper .swiper-wrapper {
        padding-bottom: 0;
        padding-top: 80px
    }

    .seo-2023 .avis .swiper .swiper-slide {
        width: 466px
    }
}

.netlinking-2023 .seo-container {
    margin-left: auto;
    margin-right: auto
}

.netlinking-2023 .headspacer {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    height: 89px
}

.netlinking-2023 .breadcrumb-holder {
    font-size: 14px;
    padding: 24px 0 32px
}

.netlinking-2023 .breadcrumb-holder a {
    color: #203c89
}

.netlinking-2023 .breadcrumb-holder li:last-child span {
    color: #005aff;
    font-weight: 700
}

.netlinking-2023 .header-video {
    padding-bottom: 32px
}

.netlinking-2023 .expertise .block-two {
    padding: 32px 0 64px
}

.netlinking-2023 .expertise .block-three {
    background-color: #e7e9f1;
    padding: 64px 0
}

.netlinking-2023 .expertise .block-three img {
    margin-right: 24px
}

.netlinking-2023 .services {
    padding: 64px 0
}

.netlinking-2023 .services .services-why {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    margin-bottom: 16px;
    padding: 24px
}

.netlinking-2023 .services input[type=checkbox]+.service-entry {
    background-color: #e7e9f1;
    color: #203c89;
    padding: 8px 16px
}

.netlinking-2023 .services input[type=checkbox]+.service-entry:not(:last-of-type) {
    margin-bottom: 16px
}

.netlinking-2023 .services input[type=checkbox]+.service-entry label {
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

.netlinking-2023 .services input[type=checkbox]+.service-entry div {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%
}

.netlinking-2023 .services input[type=checkbox]+.service-entry div ul li::marker {
    color: #fff
}

.netlinking-2023 .services input[type=checkbox]+.service-entry div a {
    font-weight: 700
}

.netlinking-2023 .services input[type=checkbox]:checked+.service-entry {
    background-color: #203c89;
    color: #fff
}

.netlinking-2023 .services input[type=checkbox]:checked+.service-entry img {
    filter: invert(49%) sepia(99%) saturate(7135%) hue-rotate(216deg) brightness(100%) contrast(109%);
    transform: rotate(180deg)
}

.netlinking-2023 .services input[type=checkbox]:checked+.service-entry div {
    display: block
}

.netlinking-2023 .coaching {
    padding: 64px 0 24px
}

.netlinking-2023 .coaching .row {
    margin-top: 48px
}

.netlinking-2023 .coaching .row .col-12 .h-100 {
    margin-bottom: 40px
}

.netlinking-2023 .coaching .row .imgs {
    background-image: url(../../061f0216af8e8bf87c90.svg);
    background-position: 50%;
    background-repeat: repeat-y;
    margin-right: 16px
}

.netlinking-2023 .coaching .row .imgs img {
    background-color: #e7e9f1
}

.netlinking-2023 .coaching .row ul li {
    font-size: 14px
}

.netlinking-2023 .prestations-seo {
    padding: 64px 0 32px
}

.netlinking-2023 .prestations-seo .ds-container-1200 {
    margin-right: 0;
    max-width: calc(100vw - 24px)
}

.netlinking-2023 .prestations-seo .swiper-seo-prestations .swiper-wrapper {
    padding-bottom: 60px
}

.netlinking-2023 .prestations-seo .swiper-seo-prestations .swiper-slide {
    height: auto;
    width: 247px
}

.netlinking-2023 .prestations-seo .swiper-seo-prestations .swiper-pagination-bullet-active {
    background-color: #203c89!important
}

.netlinking-2023 .prestations-seo .swiper-seo-prestations .swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important
}

.netlinking-2023 .prestations-seo .presentation-card {
    align-items: start;
    background-color: #e7e9f1;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px
}

.netlinking-2023 .cards {
    padding: 32px 0 64px
}

.netlinking-2023 .cards h3 {
    margin-top: 40px
}

.netlinking-2023 .cards .col-6 .tile {
    border: 2px solid transparent;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    height: 100%
}

.netlinking-2023 .cards .col-6:not(:last-of-type) {
    margin-bottom: 24px
}

@media screen and (max-width: 991px) {
    .netlinking-2023 .cards .col-6 a .tile {
        border-color:#005aff
    }
}

.netlinking-2023 .cards .ds-container-1200>p:last-child {
    margin-top: 40px
}

.netlinking-2023 .netlinking-case {
    padding: 32px 0 64px
}

.netlinking-2023 .netlinking-case h2 {
    margin-bottom: 40px
}

.netlinking-2023 .netlinking-case .block {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.netlinking-2023 .netlinking-case .block img.img-case {
    height: 126px;
    width: 126px
}

.netlinking-2023 .netlinking-case .block img.logo-img {
    height: 64px;
    width: 64px
}

.netlinking-2023 .netlinking-case .block .bg-grey {
    padding: 15px
}

.netlinking-2023 .avis .head {
    padding: 32px 24px 16px
}

.netlinking-2023 .avis .swiper {
    margin-top: 24px
}

.netlinking-2023 .avis .swiper .swiper-wrapper {
    padding-bottom: 60px
}

.netlinking-2023 .avis .swiper .swiper-pagination-bullet-active {
    background-color: #203c89!important
}

.netlinking-2023 .avis .swiper .swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important
}

.netlinking-2023 .avis .swiper .swiper-slide {
    background-color: #e7e9f1;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    height: auto;
    width: 247px
}

.netlinking-2023 .avis .swiper .swiper-slide .body {
    padding: 24px
}

.netlinking-2023 .avis .swiper .swiper-slide .body .logo-client {
    height: 64px
}

.netlinking-2023 .avis .swiper .swiper-slide .body span {
    font-weight: 700
}

.netlinking-2023 .avis .swiper .swiper-slide .body p:last-of-type {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

.netlinking-2023 .avis .swiper .swiper-slide.bg-gradient-orixa .quote {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)
}

.netlinking-2023 .cta {
    background-image: url(../../8dd25ecf07e1745079f1.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 64px;
    padding: 64px 0;
    position: relative
}

.netlinking-2023 .cta:after {
    bottom: 16px;
    color: #fff;
    content: "Orixa Fundraising Summer Session 2022 © Antoine Thibaud";
    font-size: 12px;
    position: absolute;
    right: 16px
}

.netlinking-2023 .cta .bg-gradient-orixa {
    padding: 24px
}

.netlinking-2023 .cta a {
    margin-top: 32px
}

.netlinking-2023 .seo-faq {
    background-color: #e7e9f1;
    color: #203c89;
    padding: 64px 24px
}

.netlinking-2023 .seo-faq .accordion .faq-entry {
    border-bottom: 1px solid #203c89
}

.netlinking-2023 .seo-faq .accordion .faq-entry:not(:last-of-type) {
    margin-bottom: 40px
}

.netlinking-2023 .seo-faq .accordion .faq-entry label {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px
}

.netlinking-2023 .seo-faq .accordion .faq-entry label .rounded-circle {
    background-color: #203c89;
    margin-left: 16px;
    padding: 4px
}

.netlinking-2023 .seo-faq .accordion .faq-entry label .rounded-circle img {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%);
    height: 40px;
    width: 40px
}

.netlinking-2023 .seo-faq .accordion .faq-entry div {
    background-color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 152.5%;
    padding: 16px
}

.netlinking-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry {
    border-bottom: 0
}

.netlinking-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry label .rounded-circle {
    background-color: #005aff
}

.netlinking-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry label .rounded-circle img {
    transform: rotate(180deg)
}

.netlinking-2023 .seo-faq .accordion input[type=checkbox]:checked+.faq-entry div {
    display: block
}

.netlinking-2023 h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

.netlinking-2023 h1 .badge {
    background-color: #e7e9f1;
    border-radius: 24px;
    color: #005aff;
    font-size: 24px;
    padding: 4px 8px
}

.netlinking-2023 h2 {
    font-size: 20px
}

.netlinking-2023 h2,.netlinking-2023 h3 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

.netlinking-2023 h3 {
    font-size: 16px
}

.netlinking-2023 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%
}

@media screen and (min-width: 768px) {
    .netlinking-2023 .netlinking-case .block img.img-case {
        height:auto;
        width: 33%
    }

    .netlinking-2023 .cards .col-6 {
        margin-bottom: 24px
    }
}

@media screen and (min-width: 992px) {
    .netlinking-2023 .seo-container {
        max-width:90vw
    }

    .netlinking-2023 .breadcrumb-holder {
        font-size: 16px;
        padding: 32px 0 0
    }

    .netlinking-2023 .header-video {
        padding: 40px 0
    }

    .netlinking-2023 .expertise .quote {
        height: 36px
    }

    .netlinking-2023 .expertise .block {
        padding-bottom: 40px;
        width: 794px
    }

    .netlinking-2023 .expertise .block .desc {
        font-size: 24px
    }

    .netlinking-2023 .expertise .block a {
        margin-top: 32px
    }

    .netlinking-2023 .expertise .block-two {
        padding: 40px 0 0;
        width: 794px
    }

    .netlinking-2023 .expertise .block-three {
        background-color: #fff;
        padding: 64px 0
    }

    .netlinking-2023 .expertise .block-three img {
        height: 40px;
        margin-right: 16px
    }

    .netlinking-2023 .expertise .block-three .bg-grey {
        box-shadow: 0 0 20px 0 rgba(0,87,210,.09);
        padding: 40px;
        width: 794px
    }

    .netlinking-2023 .expertise .head-img {
        bottom: 12vw;
        right: 0;
        width: 28vw
    }

    .netlinking-2023 .services {
        padding: 64px 0 120px
    }

    .netlinking-2023 .services .ds-container-1200 {
        align-items: end;
        display: flex
    }

    .netlinking-2023 .services .ds-container-1200>* {
        width: 584px
    }

    .netlinking-2023 .services .ds-container-1200>:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: end
    }

    .netlinking-2023 .services .ds-container-1200>:nth-child(2)>* {
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
    }

    .netlinking-2023 .services .services-why {
        box-shadow: 0 0 25px 0 rgba(0,87,210,.24);
        margin-bottom: 0;
        margin-right: 32px;
        padding: 40px
    }

    .netlinking-2023 .services input[type=checkbox]+.service-entry {
        padding: 24px 32px
    }

    .netlinking-2023 .services input[type=checkbox]+.service-entry label {
        cursor: pointer;
        font-size: 24px
    }

    .netlinking-2023 .services input[type=checkbox]+.service-entry:not(:last-of-type) {
        margin-bottom: 34px
    }

    .netlinking-2023 .coaching {
        padding: 120px 0 80px
    }

    .netlinking-2023 .coaching .row {
        margin-top: 64px
    }

    .netlinking-2023 .coaching .row ul li {
        font-size: 16px;
        line-height: normal
    }

    .netlinking-2023 .prestations-seo {
        padding: 120px 0 64px
    }

    .netlinking-2023 .prestations-seo .ds-container-1200 {
        margin-right: auto;
        max-width: 90vw
    }

    .netlinking-2023 .prestations-seo .swiper-seo-prestations .swiper-wrapper {
        padding-bottom: 0
    }

    .netlinking-2023 .prestations-seo .swiper-seo-prestations .swiper-slide {
        height: auto;
        width: 382px
    }

    .netlinking-2023 .prestations-seo .swiper-seo-prestations .presentation-card {
        box-shadow: none;
        padding: 40px
    }

    .netlinking-2023 .prestations-seo .swiper-seo-prestations .presentation-card:hover {
        background-color: #005aff;
        color: #fff
    }

    .netlinking-2023 .prestations-seo .swiper-seo-prestations .presentation-card:hover .text-dark-blue-orixa {
        color: #fff
    }

    .netlinking-2023 .cards {
        padding: 64px 0
    }

    .netlinking-2023 .cards h3 {
        margin-top: 0
    }

    .netlinking-2023 .cards .head {
        margin-bottom: 32px;
        width: 794px
    }

    .netlinking-2023 .cards .row {
        margin-left: -28px;
        margin-right: -28px;
        margin-top: 40px
    }

    .netlinking-2023 .cards .row .col-6 {
        margin-bottom: 48px;
        padding-left: 28px;
        padding-right: 28px
    }

    .netlinking-2023 .cards .row .col-6 a .tile:hover {
        border-color: #005aff;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
    }

    .netlinking-2023 .cards .row .col-6 .tile {
        box-shadow: none;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        min-height: 160px
    }

    .netlinking-2023 .cards .ds-container-1200>p:last-child {
        margin-top: 0
    }

    .netlinking-2023 .netlinking-case {
        padding: 32px 0 64px
    }

    .netlinking-2023 .netlinking-case h2 {
        margin-bottom: 40px
    }

    .netlinking-2023 .netlinking-case .block {
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
    }

    .netlinking-2023 .netlinking-case .block img.img-case {
        height: auto;
        width: 500px
    }

    .netlinking-2023 .netlinking-case .block img.logo-img {
        height: 64px;
        width: 64px
    }

    .netlinking-2023 .netlinking-case .block .bg-grey {
        padding: 32px
    }

    .netlinking-2023 .netlinking-case .block .bg-grey ul {
        padding-left: 1rem
    }

    .netlinking-2023 .avis .avis-container {
        margin-left: auto;
        width: calc(100vw - 120px)
    }

    .netlinking-2023 .avis .head {
        padding: 64px 0
    }

    .netlinking-2023 .avis .head+div {
        align-items: end;
        gap: 64px
    }

    .netlinking-2023 .avis .head+div .ahead {
        flex-grow: 1;
        flex-shrink: 0;
        width: 460px
    }

    .netlinking-2023 .avis .head+div .ahead .video-container {
        padding-bottom: 55%
    }

    .netlinking-2023 .avis .head+div .ahead .body {
        background-color: #e7e9f1;
        padding: 24px 40px 40px
    }

    .netlinking-2023 .avis .swiper {
        margin-top: 0
    }

    .netlinking-2023 .avis .swiper .swiper-wrapper {
        padding-bottom: 0;
        padding-top: 80px
    }

    .netlinking-2023 .avis .swiper .swiper-slide {
        width: 426px
    }

    .netlinking-2023 .avis .swiper .swiper-slide .body {
        height: 100%;
        padding: 40px
    }

    .netlinking-2023 .avis .swiper .swiper-slide .body p:last-of-type {
        margin-bottom: 24px
    }

    .netlinking-2023 .avis .swiper .swiper-slide .body .quote {
        height: 36px
    }

    .netlinking-2023 .avis .swiper .swiper-button-prev {
        background-image: url(../../69f426f528e422525163.svg);
        background-size: cover;
        cursor: pointer;
        height: 48px;
        margin-top: 0;
        top: 0;
        width: 48px
    }

    .netlinking-2023 .avis .swiper .swiper-button-prev:after {
        content: none
    }

    .netlinking-2023 .avis .swiper .swiper-button-next {
        background-image: url(../../9d9dd14b1a4dd9db23b7.svg);
        background-size: cover;
        cursor: pointer;
        height: 48px;
        left: 80px;
        margin-top: 0;
        top: 0;
        width: 48px
    }

    .netlinking-2023 .avis .swiper .swiper-button-next:after {
        content: none
    }

    .netlinking-2023 .avis .seemore {
        margin-top: 32px
    }

    .netlinking-2023 .cta {
        padding: 120px 0
    }

    .netlinking-2023 .cta:after {
        font-size: 14px
    }

    .netlinking-2023 .cta .bg-gradient-orixa {
        padding: 40px
    }

    .netlinking-2023 .cta a {
        margin-top: 64px
    }

    .netlinking-2023 .seo-faq .seo-faq-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 792px
    }

    .netlinking-2023 .seo-faq .seo-faq-container .accordion .faq-entry label {
        font-size: 16px
    }

    .netlinking-2023 .seo-faq .seo-faq-container .accordion .faq-entry label .rounded-circle {
        margin-left: 90px
    }

    .netlinking-2023 h1 {
        font-size: 40px
    }

    .netlinking-2023 h1 .badge {
        border-radius: 30.5px;
        font-size: 40px;
        padding: 6.11px 18.3px
    }

    .netlinking-2023 h2 {
        font-size: 32px
    }

    .netlinking-2023 h3 {
        font-size: 24px
    }

    .netlinking-2023 p {
        font-size: 16px;
        line-height: normal
    }
}

@media screen and (min-width: 1400px) {
    .netlinking-2023 .seo-container {
        max-width:1200px
    }

    .netlinking-2023 .avis .head+div .ahead {
        width: 640px
    }

    .netlinking-2023 .avis .swiper {
        margin-top: 0
    }

    .netlinking-2023 .avis .swiper .swiper-wrapper {
        padding-bottom: 0;
        padding-top: 80px
    }

    .netlinking-2023 .avis .swiper .swiper-slide {
        width: 466px
    }

    .netlinking-2023 .prestations-seo .ds-container-1200 {
        max-width: 1200px
    }
}

.bg-grey {
    background: #e7e9f1
}

.bg-gradient-orixa {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%)
}

.bg-dark-blue-orixa {
    background-color: #203c89
}

.text-dark-blue-orixa {
    color: #203c89
}

.text-blue-orixa {
    color: #005aff
}

.text-black-orixa {
    color: #000
}

[class^=ds-container-] {
    margin-left: auto;
    margin-right: auto
}

.ds-container-1044,.ds-container-1200,.ds-container-612 {
    max-width: calc(100vw - 48px)
}

.ds-headspacer {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    height: 100px
}

.ds-breadcrumb-holder {
    font-size: 14px;
    padding: 24px 0 32px
}

.ds-breadcrumb-holder a {
    color: #203c89
}

.ds-breadcrumb-holder li:last-child span {
    color: #005aff;
    font-weight: 700
}

@media screen and (min-width: 992px) {
    .text-lg-uppercase {
        text-transform:uppercase
    }

    .ds-container-792 {
        max-width: 70vw
    }
}

@media screen and (min-width: 1440px) {
    .ds-container-612 {
        max-width:612px
    }

    .ds-container-792 {
        max-width: 792px
    }

    .ds-container-1044 {
        max-width: 1044px
    }

    .ds-container-1200 {
        max-width: 1200px
    }
}

.ds-container-1200 {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 992px) {
    .ds-container-1200 {
        max-width:90vw
    }
}

@media screen and (min-width: 1400px) {
    .ds-container-1200 {
        max-width:1200px
    }
}

.ds-header {
    padding: 0 24px 32px
}

@media screen and (min-width: 992px) {
    .ds-header {
        padding:24px 0
    }
}

.ds-header h1 {
    color: #203c89;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    .ds-header h1 {
        font-size:40px
    }
}

.ds-header h1 span {
    background-color: #e7e9f1;
    border-radius: 50rem!important;
    color: #005aff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

@media screen and (min-width: 992px) {
    .ds-header h1 span {
        font-size:40px;
        padding: 6.11px 18.3px
    }
}

[class^=ds-block] h2 {
    font-size: 20px;
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    [class^=ds-block] h2 {
        font-size:32px
    }
}

[class^=ds-block] h3 {
    font-size: 16px;
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    [class^=ds-block] h3 {
        font-size:24px
    }
}

[class^=ds-block] h2,[class^=ds-block] h3 {
    font-weight: 700;
    line-height: normal
}

[class^=ds-block] p {
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%
}

@media screen and (min-width: 992px) {
    [class^=ds-block] p {
        font-size:16px;
        line-height: normal
    }
}

.ds-block1 {
    position: relative
}

@media screen and (min-width: 992px) {
    .ds-block1 .ds-container-1200 {
        align-items:flex-start;
        display: flex;
        flex-direction: row-reverse;
        gap: 24px;
        padding: 64px 0 120px
    }
}

.ds-block1 .orixa-media-one {
    padding: 0 24px 32px
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-one {
        padding:74px 0 0;
        width: calc(100% - 24px)
    }
}

.ds-block1 .orixa-media-one .quote {
    display: block;
    height: 18px;
    margin: 0 auto 1rem
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-one .quote {
        height:36px;
        margin: 0 0 .5rem
    }
}

.ds-block1 .orixa-media-one .desc {
    color: #203c89;
    margin-bottom: .25rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-one .desc {
        font-size:24px;
        font-weight: 700;
        margin-bottom: .5rem;
        padding-right: 32px;
        text-align: start
    }
}

.ds-block1 .orixa-media-one .desc+p {
    color: #203c89;
    text-align: center
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-one .desc+p {
        margin-bottom:32px;
        text-align: start
    }
}

.ds-block1 .orixa-media-one .deco {
    bottom: -10.6vw;
    display: none;
    position: absolute;
    right: 0;
    width: 24vw
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-one .deco {
        display:block
    }
}

.ds-block1 .orixa-media-two {
    padding: 32px 24px 64px
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-two {
        padding:0;
        width: calc(100% - 24px)
    }
}

.ds-block1 .orixa-media-two h2 {
    color: #203c89;
    margin-bottom: 1.5rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-two h2 {
        margin-bottom:40px;
        text-align: start
    }
}

.ds-block1 .orixa-media-two>div {
    align-items: center;
    display: flex
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-two>div {
        padding-right:24px
    }
}

.ds-block1 .orixa-media-two>div:not(:last-of-type) {
    margin-bottom: 24px
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-two>div:not(:last-of-type) {
        margin-bottom:32px
    }
}

.ds-block1 .orixa-media-two>div .swoosh-left {
    margin-right: 24px;
    width: 24px
}

@media screen and (min-width: 992px) {
    .ds-block1 .orixa-media-two>div .swoosh-left {
        margin-right:32px;
        width: 29.8px
    }
}

.ds-block1 .orixa-media-two>div h3 {
    color: #005aff;
    margin-bottom: .5rem
}

.ds-block1 .orixa-media-two>div p {
    margin-bottom: 0
}

.ds-block2 {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    padding: 64px 24px
}

@media screen and (min-width: 992px) {
    .ds-block2 {
        padding:120px 0
    }

    .ds-block2 .ds-block2-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 976px
    }
}

.ds-block2 h2 {
    color: #fff!important;
    display: none;
    text-align: center
}

@media screen and (min-width: 992px) {
    .ds-block2 h2 {
        display:block
    }
}

.ds-block2 .row {
    margin-left: -27px;
    margin-right: -27px
}

.ds-block2 .row>* {
    padding-left: 27px;
    padding-right: 27px
}

.ds-block2 .row>* h3 {
    color: #fff!important;
    text-align: center
}

.ds-block2 .row>* .icon {
    display: block;
    margin: 0 auto 1.5rem;
    width: 64px
}

.ds-block2 .row .col-6:not(:last-child) {
    margin-bottom: 48px
}

@media screen and (min-width: 992px) {
    .ds-block2 .row {
        margin-left:-24px;
        margin-right: -24px;
        margin-top: 96px
    }

    .ds-block2 .row>* {
        padding-left: 24px;
        padding-right: 24px
    }

    .ds-block2 .row>* h3 {
        font-size: 20px
    }

    .ds-block2 .row .col-6:not(:last-child) {
        margin-bottom: 0
    }
}

.ds-block3 {
    padding: 64px 24px 32px
}

@media screen and (min-width: 992px) {
    .ds-block3 {
        padding:120px 0 64px
    }

    .ds-block3 .ds-block3-container {
        margin: 0 auto;
        max-width: 960px
    }
}

.ds-block3 .ds-block3-container h2 {
    color: #203c89;
    margin-bottom: 1.5rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .ds-block3 .ds-block3-container h2 {
        margin-bottom:3rem
    }
}

.ds-block3 .ds-block3-container .video-container {
    margin-bottom: 32px;
    padding-bottom: 57%;
    position: relative
}

@media screen and (min-width: 992px) {
    .ds-block3 .ds-block3-container .video-container {
        padding-bottom:56%
    }
}

.ds-block3 .ds-block3-container p {
    margin-bottom: 0;
    text-align: center
}

.ds-block4 {
    padding: 32px 0 64px
}

@media screen and (min-width: 992px) {
    .ds-block4 .ds-container-1200 {
        display:flex;
        gap: 40px
    }
}

.ds-block4 .ds-container-1200 .head {
    padding: 0 24px
}

@media screen and (min-width: 992px) {
    .ds-block4 .ds-container-1200 .head {
        padding:0;
        width: 485px
    }
}

.ds-block4 .ds-container-1200 .head h2 {
    color: #203c89;
    margin-bottom: 1.5rem
}

.ds-block4 .ds-container-1200 .head h2+p {
    display: none;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 992px) {
    .ds-block4 .ds-container-1200 .head h2+p {
        display:block
    }
}

.ds-block4 .ds-container-1200 .head p {
    margin-bottom: .5rem
}

@media screen and (min-width: 992px) {
    .ds-block4 .ds-container-1200 .head p {
        margin-bottom:1rem
    }
}

.ds-block4 .ds-container-1200 .head p:last-of-type {
    margin-bottom: 0
}

.ds-block4 .ds-container-1200 .head p span {
    color: #005aff;
    font-weight: 700;
    line-height: normal
}

.ds-block4 .ds-container-1200 p span {
    font-size: 14px
}

@media screen and (min-width: 992px) {
    .ds-block4 .ds-container-1200 p span {
        font-size:24px
    }
}

.ds-block4 .ds-container-1200 .swiper-seo-prestations .swiper-wrapper {
    padding-bottom: 60px
}

.ds-block4 .ds-container-1200 .swiper-seo-prestations .swiper-slide {
    height: auto;
    margin-top: 40px;
    width: 247px
}

.ds-block4 .ds-container-1200 .swiper-seo-prestations .swiper-pagination-bullet-active {
    background-color: #203c89!important
}

.ds-block4 .ds-container-1200 .swiper-seo-prestations .swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important
}

.ds-block4 .ds-container-1200 .presentation-card {
    align-items: start;
    background-color: #e7e9f1;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px
}

.ds-block4 .ds-container-1200 .presentation-card img {
    width: 64px
}

.ds-block4 .ds-container-1200 .presentation-card h3 {
    color: #005aff;
    margin-bottom: .5rem
}

.ds-block4 .ds-container-1200 .presentation-card p {
    margin-bottom: .5rem
}

.ds-block4 .ds-container-1200 .fake-masonry {
    display: none
}

@media screen and (min-width: 992px) {
    .ds-block4 .ds-container-1200 .fake-masonry {
        align-items:start;
        display: flex;
        gap: 40px;
        max-height: 640px;
        overflow: auto;
        width: calc(100% - 525px)
    }

    .ds-block4 .ds-container-1200 .fake-masonry .column {
        width: 320px
    }

    .ds-block4 .ds-container-1200 .fake-masonry .column.padded-top {
        padding-top: 120px
    }

    .ds-block4 .ds-container-1200 .fake-masonry .column .presentation-card:not(:last-of-type) {
        margin-bottom: 54px
    }
}

.ds-block5 {
    background: #e7e9f1;
    padding: 64px 24px
}

@media screen and (min-width: 992px) {
    .ds-block5 {
        padding:120px 0
    }
}

.ds-block5 h2 {
    color: #203c89;
    margin-bottom: 48px
}

@media screen and (min-width: 992px) {
    .ds-block5 h2 {
        margin-bottom:64px;
        text-align: center
    }
}

.ds-block5 .tabs-head {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 32px
}

.ds-block5 .tabs-head button {
    background-color: #fff;
    border: 0;
    border-radius: 24px;
    color: #005aff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 14px
}

.ds-block5 .tabs-head button:hover {
    background-color: #203c89;
    color: #fff
}

.ds-block5 .tabs-head button.active {
    background-color: #005aff;
    color: #fff
}

.ds-block5 .tabs-body .folder-up {
    align-items: flex-start;
    display: flex;
    gap: 2px;
    justify-content: space-between
}

.ds-block5 .tabs-body .folder-up .tab {
    background-color: #fff;
    flex: 1 1 auto;
    opacity: .34
}

.ds-block5 .tabs-body .folder-up .tab.active {
    opacity: 1
}

.ds-block5 .tabs-body .folder-up .tab-1,.ds-block5 .tabs-body .folder-up .tab-2,.ds-block5 .tabs-body .folder-up .tab-3 {
    clip-path: path("M0 9.70709V23H84C80.9012 21.993 82.0079 14.5503 78.6877 6.69071C75.9357 0.175922 70.7194 -0.161885 68.7273 0.0395224H5.31225C1.06245 0.0395224 0 6.48457 0 9.70709Z")
}

.ds-block5 .tabs-body .folder-up .tab-4 {
    clip-path: path("M0 9.75728V23.0502H84V6.5C84 -0.572219 76.9921 -0.111699 75 0.089709H5.31225C1.06245 0.089709 0 6.53475 0 9.75728Z")
}

.ds-block5 .tabs-body .tab-content {
    background-color: #fff;
    display: none;
    margin-top: -6px;
    padding: 24px
}

.ds-block5 .tabs-body .tab-content h3 {
    color: #005aff;
    margin-bottom: .5rem
}

.ds-block5 .tabs-body .tab-content p:last-of-type {
    margin-bottom: 0
}

.ds-block5 .tabs-body .tab-content.active {
    display: block
}

.ds-block5 .tabs-body .tab-content ul li {
    font-size: 14px
}

.ds-block5 .tabs-body .tab-content ul li span {
    color: #203c89;
    font-weight: 700
}

.ds-block5 .swiper {
    padding-top: 100px
}

.ds-block5 .swiper .swiper-slide {
    align-items: center;
    display: flex;
    height: auto;
    width: 917px
}

.ds-block5 .swiper .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
    opacity: .5
}

.ds-block5 .swiper .swiper-slide .tab-content {
    background-color: #fff;
    padding: 40px
}

.ds-block5 .swiper .swiper-slide .tab-content img {
    height: 40px
}

.ds-block5 .swiper .swiper-slide .tab-content p:last-of-type {
    margin-bottom: 0
}

.ds-block5 .swiper .swiper-pagination-bullets {
    bottom: auto;
    top: 0
}

.ds-block5 .swiper .swiper-pagination-bullet {
    background-color: #fff!important;
    border-radius: 50px;
    color: #005aff;
    font-size: 16px;
    font-weight: 500;
    height: fit-content!important;
    line-height: normal;
    opacity: 1;
    padding: 8px;
    width: fit-content!important
}

.ds-block5 .swiper .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 24px
}

.ds-block5 .swiper .swiper-pagination-bullet:last-of-type {
    margin-top: 24px
}

.ds-block5 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #005aff!important;
    color: #fff
}

.ds-block6 {
    background-image: url(../../1dab47118ef2143bd13d.jpeg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 24px;
    position: relative
}

@media screen and (min-width: 992px) {
    .ds-block6 {
        background-image:url(../../cf77f25e4fadf20ce1fe.jpeg);
        background-position: 100% 0;
        background-size: 64%;
        padding: 0
    }

    .ds-block6 .ds-container-1200 {
        padding: 120px 0 64px
    }

    .ds-block6 .ds-container-1200>* {
        max-width: 585px
    }
}

.ds-block6:after {
    bottom: 16px;
    color: #fff;
    content: "Orixa Fundraising Summer Session 2022 © Antoine Thibaud";
    font-size: 12px;
    position: absolute;
    right: 16px
}

.ds-block6 .services-why {
    background: linear-gradient(146deg,#203c89 8.43%,#10286b 95.78%);
    color: #fff!important;
    margin-bottom: 16px;
    padding: 24px
}

@media screen and (min-width: 992px) {
    .ds-block6 .services-why {
        margin-bottom:34px;
        padding: 40px
    }
}

.ds-block6 .services-why h2 {
    margin-bottom: 1rem
}

.ds-block6 .services-why h2+p {
    margin-bottom: 1.5rem
}

.ds-block6 input[type=checkbox]+.service-entry {
    background-color: #e7e9f1;
    color: #203c89;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 16px
}

@media screen and (min-width: 992px) {
    .ds-block6 input[type=checkbox]+.service-entry {
        box-shadow:0 0 20px 0 rgba(0,0,0,.1);
        padding: 24px 32px
    }

    .ds-block6 input[type=checkbox]+.service-entry:not(:last-of-type) {
        margin-bottom: 34px
    }

    .ds-block6 input[type=checkbox]+.service-entry div {
        font-size: 16px!important;
        width: 100%
    }

    .ds-block6 input[type=checkbox]+.service-entry label {
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 24px;
        justify-content: space-between;
        margin-bottom: .25rem;
        width: 100%
    }
}

.ds-block6 input[type=checkbox]+.service-entry:not(:last-of-type) {
    margin-bottom: 16px
}

.ds-block6 input[type=checkbox]+.service-entry label {
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

.ds-block6 input[type=checkbox]+.service-entry div {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 152.5%
}

.ds-block6 input[type=checkbox]+.service-entry div ul li::marker {
    color: #fff
}

.ds-block6 input[type=checkbox]+.service-entry div a {
    font-weight: 700
}

.ds-block6 input[type=checkbox]:checked+.service-entry {
    background-color: #203c89;
    color: #fff
}

.ds-block6 input[type=checkbox]:checked+.service-entry img {
    filter: invert(49%) sepia(99%) saturate(7135%) hue-rotate(216deg) brightness(100%) contrast(109%);
    transform: rotate(180deg)
}

.ds-block6 input[type=checkbox]:checked+.service-entry div {
    display: block
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container {
        margin-left:auto;
        width: calc(100vw - 120px)
    }
}

.ds-block7 .ds-container .head {
    padding: 64px 24px 16px
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .head {
        padding:64px 0
    }
}

.ds-block7 .ds-container .head h2 {
    color: #203c89;
    margin-bottom: 1rem
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .head h2 {
        margin-bottom:.5rem
    }
}

.ds-block7 .ds-container .head h3 {
    color: #005aff
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .head+div {
        align-items:end;
        gap: 64px
    }
}

.ds-block7 .ds-container .head+div .ahead {
    display: none
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .head+div .ahead {
        display:block;
        flex-grow: 1;
        flex-shrink: 0;
        width: 460px
    }
}

@media screen and (min-width: 1400px) {
    .ds-block7 .ds-container .head+div .ahead {
        width:640px
    }
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .head+div .ahead .video-container {
        padding-bottom:55%
    }

    .ds-block7 .ds-container .head+div .ahead .body {
        background-color: #e7e9f1;
        padding: 24px 40px 40px
    }
}

.ds-block7 .ds-container .head+div .ahead .body>:not(:last-child) {
    margin-bottom: .5rem
}

.ds-block7 .ds-container .head+div .ahead .body>:last-child {
    margin-bottom: 0
}

.ds-block7 .ds-container .swiper {
    margin-top: 24px
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .swiper {
        margin-top:0
    }

    .ds-block7 .ds-container .swiper .swiper-button-prev {
        background-image: url(../../69f426f528e422525163.svg);
        background-size: cover;
        cursor: pointer;
        height: 48px;
        margin-top: 0;
        top: 0;
        width: 48px
    }

    .ds-block7 .ds-container .swiper .swiper-button-prev:after {
        content: none
    }

    .ds-block7 .ds-container .swiper .swiper-button-next {
        background-image: url(../../9d9dd14b1a4dd9db23b7.svg);
        background-size: cover;
        cursor: pointer;
        height: 48px;
        left: 80px;
        margin-top: 0;
        top: 0;
        width: 48px
    }

    .ds-block7 .ds-container .swiper .swiper-button-next:after {
        content: none
    }
}

.ds-block7 .ds-container .swiper .swiper-wrapper {
    padding-bottom: 60px
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .swiper .swiper-wrapper {
        padding-bottom:0;
        padding-top: 80px
    }
}

.ds-block7 .ds-container .swiper .swiper-pagination-bullet-active {
    background-color: #203c89!important
}

.ds-block7 .ds-container .swiper .swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important
}

.ds-block7 .ds-container .swiper .swiper-slide {
    background-color: #e7e9f1;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    height: auto;
    width: 247px
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .swiper .swiper-slide {
        width:426px
    }

    .ds-block7 .ds-container .swiper .swiper-slide .body {
        height: 100%;
        padding: 40px
    }

    .ds-block7 .ds-container .swiper .swiper-slide .body p:last-of-type {
        margin-bottom: 24px
    }

    .ds-block7 .ds-container .swiper .swiper-slide .body .quote {
        height: 36px
    }
}

.ds-block7 .ds-container .swiper .swiper-slide .body {
    padding: 24px
}

.ds-block7 .ds-container .swiper .swiper-slide .body h3 {
    margin-bottom: 1rem
}

.ds-block7 .ds-container .swiper .swiper-slide .body h3+p {
    margin-bottom: .5rem
}

.ds-block7 .ds-container .swiper .swiper-slide .body div {
    align-items: center;
    display: flex;
    margin-bottom: 1rem
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .swiper .swiper-slide .body div {
        margin-bottom:1.5rem
    }
}

.ds-block7 .ds-container .swiper .swiper-slide .body div .logo-client {
    height: 64px;
    margin-right: .5rem
}

.ds-block7 .ds-container .swiper .swiper-slide .body div+p {
    margin-bottom: .5rem
}

.ds-block7 .ds-container .swiper .swiper-slide .body span {
    font-weight: 700
}

.ds-block7 .ds-container .swiper .swiper-slide .body p:last-of-type {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

.ds-block7 .ds-container .swiper .swiper-slide .body .quote {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .swiper .swiper-slide .body .quote {
        margin-right:0
    }
}

.ds-block7 .ds-container .swiper .swiper-slide.bg-gradient-orixa .quote {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)
}

@media screen and (min-width: 992px) {
    .ds-block7 .ds-container .seemore {
        margin-top:32px
    }
}

.ds-block8 {
    padding: 64px 0 16px
}

@media screen and (min-width: 992px) {
    .ds-block8 {
        padding:64px 0
    }
}

.ds-block8 h2 {
    color: #203c89;
    margin-bottom: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media screen and (min-width: 992px) {
    .ds-block8 h2 {
        margin-bottom:64px;
        text-align: center
    }
}

.ds-block8 .swiper-wrapper {
    margin-bottom: .3rem;
    padding: 8px 0;
    transition-timing-function: linear!important
}

.ds-block8 .swiper-wrapper img {
    max-height: 40px;
    max-width: 85px
}

@media screen and (min-width: 992px) {
    .ds-block8 .swiper-wrapper img {
        max-height:78px;
        max-width: 168px
    }
}

.ds-block9 {
    background-color: #e7e9f1;
    color: #203c89;
    padding: 64px 24px
}

.ds-block9 h2 {
    color: #203c89;
    margin-bottom: 1.5rem
}

.ds-block9 .ds-container {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 992px) {
    .ds-block9 .ds-container {
        max-width:792px
    }
}

.ds-block9 .accordion .faq-entry {
    border-bottom: 1px solid #203c89;
    display: flex;
    flex-wrap: wrap
}

.ds-block9 .accordion .faq-entry:not(:last-of-type) {
    margin-bottom: 40px
}

.ds-block9 .accordion .faq-entry label {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    line-height: normal;
    padding-bottom: 18px;
    width: 100%
}

@media screen and (min-width: 992px) {
    .ds-block9 .accordion .faq-entry label {
        font-size:16px
    }
}

.ds-block9 .accordion .faq-entry label .rounded-circle {
    background-color: #203c89;
    margin-left: 16px;
    padding: 4px
}

@media screen and (min-width: 992px) {
    .ds-block9 .accordion .faq-entry label .rounded-circle {
        margin-left:90px
    }
}

.ds-block9 .accordion .faq-entry label .rounded-circle img {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%);
    height: 40px;
    width: 40px
}

.ds-block9 .accordion .faq-entry div {
    background-color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 152.5%;
    padding: 16px;
    width: 100%
}

.ds-block9 .accordion input[type=checkbox]:checked+.faq-entry {
    border-bottom: 0
}

.ds-block9 .accordion input[type=checkbox]:checked+.faq-entry label .rounded-circle {
    background-color: #005aff
}

.ds-block9 .accordion input[type=checkbox]:checked+.faq-entry label .rounded-circle img {
    transform: rotate(180deg)
}

.ds-block9 .accordion input[type=checkbox]:checked+.faq-entry div {
    display: block
}

.ds-block10 {
    background-image: url(../../8dd25ecf07e1745079f1.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 64px;
    padding: 64px 0;
    position: relative
}

@media screen and (min-width: 992px) {
    .ds-block10 {
        padding:120px 0
    }
}

.ds-block10:after {
    bottom: 16px;
    color: #fff;
    content: "Orixa Fundraising Summer Session 2022 © Antoine Thibaud";
    font-size: 12px;
    position: absolute;
    right: 16px
}

@media screen and (min-width: 992px) {
    .ds-block10:after {
        font-size:14px
    }
}

.ds-block10 .bg-gradient-orixa {
    color: #fff;
    padding: 24px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .ds-block10 .bg-gradient-orixa {
        padding:40px
    }
}

.ds-block10 a {
    margin-top: 32px
}

@media screen and (min-width: 992px) {
    .ds-block10 a {
        margin-top:64px
    }
}

.ds-block11 {
    padding: 32px 0 64px
}

.ds-block11 h2 {
    margin-bottom: 40px
}

.ds-block11 .block {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.ds-block11 .block img.img-case {
    height: 126px;
    width: 126px
}

@media screen and (min-width: 768px) {
    .ds-block11 .block img.img-case {
        height:auto;
        width: 33%;
        width: 500px
    }
}

.ds-block11 .block img.logo-img {
    height: 64px;
    width: 64px
}

.ds-block11 .block .bg-grey {
    padding: 15px
}

@media screen and (min-width: 768px) {
    .ds-block11 .block .bg-grey {
        padding:32px
    }

    .ds-block11 .block .bg-grey ul {
        padding-left: 1rem
    }
}

.ds-breadcrumb {
    font-size: 14px;
    padding: 24px 0 32px
}

.ds-breadcrumb a,.ds-breadcrumb li>a {
    color: #203c89
}

.ds-breadcrumb li:last-child span {
    color: #005aff;
    font-weight: 700
}