/* width laptop om dida 342px */
@media only screen and (max-width:576px) {
    fs-4{
      font-size: .075vw !important
    }
    .form-lg-laptop{
        margin-left: 2%;
    }
    .float-sm-start {
        float: left !important
    }
    
    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: .75rem !important
    }

    .m-sm-4 {
        margin: 1rem !important
    }

    .m-sm-5 {
        margin: 1.25rem !important
    }

    .m-sm-6 {
        margin: 1.5rem !important
    }

    .m-sm-7 {
        margin: 1.75rem !important
    }

    .m-sm-8 {
        margin: 2rem !important
    }

    .m-sm-9 {
        margin: 2.5rem !important
    }

    .m-sm-10 {
        margin: 3rem !important
    }

    .m-sm-11 {
        margin: 3.5rem !important
    }

    .m-sm-12 {
        margin: 4rem !important
    }

    .m-sm-13 {
        margin: 4.5rem !important
    }

    .m-sm-14 {
        margin: 5rem !important
    }

    .m-sm-15 {
        margin: 6rem !important
    }

    .m-sm-16 {
        margin: 8rem !important
    }

    .m-sm-17 {
        margin: 10rem !important
    }

    .m-sm-18 {
        margin: 12rem !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: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-sm-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-sm-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-sm-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-9 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-sm-10 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-11 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-sm-12 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-sm-13 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-sm-14 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-sm-15 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-sm-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-sm-17 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .mx-sm-18 {
        margin-left: 12rem !important;
        margin-right: 12rem !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: .75rem !important;
        margin-top: .75rem !important
    }

    .my-sm-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-5 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-sm-6 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-7 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-sm-8 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-9 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-sm-10 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-11 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-sm-12 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-sm-13 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-sm-14 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-sm-15 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-sm-16 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-sm-17 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important
    }

    .my-sm-18 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !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: .75rem !important
    }

    .mt-sm-4 {
        margin-top: 1rem !important
    }

    .mt-sm-5 {
        margin-top: 1.25rem !important
    }

    .mt-sm-6 {
        margin-top: 1.5rem !important
    }

    .mt-sm-7 {
        margin-top: 1.75rem !important
    }

    .mt-sm-8 {
        margin-top: 2rem !important
    }

    .mt-sm-9 {
        margin-top: 2.5rem !important
    }

    .mt-sm-10 {
        margin-top: 3rem !important
    }

    .mt-sm-11 {
        margin-top: 3.5rem !important
    }

    .mt-sm-12 {
        margin-top: 4rem !important
    }

    .mt-sm-13 {
        margin-top: 4.5rem !important
    }

    .mt-sm-14 {
        margin-top: 5rem !important
    }

    .mt-sm-15 {
        margin-top: 6rem !important
    }

    .mt-sm-16 {
        margin-top: 8rem !important
    }

    .mt-sm-17 {
        margin-top: 10rem !important
    }

    .mt-sm-18 {
        margin-top: 12rem !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: .75rem !important
    }

    .me-sm-4 {
        margin-right: 1rem !important
    }

    .me-sm-5 {
        margin-right: 1.25rem !important
    }

    .me-sm-6 {
        margin-right: 1.5rem !important
    }

    .me-sm-7 {
        margin-right: 1.75rem !important
    }

    .me-sm-8 {
        margin-right: 2rem !important
    }

    .me-sm-9 {
        margin-right: 2.5rem !important
    }

    .me-sm-10 {
        margin-right: 3rem !important
    }

    .me-sm-11 {
        margin-right: 3.5rem !important
    }

    .me-sm-12 {
        margin-right: 4rem !important
    }

    .me-sm-13 {
        margin-right: 4.5rem !important
    }

    .me-sm-14 {
        margin-right: 5rem !important
    }

    .me-sm-15 {
        margin-right: 6rem !important
    }

    .me-sm-16 {
        margin-right: 8rem !important
    }

    .me-sm-17 {
        margin-right: 10rem !important
    }

    .me-sm-18 {
        margin-right: 12rem !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: .75rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1rem !important
    }

    .mb-sm-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-sm-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-sm-8 {
        margin-bottom: 2rem !important
    }

    .mb-sm-9 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 3rem !important
    }

    .mb-sm-11 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-12 {
        margin-bottom: 4rem !important
    }

    .mb-sm-13 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-14 {
        margin-bottom: 5rem !important
    }

    .mb-sm-15 {
        margin-bottom: 6rem !important
    }

    .mb-sm-16 {
        margin-bottom: 8rem !important
    }

    .mb-sm-17 {
        margin-bottom: 10rem !important
    }

    .mb-sm-18 {
        margin-bottom: 12rem !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: .75rem !important
    }

    .ms-sm-4 {
        margin-left: 1rem !important
    }

    .ms-sm-5 {
        margin-left: 1.25rem !important
    }

    .ms-sm-6 {
        margin-left: 1.5rem !important
    }

    .ms-sm-7 {
        margin-left: 1.75rem !important
    }

    .ms-sm-8 {
        margin-left: 2rem !important
    }

    .ms-sm-9 {
        margin-left: 2.5rem !important
    }

    .ms-sm-10 {
        margin-left: 3rem !important
    }

    .ms-sm-11 {
        margin-left: 3.5rem !important
    }

    .ms-sm-12 {
        margin-left: 4rem !important
    }

    .ms-sm-13 {
        margin-left: 4.5rem !important
    }

    .ms-sm-14 {
        margin-left: 5rem !important
    }

    .ms-sm-15 {
        margin-left: 6rem !important
    }

    .ms-sm-16 {
        margin-left: 8rem !important
    }

    .ms-sm-17 {
        margin-left: 10rem !important
    }

    .ms-sm-18 {
        margin-left: 12rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n3 {
        margin: -.75rem !important
    }

    .m-sm-n4 {
        margin: -1rem !important
    }

    .m-sm-n5 {
        margin: -1.25rem !important
    }

    .m-sm-n6 {
        margin: -1.5rem !important
    }

    .m-sm-n7 {
        margin: -1.75rem !important
    }

    .m-sm-n8 {
        margin: -2rem !important
    }

    .m-sm-n9 {
        margin: -2.5rem !important
    }

    .m-sm-n10 {
        margin: -3rem !important
    }

    .m-sm-n11 {
        margin: -3.5rem !important
    }

    .m-sm-n12 {
        margin: -4rem !important
    }

    .m-sm-n13 {
        margin: -4.5rem !important
    }

    .m-sm-n14 {
        margin: -5rem !important
    }

    .m-sm-n15 {
        margin: -6rem !important
    }

    .m-sm-n16 {
        margin: -8rem !important
    }

    .m-sm-n17 {
        margin: -10rem !important
    }

    .m-sm-n18 {
        margin: -12rem !important
    }

    .mx-sm-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-sm-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-sm-n3 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-sm-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-sm-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-sm-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-sm-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-sm-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-sm-n9 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-sm-n10 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-sm-n11 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-sm-n12 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-sm-n13 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-sm-n14 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-sm-n15 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-sm-n16 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-sm-n17 {
        margin-left: -10rem !important;
        margin-right: -10rem !important
    }

    .mx-sm-n18 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .my-sm-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-sm-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-sm-n3 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-sm-n4 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-sm-n5 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-sm-n6 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-sm-n7 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-sm-n8 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-sm-n9 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-sm-n10 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-sm-n11 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-sm-n12 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-sm-n13 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-sm-n14 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-sm-n15 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-sm-n16 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-sm-n17 {
        margin-bottom: -10rem !important;
        margin-top: -10rem !important
    }

    .my-sm-n18 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -.75rem !important
    }

    .mt-sm-n4 {
        margin-top: -1rem !important
    }

    .mt-sm-n5 {
        margin-top: -1.25rem !important
    }

    .mt-sm-n6 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n7 {
        margin-top: -1.75rem !important
    }

    .mt-sm-n8 {
        margin-top: -2rem !important
    }

    .mt-sm-n9 {
        margin-top: -2.5rem !important
    }

    .mt-sm-n10 {
        margin-top: -3rem !important
    }

    .mt-sm-n11 {
        margin-top: -3.5rem !important
    }

    .mt-sm-n12 {
        margin-top: -4rem !important
    }

    .mt-sm-n13 {
        margin-top: -4.5rem !important
    }

    .mt-sm-n14 {
        margin-top: -5rem !important
    }

    .mt-sm-n15 {
        margin-top: -6rem !important
    }

    .mt-sm-n16 {
        margin-top: -8rem !important
    }

    .mt-sm-n17 {
        margin-top: -10rem !important
    }

    .mt-sm-n18 {
        margin-top: -12rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -.75rem !important
    }

    .me-sm-n4 {
        margin-right: -1rem !important
    }

    .me-sm-n5 {
        margin-right: -1.25rem !important
    }

    .me-sm-n6 {
        margin-right: -1.5rem !important
    }

    .me-sm-n7 {
        margin-right: -1.75rem !important
    }

    .me-sm-n8 {
        margin-right: -2rem !important
    }

    .me-sm-n9 {
        margin-right: -2.5rem !important
    }

    .me-sm-n10 {
        margin-right: -3rem !important
    }

    .me-sm-n11 {
        margin-right: -3.5rem !important
    }

    .me-sm-n12 {
        margin-right: -4rem !important
    }

    .me-sm-n13 {
        margin-right: -4.5rem !important
    }

    .me-sm-n14 {
        margin-right: -5rem !important
    }

    .me-sm-n15 {
        margin-right: -6rem !important
    }

    .me-sm-n16 {
        margin-right: -8rem !important
    }

    .me-sm-n17 {
        margin-right: -10rem !important
    }

    .me-sm-n18 {
        margin-right: -12rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -.75rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -1.25rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -1.75rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n9 {
        margin-bottom: -2.5rem !important
    }

    .mb-sm-n10 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n11 {
        margin-bottom: -3.5rem !important
    }

    .mb-sm-n12 {
        margin-bottom: -4rem !important
    }

    .mb-sm-n13 {
        margin-bottom: -4.5rem !important
    }

    .mb-sm-n14 {
        margin-bottom: -5rem !important
    }

    .mb-sm-n15 {
        margin-bottom: -6rem !important
    }

    .mb-sm-n16 {
        margin-bottom: -8rem !important
    }

    .mb-sm-n17 {
        margin-bottom: -10rem !important
    }

    .mb-sm-n18 {
        margin-bottom: -12rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -.75rem !important
    }

    .ms-sm-n4 {
        margin-left: -1rem !important
    }

    .ms-sm-n5 {
        margin-left: -1.25rem !important
    }

    .ms-sm-n6 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n7 {
        margin-left: -1.75rem !important
    }

    .ms-sm-n8 {
        margin-left: -2rem !important
    }

    .ms-sm-n9 {
        margin-left: -2.5rem !important
    }

    .ms-sm-n10 {
        margin-left: -3rem !important
    }

    .ms-sm-n11 {
        margin-left: -3.5rem !important
    }

    .ms-sm-n12 {
        margin-left: -4rem !important
    }

    .ms-sm-n13 {
        margin-left: -4.5rem !important
    }

    .ms-sm-n14 {
        margin-left: -5rem !important
    }

    .ms-sm-n15 {
        margin-left: -6rem !important
    }

    .ms-sm-n16 {
        margin-left: -8rem !important
    }

    .ms-sm-n17 {
        margin-left: -10rem !important
    }

    .ms-sm-n18 {
        margin-left: -12rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: .75rem !important
    }

    .p-sm-4 {
        padding: 1rem !important
    }

    .p-sm-5 {
        padding: 1.25rem !important
    }

    .p-sm-6 {
        padding: 1.5rem !important
    }

    .p-sm-7 {
        padding: 1.75rem !important
    }

    .p-sm-8 {
        padding: 2rem !important
    }

    .p-sm-9 {
        padding: 2.5rem !important
    }

    .p-sm-10 {
        padding: 3rem !important
    }

    .p-sm-11 {
        padding: 3.5rem !important
    }

    .p-sm-12 {
        padding: 4rem !important
    }

    .p-sm-13 {
        padding: 4.5rem !important
    }

    .p-sm-14 {
        padding: 5rem !important
    }

    .p-sm-15 {
        padding: 6rem !important
    }

    .p-sm-16 {
        padding: 8rem !important
    }

    .p-sm-17 {
        padding: 10rem !important
    }

    .p-sm-18 {
        padding: 12rem !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: .75rem !important;
        padding-right: .75rem !important
    }

    .px-sm-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-sm-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-sm-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-9 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-sm-10 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-11 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-sm-12 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-13 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-14 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-sm-15 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-sm-17 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-sm-18 {
        padding-left: 12rem !important;
        padding-right: 12rem !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: .75rem !important;
        padding-top: .75rem !important
    }

    .py-sm-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-5 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-sm-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-7 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-sm-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-9 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-sm-10 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-11 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-sm-12 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-sm-13 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-sm-14 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-sm-15 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-sm-16 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-sm-17 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }

    .py-sm-18 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !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: .75rem !important
    }

    .pt-sm-4 {
        padding-top: 1rem !important
    }

    .pt-sm-5 {
        padding-top: 1.25rem !important
    }

    .pt-sm-6 {
        padding-top: 1.5rem !important
    }

    .pt-sm-7 {
        padding-top: 1.75rem !important
    }

    .pt-sm-8 {
        padding-top: 2rem !important
    }

    .pt-sm-9 {
        padding-top: 2.5rem !important
    }

    .pt-sm-10 {
        padding-top: 3rem !important
    }

    .pt-sm-11 {
        padding-top: 3.5rem !important
    }

    .pt-sm-12 {
        padding-top: 4rem !important
    }

    .pt-sm-13 {
        padding-top: 4.5rem !important
    }

    .pt-sm-14 {
        padding-top: 5rem !important
    }

    .pt-sm-15 {
        padding-top: 6rem !important
    }

    .pt-sm-16 {
        padding-top: 8rem !important
    }

    .pt-sm-17 {
        padding-top: 10rem !important
    }

    .pt-sm-18 {
        padding-top: 12rem !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: .75rem !important
    }

    .pe-sm-4 {
        padding-right: 1rem !important
    }

    .pe-sm-5 {
        padding-right: 1.25rem !important
    }

    .pe-sm-6 {
        padding-right: 1.5rem !important
    }

    .pe-sm-7 {
        padding-right: 1.75rem !important
    }

    .pe-sm-8 {
        padding-right: 2rem !important
    }

    .pe-sm-9 {
        padding-right: 2.5rem !important
    }

    .pe-sm-10 {
        padding-right: 3rem !important
    }

    .pe-sm-11 {
        padding-right: 3.5rem !important
    }

    .pe-sm-12 {
        padding-right: 4rem !important
    }

    .pe-sm-13 {
        padding-right: 4.5rem !important
    }

    .pe-sm-14 {
        padding-right: 5rem !important
    }

    .pe-sm-15 {
        padding-right: 6rem !important
    }

    .pe-sm-16 {
        padding-right: 8rem !important
    }

    .pe-sm-17 {
        padding-right: 10rem !important
    }

    .pe-sm-18 {
        padding-right: 12rem !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: .75rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1rem !important
    }

    .pb-sm-5 {
        padding-bottom: 1.25rem !important
    }

    .pb-sm-6 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 1.75rem !important
    }

    .pb-sm-8 {
        padding-bottom: 2rem !important
    }

    .pb-sm-9 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 3rem !important
    }

    .pb-sm-11 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-12 {
        padding-bottom: 4rem !important
    }

    .pb-sm-13 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-14 {
        padding-bottom: 5rem !important
    }

    .pb-sm-15 {
        padding-bottom: 6rem !important
    }

    .pb-sm-16 {
        padding-bottom: 8rem !important
    }

    .pb-sm-17 {
        padding-bottom: 10rem !important
    }

    .pb-sm-18 {
        padding-bottom: 12rem !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: .75rem !important
    }

    .ps-sm-4 {
        padding-left: 1rem !important
    }

    .ps-sm-5 {
        padding-left: 1.25rem !important
    }

    .ps-sm-6 {
        padding-left: 1.5rem !important
    }

    .ps-sm-7 {
        padding-left: 1.75rem !important
    }

    .ps-sm-8 {
        padding-left: 2rem !important
    }

    .ps-sm-9 {
        padding-left: 2.5rem !important
    }

    .ps-sm-10 {
        padding-left: 3rem !important
    }

    .ps-sm-11 {
        padding-left: 3.5rem !important
    }

    .ps-sm-12 {
        padding-left: 4rem !important
    }

    .ps-sm-13 {
        padding-left: 4.5rem !important
    }

    .ps-sm-14 {
        padding-left: 5rem !important
    }

    .ps-sm-15 {
        padding-left: 6rem !important
    }

    .ps-sm-16 {
        padding-left: 8rem !important
    }

    .ps-sm-17 {
        padding-left: 10rem !important
    }

    .ps-sm-18 {
        padding-left: 12rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: .75rem !important
    }

    .gap-sm-4 {
        gap: 1rem !important
    }

    .gap-sm-5 {
        gap: 1.25rem !important
    }

    .gap-sm-6 {
        gap: 1.5rem !important
    }

    .gap-sm-7 {
        gap: 1.75rem !important
    }

    .gap-sm-8 {
        gap: 2rem !important
    }

    .gap-sm-9 {
        gap: 2.5rem !important
    }

    .gap-sm-10 {
        gap: 3rem !important
    }

    .gap-sm-11 {
        gap: 3.5rem !important
    }

    .gap-sm-12 {
        gap: 4rem !important
    }

    .gap-sm-13 {
        gap: 4.5rem !important
    }

    .gap-sm-14 {
        gap: 5rem !important
    }

    .gap-sm-15 {
        gap: 6rem !important
    }

    .gap-sm-16 {
        gap: 8rem !important
    }

    .gap-sm-17 {
        gap: 10rem !important
    }

    .gap-sm-18 {
        gap: 12rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
    .container,
    .container-sm {
        max-width: 540px
    }
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 2rem
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 2rem
    }

    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 2.5rem
    }

    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 3rem
    }

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 3rem
    }

    .g-sm-11,
    .gx-sm-11 {
        --bs-gutter-x: 3.5rem
    }

    .g-sm-11,
    .gy-sm-11 {
        --bs-gutter-y: 3.5rem
    }

    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 4rem
    }

    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 4rem
    }

    .g-sm-13,
    .gx-sm-13 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-13,
    .gy-sm-13 {
        --bs-gutter-y: 4.5rem
    }

    .g-sm-14,
    .gx-sm-14 {
        --bs-gutter-x: 5rem
    }

    .g-sm-14,
    .gy-sm-14 {
        --bs-gutter-y: 5rem
    }

    .g-sm-15,
    .gx-sm-15 {
        --bs-gutter-x: 6rem
    }

    .g-sm-15,
    .gy-sm-15 {
        --bs-gutter-y: 6rem
    }

    .g-sm-16,
    .gx-sm-16 {
        --bs-gutter-x: 8rem
    }

    .g-sm-16,
    .gy-sm-16 {
        --bs-gutter-y: 8rem
    }

    .g-sm-17,
    .gx-sm-17 {
        --bs-gutter-x: 10rem
    }

    .g-sm-17,
    .gy-sm-17 {
        --bs-gutter-y: 10rem
    }

    .g-sm-18,
    .gx-sm-18 {
        --bs-gutter-x: 12rem
    }

    .g-sm-18,
    .gy-sm-18 {
        --bs-gutter-y: 12rem
    }
    .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
    }
    .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
    .btn-text{
        width: 18%;
    }
    .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
    }
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .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: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 420px
    }
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
    .sticky-sm-top {
        top: 0
    }

    .sticky-sm-bottom,
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0
    }
    .position-sm-static {
        position: static !important
    }

    .position-sm-relative {
        position: relative !important
    }

    .position-sm-absolute {
        position: absolute !important
    }

    .position-sm-fixed {
        position: fixed !important
    }

    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    .top-sm-0 {
        top: 0 !important
    }

    .top-sm-50 {
        top: 50% !important
    }

    .top-sm-100 {
        top: 100% !important
    }

    .top-sm-auto {
        top: auto !important
    }

    .bottom-sm-0 {
        bottom: 0 !important
    }

    .bottom-sm-50 {
        bottom: 50% !important
    }

    .bottom-sm-100 {
        bottom: 100% !important
    }

    .bottom-sm-auto {
        bottom: auto !important
    }

    .start-sm-0 {
        left: 0 !important
    }

    .start-sm-50 {
        left: 50% !important
    }

    .start-sm-100 {
        left: 100% !important
    }

    .start-sm-auto {
        left: auto !important
    }

    .end-sm-0 {
        right: 0 !important
    }

    .end-sm-50 {
        right: 50% !important
    }

    .end-sm-100 {
        right: 100% !important
    }

    .end-sm-auto {
        right: auto !important
    }

    .border-sm {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-sm-0 {
        border: 0 !important
    }

    .border-top-sm {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-top-sm-0 {
        border-top: 0 !important
    }

    .border-end-sm {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-end-sm-0 {
        border-right: 0 !important
    }

    .border-bottom-sm {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-bottom-sm-0 {
        border-bottom: 0 !important
    }

    .border-start-sm {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-start-sm-0 {
        border-left: 0 !important
    }

    .w-sm-0 {
        width: 0 !important
    }

    .w-sm-5 {
        width: 5% !important
    }

    .w-sm-10 {
        width: 10% !important
    }

    .w-sm-15 {
        width: 15% !important
    }

    .w-sm-20 {
        width: 20% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-30 {
        width: 30% !important
    }

    .w-sm-40 {
        width: 40% !important
    }

    .w-sm-45 {
        width: 45% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-65 {
        width: 65% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: .75rem !important
    }

    .m-sm-4 {
        margin: 1rem !important
    }

    .m-sm-5 {
        margin: 1.25rem !important
    }

    .m-sm-6 {
        margin: 1.5rem !important
    }

    .m-sm-7 {
        margin: 1.75rem !important
    }

    .m-sm-8 {
        margin: 2rem !important
    }

    .m-sm-9 {
        margin: 2.5rem !important
    }

    .m-sm-10 {
        margin: 3rem !important
    }

    .m-sm-11 {
        margin: 3.5rem !important
    }

    .m-sm-12 {
        margin: 4rem !important
    }

    .m-sm-13 {
        margin: 4.5rem !important
    }

    .m-sm-14 {
        margin: 5rem !important
    }

    .m-sm-15 {
        margin: 6rem !important
    }

    .m-sm-16 {
        margin: 8rem !important
    }

    .m-sm-17 {
        margin: 10rem !important
    }

    .m-sm-18 {
        margin: 12rem !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: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-sm-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-sm-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-sm-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-9 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-sm-10 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-11 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-sm-12 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-sm-13 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-sm-14 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-sm-15 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-sm-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-sm-17 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .mx-sm-18 {
        margin-left: 12rem !important;
        margin-right: 12rem !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: .75rem !important;
        margin-top: .75rem !important
    }

    .my-sm-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-5 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-sm-6 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-7 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-sm-8 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-9 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-sm-10 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-11 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-sm-12 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-sm-13 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-sm-14 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-sm-15 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-sm-16 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-sm-17 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important
    }

    .my-sm-18 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !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: .75rem !important
    }

    .mt-sm-4 {
        margin-top: 1rem !important
    }

    .mt-sm-5 {
        margin-top: 1.25rem !important
    }

    .mt-sm-6 {
        margin-top: 1.5rem !important
    }

    .mt-sm-7 {
        margin-top: 1.75rem !important
    }

    .mt-sm-8 {
        margin-top: 2rem !important
    }

    .mt-sm-9 {
        margin-top: 2.5rem !important
    }

    .mt-sm-10 {
        margin-top: 3rem !important
    }

    .mt-sm-11 {
        margin-top: 3.5rem !important
    }

    .mt-sm-12 {
        margin-top: 4rem !important
    }

    .mt-sm-13 {
        margin-top: 4.5rem !important
    }

    .mt-sm-14 {
        margin-top: 5rem !important
    }

    .mt-sm-15 {
        margin-top: 6rem !important
    }

    .mt-sm-16 {
        margin-top: 8rem !important
    }

    .mt-sm-17 {
        margin-top: 10rem !important
    }

    .mt-sm-18 {
        margin-top: 12rem !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: .75rem !important
    }

    .me-sm-4 {
        margin-right: 1rem !important
    }

    .me-sm-5 {
        margin-right: 1.25rem !important
    }

    .me-sm-6 {
        margin-right: 1.5rem !important
    }

    .me-sm-7 {
        margin-right: 1.75rem !important
    }

    .me-sm-8 {
        margin-right: 2rem !important
    }

    .me-sm-9 {
        margin-right: 2.5rem !important
    }

    .me-sm-10 {
        margin-right: 3rem !important
    }

    .me-sm-11 {
        margin-right: 3.5rem !important
    }

    .me-sm-12 {
        margin-right: 4rem !important
    }

    .me-sm-13 {
        margin-right: 4.5rem !important
    }

    .me-sm-14 {
        margin-right: 5rem !important
    }

    .me-sm-15 {
        margin-right: 6rem !important
    }

    .me-sm-16 {
        margin-right: 8rem !important
    }

    .me-sm-17 {
        margin-right: 10rem !important
    }

    .me-sm-18 {
        margin-right: 12rem !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: .75rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1rem !important
    }

    .mb-sm-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-sm-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-sm-8 {
        margin-bottom: 2rem !important
    }

    .mb-sm-9 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 3rem !important
    }

    .mb-sm-11 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-12 {
        margin-bottom: 4rem !important
    }

    .mb-sm-13 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-14 {
        margin-bottom: 5rem !important
    }

    .mb-sm-15 {
        margin-bottom: 6rem !important
    }

    .mb-sm-16 {
        margin-bottom: 8rem !important
    }

    .mb-sm-17 {
        margin-bottom: 10rem !important
    }

    .mb-sm-18 {
        margin-bottom: 12rem !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: .75rem !important
    }

    .ms-sm-4 {
        margin-left: 1rem !important
    }

    .ms-sm-5 {
        margin-left: 1.25rem !important
    }

    .ms-sm-6 {
        margin-left: 1.5rem !important
    }

    .ms-sm-7 {
        margin-left: 1.75rem !important
    }

    .ms-sm-8 {
        margin-left: 2rem !important
    }

    .ms-sm-9 {
        margin-left: 2.5rem !important
    }

    .ms-sm-10 {
        margin-left: 3rem !important
    }

    .ms-sm-11 {
        margin-left: 3.5rem !important
    }

    .ms-sm-12 {
        margin-left: 4rem !important
    }

    .ms-sm-13 {
        margin-left: 4.5rem !important
    }

    .ms-sm-14 {
        margin-left: 5rem !important
    }

    .ms-sm-15 {
        margin-left: 6rem !important
    }

    .ms-sm-16 {
        margin-left: 8rem !important
    }

    .ms-sm-17 {
        margin-left: 10rem !important
    }

    .ms-sm-18 {
        margin-left: 12rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n3 {
        margin: -.75rem !important
    }

    .m-sm-n4 {
        margin: -1rem !important
    }

    .m-sm-n5 {
        margin: -1.25rem !important
    }

    .m-sm-n6 {
        margin: -1.5rem !important
    }

    .m-sm-n7 {
        margin: -1.75rem !important
    }

    .m-sm-n8 {
        margin: -2rem !important
    }

    .m-sm-n9 {
        margin: -2.5rem !important
    }

    .m-sm-n10 {
        margin: -3rem !important
    }

    .m-sm-n11 {
        margin: -3.5rem !important
    }

    .m-sm-n12 {
        margin: -4rem !important
    }

    .m-sm-n13 {
        margin: -4.5rem !important
    }

    .m-sm-n14 {
        margin: -5rem !important
    }

    .m-sm-n15 {
        margin: -6rem !important
    }

    .m-sm-n16 {
        margin: -8rem !important
    }

    .m-sm-n17 {
        margin: -10rem !important
    }

    .m-sm-n18 {
        margin: -12rem !important
    }

    .mx-sm-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-sm-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-sm-n3 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-sm-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-sm-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-sm-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-sm-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-sm-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-sm-n9 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-sm-n10 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-sm-n11 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-sm-n12 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-sm-n13 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-sm-n14 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-sm-n15 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-sm-n16 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-sm-n17 {
        margin-left: -10rem !important;
        margin-right: -10rem !important
    }

    .mx-sm-n18 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .my-sm-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-sm-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-sm-n3 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-sm-n4 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-sm-n5 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-sm-n6 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-sm-n7 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-sm-n8 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-sm-n9 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-sm-n10 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-sm-n11 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-sm-n12 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-sm-n13 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-sm-n14 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-sm-n15 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-sm-n16 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-sm-n17 {
        margin-bottom: -10rem !important;
        margin-top: -10rem !important
    }

    .my-sm-n18 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -.75rem !important
    }

    .mt-sm-n4 {
        margin-top: -1rem !important
    }

    .mt-sm-n5 {
        margin-top: -1.25rem !important
    }

    .mt-sm-n6 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n7 {
        margin-top: -1.75rem !important
    }

    .mt-sm-n8 {
        margin-top: -2rem !important
    }

    .mt-sm-n9 {
        margin-top: -2.5rem !important
    }

    .mt-sm-n10 {
        margin-top: -3rem !important
    }

    .mt-sm-n11 {
        margin-top: -3.5rem !important
    }

    .mt-sm-n12 {
        margin-top: -4rem !important
    }

    .mt-sm-n13 {
        margin-top: -4.5rem !important
    }

    .mt-sm-n14 {
        margin-top: -5rem !important
    }

    .mt-sm-n15 {
        margin-top: -6rem !important
    }

    .mt-sm-n16 {
        margin-top: -8rem !important
    }

    .mt-sm-n17 {
        margin-top: -10rem !important
    }

    .mt-sm-n18 {
        margin-top: -12rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -.75rem !important
    }

    .me-sm-n4 {
        margin-right: -1rem !important
    }

    .me-sm-n5 {
        margin-right: -1.25rem !important
    }

    .me-sm-n6 {
        margin-right: -1.5rem !important
    }

    .me-sm-n7 {
        margin-right: -1.75rem !important
    }

    .me-sm-n8 {
        margin-right: -2rem !important
    }

    .me-sm-n9 {
        margin-right: -2.5rem !important
    }

    .me-sm-n10 {
        margin-right: -3rem !important
    }

    .me-sm-n11 {
        margin-right: -3.5rem !important
    }

    .me-sm-n12 {
        margin-right: -4rem !important
    }

    .me-sm-n13 {
        margin-right: -4.5rem !important
    }

    .me-sm-n14 {
        margin-right: -5rem !important
    }

    .me-sm-n15 {
        margin-right: -6rem !important
    }

    .me-sm-n16 {
        margin-right: -8rem !important
    }

    .me-sm-n17 {
        margin-right: -10rem !important
    }

    .me-sm-n18 {
        margin-right: -12rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -.75rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -1.25rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -1.75rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n9 {
        margin-bottom: -2.5rem !important
    }

    .mb-sm-n10 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n11 {
        margin-bottom: -3.5rem !important
    }

    .mb-sm-n12 {
        margin-bottom: -4rem !important
    }

    .mb-sm-n13 {
        margin-bottom: -4.5rem !important
    }

    .mb-sm-n14 {
        margin-bottom: -5rem !important
    }

    .mb-sm-n15 {
        margin-bottom: -6rem !important
    }

    .mb-sm-n16 {
        margin-bottom: -8rem !important
    }

    .mb-sm-n17 {
        margin-bottom: -10rem !important
    }

    .mb-sm-n18 {
        margin-bottom: -12rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -.75rem !important
    }

    .ms-sm-n4 {
        margin-left: -1rem !important
    }

    .ms-sm-n5 {
        margin-left: -1.25rem !important
    }

    .ms-sm-n6 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n7 {
        margin-left: -1.75rem !important
    }

    .ms-sm-n8 {
        margin-left: -2rem !important
    }

    .ms-sm-n9 {
        margin-left: -2.5rem !important
    }

    .ms-sm-n10 {
        margin-left: -3rem !important
    }

    .ms-sm-n11 {
        margin-left: -3.5rem !important
    }

    .ms-sm-n12 {
        margin-left: -4rem !important
    }

    .ms-sm-n13 {
        margin-left: -4.5rem !important
    }

    .ms-sm-n14 {
        margin-left: -5rem !important
    }

    .ms-sm-n15 {
        margin-left: -6rem !important
    }

    .ms-sm-n16 {
        margin-left: -8rem !important
    }

    .ms-sm-n17 {
        margin-left: -10rem !important
    }

    .ms-sm-n18 {
        margin-left: -12rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: .75rem !important
    }

    .p-sm-4 {
        padding: 1rem !important
    }

    .p-sm-5 {
        padding: 1.25rem !important
    }

    .p-sm-6 {
        padding: 1.5rem !important
    }

    .p-sm-7 {
        padding: 1.75rem !important
    }

    .p-sm-8 {
        padding: 2rem !important
    }

    .p-sm-9 {
        padding: 2.5rem !important
    }

    .p-sm-10 {
        padding: 3rem !important
    }

    .p-sm-11 {
        padding: 3.5rem !important
    }

    .p-sm-12 {
        padding: 4rem !important
    }

    .p-sm-13 {
        padding: 4.5rem !important
    }

    .p-sm-14 {
        padding: 5rem !important
    }

    .p-sm-15 {
        padding: 6rem !important
    }

    .p-sm-16 {
        padding: 8rem !important
    }

    .p-sm-17 {
        padding: 10rem !important
    }

    .p-sm-18 {
        padding: 12rem !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: .75rem !important;
        padding-right: .75rem !important
    }

    .px-sm-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-sm-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-sm-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-9 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-sm-10 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-11 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-sm-12 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-13 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-14 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-sm-15 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-sm-17 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-sm-18 {
        padding-left: 12rem !important;
        padding-right: 12rem !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: .75rem !important;
        padding-top: .75rem !important
    }

    .py-sm-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-5 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-sm-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-7 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-sm-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-9 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-sm-10 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-11 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-sm-12 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-sm-13 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-sm-14 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-sm-15 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-sm-16 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-sm-17 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }

    .py-sm-18 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !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: .75rem !important
    }

    .pt-sm-4 {
        padding-top: 1rem !important
    }

    .pt-sm-5 {
        padding-top: 1.25rem !important
    }

    .pt-sm-6 {
        padding-top: 1.5rem !important
    }

    .pt-sm-7 {
        padding-top: 1.75rem !important
    }

    .pt-sm-8 {
        padding-top: 2rem !important
    }

    .pt-sm-9 {
        padding-top: 2.5rem !important
    }

    .pt-sm-10 {
        padding-top: 3rem !important
    }

    .pt-sm-11 {
        padding-top: 3.5rem !important
    }

    .pt-sm-12 {
        padding-top: 4rem !important
    }

    .pt-sm-13 {
        padding-top: 4.5rem !important
    }

    .pt-sm-14 {
        padding-top: 5rem !important
    }

    .pt-sm-15 {
        padding-top: 6rem !important
    }

    .pt-sm-16 {
        padding-top: 8rem !important
    }

    .pt-sm-17 {
        padding-top: 10rem !important
    }

    .pt-sm-18 {
        padding-top: 12rem !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: .75rem !important
    }

    .pe-sm-4 {
        padding-right: 1rem !important
    }

    .pe-sm-5 {
        padding-right: 1.25rem !important
    }

    .pe-sm-6 {
        padding-right: 1.5rem !important
    }

    .pe-sm-7 {
        padding-right: 1.75rem !important
    }

    .pe-sm-8 {
        padding-right: 2rem !important
    }

    .pe-sm-9 {
        padding-right: 2.5rem !important
    }

    .pe-sm-10 {
        padding-right: 3rem !important
    }

    .pe-sm-11 {
        padding-right: 3.5rem !important
    }

    .pe-sm-12 {
        padding-right: 4rem !important
    }

    .pe-sm-13 {
        padding-right: 4.5rem !important
    }

    .pe-sm-14 {
        padding-right: 5rem !important
    }

    .pe-sm-15 {
        padding-right: 6rem !important
    }

    .pe-sm-16 {
        padding-right: 8rem !important
    }

    .pe-sm-17 {
        padding-right: 10rem !important
    }

    .pe-sm-18 {
        padding-right: 12rem !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: .75rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1rem !important
    }

    .pb-sm-5 {
        padding-bottom: 1.25rem !important
    }

    .pb-sm-6 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 1.75rem !important
    }

    .pb-sm-8 {
        padding-bottom: 2rem !important
    }

    .pb-sm-9 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 3rem !important
    }

    .pb-sm-11 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-12 {
        padding-bottom: 4rem !important
    }

    .pb-sm-13 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-14 {
        padding-bottom: 5rem !important
    }

    .pb-sm-15 {
        padding-bottom: 6rem !important
    }

    .pb-sm-16 {
        padding-bottom: 8rem !important
    }

    .pb-sm-17 {
        padding-bottom: 10rem !important
    }

    .pb-sm-18 {
        padding-bottom: 12rem !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: .75rem !important
    }

    .ps-sm-4 {
        padding-left: 1rem !important
    }

    .ps-sm-5 {
        padding-left: 1.25rem !important
    }

    .ps-sm-6 {
        padding-left: 1.5rem !important
    }

    .ps-sm-7 {
        padding-left: 1.75rem !important
    }

    .ps-sm-8 {
        padding-left: 2rem !important
    }

    .ps-sm-9 {
        padding-left: 2.5rem !important
    }

    .ps-sm-10 {
        padding-left: 3rem !important
    }

    .ps-sm-11 {
        padding-left: 3.5rem !important
    }

    .ps-sm-12 {
        padding-left: 4rem !important
    }

    .ps-sm-13 {
        padding-left: 4.5rem !important
    }

    .ps-sm-14 {
        padding-left: 5rem !important
    }

    .ps-sm-15 {
        padding-left: 6rem !important
    }

    .ps-sm-16 {
        padding-left: 8rem !important
    }

    .ps-sm-17 {
        padding-left: 10rem !important
    }

    .ps-sm-18 {
        padding-left: 12rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: .75rem !important
    }

    .gap-sm-4 {
        gap: 1rem !important
    }

    .gap-sm-5 {
        gap: 1.25rem !important
    }

    .gap-sm-6 {
        gap: 1.5rem !important
    }

    .gap-sm-7 {
        gap: 1.75rem !important
    }

    .gap-sm-8 {
        gap: 2rem !important
    }

    .gap-sm-9 {
        gap: 2.5rem !important
    }

    .gap-sm-10 {
        gap: 3rem !important
    }

    .gap-sm-11 {
        gap: 3.5rem !important
    }

    .gap-sm-12 {
        gap: 4rem !important
    }

    .gap-sm-13 {
        gap: 4.5rem !important
    }

    .gap-sm-14 {
        gap: 5rem !important
    }

    .gap-sm-15 {
        gap: 6rem !important
    }

    .gap-sm-16 {
        gap: 8rem !important
    }

    .gap-sm-17 {
        gap: 10rem !important
    }

    .gap-sm-18 {
        gap: 12rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .bg-sm-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-gray-400 {
        --bs-bg-opacity: 1;
        background-color: #c1c7c6 !important
    }

    .bg-sm-light-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-light-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-light-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-light-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-light-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-dark-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-dark-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-dark-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-dark-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-dark-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-sm-body,
    .bg-sm-white {
        --bs-bg-opacity: 1;
        background-color: #fff !important
    }

    .bg-sm-gray-100 {
        --bs-bg-opacity: 1;
        background-color: #f0f3f2 !important
    }

    .bg-sm-gray-200 {
        --bs-bg-opacity: 1;
        background-color: #ecf0ef !important
    }

    .bg-sm-gray-300 {
        --bs-bg-opacity: 1;
        background-color: #dfe2e1 !important
    }

    .bg-sm-gray-500 {
        --bs-bg-opacity: 1;
        background-color: #889397 !important
    }

    .bg-sm-gray-600 {
        --bs-bg-opacity: 1;
        background-color: #5c6c75 !important
    }

    .bg-sm-gray-700 {
        --bs-bg-opacity: 1;
        background-color: #3d4f58 !important
    }

    .bg-sm-gray-800 {
        --bs-bg-opacity: 1;
        background-color: #21313c !important
    }

    .bg-sm-gray-900 {
        --bs-bg-opacity: 1;
        background-color: #001e2b !important
    }

    .bg-sm-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent !important
    }

    .visibility-sm-visible {
        visibility: visible !important
    }

    .visibility-sm-invisible {
        visibility: hidden !important
    }
} /* 576px */

@media only screen and (min-width:778px) {
    .fs-4{
      font-size: calc(40 * .075vw) !important
    }
    .navbar-nav{
      flex-direction: uset;
    }
    .form-lg-laptop{
        margin-left: 1%;
    }
    .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
    }

    .position-md-static {
        position: static !important
    }

    .position-md-relative {
        position: relative !important
    }

    .position-md-absolute {
        position: absolute !important
    }

    .position-md-fixed {
        position: fixed !important
    }

    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    .top-md-0 {
        top: 0 !important
    }

    .top-md-50 {
        top: 50% !important
    }

    .top-md-100 {
        top: 100% !important
    }

    .top-md-auto {
        top: auto !important
    }

    .bottom-md-0 {
        bottom: 0 !important
    }

    .bottom-md-50 {
        bottom: 50% !important
    }

    .bottom-md-100 {
        bottom: 100% !important
    }

    .bottom-md-auto {
        bottom: auto !important
    }

    .start-md-0 {
        left: 0 !important
    }

    .start-md-50 {
        left: 50% !important
    }

    .start-md-100 {
        left: 100% !important
    }

    .start-md-auto {
        left: auto !important
    }

    .end-md-0 {
        right: 0 !important
    }

    .end-md-50 {
        right: 50% !important
    }

    .end-md-100 {
        right: 100% !important
    }

    .end-md-auto {
        right: auto !important
    }

    .border-md {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-md-0 {
        border: 0 !important
    }

    .border-top-md {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-top-md-0 {
        border-top: 0 !important
    }

    .border-end-md {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-end-md-0 {
        border-right: 0 !important
    }

    .border-bottom-md {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-bottom-md-0 {
        border-bottom: 0 !important
    }

    .border-start-md {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .border-start-md-0 {
        border-left: 0 !important
    }

    .w-md-0 {
        width: 0 !important
    }

    .w-md-5 {
        width: 5% !important
    }

    .w-md-10 {
        width: 10% !important
    }

    .w-md-15 {
        width: 15% !important
    }

    .w-md-20 {
        width: 20% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-30 {
        width: 30% !important
    }

    .w-md-40 {
        width: 40% !important
    }

    .w-md-45 {
        width: 45% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-65 {
        width: 65% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: .75rem !important
    }

    .m-md-4 {
        margin: 1rem !important
    }

    .m-md-5 {
        margin: 1.25rem !important
    }

    .m-md-6 {
        margin: 1.5rem !important
    }

    .m-md-7 {
        margin: 1.75rem !important
    }

    .m-md-8 {
        margin: 2rem !important
    }

    .m-md-9 {
        margin: 2.5rem !important
    }

    .m-md-10 {
        margin: 3rem !important
    }

    .m-md-11 {
        margin: 3.5rem !important
    }

    .m-md-12 {
        margin: 4rem !important
    }

    .m-md-13 {
        margin: 4.5rem !important
    }

    .m-md-14 {
        margin: 5rem !important
    }

    .m-md-15 {
        margin: 6rem !important
    }

    .m-md-16 {
        margin: 8rem !important
    }

    .m-md-17 {
        margin: 10rem !important
    }

    .m-md-18 {
        margin: 12rem !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: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-md-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-md-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-md-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-9 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-md-10 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-11 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-md-12 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-md-13 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-md-14 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-md-15 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-md-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-md-17 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .mx-md-18 {
        margin-left: 12rem !important;
        margin-right: 12rem !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: .75rem !important;
        margin-top: .75rem !important
    }

    .my-md-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-5 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-md-6 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-7 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-md-8 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-9 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-md-10 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-11 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-md-12 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-md-13 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-md-14 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-md-15 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-md-16 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-md-17 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important
    }

    .my-md-18 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !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: .75rem !important
    }

    .mt-md-4 {
        margin-top: 1rem !important
    }

    .mt-md-5 {
        margin-top: 1.25rem !important
    }

    .mt-md-6 {
        margin-top: 1.5rem !important
    }

    .mt-md-7 {
        margin-top: 1.75rem !important
    }

    .mt-md-8 {
        margin-top: 2rem !important
    }

    .mt-md-9 {
        margin-top: 2.5rem !important
    }

    .mt-md-10 {
        margin-top: 3rem !important
    }

    .mt-md-11 {
        margin-top: 3.5rem !important
    }

    .mt-md-12 {
        margin-top: 4rem !important
    }

    .mt-md-13 {
        margin-top: 4.5rem !important
    }

    .mt-md-14 {
        margin-top: 5rem !important
    }

    .mt-md-15 {
        margin-top: 6rem !important
    }

    .mt-md-16 {
        margin-top: 8rem !important
    }

    .mt-md-17 {
        margin-top: 10rem !important
    }

    .mt-md-18 {
        margin-top: 12rem !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: .75rem !important
    }

    .me-md-4 {
        margin-right: 1rem !important
    }

    .me-md-5 {
        margin-right: 1.25rem !important
    }

    .me-md-6 {
        margin-right: 1.5rem !important
    }

    .me-md-7 {
        margin-right: 1.75rem !important
    }

    .me-md-8 {
        margin-right: 2rem !important
    }

    .me-md-9 {
        margin-right: 2.5rem !important
    }

    .me-md-10 {
        margin-right: 3rem !important
    }

    .me-md-11 {
        margin-right: 3.5rem !important
    }

    .me-md-12 {
        margin-right: 4rem !important
    }

    .me-md-13 {
        margin-right: 4.5rem !important
    }

    .me-md-14 {
        margin-right: 5rem !important
    }

    .me-md-15 {
        margin-right: 6rem !important
    }

    .me-md-16 {
        margin-right: 8rem !important
    }

    .me-md-17 {
        margin-right: 10rem !important
    }

    .me-md-18 {
        margin-right: 12rem !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: .75rem !important
    }

    .mb-md-4 {
        margin-bottom: 1rem !important
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-md-8 {
        margin-bottom: 2rem !important
    }

    .mb-md-9 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 3rem !important
    }

    .mb-md-11 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-12 {
        margin-bottom: 4rem !important
    }

    .mb-md-13 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-14 {
        margin-bottom: 5rem !important
    }

    .mb-md-15 {
        margin-bottom: 6rem !important
    }

    .mb-md-16 {
        margin-bottom: 8rem !important
    }

    .mb-md-17 {
        margin-bottom: 10rem !important
    }

    .mb-md-18 {
        margin-bottom: 12rem !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: .75rem !important
    }

    .ms-md-4 {
        margin-left: 1rem !important
    }

    .ms-md-5 {
        margin-left: 1.25rem !important
    }

    .ms-md-6 {
        margin-left: 1.5rem !important
    }

    .ms-md-7 {
        margin-left: 1.75rem !important
    }

    .ms-md-8 {
        margin-left: 2rem !important
    }

    .ms-md-9 {
        margin-left: 2.5rem !important
    }

    .ms-md-10 {
        margin-left: 3rem !important
    }

    .ms-md-11 {
        margin-left: 3.5rem !important
    }

    .ms-md-12 {
        margin-left: 4rem !important
    }

    .ms-md-13 {
        margin-left: 4.5rem !important
    }

    .ms-md-14 {
        margin-left: 5rem !important
    }

    .ms-md-15 {
        margin-left: 6rem !important
    }

    .ms-md-16 {
        margin-left: 8rem !important
    }

    .ms-md-17 {
        margin-left: 10rem !important
    }

    .ms-md-18 {
        margin-left: 12rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -.75rem !important
    }

    .m-md-n4 {
        margin: -1rem !important
    }

    .m-md-n5 {
        margin: -1.25rem !important
    }

    .m-md-n6 {
        margin: -1.5rem !important
    }

    .m-md-n7 {
        margin: -1.75rem !important
    }

    .m-md-n8 {
        margin: -2rem !important
    }

    .m-md-n9 {
        margin: -2.5rem !important
    }

    .m-md-n10 {
        margin: -3rem !important
    }

    .m-md-n11 {
        margin: -3.5rem !important
    }

    .m-md-n12 {
        margin: -4rem !important
    }

    .m-md-n13 {
        margin: -4.5rem !important
    }

    .m-md-n14 {
        margin: -5rem !important
    }

    .m-md-n15 {
        margin: -6rem !important
    }

    .m-md-n16 {
        margin: -8rem !important
    }

    .m-md-n17 {
        margin: -10rem !important
    }

    .m-md-n18 {
        margin: -12rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-md-n3 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-md-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-md-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-md-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-md-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-md-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-md-n9 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-md-n10 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-md-n11 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-md-n12 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-md-n13 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-md-n14 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-md-n15 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-md-n16 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-md-n17 {
        margin-left: -10rem !important;
        margin-right: -10rem !important
    }

    .mx-md-n18 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .my-md-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-md-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-md-n3 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-md-n4 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-md-n5 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-md-n6 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-md-n7 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-md-n8 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-md-n9 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-md-n10 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-md-n11 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-md-n12 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-md-n13 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-md-n14 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-md-n15 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-md-n16 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-md-n17 {
        margin-bottom: -10rem !important;
        margin-top: -10rem !important
    }

    .my-md-n18 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -.75rem !important
    }

    .mt-md-n4 {
        margin-top: -1rem !important
    }

    .mt-md-n5 {
        margin-top: -1.25rem !important
    }

    .mt-md-n6 {
        margin-top: -1.5rem !important
    }

    .mt-md-n7 {
        margin-top: -1.75rem !important
    }

    .mt-md-n8 {
        margin-top: -2rem !important
    }

    .mt-md-n9 {
        margin-top: -2.5rem !important
    }

    .mt-md-n10 {
        margin-top: -3rem !important
    }

    .mt-md-n11 {
        margin-top: -3.5rem !important
    }

    .mt-md-n12 {
        margin-top: -4rem !important
    }

    .mt-md-n13 {
        margin-top: -4.5rem !important
    }

    .mt-md-n14 {
        margin-top: -5rem !important
    }

    .mt-md-n15 {
        margin-top: -6rem !important
    }

    .mt-md-n16 {
        margin-top: -8rem !important
    }

    .mt-md-n17 {
        margin-top: -10rem !important
    }

    .mt-md-n18 {
        margin-top: -12rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -.75rem !important
    }

    .me-md-n4 {
        margin-right: -1rem !important
    }

    .me-md-n5 {
        margin-right: -1.25rem !important
    }

    .me-md-n6 {
        margin-right: -1.5rem !important
    }

    .me-md-n7 {
        margin-right: -1.75rem !important
    }

    .me-md-n8 {
        margin-right: -2rem !important
    }

    .me-md-n9 {
        margin-right: -2.5rem !important
    }

    .me-md-n10 {
        margin-right: -3rem !important
    }

    .me-md-n11 {
        margin-right: -3.5rem !important
    }

    .me-md-n12 {
        margin-right: -4rem !important
    }

    .me-md-n13 {
        margin-right: -4.5rem !important
    }

    .me-md-n14 {
        margin-right: -5rem !important
    }

    .me-md-n15 {
        margin-right: -6rem !important
    }

    .me-md-n16 {
        margin-right: -8rem !important
    }

    .me-md-n17 {
        margin-right: -10rem !important
    }

    .me-md-n18 {
        margin-right: -12rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -.75rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1rem !important
    }

    .mb-md-n5 {
        margin-bottom: -1.25rem !important
    }

    .mb-md-n6 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n7 {
        margin-bottom: -1.75rem !important
    }

    .mb-md-n8 {
        margin-bottom: -2rem !important
    }

    .mb-md-n9 {
        margin-bottom: -2.5rem !important
    }

    .mb-md-n10 {
        margin-bottom: -3rem !important
    }

    .mb-md-n11 {
        margin-bottom: -3.5rem !important
    }

    .mb-md-n12 {
        margin-bottom: -4rem !important
    }

    .mb-md-n13 {
        margin-bottom: -4.5rem !important
    }

    .mb-md-n14 {
        margin-bottom: -5rem !important
    }

    .mb-md-n15 {
        margin-bottom: -6rem !important
    }

    .mb-md-n16 {
        margin-bottom: -8rem !important
    }

    .mb-md-n17 {
        margin-bottom: -10rem !important
    }

    .mb-md-n18 {
        margin-bottom: -12rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -.75rem !important
    }

    .ms-md-n4 {
        margin-left: -1rem !important
    }

    .ms-md-n5 {
        margin-left: -1.25rem !important
    }

    .ms-md-n6 {
        margin-left: -1.5rem !important
    }

    .ms-md-n7 {
        margin-left: -1.75rem !important
    }

    .ms-md-n8 {
        margin-left: -2rem !important
    }

    .ms-md-n9 {
        margin-left: -2.5rem !important
    }

    .ms-md-n10 {
        margin-left: -3rem !important
    }

    .ms-md-n11 {
        margin-left: -3.5rem !important
    }

    .ms-md-n12 {
        margin-left: -4rem !important
    }

    .ms-md-n13 {
        margin-left: -4.5rem !important
    }

    .ms-md-n14 {
        margin-left: -5rem !important
    }

    .ms-md-n15 {
        margin-left: -6rem !important
    }

    .ms-md-n16 {
        margin-left: -8rem !important
    }

    .ms-md-n17 {
        margin-left: -10rem !important
    }

    .ms-md-n18 {
        margin-left: -12rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: .75rem !important
    }

    .p-md-4 {
        padding: 1rem !important
    }

    .p-md-5 {
        padding: 1.25rem !important
    }

    .p-md-6 {
        padding: 1.5rem !important
    }

    .p-md-7 {
        padding: 1.75rem !important
    }

    .p-md-8 {
        padding: 2rem !important
    }

    .p-md-9 {
        padding: 2.5rem !important
    }

    .p-md-10 {
        padding: 3rem !important
    }

    .p-md-11 {
        padding: 3.5rem !important
    }

    .p-md-12 {
        padding: 4rem !important
    }

    .p-md-13 {
        padding: 4.5rem !important
    }

    .p-md-14 {
        padding: 5rem !important
    }

    .p-md-15 {
        padding: 6rem !important
    }

    .p-md-16 {
        padding: 8rem !important
    }

    .p-md-17 {
        padding: 10rem !important
    }

    .p-md-18 {
        padding: 12rem !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: .75rem !important;
        padding-right: .75rem !important
    }

    .px-md-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-md-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-md-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-9 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-10 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-11 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-md-12 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-13 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-14 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-md-15 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-md-17 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-md-18 {
        padding-left: 12rem !important;
        padding-right: 12rem !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: .75rem !important;
        padding-top: .75rem !important
    }

    .py-md-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-5 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-md-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-7 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-md-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-9 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-md-10 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-11 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-md-12 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-md-13 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-md-14 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-md-15 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-md-16 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-md-17 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }

    .py-md-18 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !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: .75rem !important
    }

    .pt-md-4 {
        padding-top: 1rem !important
    }

    .pt-md-5 {
        padding-top: 1.25rem !important
    }

    .pt-md-6 {
        padding-top: 1.5rem !important
    }

    .pt-md-7 {
        padding-top: 1.75rem !important
    }

    .pt-md-8 {
        padding-top: 2rem !important
    }

    .pt-md-9 {
        padding-top: 2.5rem !important
    }

    .pt-md-10 {
        padding-top: 3rem !important
    }

    .pt-md-11 {
        padding-top: 3.5rem !important
    }

    .pt-md-12 {
        padding-top: 4rem !important
    }

    .pt-md-13 {
        padding-top: 4.5rem !important
    }

    .pt-md-14 {
        padding-top: 5rem !important
    }

    .pt-md-15 {
        padding-top: 6rem !important
    }

    .pt-md-16 {
        padding-top: 8rem !important
    }

    .pt-md-17 {
        padding-top: 10rem !important
    }

    .pt-md-18 {
        padding-top: 12rem !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: .75rem !important
    }

    .pe-md-4 {
        padding-right: 1rem !important
    }

    .pe-md-5 {
        padding-right: 1.25rem !important
    }

    .pe-md-6 {
        padding-right: 1.5rem !important
    }

    .pe-md-7 {
        padding-right: 1.75rem !important
    }

    .pe-md-8 {
        padding-right: 2rem !important
    }

    .pe-md-9 {
        padding-right: 2.5rem !important
    }

    .pe-md-10 {
        padding-right: 3rem !important
    }

    .pe-md-11 {
        padding-right: 3.5rem !important
    }

    .pe-md-12 {
        padding-right: 4rem !important
    }

    .pe-md-13 {
        padding-right: 4.5rem !important
    }

    .pe-md-14 {
        padding-right: 5rem !important
    }

    .pe-md-15 {
        padding-right: 6rem !important
    }

    .pe-md-16 {
        padding-right: 8rem !important
    }

    .pe-md-17 {
        padding-right: 10rem !important
    }

    .pe-md-18 {
        padding-right: 12rem !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: .75rem !important
    }

    .pb-md-4 {
        padding-bottom: 1rem !important
    }

    .pb-md-5 {
        padding-bottom: 1.25rem !important
    }

    .pb-md-6 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 1.75rem !important
    }

    .pb-md-8 {
        padding-bottom: 2rem !important
    }

    .pb-md-9 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 3rem !important
    }

    .pb-md-11 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-12 {
        padding-bottom: 4rem !important
    }

    .pb-md-13 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-14 {
        padding-bottom: 5rem !important
    }

    .pb-md-15 {
        padding-bottom: 6rem !important
    }

    .pb-md-16 {
        padding-bottom: 8rem !important
    }

    .pb-md-17 {
        padding-bottom: 10rem !important
    }

    .pb-md-18 {
        padding-bottom: 12rem !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: .75rem !important
    }

    .ps-md-4 {
        padding-left: 1rem !important
    }

    .ps-md-5 {
        padding-left: 1.25rem !important
    }

    .ps-md-6 {
        padding-left: 1.5rem !important
    }

    .ps-md-7 {
        padding-left: 1.75rem !important
    }

    .ps-md-8 {
        padding-left: 2rem !important
    }

    .ps-md-9 {
        padding-left: 2.5rem !important
    }

    .ps-md-10 {
        padding-left: 3rem !important
    }

    .ps-md-11 {
        padding-left: 3.5rem !important
    }

    .ps-md-12 {
        padding-left: 4rem !important
    }

    .ps-md-13 {
        padding-left: 4.5rem !important
    }

    .ps-md-14 {
        padding-left: 5rem !important
    }

    .ps-md-15 {
        padding-left: 6rem !important
    }

    .ps-md-16 {
        padding-left: 8rem !important
    }

    .ps-md-17 {
        padding-left: 10rem !important
    }

    .ps-md-18 {
        padding-left: 12rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: .75rem !important
    }

    .gap-md-4 {
        gap: 1rem !important
    }

    .gap-md-5 {
        gap: 1.25rem !important
    }

    .gap-md-6 {
        gap: 1.5rem !important
    }

    .gap-md-7 {
        gap: 1.75rem !important
    }

    .gap-md-8 {
        gap: 2rem !important
    }

    .gap-md-9 {
        gap: 2.5rem !important
    }

    .gap-md-10 {
        gap: 3rem !important
    }

    .gap-md-11 {
        gap: 3.5rem !important
    }

    .gap-md-12 {
        gap: 4rem !important
    }

    .gap-md-13 {
        gap: 4.5rem !important
    }

    .gap-md-14 {
        gap: 5rem !important
    }

    .gap-md-15 {
        gap: 6rem !important
    }

    .gap-md-16 {
        gap: 8rem !important
    }

    .gap-md-17 {
        gap: 10rem !important
    }

    .gap-md-18 {
        gap: 12rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .bg-md-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-gray-400 {
        --bs-bg-opacity: 1;
        background-color: #c1c7c6 !important
    }

    .bg-md-light-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-light-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-light-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-light-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-light-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-dark-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-primary-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-dark-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-warning-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-dark-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-info-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-dark-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-danger-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-dark-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-success-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
    }

    .bg-md-body,
    .bg-md-white {
        --bs-bg-opacity: 1;
        background-color: #fff !important
    }

    .bg-md-gray-100 {
        --bs-bg-opacity: 1;
        background-color: #f0f3f2 !important
    }

    .bg-md-gray-200 {
        --bs-bg-opacity: 1;
        background-color: #ecf0ef !important
    }

    .bg-md-gray-300 {
        --bs-bg-opacity: 1;
        background-color: #dfe2e1 !important
    }

    .bg-md-gray-500 {
        --bs-bg-opacity: 1;
        background-color: #889397 !important
    }

    .bg-md-gray-600 {
        --bs-bg-opacity: 1;
        background-color: #5c6c75 !important
    }

    .bg-md-gray-700 {
        --bs-bg-opacity: 1;
        background-color: #3d4f58 !important
    }

    .bg-md-gray-800 {
        --bs-bg-opacity: 1;
        background-color: #21313c !important
    }

    .bg-md-gray-900 {
        --bs-bg-opacity: 1;
        background-color: #001e2b !important
    }

    .bg-md-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent !important
    }

    .visibility-md-visible {
        visibility: visible !important
    }

    .visibility-md-invisible {
        visibility: hidden !important
    }
    .col-md {
        flex: 1 0 0%
    }
	
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 2rem
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 2rem
    }

    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 2.5rem
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 3rem
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 3rem
    }

    .g-md-11,
    .gx-md-11 {
        --bs-gutter-x: 3.5rem
    }

    .g-md-11,
    .gy-md-11 {
        --bs-gutter-y: 3.5rem
    }

    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 4rem
    }

    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 4rem
    }

    .g-md-13,
    .gx-md-13 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-13,
    .gy-md-13 {
        --bs-gutter-y: 4.5rem
    }

    .g-md-14,
    .gx-md-14 {
        --bs-gutter-x: 5rem
    }

    .g-md-14,
    .gy-md-14 {
        --bs-gutter-y: 5rem
    }

    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 6rem
    }

    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 6rem
    }

    .g-md-16,
    .gx-md-16 {
        --bs-gutter-x: 8rem
    }

    .g-md-16,
    .gy-md-16 {
        --bs-gutter-y: 8rem
    }

    .g-md-17,
    .gx-md-17 {
        --bs-gutter-x: 10rem
    }

    .g-md-17,
    .gy-md-17 {
        --bs-gutter-y: 10rem
    }

    .g-md-18,
    .gx-md-18 {
        --bs-gutter-x: 12rem
    }

    .g-md-18,
    .gy-md-18 {
        --bs-gutter-y: 12rem
    }
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: .75rem !important
    }

    .m-md-4 {
        margin: 1rem !important
    }

    .m-md-5 {
        margin: 1.25rem !important
    }

    .m-md-6 {
        margin: 1.5rem !important
    }

    .m-md-7 {
        margin: 1.75rem !important
    }

    .m-md-8 {
        margin: 2rem !important
    }

    .m-md-9 {
        margin: 2.5rem !important
    }

    .m-md-10 {
        margin: 3rem !important
    }

    .m-md-11 {
        margin: 3.5rem !important
    }

    .m-md-12 {
        margin: 4rem !important
    }

    .m-md-13 {
        margin: 4.5rem !important
    }

    .m-md-14 {
        margin: 5rem !important
    }

    .m-md-15 {
        margin: 6rem !important
    }

    .m-md-16 {
        margin: 8rem !important
    }

    .m-md-17 {
        margin: 10rem !important
    }

    .m-md-18 {
        margin: 12rem !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: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-md-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-md-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-md-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-9 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-md-10 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-11 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-md-12 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-md-13 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-md-14 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-md-15 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-md-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-md-17 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .mx-md-18 {
        margin-left: 12rem !important;
        margin-right: 12rem !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: .75rem !important;
        margin-top: .75rem !important
    }

    .my-md-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-5 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-md-6 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-7 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-md-8 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-9 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-md-10 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-11 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-md-12 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-md-13 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-md-14 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-md-15 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-md-16 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-md-17 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important
    }

    .my-md-18 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !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: .75rem !important
    }

    .mt-md-4 {
        margin-top: 1rem !important
    }

    .mt-md-5 {
        margin-top: 1.25rem !important
    }

    .mt-md-6 {
        margin-top: 1.5rem !important
    }

    .mt-md-7 {
        margin-top: 1.75rem !important
    }

    .mt-md-8 {
        margin-top: 2rem !important
    }

    .mt-md-9 {
        margin-top: 2.5rem !important
    }

    .mt-md-10 {
        margin-top: 3rem !important
    }

    .mt-md-11 {
        margin-top: 3.5rem !important
    }

    .mt-md-12 {
        margin-top: 4rem !important
    }

    .mt-md-13 {
        margin-top: 4.5rem !important
    }

    .mt-md-14 {
        margin-top: 5rem !important
    }

    .mt-md-15 {
        margin-top: 6rem !important
    }

    .mt-md-16 {
        margin-top: 8rem !important
    }

    .mt-md-17 {
        margin-top: 10rem !important
    }

    .mt-md-18 {
        margin-top: 12rem !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: .75rem !important
    }

    .me-md-4 {
        margin-right: 1rem !important
    }

    .me-md-5 {
        margin-right: 1.25rem !important
    }

    .me-md-6 {
        margin-right: 1.5rem !important
    }

    .me-md-7 {
        margin-right: 1.75rem !important
    }

    .me-md-8 {
        margin-right: 2rem !important
    }

    .me-md-9 {
        margin-right: 2.5rem !important
    }

    .me-md-10 {
        margin-right: 3rem !important
    }

    .me-md-11 {
        margin-right: 3.5rem !important
    }

    .me-md-12 {
        margin-right: 4rem !important
    }

    .me-md-13 {
        margin-right: 4.5rem !important
    }

    .me-md-14 {
        margin-right: 5rem !important
    }

    .me-md-15 {
        margin-right: 6rem !important
    }

    .me-md-16 {
        margin-right: 8rem !important
    }

    .me-md-17 {
        margin-right: 10rem !important
    }

    .me-md-18 {
        margin-right: 12rem !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: .75rem !important
    }

    .mb-md-4 {
        margin-bottom: 1rem !important
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-md-8 {
        margin-bottom: 2rem !important
    }

    .mb-md-9 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 3rem !important
    }

    .mb-md-11 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-12 {
        margin-bottom: 4rem !important
    }

    .mb-md-13 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-14 {
        margin-bottom: 5rem !important
    }

    .mb-md-15 {
        margin-bottom: 6rem !important
    }

    .mb-md-16 {
        margin-bottom: 8rem !important
    }

    .mb-md-17 {
        margin-bottom: 10rem !important
    }

    .mb-md-18 {
        margin-bottom: 12rem !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: .75rem !important
    }

    .ms-md-4 {
        margin-left: 1rem !important
    }

    .ms-md-5 {
        margin-left: 1.25rem !important
    }

    .ms-md-6 {
        margin-left: 1.5rem !important
    }

    .ms-md-7 {
        margin-left: 1.75rem !important
    }

    .ms-md-8 {
        margin-left: 2rem !important
    }

    .ms-md-9 {
        margin-left: 2.5rem !important
    }

    .ms-md-10 {
        margin-left: 3rem !important
    }

    .ms-md-11 {
        margin-left: 3.5rem !important
    }

    .ms-md-12 {
        margin-left: 4rem !important
    }

    .ms-md-13 {
        margin-left: 4.5rem !important
    }

    .ms-md-14 {
        margin-left: 5rem !important
    }

    .ms-md-15 {
        margin-left: 6rem !important
    }

    .ms-md-16 {
        margin-left: 8rem !important
    }

    .ms-md-17 {
        margin-left: 10rem !important
    }

    .ms-md-18 {
        margin-left: 12rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -.75rem !important
    }

    .m-md-n4 {
        margin: -1rem !important
    }

    .m-md-n5 {
        margin: -1.25rem !important
    }

    .m-md-n6 {
        margin: -1.5rem !important
    }

    .m-md-n7 {
        margin: -1.75rem !important
    }

    .m-md-n8 {
        margin: -2rem !important
    }

    .m-md-n9 {
        margin: -2.5rem !important
    }

    .m-md-n10 {
        margin: -3rem !important
    }

    .m-md-n11 {
        margin: -3.5rem !important
    }

    .m-md-n12 {
        margin: -4rem !important
    }

    .m-md-n13 {
        margin: -4.5rem !important
    }

    .m-md-n14 {
        margin: -5rem !important
    }

    .m-md-n15 {
        margin: -6rem !important
    }

    .m-md-n16 {
        margin: -8rem !important
    }

    .m-md-n17 {
        margin: -10rem !important
    }

    .m-md-n18 {
        margin: -12rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-md-n3 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-md-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-md-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-md-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-md-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-md-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-md-n9 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-md-n10 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-md-n11 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-md-n12 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-md-n13 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-md-n14 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-md-n15 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-md-n16 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-md-n17 {
        margin-left: -10rem !important;
        margin-right: -10rem !important
    }

    .mx-md-n18 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .my-md-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-md-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-md-n3 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-md-n4 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-md-n5 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-md-n6 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-md-n7 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-md-n8 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-md-n9 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-md-n10 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-md-n11 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-md-n12 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-md-n13 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-md-n14 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-md-n15 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-md-n16 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-md-n17 {
        margin-bottom: -10rem !important;
        margin-top: -10rem !important
    }

    .my-md-n18 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -.75rem !important
    }

    .mt-md-n4 {
        margin-top: -1rem !important
    }

    .mt-md-n5 {
        margin-top: -1.25rem !important
    }

    .mt-md-n6 {
        margin-top: -1.5rem !important
    }

    .mt-md-n7 {
        margin-top: -1.75rem !important
    }

    .mt-md-n8 {
        margin-top: -2rem !important
    }

    .mt-md-n9 {
        margin-top: -2.5rem !important
    }

    .mt-md-n10 {
        margin-top: -3rem !important
    }

    .mt-md-n11 {
        margin-top: -3.5rem !important
    }

    .mt-md-n12 {
        margin-top: -4rem !important
    }

    .mt-md-n13 {
        margin-top: -4.5rem !important
    }

    .mt-md-n14 {
        margin-top: -5rem !important
    }

    .mt-md-n15 {
        margin-top: -6rem !important
    }

    .mt-md-n16 {
        margin-top: -8rem !important
    }

    .mt-md-n17 {
        margin-top: -10rem !important
    }

    .mt-md-n18 {
        margin-top: -12rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -.75rem !important
    }

    .me-md-n4 {
        margin-right: -1rem !important
    }

    .me-md-n5 {
        margin-right: -1.25rem !important
    }

    .me-md-n6 {
        margin-right: -1.5rem !important
    }

    .me-md-n7 {
        margin-right: -1.75rem !important
    }

    .me-md-n8 {
        margin-right: -2rem !important
    }

    .me-md-n9 {
        margin-right: -2.5rem !important
    }

    .me-md-n10 {
        margin-right: -3rem !important
    }

    .me-md-n11 {
        margin-right: -3.5rem !important
    }

    .me-md-n12 {
        margin-right: -4rem !important
    }

    .me-md-n13 {
        margin-right: -4.5rem !important
    }

    .me-md-n14 {
        margin-right: -5rem !important
    }

    .me-md-n15 {
        margin-right: -6rem !important
    }

    .me-md-n16 {
        margin-right: -8rem !important
    }

    .me-md-n17 {
        margin-right: -10rem !important
    }

    .me-md-n18 {
        margin-right: -12rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -.75rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1rem !important
    }

    .mb-md-n5 {
        margin-bottom: -1.25rem !important
    }

    .mb-md-n6 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n7 {
        margin-bottom: -1.75rem !important
    }

    .mb-md-n8 {
        margin-bottom: -2rem !important
    }

    .mb-md-n9 {
        margin-bottom: -2.5rem !important
    }

    .mb-md-n10 {
        margin-bottom: -3rem !important
    }

    .mb-md-n11 {
        margin-bottom: -3.5rem !important
    }

    .mb-md-n12 {
        margin-bottom: -4rem !important
    }

    .mb-md-n13 {
        margin-bottom: -4.5rem !important
    }

    .mb-md-n14 {
        margin-bottom: -5rem !important
    }

    .mb-md-n15 {
        margin-bottom: -6rem !important
    }

    .mb-md-n16 {
        margin-bottom: -8rem !important
    }

    .mb-md-n17 {
        margin-bottom: -10rem !important
    }

    .mb-md-n18 {
        margin-bottom: -12rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -.75rem !important
    }

    .ms-md-n4 {
        margin-left: -1rem !important
    }

    .ms-md-n5 {
        margin-left: -1.25rem !important
    }

    .ms-md-n6 {
        margin-left: -1.5rem !important
    }

    .ms-md-n7 {
        margin-left: -1.75rem !important
    }

    .ms-md-n8 {
        margin-left: -2rem !important
    }

    .ms-md-n9 {
        margin-left: -2.5rem !important
    }

    .ms-md-n10 {
        margin-left: -3rem !important
    }

    .ms-md-n11 {
        margin-left: -3.5rem !important
    }

    .ms-md-n12 {
        margin-left: -4rem !important
    }

    .ms-md-n13 {
        margin-left: -4.5rem !important
    }

    .ms-md-n14 {
        margin-left: -5rem !important
    }

    .ms-md-n15 {
        margin-left: -6rem !important
    }

    .ms-md-n16 {
        margin-left: -8rem !important
    }

    .ms-md-n17 {
        margin-left: -10rem !important
    }

    .ms-md-n18 {
        margin-left: -12rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: .75rem !important
    }

    .p-md-4 {
        padding: 1rem !important
    }

    .p-md-5 {
        padding: 1.25rem !important
    }

    .p-md-6 {
        padding: 1.5rem !important
    }

    .p-md-7 {
        padding: 1.75rem !important
    }

    .p-md-8 {
        padding: 2rem !important
    }

    .p-md-9 {
        padding: 2.5rem !important
    }

    .p-md-10 {
        padding: 3rem !important
    }

    .p-md-11 {
        padding: 3.5rem !important
    }

    .p-md-12 {
        padding: 4rem !important
    }

    .p-md-13 {
        padding: 4.5rem !important
    }

    .p-md-14 {
        padding: 5rem !important
    }

    .p-md-15 {
        padding: 6rem !important
    }

    .p-md-16 {
        padding: 8rem !important
    }

    .p-md-17 {
        padding: 10rem !important
    }

    .p-md-18 {
        padding: 12rem !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: .75rem !important;
        padding-right: .75rem !important
    }

    .px-md-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-md-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-md-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-9 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-10 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-11 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-md-12 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-13 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-14 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-md-15 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-md-17 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-md-18 {
        padding-left: 12rem !important;
        padding-right: 12rem !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: .75rem !important;
        padding-top: .75rem !important
    }

    .py-md-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-5 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-md-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-7 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-md-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-9 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-md-10 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-11 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-md-12 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-md-13 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-md-14 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-md-15 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-md-16 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-md-17 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }

    .py-md-18 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !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: .75rem !important
    }

    .pt-md-4 {
        padding-top: 1rem !important
    }

    .pt-md-5 {
        padding-top: 1.25rem !important
    }

    .pt-md-6 {
        padding-top: 1.5rem !important
    }

    .pt-md-7 {
        padding-top: 1.75rem !important
    }

    .pt-md-8 {
        padding-top: 2rem !important
    }

    .pt-md-9 {
        padding-top: 2.5rem !important
    }

    .pt-md-10 {
        padding-top: 3rem !important
    }

    .pt-md-11 {
        padding-top: 3.5rem !important
    }

    .pt-md-12 {
        padding-top: 4rem !important
    }

    .pt-md-13 {
        padding-top: 4.5rem !important
    }

    .pt-md-14 {
        padding-top: 5rem !important
    }

    .pt-md-15 {
        padding-top: 6rem !important
    }

    .pt-md-16 {
        padding-top: 8rem !important
    }

    .pt-md-17 {
        padding-top: 10rem !important
    }

    .pt-md-18 {
        padding-top: 12rem !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: .75rem !important
    }

    .pe-md-4 {
        padding-right: 1rem !important
    }

    .pe-md-5 {
        padding-right: 1.25rem !important
    }

    .pe-md-6 {
        padding-right: 1.5rem !important
    }

    .pe-md-7 {
        padding-right: 1.75rem !important
    }

    .pe-md-8 {
        padding-right: 2rem !important
    }

    .pe-md-9 {
        padding-right: 2.5rem !important
    }

    .pe-md-10 {
        padding-right: 3rem !important
    }

    .pe-md-11 {
        padding-right: 3.5rem !important
    }

    .pe-md-12 {
        padding-right: 4rem !important
    }

    .pe-md-13 {
        padding-right: 4.5rem !important
    }

    .pe-md-14 {
        padding-right: 5rem !important
    }

    .pe-md-15 {
        padding-right: 6rem !important
    }

    .pe-md-16 {
        padding-right: 8rem !important
    }

    .pe-md-17 {
        padding-right: 10rem !important
    }

    .pe-md-18 {
        padding-right: 12rem !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: .75rem !important
    }

    .pb-md-4 {
        padding-bottom: 1rem !important
    }

    .pb-md-5 {
        padding-bottom: 1.25rem !important
    }

    .pb-md-6 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 1.75rem !important
    }

    .pb-md-8 {
        padding-bottom: 2rem !important
    }

    .pb-md-9 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 3rem !important
    }

    .pb-md-11 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-12 {
        padding-bottom: 4rem !important
    }

    .pb-md-13 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-14 {
        padding-bottom: 5rem !important
    }

    .pb-md-15 {
        padding-bottom: 6rem !important
    }

    .pb-md-16 {
        padding-bottom: 8rem !important
    }

    .pb-md-17 {
        padding-bottom: 10rem !important
    }

    .pb-md-18 {
        padding-bottom: 12rem !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: .75rem !important
    }

    .ps-md-4 {
        padding-left: 1rem !important
    }

    .ps-md-5 {
        padding-left: 1.25rem !important
    }

    .ps-md-6 {
        padding-left: 1.5rem !important
    }

    .ps-md-7 {
        padding-left: 1.75rem !important
    }

    .ps-md-8 {
        padding-left: 2rem !important
    }

    .ps-md-9 {
        padding-left: 2.5rem !important
    }

    .ps-md-10 {
        padding-left: 3rem !important
    }

    .ps-md-11 {
        padding-left: 3.5rem !important
    }

    .ps-md-12 {
        padding-left: 4rem !important
    }

    .ps-md-13 {
        padding-left: 4.5rem !important
    }

    .ps-md-14 {
        padding-left: 5rem !important
    }

    .ps-md-15 {
        padding-left: 6rem !important
    }

    .ps-md-16 {
        padding-left: 8rem !important
    }

    .ps-md-17 {
        padding-left: 10rem !important
    }

    .ps-md-18 {
        padding-left: 12rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: .75rem !important
    }

    .gap-md-4 {
        gap: 1rem !important
    }

    .gap-md-5 {
        gap: 1.25rem !important
    }

    .gap-md-6 {
        gap: 1.5rem !important
    }

    .gap-md-7 {
        gap: 1.75rem !important
    }

    .gap-md-8 {
        gap: 2rem !important
    }

    .gap-md-9 {
        gap: 2.5rem !important
    }

    .gap-md-10 {
        gap: 3rem !important
    }

    .gap-md-11 {
        gap: 3.5rem !important
    }

    .gap-md-12 {
        gap: 4rem !important
    }

    .gap-md-13 {
        gap: 4.5rem !important
    }

    .gap-md-14 {
        gap: 5rem !important
    }

    .gap-md-15 {
        gap: 6rem !important
    }

    .gap-md-16 {
        gap: 8rem !important
    }

    .gap-md-17 {
        gap: 10rem !important
    }

    .gap-md-18 {
        gap: 12rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
    .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
    }
    .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
    .btn-text{
        width: 12%;
    }
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .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: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
    .sticky-md-top {
        top: 0
    }

    .sticky-md-bottom,
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0
    }
} /* 778px*/ 

@media only screen and (min-width:350px) {
    .form-lg-laptop{
        margin-left: 3%;
    }
    .float-lg-start {
        float: left !important
    }
	
    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: .75rem !important
    }

    .m-lg-4 {
        margin: 1rem !important
    }

    .m-lg-5 {
        margin: 1.25rem !important
    }

    .m-lg-6 {
        margin: 1.5rem !important
    }

    .m-lg-7 {
        margin: 1.75rem !important
    }

    .m-lg-8 {
        margin: 2rem !important
    }

    .m-lg-9 {
        margin: 2.5rem !important
    }

    .m-lg-10 {
        margin: 3rem !important
    }

    .m-lg-11 {
        margin: 3.5rem !important
    }

    .m-lg-12 {
        margin: 4rem !important
    }

    .m-lg-13 {
        margin: 4.5rem !important
    }

    .m-lg-14 {
        margin: 5rem !important
    }

    .m-lg-15 {
        margin: 6rem !important
    }

    .m-lg-16 {
        margin: 8rem !important
    }

    .m-lg-17 {
        margin: 10rem !important
    }

    .m-lg-18 {
        margin: 12rem !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: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-lg-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-lg-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-lg-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-lg-9 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-lg-10 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-11 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-lg-12 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-lg-13 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-lg-14 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-lg-15 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-lg-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-lg-17 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .mx-lg-18 {
        margin-left: 12rem !important;
        margin-right: 12rem !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: .75rem !important;
        margin-top: .75rem !important
    }

    .my-lg-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-5 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-lg-6 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-7 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-lg-8 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-lg-9 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-lg-10 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-11 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-lg-12 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-lg-13 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-lg-14 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-lg-15 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-lg-16 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-lg-17 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important
    }

    .my-lg-18 {
        margin-bottom: 12rem !important;
        margin-top: 12rem !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: .75rem !important
    }

    .mt-lg-4 {
        margin-top: 1rem !important
    }

    .mt-lg-5 {
        margin-top: 1.25rem !important
    }

    .mt-lg-6 {
        margin-top: 1.5rem !important
    }

    .mt-lg-7 {
        margin-top: 1.75rem !important
    }

    .mt-lg-8 {
        margin-top: 2rem !important
    }

    .mt-lg-9 {
        margin-top: 2.5rem !important
    }

    .mt-lg-10 {
        margin-top: 3rem !important
    }

    .mt-lg-11 {
        margin-top: 3.5rem !important
    }

    .mt-lg-12 {
        margin-top: 4rem !important
    }

    .mt-lg-13 {
        margin-top: 4.5rem !important
    }

    .mt-lg-14 {
        margin-top: 5rem !important
    }

    .mt-lg-15 {
        margin-top: 6rem !important
    }

    .mt-lg-16 {
        margin-top: 8rem !important
    }

    .mt-lg-17 {
        margin-top: 10rem !important
    }

    .mt-lg-18 {
        margin-top: 12rem !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: .75rem !important
    }

    .me-lg-4 {
        margin-right: 1rem !important
    }

    .me-lg-5 {
        margin-right: 1.25rem !important
    }

    .me-lg-6 {
        margin-right: 1.5rem !important
    }

    .me-lg-7 {
        margin-right: 1.75rem !important
    }

    .me-lg-8 {
        margin-right: 2rem !important
    }

    .me-lg-9 {
        margin-right: 2.5rem !important
    }

    .me-lg-10 {
        margin-right: 3rem !important
    }

    .me-lg-11 {
        margin-right: 3.5rem !important
    }

    .me-lg-12 {
        margin-right: 4rem !important
    }

    .me-lg-13 {
        margin-right: 4.5rem !important
    }

    .me-lg-14 {
        margin-right: 5rem !important
    }

    .me-lg-15 {
        margin-right: 6rem !important
    }

    .me-lg-16 {
        margin-right: 8rem !important
    }

    .me-lg-17 {
        margin-right: 10rem !important
    }

    .me-lg-18 {
        margin-right: 12rem !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: .75rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1rem !important
    }

    .mb-lg-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-lg-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 1.75rem !important
    }

    .mb-lg-8 {
        margin-bottom: 2rem !important
    }

    .mb-lg-9 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 3rem !important
    }

    .mb-lg-11 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-12 {
        margin-bottom: 4rem !important
    }

    .mb-lg-13 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-14 {
        margin-bottom: 5rem !important
    }

    .mb-lg-15 {
        margin-bottom: 6rem !important
    }

    .mb-lg-16 {
        margin-bottom: 8rem !important
    }

    .mb-lg-17 {
        margin-bottom: 10rem !important
    }

    .mb-lg-18 {
        margin-bottom: 12rem !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: .75rem !important
    }

    .ms-lg-4 {
        margin-left: 1rem !important
    }

    .ms-lg-5 {
        margin-left: 1.25rem !important
    }

    .ms-lg-6 {
        margin-left: 1.5rem !important
    }

    .ms-lg-7 {
        margin-left: 1.75rem !important
    }

    .ms-lg-8 {
        margin-left: 2rem !important
    }

    .ms-lg-9 {
        margin-left: 2.5rem !important
    }

    .ms-lg-10 {
        margin-left: 3rem !important
    }

    .ms-lg-11 {
        margin-left: 3.5rem !important
    }

    .ms-lg-12 {
        margin-left: 4rem !important
    }

    .ms-lg-13 {
        margin-left: 4.5rem !important
    }

    .ms-lg-14 {
        margin-left: 5rem !important
    }

    .ms-lg-15 {
        margin-left: 6rem !important
    }

    .ms-lg-16 {
        margin-left: 8rem !important
    }

    .ms-lg-17 {
        margin-left: 10rem !important
    }

    .ms-lg-18 {
        margin-left: 12rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n3 {
        margin: -.75rem !important
    }

    .m-lg-n4 {
        margin: -1rem !important
    }

    .m-lg-n5 {
        margin: -1.25rem !important
    }

    .m-lg-n6 {
        margin: -1.5rem !important
    }

    .m-lg-n7 {
        margin: -1.75rem !important
    }

    .m-lg-n8 {
        margin: -2rem !important
    }

    .m-lg-n9 {
        margin: -2.5rem !important
    }

    .m-lg-n10 {
        margin: -3rem !important
    }

    .m-lg-n11 {
        margin: -3.5rem !important
    }

    .m-lg-n12 {
        margin: -4rem !important
    }

    .m-lg-n13 {
        margin: -4.5rem !important
    }

    .m-lg-n14 {
        margin: -5rem !important
    }

    .m-lg-n15 {
        margin: -6rem !important
    }

    .m-lg-n16 {
        margin: -8rem !important
    }

    .m-lg-n17 {
        margin: -10rem !important
    }

    .m-lg-n18 {
        margin: -12rem !important
    }

    .mx-lg-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-lg-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-lg-n3 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-lg-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-lg-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-lg-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-lg-n7 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-lg-n8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-lg-n9 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-lg-n10 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-lg-n11 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-lg-n12 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-lg-n13 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-lg-n14 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-lg-n15 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-lg-n16 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .mx-lg-n17 {
        margin-left: -10rem !important;
        margin-right: -10rem !important
    }

    .mx-lg-n18 {
        margin-left: -12rem !important;
        margin-right: -12rem !important
    }

    .my-lg-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-lg-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-lg-n3 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-lg-n4 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-lg-n5 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-lg-n6 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-lg-n7 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-lg-n8 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-lg-n9 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-lg-n10 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-lg-n11 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-lg-n12 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-lg-n13 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-lg-n14 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-lg-n15 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-lg-n16 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .my-lg-n17 {
        margin-bottom: -10rem !important;
        margin-top: -10rem !important
    }

    .my-lg-n18 {
        margin-bottom: -12rem !important;
        margin-top: -12rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -.75rem !important
    }

    .mt-lg-n4 {
        margin-top: -1rem !important
    }

    .mt-lg-n5 {
        margin-top: -1.25rem !important
    }

    .mt-lg-n6 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n7 {
        margin-top: -1.75rem !important
    }

    .mt-lg-n8 {
        margin-top: -2rem !important
    }

    .mt-lg-n9 {
        margin-top: -2.5rem !important
    }

    .mt-lg-n10 {
        margin-top: -3rem !important
    }

    .mt-lg-n11 {
        margin-top: -3.5rem !important
    }

    .mt-lg-n12 {
        margin-top: -4rem !important
    }

    .mt-lg-n13 {
        margin-top: -4.5rem !important
    }

    .mt-lg-n14 {
        margin-top: -5rem !important
    }

    .mt-lg-n15 {
        margin-top: -6rem !important
    }

    .mt-lg-n16 {
        margin-top: -8rem !important
    }

    .mt-lg-n17 {
        margin-top: -10rem !important
    }

    .mt-lg-n18 {
        margin-top: -12rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -.75rem !important
    }

    .me-lg-n4 {
        margin-right: -1rem !important
    }

    .me-lg-n5 {
        margin-right: -1.25rem !important
    }

    .me-lg-n6 {
        margin-right: -1.5rem !important
    }

    .me-lg-n7 {
        margin-right: -1.75rem !important
    }

    .me-lg-n8 {
        margin-right: -2rem !important
    }

    .me-lg-n9 {
        margin-right: -2.5rem !important
    }

    .me-lg-n10 {
        margin-right: -3rem !important
    }

    .me-lg-n11 {
        margin-right: -3.5rem !important
    }

    .me-lg-n12 {
        margin-right: -4rem !important
    }

    .me-lg-n13 {
        margin-right: -4.5rem !important
    }

    .me-lg-n14 {
        margin-right: -5rem !important
    }

    .me-lg-n15 {
        margin-right: -6rem !important
    }

    .me-lg-n16 {
        margin-right: -8rem !important
    }

    .me-lg-n17 {
        margin-right: -10rem !important
    }

    .me-lg-n18 {
        margin-right: -12rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -.75rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -1.25rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n7 {
        margin-bottom: -1.75rem !important
    }

    .mb-lg-n8 {
        margin-bottom: -2rem !important
    }

    .mb-lg-n9 {
        margin-bottom: -2.5rem !important
    }

    .mb-lg-n10 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n11 {
        margin-bottom: -3.5rem !important
    }

    .mb-lg-n12 {
        margin-bottom: -4rem !important
    }

    .mb-lg-n13 {
        margin-bottom: -4.5rem !important
    }

    .mb-lg-n14 {
        margin-bottom: -5rem !important
    }

    .mb-lg-n15 {
        margin-bottom: -6rem !important
    }

    .mb-lg-n16 {
        margin-bottom: -8rem !important
    }

    .mb-lg-n17 {
        margin-bottom: -10rem !important
    }

    .mb-lg-n18 {
        margin-bottom: -12rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -.75rem !important
    }

    .ms-lg-n4 {
        margin-left: -1rem !important
    }

    .ms-lg-n5 {
        margin-left: -1.25rem !important
    }

    .ms-lg-n6 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n7 {
        margin-left: -1.75rem !important
    }

    .ms-lg-n8 {
        margin-left: -2rem !important
    }

    .ms-lg-n9 {
        margin-left: -2.5rem !important
    }

    .ms-lg-n10 {
        margin-left: -3rem !important
    }

    .ms-lg-n11 {
        margin-left: -3.5rem !important
    }

    .ms-lg-n12 {
        margin-left: -4rem !important
    }

    .ms-lg-n13 {
        margin-left: -4.5rem !important
    }

    .ms-lg-n14 {
        margin-left: -5rem !important
    }

    .ms-lg-n15 {
        margin-left: -6rem !important
    }

    .ms-lg-n16 {
        margin-left: -8rem !important
    }

    .ms-lg-n17 {
        margin-left: -10rem !important
    }

    .ms-lg-n18 {
        margin-left: -12rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: .75rem !important
    }

    .p-lg-4 {
        padding: 1rem !important
    }

    .p-lg-5 {
        padding: 1.25rem !important
    }

    .p-lg-6 {
        padding: 1.5rem !important
    }

    .p-lg-7 {
        padding: 1.75rem !important
    }

    .p-lg-8 {
        padding: 2rem !important
    }

    .p-lg-9 {
        padding: 2.5rem !important
    }

    .p-lg-10 {
        padding: 3rem !important
    }

    .p-lg-11 {
        padding: 3.5rem !important
    }

    .p-lg-12 {
        padding: 4rem !important
    }

    .p-lg-13 {
        padding: 4.5rem !important
    }

    .p-lg-14 {
        padding: 5rem !important
    }

    .p-lg-15 {
        padding: 6rem !important
    }

    .p-lg-16 {
        padding: 8rem !important
    }

    .p-lg-17 {
        padding: 10rem !important
    }

    .p-lg-18 {
        padding: 12rem !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: .75rem !important;
        padding-right: .75rem !important
    }

    .px-lg-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-lg-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-lg-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-9 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-lg-10 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-11 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-lg-12 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-lg-13 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-lg-14 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-lg-15 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-lg-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-lg-17 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-lg-18 {
        padding-left: 12rem !important;
        padding-right: 12rem !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: .75rem !important;
        padding-top: .75rem !important
    }

    .py-lg-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-5 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-lg-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-7 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-lg-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-lg-9 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-lg-10 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-lg-11 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-lg-12 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-lg-13 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-lg-14 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-lg-15 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-lg-16 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .py-lg-17 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }

    .py-lg-18 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !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: .75rem !important
    }

    .pt-lg-4 {
        padding-top: 1rem !important
    }

    .pt-lg-5 {
        padding-top: 1.25rem !important
    }

    .pt-lg-6 {
        padding-top: 1.5rem !important
    }

    .pt-lg-7 {
        padding-top: 1.75rem !important
    }

    .pt-lg-8 {
        padding-top: 2rem !important
    }

    .pt-lg-9 {
        padding-top: 2.5rem !important
    }

    .pt-lg-10 {
        padding-top: 3rem !important
    }

    .pt-lg-11 {
        padding-top: 3.5rem !important
    }

    .pt-lg-12 {
        padding-top: 4rem !important
    }

    .pt-lg-13 {
        padding-top: 4.5rem !important
    }

    .pt-lg-14 {
        padding-top: 5rem !important
    }

    .pt-lg-15 {
        padding-top: 6rem !important
    }

    .pt-lg-16 {
        padding-top: 8rem !important
    }

    .pt-lg-17 {
        padding-top: 10rem !important
    }

    .pt-lg-18 {
        padding-top: 12rem !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: .75rem !important
    }

    .pe-lg-4 {
        padding-right: 1rem !important
    }

    .pe-lg-5 {
        padding-right: 1.25rem !important
    }

    .pe-lg-6 {
        padding-right: 1.5rem !important
    }

    .pe-lg-7 {
        padding-right: 1.75rem !important
    }

    .pe-lg-8 {
        padding-right: 2rem !important
    }

    .pe-lg-9 {
        padding-right: 2.5rem !important
    }

    .pe-lg-10 {
        padding-right: 3rem !important
    }

    .pe-lg-11 {
        padding-right: 3.5rem !important
    }

    .pe-lg-12 {
        padding-right: 4rem !important
    }

    .pe-lg-13 {
        padding-right: 4.5rem !important
    }

    .pe-lg-14 {
        padding-right: 5rem !important
    }

    .pe-lg-15 {
        padding-right: 6rem !important
    }

    .pe-lg-16 {
        padding-right: 8rem !important
    }

    .pe-lg-17 {
        padding-right: 10rem !important
    }

    .pe-lg-18 {
        padding-right: 12rem !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: .75rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1rem !important
    }

    .pb-lg-5 {
        padding-bottom: 1.25rem !important
    }

    .pb-lg-6 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 1.75rem !important
    }

    .pb-lg-8 {
        padding-bottom: 2rem !important
    }

    .pb-lg-9 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 3rem !important
    }

    .pb-lg-11 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-12 {
        padding-bottom: 4rem !important
    }

    .pb-lg-13 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-14 {
        padding-bottom: 5rem !important
    }

    .pb-lg-15 {
        padding-bottom: 6rem !important
    }

    .pb-lg-16 {
        padding-bottom: 8rem !important
    }

    .pb-lg-17 {
        padding-bottom: 10rem !important
    }

    .pb-lg-18 {
        padding-bottom: 12rem !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: .75rem !important
    }

    .ps-lg-4 {
        padding-left: 1rem !important
    }

    .ps-lg-5 {
        padding-left: 1.25rem !important
    }

    .ps-lg-6 {
        padding-left: 1.5rem !important
    }

    .ps-lg-7 {
        padding-left: 1.75rem !important
    }

    .ps-lg-8 {
        padding-left: 2rem !important
    }

    .ps-lg-9 {
        padding-left: 2.5rem !important
    }

    .ps-lg-10 {
        padding-left: 3rem !important
    }

    .ps-lg-11 {
        padding-left: 3.5rem !important
    }

    .ps-lg-12 {
        padding-left: 4rem !important
    }

    .ps-lg-13 {
        padding-left: 4.5rem !important
    }

    .ps-lg-14 {
        padding-left: 5rem !important
    }

    .ps-lg-15 {
        padding-left: 6rem !important
    }

    .ps-lg-16 {
        padding-left: 8rem !important
    }

    .ps-lg-17 {
        padding-left: 10rem !important
    }

    .ps-lg-18 {
        padding-left: 12rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: .75rem !important
    }

    .gap-lg-4 {
        gap: 1rem !important
    }

    .gap-lg-5 {
        gap: 1.25rem !important
    }

    .gap-lg-6 {
        gap: 1.5rem !important
    }

    .gap-lg-7 {
        gap: 1.75rem !important
    }

    .gap-lg-8 {
        gap: 2rem !important
    }

    .gap-lg-9 {
        gap: 2.5rem !important
    }

    .gap-lg-10 {
        gap: 3rem !important
    }

    .gap-lg-11 {
        gap: 3.5rem !important
    }

    .gap-lg-12 {
        gap: 4rem !important
    }

    .gap-lg-13 {
        gap: 4.5rem !important
    }

    .gap-lg-14 {
        gap: 5rem !important
    }

    .gap-lg-15 {
        gap: 6rem !important
    }

    .gap-lg-16 {
        gap: 8rem !important
    }

    .gap-lg-17 {
        gap: 10rem !important
    }

    .gap-lg-18 {
        gap: 12rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
    .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: 25%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 0.75rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 0.75rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1.25rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 1.25rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 1.75rem
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 1.75rem
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 2rem
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 2rem
    }

    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 3rem
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 3rem
    }

    .g-lg-11,
    .gx-lg-11 {
        --bs-gutter-x: 3.5rem
    }

    .g-lg-11,
    .gy-lg-11 {
        --bs-gutter-y: 3.5rem
    }

    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 4rem
    }

    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 4rem
    }

    .g-lg-13,
    .gx-lg-13 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-13,
    .gy-lg-13 {
        --bs-gutter-y: 4.5rem
    }

    .g-lg-14,
    .gx-lg-14 {
        --bs-gutter-x: 5rem
    }

    .g-lg-14,
    .gy-lg-14 {
        --bs-gutter-y: 5rem
    }

    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 6rem
    }

    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 6rem
    }

    .g-lg-16,
    .gx-lg-16 {
        --bs-gutter-x: 8rem
    }

    .g-lg-16,
    .gy-lg-16 {
        --bs-gutter-y: 8rem
    }

    .g-lg-17,
    .gx-lg-17 {
        --bs-gutter-x: 10rem
    }

    .g-lg-17,
    .gy-lg-17 {
        --bs-gutter-y: 10rem
    }

    .g-lg-18,
    .gx-lg-18 {
        --bs-gutter-x: 12rem
    }

    .g-lg-18,
    .gy-lg-18 {
        --bs-gutter-y: 12rem
    }
    .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
    }
    .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
    .btn-text{
        width: 10%;
    }
} /* 982px */
 
@media only screen and (min-width:990px) {
    .form-lg-laptop{
        margin-left: 4%;
    }
    .dropstart-lg {
        position: relative
    }

    .dropstart-lg .dropdown-menu {
        margin-right: .125rem;
        margin-top: 0;
        right: 100%;
        top: 0
    }

    .dropstart-toggle-none.dropstart .dropdown-toggle:before {
        display: none
    }
}