@charset "UTF-8";@keyframes spin {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bannerCategory,.bannerNavWrapper .nav {
    border-bottom: 1px solid #ced6e0
}

.activeFlex {
    display: flex!important
}

.d-none,.hideElement,[hidden] {
    display: none!important
}

.bannerContentWrapper .content,.consentBannerWrapper {
    display: none;
    flex-direction: column;
    animation: .5s opacity
}

.consentBannerWrapper {
    margin: 0
}

.consentBannerWrapper *,.slick-list {
    margin: 0;
    padding: 0
}

.consentBannerWrapper {
    width: 750px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    border-radius: 2px;
    row-gap: 10px;
    font-family: Helvetica,sans-serif;
    box-shadow: 0 3px 8px #0000003d;
    z-index: 10007;
    background-color: #fff
}

.bannerHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px
}

.bannerLogo {
    width: 120px
}

.bannerLogo img,.providerName,.table {
    width: 100%
}

.closeBanner {
    display: flex;
    cursor: pointer
}

.closeBanner svg {
    width: 16px
}

.bannerNavWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center
}

.bannerNavWrapper .nav {
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    border-top: 1px solid #ced6e0;
    position: relative
}

.navActiveBorder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border: 1px solid #025
}

.bannerContentWrapper .content,.cookieContentWrapper {
    height: auto;
    max-height: 30vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px!important
}

.bannerContentWrapper .content {
    padding: 15px 0
}

.cookieContentWrapper {
    display: flex;
    row-gap: 10px
}

.bannerContentWrapper .content::-webkit-scrollbar {
    width: 3px;
    height: 5px
}

.bannerContentWrapper .content::-webkit-scrollbar-thumb {
    background-color: #025;
    border-radius: 2px
}

.bannerContentWrapper .content::-webkit-scrollbar-corner {
    background-color: #f1f1f1
}

.bannerCategory {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.arrow {
    width: 18px;
    margin-right: 5px
}

.rotate {
    transform: rotate(180deg)
}

.cookieTotal {
    background: #025;
    margin-left: 5px;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.cookieContentWrapper :last-child {
    border-bottom: none
}

.categoryHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.allProviderWrapper {
    display: none;
    flex-direction: column;
    row-gap: 10px
}

.categoryName,.cookieInfoHeader {
    align-items: center;
    display: flex;
    cursor: pointer
}

.categoryName {
    width: 80%;
    justify-content: flex-start
}

.cookiesProviderWrapper {
    display: flex;
    border: 1px solid #ced6e0!important;
    border-radius: 2px;
    flex-direction: column;
    padding: 15px 18px;
    row-gap: 5px
}

.cookieInfoHeader {
    justify-content: space-between
}

.cookieInfoHeader :first-child {
    display: flex;
    align-items: center
}

.allCookieInfoWrapper {
    display: none;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 10px
}

.cookieInfoWrapper {
    padding: 15px;
    border-radius: 2px;
    background: #f1f2f6
}

.cookieBorder {
    border: 1px solid #ced6e0;
    margin: 10px 0
}

.cookieOtherInfo {
    display: flex;
    flex-direction: column
}

.learnMoreWrapper a {
    color: #025;
    font-size: 14px
}

.bannerButtons button,.noCookie {
    padding: 15px;
    border-radius: 2px;
    color: #454545
}

.noCookie {
    font-size: 14px;
    background-color: #f1f2f6
}

.bannerButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 20px;
    border-top: 1px solid #ced6e0;
    padding-top: 15px
}

.btnShadow {
    box-shadow: 0-20px 25px 0#f30000 -3px -3px 6px 1px #ffffff80
}

.bannerButtons button {
    flex: 1;
    outline: 0;
    font-family: Helvetica,sans-serif;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #ced6e0;
    background: #fff
}

.bannerButtons button.btnActive:hover,.bannerButtons button:hover {
    background: #db3700!important;
    color: #fff!important;
    border-color: #db3700
}

.bannerButtons button.btnActive {
    background: #025!important;
    color: #fff!important;
    border-color: #025
}

.bannerHeadline {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 700
}

.bannerDescription {
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    font-weight: 400
}

.consentBannerSwitch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 28px
}

.consentBannerSwitch input {
    opacity: 0;
    width: 0;
    height: 0
}

.consentSlider,.consentSlider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.consentSlider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc
}

.consentSlider:before {
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #fff
}

.divLoader,.miniIcon {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    display: none
}

input:checked+.consentSlider {
    background-color: #025
}

input:focus+.consentSlider {
    box-shadow: 0 0 1px #2196f3
}

input:checked+.consentSlider:before {
    transform: translateX(16px)
}

.consentSlider.round {
    border-radius: 34px
}

.consentSlider.round:before,.miniIcon {
    border-radius: 50%
}

.miniIcon {
    bottom: 10px;
    border: 2px solid #025;
    cursor: pointer;
    z-index: 10007;
    background: #fff;
    left: 10px;
    margin-top: -25px
}

.miniIcon svg {
    fill: #025
}

.blur {
    filter: blur(1px)
}

.divLoader {
    border: 4px solid #025;
    border-top-color: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: 1s linear infinite spin
}

.form-check,sub,sup {
    position: relative
}

@media screen and (max-width: 800px) {
    .consentBannerWrapper {
        width:85%
    }
}

@media screen and (max-width: 600px) {
    .bannerButtons {
        display:flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        row-gap: 10px;
        border-top: 1px solid #ced6e0;
        padding-top: 15px
    }

    .categoryToggle {
        transform: scale(.8)
    }
}

.holiday-text {
    text-shadow: 0 1px 2px #000
}

img,svg {
    vertical-align: middle
}

.figure,label {
    display: inline-block
}

[tabindex="-1"]:focus {
    outline: 0!important
}

dd,label {
    margin-bottom: .5rem
}

.form-check-label,ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.alert-link,dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,figure {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

a {
    background: 0 0;
    color: #025
}

a:hover {
    color: #db3700;
    text-decoration: underline
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-size: 1em
}

code,pre {
    font-family: Helvetica,Arial,sans-serif
}

img {
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button,input,optgroup,select,textarea {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.form-group,.table,address,dl,ol,p,pre,ul {
    margin-bottom: 1rem
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

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

.h6,h6 {
    font-size: 1rem
}

.form-control,.small,small {
    font-weight: 400
}

.small,small {
    font-size: 80%
}

.mark,mark {
    padding: .2em;
    background: #fcf8e3
}

.table,pre {
    color: #212529
}

pre {
    margin-top: 0;
    display: block;
    font-size: 87.5%
}

.table td,.table th {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table .thead-dark th,.table-dark {
    background: #343a40;
    color: #fff
}

.table .thead-light th {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #495057
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

.sr-only {
    margin: -1px
}

.collapse:not(.show),.popover-header:empty,.tab-content>.tab-pane,template {
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide:focus,a:not([href]):not([tabindex]):focus {
    outline: 0
}

.slick-initialized .slick-slide,.slick-slide img,article,aside,figcaption,figure,footer,header,main,nav,section {
    display: block
}

.slick-list.dragging,[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled),summary {
    cursor: pointer
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.modal-open,.slick-list,svg {
    overflow: hidden
}

pre,textarea {
    overflow: auto
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-clip: padding-box;
    color: #495057;
    font-size: 1rem;
    line-height: 1.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    border: 0;
    background: 0 0
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem #007bff40;
    outline: 0;
    border-color: #80bdff;
    background: #fff;
    color: #495057
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    background: #fff;
    color: #495057
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.form-check {
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0;
    -ms-flex-align: center;
    align-items: center
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.close,.close:hover {
    color: #000
}

button.close {
    background: 0 0;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active,.tab-content>.active {
    display: block
}

.close {
    opacity: .5;
    font-weight: 700;
    line-height: 1;
    float: right;
    text-shadow: 0 1px 0#fff;
    font-size: 1.5rem
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

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

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    white-space: normal
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .product-details-layout1 .offer span,.vs-product-layout1 .vs-product .price {
        font-size:.875rem
    }

    .table-responsive-md {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

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

    .col-sm {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

    .col-sm-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media (min-width: 768px) {
    .col-md,.col-md-auto,.container {
        max-width:100%
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-md-auto {
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

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

    .col-lg {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

    .col-lg-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-lg-none {
        display: none!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
}

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

    .col-xl {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

    .col-xl-1 {
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .d-xl-none {
        display: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

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