@import url('plugins/easy-autocomplete.min.css');

.mr_search {
    /* position: absolute; */
    margin-left: 0.5em;
    right: clamp(1rem, 2vw, 100px);
    width: 50%;
    min-width: 10rem;
    font-size: 1.3vw;
    font-size: clamp(1rem, 1.3vw, 3rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    transition: .2s width ease;
}



#mr_search_form {
    display: flex;
    width: 0;
    width: 100%;
    position: relative;
    /* top: 0; */
    /* right: 58px; */
    transition: .3s all ease;
}

#mr_search {
    border-color: #604b37;
    border-radius: 2rem;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #000000;
    float: none;
    padding: 6px 12px;
    width: 100%;
    background: white;
    font-family: var(--mr-font-main);
    outline: 0;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    opacity: 0;
    transition: .2s all ease;
    opacity: 1;
}

.mr-search-toggle {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    background: transparent;
    border: 0;
    font-size: 1em;
    outline: none !important;
}

.mr-search-toggle:before {
    content: '\f002';
    transition: .3s all ease;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-family: "FontAwesome";
    font-weight: 900;
    color: #060808;
}

.mr-search-toggle:before {
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    line-height: 2.1;
}

.mr-search-toggle:before,
.mr-search-toggle:after {
    top: auto;
    left: auto;
    display: block;
}

.mr-search-toggle:after {
    content: '\f00d';
    transition: .3s all ease;
    -webkit-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
    font-family: "FontAwesome";
    font-weight: 900;
    color: #dda063;
}

.mr-search-toggle,
.mr-search-toggle:before,
.mr-search-toggle:after {
    text-align: center;
    width: 1.6em;
    height: 2em;
}

input#mr-search-input {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #379cd6;
    font-size: 1em;
    padding-left: calc(1.5em + .75rem);
    background: #ededed;
}

.search-cover {
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9999999999;
    /* display: none; */
    opacity: 0;
}

.searching .search-cover {
    display: none;
}

.search_results_section h3 a {
    color: var(--mr-color-primary);
    text-decoration: none;
    margin-right: 1rem;
}

.search_results_section h3 {
    border-bottom: 3px solid var(--mr-color-primary);
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.75rem;
    text-transform: unset;
    color: rgb(0 0 0);
    font-weight: 900;
    text-transform: uppercase;
}

.search_result_img {
    width: 9.4em;
    min-width: 250px;
    max-width: 320px;
    height: 7.4em;
    overflow: hidden;
    position: relative;
    /* margin-right: 1rem; */
    width: calc(100% - 1rem);
    flex-grow: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.search_result_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}



.search_result_img img[src*="png"] {
    object-fit: contain;
}

.search_results_section_showall {
    display: flex;
    align-items: center;
}

.search_results_section_showall::before,
.search_results_section_showall::after {
    content: '';
    display: block;
    height: 1px;
    background: #bebdbd;
    flex-grow: 1;
}


.search_results_section_showall span {
    cursor: pointer;
    background: #dedede;
    padding: 0 2em;
    color: #000000;
    font-family: var(--mr-font-main);
    border-radius: 2em;
}

.search_results_section a:nth-of-type(n + 4) {
    display: none;
}

.search_heading>h1 {
    margin-bottom: .2rem !important;
}

.search_subheading {
    margin-bottom: 2rem;
}

.search_results_section {
    margin-bottom: 3rem;
}

button#mr_search_submit {
    position: absolute;
    right: 0;
    background: transparent;
    height: calc(100% - 1px);
    border: 0;
    outline: 0;
    color: var(--mr-color-primary);
    padding: 0.1rem 0.6rem;
    font-size: 1.2rem;
    font-weight: 900;
    width: 3rem;
    top: 0;
}

.is_stuck button#mr_search_submit {
    background: white;
}

.input_line {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: .2rem;
    background: red;
    width: 0%;
    display: block;
    transition: 0.6s all ease;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 0 0.5rem red;
}

.input_line.active {
    width: 100%;
}

button#mr_search_submit:hover {
    color: var(--mr-color-accent);
    /* text-shadow: 0 0 1rem red; */
}

.search_result_link:hover h2 {
    color: var(--mr-color-accent);
}

.search_results_section_showall:hover span {
    background: var(--mr-color-accent);
}

.autocomplete_img img {
    max-width: 100%;
    width: 6rem;
    /* min-width: 6rem; */
    height: 5rem;
    object-fit: contain;
    object-position: center;
}

.autocomplete_img {
    margin-right: 0.5rem;
    max-width: 6rem;
    width: 6rem;
}

.autocomplete_wrapper {
    display: flex !important;
}

.autocomplete_details {
    width: 100%;
}

.searching #mr_search_form {
    width: 100%;
}

.searching #mr_search {
    opacity: 1;
    transition: .3s all .1s ease;
}

.images_icon::before {
    content: '\f03e';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
}

.image_results_swiper {
    height: auto;
}

.image_results_swiper .swiper-slide {
    max-width: 15rem;
}

.swiper-slide.gallery_link {
    height: auto;
    background: transparent;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide.gallery_link a i {
    background-color: var(--mr-color-accent);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 2rem;
}

.swiper-slide.gallery_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.swiper-slide.gallery_link a span {
    text-decoration: underline;
    margin-top: .3rem;
    font-size: 1.1rem;
    text-decoration: none;
}

.search_results_section.image_results {
    position: relative;
}

.image_results .swiper-button-next,
.image_results .swiper-button-prev {
    background: #ededed;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    box-shadow: 0rem 0.2rem 0.4rem #00000054;
}

.image_results .swiper-button-prev,
.image_results .swiper-rtl .swiper-button-next {
    left: -1.5rem;
    right: auto
}

.image_results .swiper-button-prev:after,
.image_results .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.image_results .swiper-button-next,
.image_results .swiper-rtl .swiper-button-prev {
    right: -1.5rem;
    left: auto
}

.image_results .swiper-button-next:after,
.image_results .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.image_results_wrapper {
    position: relative;
    height: auto !important;
}

.image_results .swiper-button-next.swiper-button-disabled,
.image_results .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.image_results .swiper-button-next:after,
.image_results .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1rem;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.jobs_icon::before {
    content: '\f0f2';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
}

.result_career_details {
    color: #626262;
}

.career_competition_number {
    color: black;
}

@media (min-width: 992px) {
    .searching ul.navigation_extra.list-inline {
        display: none;
    }
}

@media (max-width: 1700px) and (min-width: 1575px) {
    header.is_stuck.searching .mr_search {
        position: absolute;
        width: calc(100% - 4vw);
        max-width: none;
    }

    header.is_stuck.searching .mr-navbar-upper_right,
    header.is_stuck.searching .mr-navbar-upper {

        left: 0;
    }

    header.is_stuck.searching .mr-navbar-upper .list-inline {
        display: none
    }
}


@media (max-width: 1574px) {
    header.is_stuck.searching .search-cover {
        display: block;
    }

    header.is_stuck #mr_search {
        width: 0;
        opacity: 0;
    }

    header.is_stuck #mr_search_form {
        width: 3rem
    }

    header.is_stuck.searching #mr_search_form {
        width: 100%
    }

    header.is_stuck .mr-navbar-upper .list-inline {
        flex-grow: 1
    }

    header.is_stuck .mr_search {
        width: 3rem;
    }

    header.is_stuck .mr-navbar-upper {
        width: fit-content
    }

    header.is_stuck ul.level-0.mr-navbar-nav {
        width: 100%;
    }

    header.is_stuck.searching .mr_search {
        position: absolute;
        width: calc(100% - 48px);
        max-width: none;
        min-height: 2rem;
        /* padding: 1rem !important; */
        /* background: var(--mr-color-primary); */
        /* box-shadow: 0 10px 10px #00000066; */
    }

    header.is_stuck.searching .mr-navbar-upper_right,
    header.is_stuck.searching .mr-navbar-upper {

        left: 0;

        width: 100%;

        position: absolute;

    }

    header.is_stuck.searching .mr-navbar-upper .list-inline {
        display: none
    }

    header.is_stuck.searching #mr_search {
        width: 100%;
        opacity: 1;
    }
}

@media (max-width: 991px) {

    button#mr_search_submit {
        position: absolute;
        right: 0;
        background: transparent;
        height: calc(100% - 1px);
        border: 0;
        outline: 0;
        color: var(--mr-color-accent);
        padding: 0.1rem 0.6rem;
        font-size: 1rem;
        font-weight: 900;
        width: 3rem;
    }

    #mr_search_form {
        display: flex;
        width: 0;
        width: 100%;
        position: fixed;
        top: 0;
        right: 58px;
        transition: .3s all ease;
    }

    header.is_stuck.searching .mr-navbar-upper .list-inline {
        display: block;
    }

    .navigation_extra_toggle {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999999999;
    }

    .mr-navbar-upper {
        display: block;
    }

    .navigation_extra_toggle::before {
        content: '';
    }

    .mr_search {
        position: fixed !important;
        top: 0;
        right: 58px;
        left: auto;
        width: 0;
        height: 58px;
        display: flex;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        /* align-self: center; */
        justify-content: flex-end;
        z-index: 18;
        font-size: 1em;
        isolation: isolate;
        box-shadow: none !important;
        /* background: white; */
        min-width: 0;
    }

    .mr_search #mr_search_submit {
        position: fixed;
        right: 58px;
        top: 0;
        background: rgba(0, 0, 0, 0) !important;
        border: 0;
        font-size: 1.4em;
        -webkit-transition: .2s all ease;
        -o-transition: .2s all ease;
        transition: .2s all ease;
        -webkit-transform: translate(0, 0%);
        padding-top: 0.2em;
        outline: none;
        font-size: 1.2rem;
        z-index: 999999999;
        display: block;
        height: 58px;
        width: 58px;
        /* padding: 0; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mr_search_form {
        display: block;
        width: calc(100% - 116px) !important;
    }

    #mr_search {
        width: calc(100% - 4px);
        height: 46px;
        margin: 6px;
        /* background: white; */
        font-size: 1.5rem;
        padding: 0;
        left: auto;
        right: 0;
        top: 0;
        position: absolute;
        border-radius: 0;
        transform: none;
        width: 0;
        border: 0;
    }

    .searching #mr_search {
        opacity: 1 !important;
        transition: .3s all .1s ease;
        width: calc(100% - 8px) !important;
        padding-left: 1.2rem;
        border-color: #604b37;
        border-radius: 2rem;
        border-style: solid;
        border-width: 1px;
        font-size: 1rem;
    }

    .search-cover {
        display: block;
        opacity: 0;
        margin: 0;
        border: 0;
        width: 58px;
        height: 58px;
        position: fixed;
        top: 0;
        right: 58px;
        transform: none;
    }

    .searching .search-cover {
        display: none;
    }

    .header_extra {
        display: block;
        position: fixed;
        right: 0;
        height: 58px;
        padding: 0;
        z-index: 999999999;
        /* background: white; */
        width: 0;
        transition: .2s width ease;
    }

    .searching .header_extra {
        display: block;
        position: fixed;
        right: 0;
        height: 58px;
        padding: 0;
        width: calc(100% - 60px);
        transition: .2s width ease;
    }

    .searching .mr_search {
        width: calc(100% - 116px) !important;
        background: white !important;
        max-width: none;
        z-index: 99999999999;
        margin: 0;
    }

    #mr_search::placeholder {
        opacity: 0;
        transition: 0s opacity 0s ease;

    }

    .searching #mr_search {
        color: rgba(0, 0, 0, 0.959);
    }

    #mr_search {
        color: rgba(0, 0, 0, 0);

    }

    .searching #mr_search::placeholder {
        opacity: 1;
        transition: .5s opacity .4s ease;
    }

    .searching .mr-upper-toggle {
        z-index: -1;
        display: none;
    }

    .searching .mr-navbar-brand img {
        opacity: 0;
        transition: .2s opacity ease;
    }

    .input_line {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0px 4px;
    }

    .input_line.active {
        width: calc(100% - 4px);
    }

    a.navigation_extra_toggle::before {
        content: '\f142';
        font-family: 'FontAwesome';
        color: var(--mr-color-accent) !important;
    }

    a.navigation_extra_toggle span {
        display: none;
    }

    a.navigation_extra_toggle {
        align-items: center;
        justify-content: center;
        display: flex !important;
        padding: 0 !important;
        width: 60px;
        height: 58px;
        background: white;
        cursor: pointer;
    }

    .navigation_extra.list-inline {
        height: 0
    }

    .navigation_extra.list-inline ul li a {
        padding: 1rem 3rem 1rem 2rem;
        width: 100%;
    }

    .navigation_extra.list-inline ul {
        opacity: 0;
        visibility: collapse;
        height: auto;
        z-index: 9999999999;
        box-shadow: 0 1rem 1rem #00000040;
        background: white;
        padding: 0;
        right: 0;
        position: fixed;
        top: 58px;
        transition: .3s all ease;
    }

    .navigation_extra.m-show.list-inline ul {
        opacity: 1;
        visibility: visible;
        height: auto;
        z-index: 9999999999;
        box-shadow: 0 1rem 1rem #00000040;
        border-top: 3px solid grey;
    }

    header ul.navigation_extra li {
        margin: 0;
    }

    header ul.navigation_extra li a::before {
        margin-right: .5rem;
    }

    .image_results .swiper-button-next::after,
    .image_results .swiper-button-prev::after {
        display: none
    }

    .image_results .swiper-button-next,
    .image_results .swiper-button-prev {
        top: 0;
        height: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        background: white;
    }

    .image_results .swiper-button-next,
    .image_results .swiper-rtl .swiper-button-prev {
        background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        right: 0;
    }

    .image_results .swiper-button-prev,
    .image_results .swiper-rtl .swiper-button-next {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        left: 0;
    }
}/* ----------------------- */
/* Slideshow custom styles */
/* ----------------------- */

.slideshow_swiper {
    height: 100%;
}


.slideshow_swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(70, 70, 70);
}
.slideshow_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.slideshow_swiper .swiper-slide .slideshow_caption h2 {
    opacity: 0;
    transform: translate(0px, 2em);
    transition: 1s transform .5s ease, 1s opacity .5s ease;
}

.slideshow_swiper .swiper-slide.swiper-slide-active .slideshow_caption h2 {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: 1s transform .5s ease, 1s opacity .5s ease;
}
.slideshow_caption span {
    display: block;
    position: absolute;
    min-height: 2em;
    line-height: 2em;
    font-size: 0.8em;
    /* width: 100vw; */
    white-space: normal;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000006e;
    line-height: 1.2;
    text-align: left;
    padding: 0.4em;
}

.slideshow_caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--mr-color-accent-tint);
    vertical-align: middle;
    white-space: normal;
    position: absolute;
    inset: 0;
    height: 100%;
    background-color: var(--mr-color-secondary-murky);
    position: relative;
    top: 0;
    bottom: 0;
    width: 38%;
    min-width: 40.2rem;
    z-index: 10;
    margin-left: auto;
    padding: 4vw;
}

.slideshow_swiper .slideshow_caption h2 {
    border-bottom: none;
    color: var(--mr-color-light);
    text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black;
    font-size: 3.5vw;
    line-height: 1;
    transition: 1s transform .5s ease, 1s opacity .5s ease;
    margin-top: 0;
    text-align: center;
}

.slideshow_swiper .slideshow_caption h3 {
    border-bottom: none;
    color: var(--mr-color-accent-shade);
    text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black;
    font-size: 2vw;
    line-height: 1;
    opacity: 0;
    text-align: center;
}

.slideshow_swiper .swiper-slide.swiper-slide-active .slideshow_caption h3 {
    opacity: 1;
    transition: .5s opacity 1.5s ease;
}


.slideshow_caption p {
    color: black;
}

.swiper-slide>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
}

.slideshow_caption::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: var(--mr-color-secondary-murky) transparent transparent transparent;
    position: absolute;
    border-width: 40vw 0 0 150px;
    border-top-width: clamp(40rem, 43vw, 10000px);
    right: 100%;
}

.swiper-slide {
    overflow: hidden;
}/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container-sm, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1320px;
    }
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  
  .col {
    flex: 1 0 0%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }
  
    .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%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }
  
    .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%;
    }
  
  }
  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }
  
    .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%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0%;
    }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
  
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
  }
  @media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0%;
    }
  
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
  
    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  
  @media print {
    .d-print-inline {
      display: inline !important;
    }
  
    .d-print-inline-block {
      display: inline-block !important;
    }
  
    .d-print-block {
      display: block !important;
    }
  
    .d-print-grid {
      display: grid !important;
    }
  
    .d-print-table {
      display: table !important;
    }
  
    .d-print-table-row {
      display: table-row !important;
    }
  
    .d-print-table-cell {
      display: table-cell !important;
    }
  
    .d-print-flex {
      display: flex !important;
    }
  
    .d-print-inline-flex {
      display: inline-flex !important;
    }
  
    .d-print-none {
      display: none !important;
    }
  }
  
  /*# sourceMappingURL=bootstrap-grid.css.map */