.bob-form-wrapper *,
::after,
::before {
    box-sizing: border-box;
}

.bob-form-wrapper .col-1,
.bob-form-wrapper .col-2,
.bob-form-wrapper .col-3,
.bob-form-wrapper .col-4,
.bob-form-wrapper .col-5,
.bob-form-wrapper .col-6,
.bob-form-wrapper .col-7,
.bob-form-wrapper .col-8,
.bob-form-wrapper .col-9,
.bob-form-wrapper .col-10,
.bob-form-wrapper .col-11,
.bob-form-wrapper .col-12,
.bob-form-wrapper .col-sm-1,
.bob-form-wrapper .col-sm-2,
.bob-form-wrapper .col-sm-3,
.bob-form-wrapper .col-sm-4,
.bob-form-wrapper .col-sm-5,
.bob-form-wrapper .col-sm-6,
.bob-form-wrapper .col-sm-7,
.bob-form-wrapper .col-sm-8,
.bob-form-wrapper .col-sm-9,
.bob-form-wrapper .col-sm-10,
.bob-form-wrapper .col-sm-11,
.bob-form-wrapper .col-sm-12,
.bob-form-wrapper .col-md-1,
.bob-form-wrapper .col-md-2,
.bob-form-wrapper .col-md-3,
.bob-form-wrapper .col-md-4,
.bob-form-wrapper .col-md-5,
.bob-form-wrapper .col-md-6,
.bob-form-wrapper .col-md-7,
.bob-form-wrapper .col-md-8,
.bob-form-wrapper .col-md-9,
.bob-form-wrapper .col-md-10,
.bob-form-wrapper .col-md-11,
.bob-form-wrapper .col-md-12,
.bob-form-wrapper .col-lg-1,
.bob-form-wrapper .col-lg-2,
.bob-form-wrapper .col-lg-3,
.bob-form-wrapper .col-lg-4,
.bob-form-wrapper .col-lg-5,
.bob-form-wrapper .col-lg-6,
.bob-form-wrapper .col-lg-7,
.bob-form-wrapper .col-lg-8,
.bob-form-wrapper .col-lg-9,
.bob-form-wrapper .col-lg-10,
.bob-form-wrapper .col-lg-11,
.bob-form-wrapper .col-lg-12,
.bob-form-wrapper .col-xl-1,
.bob-form-wrapper .col-xl-2,
.bob-form-wrapper .col-xl-3,
.bob-form-wrapper .col-xl-4,
.bob-form-wrapper .col-xl-5,
.bob-form-wrapper .col-xl-6,
.bob-form-wrapper .col-xl-7,
.bob-form-wrapper .col-xl-8,
.bob-form-wrapper .col-xl-9,
.bob-form-wrapper .col-xl-10,
.bob-form-wrapper .col-xl-11,
.bob-form-wrapper .col-xl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    ;
    /*display: inline-table;*/
}

.bob-form-wrapper .row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0;
    padding: 0 !important
}

.bob-form-wrapper .container {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
}

.bob-form-wrapper .col-1 {
    -ms-flex: 0 0 8.3%;
    flex: 0 0 8.3%;
    max-width: 8.3%;
}

.bob-form-wrapper .col-2 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}

.bob-form-wrapper .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bob-form-wrapper .col-4 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.bob-form-wrapper .col-5 {
    -ms-flex: 0 0 41.6%;
    flex: 0 0 41.6%;
    max-width: 41.6%;
}

.bob-form-wrapper .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bob-form-wrapper .col-7 {
    -ms-flex: 0 0 58.3%;
    flex: 0 0 58.3%;
    max-width: 58.3%;
}

.bob-form-wrapper .col-8 {
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 66.6%;
}

.bob-form-wrapper .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.bob-form-wrapper .col-10 {
    -ms-flex: 0 0 83.3%;
    flex: 0 0 83.3%;
    max-width: 83.3%;
}

.bob-form-wrapper .col-11 {
    -ms-flex: 0 0 91.6%;
    flex: 0 0 91.6%;
    max-width: 91.6%;
}

.bob-form-wrapper .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bob-form-wrapper .my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.bob-form-wrapper .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.bob-form-wrapper .d-none {
    display: none;
}

.bob-form-wrapper .d-block {
    display: block;
}

.bob-form-wrapper .d-inline {
    display: inline;
}

.bob-form-wrapper .d-inline-block {
    display: inline-block;
}

.bob-form-wrapper .d-inline-flex {
    display: inline-flex;
}

.bob-form-wrapper .d-flex {
    display: flex;
}

.bob-form-wrapper .text-center {
    text-align: center;
}

.bob-form-wrapper .text-left {
    text-align: left;
}

.bob-form-wrapper .text-right {
    text-align: right;
}

.bob-form-wrapper .img-fluid {
    max-width: 100%;
    max-height: 100%;
}

img,
.bob-form-wrapper .wp-caption {
    max-width: 100%;
    height: auto;
}

.bob-form-wrapper .m-0 {
    margin: 0 !important;
}

.bob-form-wrapper .p-0 {
    padding: 0 !important;
}

.bob-form-wrapper .mt-0,
.bob-form-wrapper .my-0 {
    margin-top: 0 !important;
}

.bob-form-wrapper .pt-0,
.bob-form-wrapper .py-0 {
    padding-top: 0 !important;
}

.bob-form-wrapper .mr-0,
.bob-form-wrapper .mx-0 {
    margin-right: 0 !important;
}

.bob-form-wrapper .pr-0,
.bob-form-wrapper .px-0 {
    padding-right: 0 !important;
}

.bob-form-wrapper .mb-0,
.bob-form-wrapper .my-0 {
    margin-bottom: 0 !important;
}

.bob-form-wrapper .pb-0,
.bob-form-wrapper .py-0 {
    padding-bottom: 0 !important;
}

.bob-form-wrapper .ml-0,
.bob-form-wrapper .mx-0 {
    margin-left: 0 !important;
}

.bob-form-wrapper .pl-0,
.bob-form-wrapper .px-0 {
    padding-left: 0 !important;
}

.bob-form-wrapper .m-1 {
    margin: 0.5em !important;
}

.bob-form-wrapper .m-auto {
    margin: auto !important;
}

.bob-form-wrapper .p-1 {
    padding: 0.5em !important;
}

.bob-form-wrapper .mt-1,
.bob-form-wrapper .my-1 {
    margin-top: 0.5em !important;
}

.bob-form-wrapper .pt-1,
.bob-form-wrapper .py-1 {
    padding-top: 0.5em !important;
}

.bob-form-wrapper .mr-1,
.bob-form-wrapper .mx-1 {
    margin-right: 0.5em !important;
}

.bob-form-wrapper .pr-1,
.bob-form-wrapper .px-1 {
    padding-right: 0.5em !important;
}

.bob-form-wrapper .mb-1,
.bob-form-wrapper .my-1 {
    margin-bottom: 0.5em !important;
}

.bob-form-wrapper .pb-1,
.bob-form-wrapper .py-1 {
    padding-bottom: 0.5em !important;
}

.bob-form-wrapper .ml-1,
.bob-form-wrapper .mx-1 {
    margin-left: 0.5em !important;
}

.bob-form-wrapper .pl-1,
.bob-form-wrapper .px-1 {
    padding-left: 0.5em !important;
}

.bob-form-wrapper .m-2 {
    margin: 1em !important;
}

.bob-form-wrapper .p-2 {
    padding: 1em !important;
}

.bob-form-wrapper .mt-2,
.bob-form-wrapper .my-2 {
    margin-top: 1em !important;
}

.bob-form-wrapper .pt-2,
.bob-form-wrapper .py-2 {
    padding-top: 1em !important;
}

.bob-form-wrapper .mr-2,
.bob-form-wrapper .mx-2 {
    margin-right: 1em !important;
}

.bob-form-wrapper .pr-2,
.bob-form-wrapper .px-2 {
    padding-right: 1em !important;
}

.bob-form-wrapper .mb-2,
.bob-form-wrapper .my-2 {
    margin-bottom: 1em !important;
}

.bob-form-wrapper .pb-2,
.bob-form-wrapper .py-2 {
    padding-bottom: 1em !important;
}

.bob-form-wrapper .ml-2,
.bob-form-wrapper .mx-2 {
    margin-left: 1em !important;
}

.bob-form-wrapper .pl-2,
.bob-form-wrapper .px-2 {
    padding-left: 1em !important;
}

.bob-form-wrapper .m-3 {
    margin: 1.5em !important;
}

.bob-form-wrapper .p-3 {
    padding: 1.5em !important;
}

.bob-form-wrapper .mt-3,
.bob-form-wrapper .my-3 {
    margin-top: 1.5em !important;
}

.bob-form-wrapper .pt-3,
.bob-form-wrapper .py-3 {
    padding-top: 1.5em !important;
}

.bob-form-wrapper .mr-3,
.bob-form-wrapper .mx-3 {
    margin-right: 1.5em !important;
}

.bob-form-wrapper .pr-3,
.bob-form-wrapper .px-3 {
    padding-right: 1.5em !important;
}

.bob-form-wrapper .mb-3,
.bob-form-wrapper .my-3 {
    margin-bottom: 1.5em !important;
}

.bob-form-wrapper .pb-3,
.bob-form-wrapper .py-3 {
    padding-bottom: 1.5em !important;
}

.bob-form-wrapper .ml-3,
.bob-form-wrapper .mx-3 {
    margin-left: 1.5em !important;
}

.bob-form-wrapper .pl-3,
.bob-form-wrapper .px-3 {
    padding-left: 1.5em !important;
}

.bob-form-wrapper .m-4 {
    margin: 2em !important;
}

.bob-form-wrapper .p-4 {
    padding: 2em !important;
}

.bob-form-wrapper .mt-4,
.bob-form-wrapper .my-4 {
    margin-top: 2em !important;
}

.bob-form-wrapper .pt-4,
.bob-form-wrapper .py-4 {
    padding-top: 2em !important;
}

.bob-form-wrapper .mr-4,
.bob-form-wrapper .mx-4 {
    margin-right: 2em !important;
}

.bob-form-wrapper .pr-4,
.bob-form-wrapper .px-4 {
    padding-right: 2em !important;
}

.bob-form-wrapper .mb-4,
.bob-form-wrapper .my-4 {
    margin-bottom: 2em !important;
}

.bob-form-wrapper .pb-4,
.bob-form-wrapper .py-4 {
    padding-bottom: 2em !important;
}

.bob-form-wrapper .ml-4,
.bob-form-wrapper .mx-4 {
    margin-left: 2em !important;
}

.bob-form-wrapper .pl-4,
.bob-form-wrapper .px-4 {
    padding-left: 2em !important;
}

.bob-form-wrapper .m-5 {
    margin: 2.5em !important;
}

.bob-form-wrapper .p-5 {
    padding: 2.5em !important;
}

.bob-form-wrapper .mt-5,
.bob-form-wrapper .my-5 {
    margin-top: 2.5em !important;
}

.bob-form-wrapper .pt-5,
.bob-form-wrapper .py-5 {
    padding-top: 2.5em !important;
}

.bob-form-wrapper .mr-5,
.bob-form-wrapper .mx-5 {
    margin-right: 2.5em !important;
}

.bob-form-wrapper .pr-5,
.bob-form-wrapper .px-5 {
    padding-right: 2.5em !important;
}

.bob-form-wrapper .mb-5,
.bob-form-wrapper .my-5 {
    margin-bottom: 2.5em !important;
}

.bob-form-wrapper .pb-5,
.bob-form-wrapper .py-5 {
    padding-bottom: 2.5em !important;
}

.bob-form-wrapper .ml-5,
.bob-form-wrapper .mx-5 {
    margin-left: 2.5em !important;
}

.bob-form-wrapper .pl-5,
.bob-form-wrapper .px-5 {
    padding-left: 2.5em !important;
}

.bob-form-wrapper .alignright {
    float: right;
}

.bob-form-wrapper .alignleft {
    float: left;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin: 10px
}

.bob-form-wrapper .round {
    border-radius: 10px;
}

img.aligncenter,
picture.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.bob-form-wrapper .aligncenter>img {
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    width: 100%;
    color: #767676;
}

.bob-form-wrapper .table {
    width: 100%;
    background-color: transparent;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

table,
th,
td {
    table-layout: fixed;
    font-weight: normal;
    text-align: left;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.bob-form-wrapper .w-100 {
    width: 100%;
}

.bob-form-wrapper .text-white {
    color: white !important;
}

.bob-form-wrapper .justify-content-center {
    justify-content: center;
}

.bob-form-wrapper .justify-content-end {
    justify-content: end;
}

.bob-form-wrapper .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.bob-form-wrapper .embed-responsive .embed-responsive-item,
.bob-form-wrapper .embed-responsive embed,
.bob-form-wrapper .embed-responsive iframe,
.bob-form-wrapper .embed-responsive object,
.bob-form-wrapper .embed-responsive video,
.bob-form-wrapper .rll-youtube-player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bob-form-wrapper .align-none {
    float: none;
    margin: 0;
}

.bob-form-wrapper .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.bob-form-wrapper .order-sm-1,
.bob-form-wrapper .order-sm-2,
.bob-form-wrapper .order-sm-3,
.bob-form-wrapper .order-sm-4,
.bob-form-wrapper .order-sm-5,
.bob-form-wrapper .order-sm-6,
.bob-form-wrapper .order-md-1,
.bob-form-wrapper .order-md-2,
.bob-form-wrapper .order-md-3,
.bob-form-wrapper .order-md-4,
.bob-form-wrapper .order-md-5,
.bob-form-wrapper .order-md-6,
.bob-form-wrapper .order-lg-1,
.bob-form-wrapper .order-lg-2,
.bob-form-wrapper .order-lg-3,
.bob-form-wrapper .order-lg-4,
.bob-form-wrapper .order-lg-5,
.bob-form-wrapper .order-lg-6,
.bob-form-wrapper .order-xl-1,
.bob-form-wrapper .order-xl-2,
.bob-form-wrapper .order-xl-3,
.bob-form-wrapper .order-xl-4,
.bob-form-wrapper .order-xl-5,
.bob-form-wrapper .order-xl-6 {
    order: unset;
}

.bob-form-wrapper .order-1 {
    order: 1;
}

.bob-form-wrapper .order-2 {
    order: 2;
}

.bob-form-wrapper .order-3 {
    order: 3;
}

.bob-form-wrapper .order-4 {
    order: 4;
}

.bob-form-wrapper .order-5 {
    order: 5;
}

.bob-form-wrapper .order-6 {
    order: 6;
}

@media (max-width: 575px) {
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .order-3 {
        order: 3;
    }
    .order-4 {
        order: 4;
    }
    .order-5 {
        order: 5;
    }
    .order-6 {
        order: 6;
    }
    .container {
        max-width: 100%;
    }
    .col-1 {
        -ms-flex: 0 0 8.3%;
        flex: 0 0 8.3%;
        max-width: 8.3%;
    }
    .col-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }
    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-4 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-5 {
        -ms-flex: 0 0 41.6%;
        flex: 0 0 41.6%;
        max-width: 41.6%;
    }
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7 {
        -ms-flex: 0 0 58.3%;
        flex: 0 0 58.3%;
        max-width: 58.3%;
    }
    .col-8 {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-10 {
        -ms-flex: 0 0 83.3%;
        flex: 0 0 83.3%;
        max-width: 83.3%;
    }
    .col-11 {
        -ms-flex: 0 0 91.6%;
        flex: 0 0 91.6%;
        max-width: 91.6%;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-none {
        display: none !important;
    }
    .d-block {
        display: block !important;
    }
    .d-inline {
        display: inline !important;
    }
    .d-inline-block {
        display: inline-block !important;
    }
    .d-inline-flex {
        display: inline-flex !important;
    }
    .d-flex {
        display: flex !important;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .mb-sm-2 {
        margin-bottom: 1em !important;
    }
    .text-sm-center {
        text-align: center;
    }
    .justify-content-sm-center {
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .container {
        max-width: 540px;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.3%;
        flex: 0 0 8.3%;
        max-width: 8.3%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.6%;
        flex: 0 0 41.6%;
        max-width: 41.6%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.3%;
        flex: 0 0 58.3%;
        max-width: 58.3%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.3%;
        flex: 0 0 83.3%;
        max-width: 83.3%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.6%;
        flex: 0 0 91.6%;
        max-width: 91.6%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .align-md-right {
        float: right;
    }
    .align-md-left {
        float: left;
    }
    .container {
        max-width: 750px;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.3%;
        flex: 0 0 8.3%;
        max-width: 8.3%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.6%;
        flex: 0 0 41.6%;
        max-width: 41.6%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.3%;
        flex: 0 0 58.3%;
        max-width: 58.3%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.3%;
        flex: 0 0 83.3%;
        max-width: 83.3%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.6%;
        flex: 0 0 91.6%;
        max-width: 91.6%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-end {
        justify-content: end !important;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-left {
        text-align: left;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.5em !important;
    }
    .p-md-1 {
        padding: 0.5em !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.5em !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.5em !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.5em !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.5em !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.5em !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.5em !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.5em !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.5em !important;
    }
    .m-md-2 {
        margin: 1em !important;
    }
    .p-md-2 {
        padding: 1em !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 1em !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 1em !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 1em !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 1em !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1em !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1em !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 1em !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 1em !important;
    }
    .m-md-3 {
        margin: 1.5em !important;
    }
    .p-md-3 {
        padding: 1.5em !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1.5em !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5em !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1.5em !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1.5em !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1.5em !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5em !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1.5em !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1.5em !important;
    }
    .m-md-4 {
        margin: 2em !important;
    }
    .p-md-4 {
        padding: 2em !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 2em !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 2em !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 2em !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 2em !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2em !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2em !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 2em !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 2em !important;
    }
    .m-md-5 {
        margin: 2.5em !important;
    }
    .p-md-5 {
        padding: 2.5em !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2.5em !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2.5em !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2.5em !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2.5em !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2.5em !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2.5em !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2.5em !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2.5em !important;
    }
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .container {
        max-width: 970px;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.3%;
        flex: 0 0 8.3%;
        max-width: 8.3%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.6%;
        flex: 0 0 41.6%;
        max-width: 41.6%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.3%;
        flex: 0 0 58.3%;
        max-width: 58.3%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.3%;
        flex: 0 0 83.3%;
        max-width: 83.3%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.6%;
        flex: 0 0 91.6%;
        max-width: 91.6%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .container {
        max-width: 1260px;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.3%;
        flex: 0 0 8.3%;
        max-width: 8.3%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.6%;
        flex: 0 0 41.6%;
        max-width: 41.6%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.3%;
        flex: 0 0 58.3%;
        max-width: 58.3%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.3%;
        flex: 0 0 83.3%;
        max-width: 83.3%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.6%;
        flex: 0 0 91.6%;
        max-width: 91.6%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
}