:root {
    --bs-blue: #cd2627;
    --bs-indigo: #25d366;
    --bs-purple: #B822FF;
    --bs-pink: #D63384;
    --bs-red: #DC3545;
    --bs-orange: #FD7E14;
    --bs-yellow: #FFA722;
    --bs-green: #8BD74E;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray: rgba(255, 255, 255, 0.7);
    --bs-gray-dark: rgba(39, 40, 42, 0.7);
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-action-1: #cd2627;
    --bs-action-2: #25d366;
    --bs-action-3: #B822FF;
    --bs-action-4: #D63384;
    --bs-action-5: #DC3545;
    --bs-action-6: #FD7E14;
    --bs-action-7: #FFA722;
    --bs-action-8: #8BD74E;
    --bs-dark-1: #27282A;
    --bs-dark-2: rgba(39, 40, 42, 0.7);
    --bs-dark-3: rgba(39, 40, 42, 0.3);
    --bs-light-1: #ffffff;
    --bs-light-2: rgba(255, 255, 255, 0.7);
    --bs-light-3: rgba(255, 255, 255, 0.45);
    --bs-bg-1: #000000;
    --bs-bg-2: #F5F5F5;
    --bs-bg-3: #ffffff;
    --bs-action-1-rgb: 205, 38, 39;
    --bs-action-2-rgb: 37, 211, 102;
    --bs-action-3-rgb: 184, 34, 255;
    --bs-action-4-rgb: 214, 51, 132;
    --bs-action-5-rgb: 220, 53, 69;
    --bs-action-6-rgb: 253, 126, 20;
    --bs-action-7-rgb: 255, 167, 34;
    --bs-action-8-rgb: 139, 215, 78;
    --bs-dark-1-rgb: 39, 40, 42;
    --bs-dark-2-rgb: 39, 40, 42;
    --bs-dark-3-rgb: 39, 40, 42;
    --bs-light-1-rgb: 255, 255, 255;
    --bs-light-2-rgb: 255, 255, 255;
    --bs-light-3-rgb: 255, 255, 255;
    --bs-bg-1-rgb: 0, 0, 0;
    --bs-bg-2-rgb: 245, 245, 245;
    --bs-bg-3-rgb: 255, 255, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 39, 40, 42;
    --bs-body-color-rgb: 39, 40, 42;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(39, 40, 42, 0.7);
    --bs-body-bg: #ffffff
}

*,*::before,*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(39, 40, 42, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: DM Sans;
    font-weight: 700;
    line-height: 1.25;
    color: #27282a
}

h1,.h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media(min-width: 1200px) {
    h1,.h1 {
        font-size:2.25rem
    }
}

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
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,ul {
    padding-left: 2rem
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

b,strong {
    font-weight: bolder
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

a {
    color: #cd2627;
    text-decoration: none
}

a:hover {
    color: #a41e1f;
    text-decoration: none
}

img,svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

iframe {
    border: 0
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    line-height: 1.1
}

@media(min-width: 1200px) {
    .display-3 {
        font-size:4.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.1
}

@media(min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

@media(min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 992px) {
    .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-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
}

@media(min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .825rem 1.1875rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2;
    color: #27282a;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(39, 40, 42, 0.3);
    appearance: none;
    border-radius: .625rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #27282a;
    background-color: transparent;
    border-color: #e69393;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(205, 38, 39, 0.25)
}

.btn {
    display: inline-block;
    align-self: center;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(39, 40, 42, 0.7);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .825rem 1.1875rem;
    font-size: 1.125rem;
    border-radius: .625rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
    color: rgba(39, 40, 42, 0.7)
}

.btn-check:focus+.btn,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(205, 38, 39, 0.25)
}

.btn-brand-red {
    color: #fff;
    background-color: #cd2627;
    border-color: #cd2627
}

.btn-brand-red:hover {
    color: #fff;
    background-color: #ae2021;
    border-color: #a41e1f
}

.btn-check:focus+.btn-brand-red,.btn-brand-red:focus {
    color: #fff;
    background-color: #ae2021;
    border-color: #a41e1f;
    box-shadow: 0 0 0 0 rgba(213, 71, 71, 0.5)
}

.btn-check:checked+.btn-brand-red,.btn-check:active+.btn-brand-red,.btn-brand-red:active,.btn-brand-red.active,.show>.btn-brand-red.dropdown-toggle {
    color: #fff;
    background-color: #a41e1f;
    border-color: #9a1d1d
}

.btn-check:checked+.btn-brand-red:focus,.btn-check:active+.btn-brand-red:focus,.btn-brand-red:active:focus,.btn-brand-red.active:focus,.show>.btn-brand-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 71, 71, 0.5)
}

.btn-light-gradient {
    color: #27282a;
    background-color: #fff;
    border-color: #fff
}

.btn-light-gradient:hover {
    color: #27282a;
    background-color: white;
    border-color: white
}

.btn-check:focus+.btn-light-gradient,.btn-light-gradient:focus {
    color: #27282a;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0 rgba(223, 223, 223, 0.5)
}

.btn-check:checked+.btn-light-gradient,.btn-check:active+.btn-light-gradient,.btn-light-gradient:active,.btn-light-gradient.active,.show>.btn-light-gradient.dropdown-toggle {
    color: #27282a;
    background-color: white;
    border-color: white
}

.btn-check:checked+.btn-light-gradient:focus,.btn-check:active+.btn-light-gradient:focus,.btn-light-gradient:active:focus,.btn-light-gradient.active:focus,.show>.btn-light-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(223, 223, 223, 0.5)
}

.color-dark {
    color: #27282a;
    background-color: #fff;
    border-color: #fff
}

.color-dark:hover {
    color: #27282a;
    background-color: white;
    border-color: white
}

.btn-check:checked+.color-dark,.btn-check:active+.color-dark,.color-dark:active,.color-dark.active,.show>.color-dark.dropdown-toggle {
    color: #27282a;
    background-color: white;
    border-color: white
}

.btn-lg,.btn-group-lg>.btn {
    padding: 1.0625rem 1.4375rem;
    font-size: 1.25rem;
    border-radius: .625rem
}

.btn-sm,.btn-group-sm>.btn {
    padding: .5875rem .9375rem;
    font-size: 1rem;
    border-radius: .625rem
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: 1rem;
    color: rgba(39, 40, 42, 0.7);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(39, 40, 42, 0.15);
    border-radius: .625rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #27282a;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #cd2627;
    background-color: rgba(205, 38, 39, 0.1)
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cd2627
}

.dropdown-menu.show {
    display: block
}

.dropdown-menu-dark {
    color: rgba(255, 255, 255, 0.7);
    background-color: #000;
    border-color: rgba(39, 40, 42, 0.15)
}

.dropdown-menu-dark .dropdown-item {
    color: #fff
}

.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #cd2627
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #cd2627;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.nav-link:hover,.nav-link:focus {
    color: #a41e1f
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .625rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #cd2627
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #27282a;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: 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,border-radius .15s ease
}

.accordion-button:not(.collapsed) {
    color: #b92223;
    background-color: #fae9e9;
    box-shadow: inset 0 -1px 0 rgba(39, 40, 42, 0.3)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b92223'%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: scaleY(-1)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327282A'%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;
    transition: transform .2s ease-in-out
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #cd2627;
    outline: 0;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(39, 40, 42, 0.3)
}

.accordion-item:first-of-type {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.625rem - 1px);
    border-top-right-radius: calc(.625rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.625rem - 1px);
    border-bottom-left-radius: calc(.625rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #27282a;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327282A'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .625rem;
    opacity: .5
}

.btn-close:hover {
    color: #27282a;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(205, 38, 39, 0.25);
    opacity: 1
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    transform: none
}

.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 {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(39, 40, 42, 0.2);
    border-radius: .9375rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem;
    border-bottom: 1px solid rgba(39, 40, 42, 0.3);
    border-top-left-radius: calc(.9375rem - 1px);
    border-top-right-radius: calc(.9375rem - 1px)
}

.modal-header .btn-close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.75rem;
    border-top: 1px solid rgba(39, 40, 42, 0.3);
    border-bottom-right-radius: calc(.9375rem - 1px);
    border-bottom-left-radius: calc(.9375rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem
}

.offcanvas-body {
    flex-grow: 1;
    padding: 2rem 2rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 320px;
    border-right: 1px solid rgba(39, 40, 42, 0.2);
    transform: translateX(-100%)
}

.offcanvas.show {
    transform: none
}

body,p {
    letter-spacing: -0.03em
}

.fs-4 {
    letter-spacing: -0.03em
}

.fs-5 {
    letter-spacing: -0.03em
}

.h-1,h1,.h1 {
    letter-spacing: -0.04em
}

.h-2,h2,.h2 {
    letter-spacing: -0.04em
}

.h-3,h3,.h3 {
    letter-spacing: -0.04em
}

.h-5,h5,.h5 {
    letter-spacing: -0.04em
}

.h-6,h6,.h6 {
    letter-spacing: -0.04em
}

.display-3 {
    letter-spacing: -0.05em
}

.display-5 {
    letter-spacing: -0.05em
}

.fill-action-1 {
    fill: #cd2627
}

@media screen {

    html:not(.no-js) [data-aos=fade-down] {
        transform: translate3d(0, -35px, 0)
    }
}

a {
    display: inline-block
}

a:not([data-aos]):not(.btn) {
    transition: color .15s ease-in-out,opacity .15s ease-in-out
}

a:not([data-aos]):not(.btn):hover {
    opacity: .7
}

.btn-wh {
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-wh.btn-sm,.btn-group-sm>.btn-wh.btn {
    width: 2.5rem;
    height: 2.5rem
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(39, 40, 42, 0.15)
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.top-0 {
    top: 0 !important
}

.start-0 {
    left: 0 !important
}

.border {
    border: 1px solid rgba(39, 40, 42, 0.3) !important
}

.border-bottom {
    border-bottom: 1px solid rgba(39, 40, 42, 0.3) !important
}

.border-white {
    border-color: #fff !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-self-center {
    align-self: center !important
}

.align-self-stretch {
    align-self: stretch !important
}

.m-5 {
    margin: 1.25rem !important
}

.mx-3 {
    margin-right: .75rem !important;
    margin-left: .75rem !important
}

.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mt-8 {
    margin-top: 2rem !important
}

.mt-10 {
    margin-top: 2.5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.mb-12 {
    margin-bottom: 3rem !important
}

.ms-4 {
    margin-left: 1rem !important
}

.p-0{
    padding: 0 !important;
}

.p-6 {
    padding: 1.5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.pt-10 {
    padding-top: 2.5rem !important
}

.ps-5 {
    padding-left: 1.25rem !important
}

.ps-12 {
    padding-left: 3rem !important
}

.fs-4 {
    font-size: 1.125rem !important
}

.fs-5 {
    font-size: .875rem !important
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-dark {
    color: #27282a !important
}

.text-white {
    color: #fff !important
}

.bg-brand-red {
    background-color: #cd2627 !important
}

.bg-white {
    background-color: #fff !important
}

.rounded-2 {
    border-radius: .625rem !important
}

@media(min-width: 576px) {
    .d-sm-flex {
        display: flex !important
    }

    .m-sm-0 {
        margin: 0 !important
    }
}

@media(min-width: 768px) {
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .pt-md-10 {
        padding-top: 2.5rem !important
    }

    .pe-md-12 {
        padding-right: 3rem !important
    }

    .pb-md-8 {
        padding-bottom: 2rem !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .mb-lg-12 {
        margin-bottom: 3rem !important
    }

    .mb-lg-20 {
        margin-bottom: 5rem !important
    }

    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .pt-lg-20 {
        padding-top: 5rem !important
    }

    .pe-lg-3 {
        padding-right: .75rem !important
    }

    .ps-lg-12 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }
}

@media(min-width: 1200px) {
    .ps-xl-3 {
        padding-left: .75rem !important
    }
}

html {
    scroll-padding-top: 88px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.btn:active {
    transform: translateY(3px) scale(0.98);
}

.btn img {
    margin-right: 10px;
}

.counter-count:after {
    content: "\002B";
}

.border-white {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.modal-footer {
    padding-top: 0;
    border: 0;
}

@media only screen and (max-width: 767px) {
    /*.video{
		transform: scale(1.25)!important;
	}*/.mobile-full-width {
        width: 100%;
    }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25D366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}