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

.display-4 {
    font-size: 3.5rem;
}

.display-5 {
    font-size: 3rem;
}

.display-19 {
    font-size: 2.0rem;
}

.display-xxl-24 {
    font-size: 1.5rem;
}


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

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

.border-color-light-white {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

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

.mb-1-9, .my-1-9 {
    margin-bottom: 1.9rem;
}

.mb-2-6, .my-2-6 {
    margin-bottom: 2.6rem;
}

.pt-lg-8, .py-lg-8 {
    padding-top: 4.5rem;
}

.pb-1-9, .py-1-9 {
    padding-bottom: 1.9rem;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}

.display-md-28 {
    font-size: 1.1rem;
}

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

.opacity7 {
    opacity: .7;
}

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

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

.z-index-9 {
    z-index: 9;
    position: relative;
}

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

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

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-1-9, .my-1-9 {
    margin-bottom: 1.9rem;
}
.mb-2-5, .my-2-5 {
    margin-bottom: 2.5rem;
}
.mb-1 {
    margin-bottom: 25px !important;
}

.text-primary {
    color: #fe0d17 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.display-30 {
    font-size: 0.9rem;
}

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

.font-weight-800 {
    font-weight: 800;
}
.lh-1 {
    line-height: 1 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.ls-minus-2px {
    letter-spacing: -2px;
}

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

.mb-lg-1-9, .my-lg-1-9 {
    margin-bottom: 1.9rem;
}

.me-4 {
    margin-right: 1.5rem !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.w-65px {
    width: 65px !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: white;
}

.border-radius-5 {
    border-radius: 5px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box
}

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

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

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

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

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.col-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%
}

.col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%
}

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

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%
}

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

.col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%
}

.col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%
}

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

.col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%
}

.col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%
}

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

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

    .col-sm-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .col-sm-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .col-sm-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .col-sm-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

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

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

    .col-md-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

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

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .col-md-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

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

    .col-md-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

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

    .col-md-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .col-md-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

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

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

    .col-lg-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .col-lg-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .col-lg-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

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

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

    .col-xl-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .col-xl-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .col-xl-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .col-xl-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

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

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

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

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

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

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

.justify-content-end {
    justify-content: flex-end!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-items-end {
    align-items: flex-end!important
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    z-index: 1050;
    background: #00000080
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10% auto;
    max-width: 500px
}

.modal-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #0003;
    border-radius: .3rem;
    padding: 1rem
}

.modal-header,.modal-body,.modal-footer {
    padding: 1rem
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end
}

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

.modal.show {
    display: block
}

.modal.show .modal-dialog {
    transform: translateY(0)
}

.btn-close {
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer
}


@media(max-width:1024px){
    [class*="col-"] {
        width: 100%;
    }
}