* {
    box-sizing: border-box;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto
}

*,
:focus {
    outline: none;
    -webkit-focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

html {
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word
}

a {
    text-decoration: none;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    pointer-events: all
}

a,
a:active,
a:visited {
    color: inherit;
    outline: none
}

ol a,
p a,
ul a {
    text-decoration: underline;
    transition: opacity .3s cubic-bezier(.21, .67, .58, 1)
}

.is-pointer ol a:hover,
.is-pointer p a:hover,
.is-pointer ul a:hover {
    text-decoration: none;
    opacity: .7
}

ol img,
p img,
ul img {
    height: auto!important
}

svg {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
    fill-rule: evenodd
}

h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin: 0
}

ol,
ul {
    padding: 0
}

ol li,
ul li {
    list-style-position: inside
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,
input {
    overflow: visible;
    line-height: normal
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

.close-times {
    font-size: 1.125rem;
    width: 2em;
    height: 2em;
    margin-top: -.5em;
    margin-right: -.5em;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    color: currentColor;
    opacity: 1;
    transition: opacity .18s cubic-bezier(.21, .67, .58, 1);
    transform: translateZ(0);
    pointer-events: all;
    will-change: transform, opacity;
    outline: none
}

.is-pointer .close-times:hover {
    text-decoration: none;
    opacity: .65
}

.close-times:after,
.close-times:before {
    display: block;
    content: "";
    width: 2px;
    height: 1.3em;
    background: currentColor;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    margin-top: .35em;
    margin-left: 1em
}

.close-times:before {
    transform: rotate(45deg)
}

.close-times:after {
    transform: rotate(-45deg)
}

.font-size-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.font-size-note {
    font-size: .875rem
}

.font-size-note,
.font-size-tiny {
    font-weight: 400;
    line-height: 1.37
}

.font-size-tiny {
    font-size: .75rem
}

.font-size-quote {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.37
}

.font-size-h1 {
    font-size: 3rem;
    line-height: 1.2
}

.font-size-h2 {
    font-size: 2.5rem;
    line-height: 1.2
}

.font-size-h3 {
    font-size: 1.875rem;
    line-height: 1.2
}

.font-size-h4 {
    font-size: 1.625rem;
    line-height: 1.37
}

.font-size-h5 {
    font-size: 1.375rem;
    line-height: 1.37
}

.font-size-h6 {
    font-size: 1.125rem;
    line-height: 1.37
}

.will-change {
    will-change: transform;
    transform: translateZ(0)
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.overflow {
    overflow: hidden
}

.fixed {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed
}

.hidden-all {
    display: none
}

@media (min-width:980px) {
    .hidden-pc {
        display: none
    }
}

.img-popup {
    cursor: pointer
}

.noanimate,
.noanimate * {
    transition: none!important
}

.disable-pointer-events,
.disable-pointer-events * {
    pointer-events: none!important
}

.scrollable {
    pointer-events: all;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(27, 27, 28, .5);
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 5px
}

.scrollable::-webkit-scrollbar-button:end:increment,
.scrollable::-webkit-scrollbar-button:start:decrement {
    width: 5px;
    height: 5px;
    display: block;
    background-color: transparent
}

.text-nowrap,
.text-truncate {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.text-justify {
    text-align: justify
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex
}

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

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column
}

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

.flex-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.align-self-auto {
    -ms-flex-item-align: auto;
    align-self: auto
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

body {
    min-width: 980px;
    color: #1b1b1c;
    background-color: #fff
}

.container {
    width: 71.875rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width:1199px) {
    .container {
        width: 59.375rem
    }
}

.container.full-width {
    width: 100%
}

.container.full-width .flexbe-cards-list {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

.cover {
    min-height: 540px;
    min-height: 100vh;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

[data-contrast=dark],
[data-contrast] [data-contrast=dark] {
    color: #1b1b1c
}

[data-contrast=light],
[data-contrast] [data-contrast=light] {
    color: #fff
}

.radius-small {
    border-radius: .3125rem;
    overflow: hidden
}

.col-0,
[data-cols="0"] {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    max-width: 0
}

.col-1,
[data-cols="1"] {
    -ms-flex-preferred-size: 4.16666667%;
    flex-basis: 4.16666667%;
    max-width: 4.16666667%
}

.col-2,
[data-cols="2"] {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-3,
[data-cols="3"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
}

.col-4,
[data-cols="4"] {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-5,
[data-cols="5"] {
    -ms-flex-preferred-size: 20.83333333%;
    flex-basis: 20.83333333%;
    max-width: 20.83333333%
}

.col-6,
[data-cols="6"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-7,
[data-cols="7"] {
    -ms-flex-preferred-size: 29.16666667%;
    flex-basis: 29.16666667%;
    max-width: 29.16666667%
}

.col-8,
[data-cols="8"] {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-9,
[data-cols="9"] {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
}

.col-10,
[data-cols="10"] {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-11,
[data-cols="11"] {
    -ms-flex-preferred-size: 45.83333333%;
    flex-basis: 45.83333333%;
    max-width: 45.83333333%
}

.col-12,
[data-cols="12"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-13,
[data-cols="13"] {
    -ms-flex-preferred-size: 54.16666667%;
    flex-basis: 54.16666667%;
    max-width: 54.16666667%
}

.col-14,
[data-cols="14"] {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-15,
[data-cols="15"] {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
}

.col-16,
[data-cols="16"] {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-17,
[data-cols="17"] {
    -ms-flex-preferred-size: 70.83333333%;
    flex-basis: 70.83333333%;
    max-width: 70.83333333%
}

.col-18,
[data-cols="18"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-19,
[data-cols="19"] {
    -ms-flex-preferred-size: 79.16666667%;
    flex-basis: 79.16666667%;
    max-width: 79.16666667%
}

.col-20,
[data-cols="20"] {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-21,
[data-cols="21"] {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
}

.col-22,
[data-cols="22"] {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-23,
[data-cols="23"] {
    -ms-flex-preferred-size: 95.83333333%;
    flex-basis: 95.83333333%;
    max-width: 95.83333333%
}

.col-24,
[data-cols="24"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-0,
[data-cols="0"] {
    padding: 0!important;
    margin: 0!important;
    width: 0!important;
    max-width: 0!important;
    opacity: 0;
    visibility: hidden
}

.layout-type-title {
    margin-bottom: 3.125rem
}

.gap-small {
    margin: -.75rem;
    max-width: calc(100% + 1.5rem)
}

.gap-small .flexbe-card,
.gap-small .flexbe-column {
    padding: .75rem
}

.gap-normal {
    margin: -1.5625rem;
    max-width: calc(100% + 3.125rem)
}

.gap-normal .flexbe-card,
.gap-normal .flexbe-column {
    padding: 1.5625rem
}

.gap-zero .radius-small {
    border-radius: 0
}

.gap-zero .radius-small.first-column {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

.gap-zero .radius-small.last-column {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem
}

@media (max-width:1199px) {
    .gap-small {
        margin: -.4375rem;
        max-width: calc(100% + .875rem)
    }
    .gap-small .flexbe-card,
    .gap-small .flexbe-column {
        padding: .4375rem
    }
    .gap-normal {
        margin: -.9375rem;
        max-width: calc(100% + 1.875rem)
    }
    .gap-normal .flexbe-card,
    .gap-normal .flexbe-column {
        padding: .9375rem
    }
}

.b_block {
    position: relative;
    z-index: auto
}

.b_block.hidden {
    display: none
}

.b_block~.b_block {
    margin-top: -1px
}

.container-fluid {
    position: relative
}

@media (max-width:1199px) {
    .container-fluid {
        overflow: hidden
    }
}

.cards-1 .flexbe-card,
.flexbe-cards .flexbe-card.card-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.cards-2 .flexbe-card,
.flexbe-cards .flexbe-card.card-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.cards-3 .flexbe-card,
.flexbe-cards .flexbe-card.card-3 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.cards-4 .flexbe-card,
.flexbe-cards .flexbe-card.card-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.cards-5 .flexbe-card,
.flexbe-cards .flexbe-card.card-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

.cards-6 .flexbe-card,
.flexbe-cards .flexbe-card.card-6 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.flexbe-cards-root {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flexbe-cards-root .slider-pagination--cards {
    width: 100%;
    position: relative;
    margin: 1.5625rem auto;
    padding: 0
}

.flexbe-cards-root .slider-pagination--cards.size--small {
    margin: 20px auto
}

.flexbe-cards-root .slider-pagination--cards.position--inside {
    margin: 0 auto 20px
}

.flexbe-cards-root .slider-button--cards {
    padding: 0 1.25rem
}

.flexbe-cards-root .slider-button--cards[data-direction=prev] {
    left: auto;
    right: 100%
}

.flexbe-cards-root .slider-button--cards[data-direction=next] {
    right: auto;
    left: 100%
}

.flexbe-cards-root.cards-gap-small {
    padding: 0 1.5rem
}

.flexbe-cards-root.cards-gap-normal {
    padding: 0 3.125rem
}

.flexbe-cards-root.full-width .slider-button--cards[data-direction=prev] {
    left: 0;
    right: auto
}

.flexbe-cards-root.full-width .slider-button--cards[data-direction=next] {
    right: 0;
    left: auto
}

.flexbe-cards-container {
    width: 100%;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.flexbe-cards-wrapper {
    width: 100%
}

.flexbe-cards-slider.swiper-inited .flexbe-cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flexbe-cards {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.flexbe-cards.less-columns {
    -ms-flex-pack: center;
    justify-content: center
}

.flexbe-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:1200px) and (max-width:1300px) {
    .flexbe-cards-root.normal-width.slider-active.slider-has-buttons .flexbe-cards-container {
        max-width: 1050px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0 auto
    }
    .flexbe-cards-root.normal-width.slider-active.slider-has-buttons .slider-button--cards[data-direction=prev] {
        padding-left: 0
    }
    .flexbe-cards-root.normal-width.slider-active.slider-has-buttons .slider-button--cards[data-direction=next] {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:1080px) {
    .flexbe-cards-root.normal-width .slider-button--cards[data-direction=prev] {
        left: 0;
        right: auto;
        padding-left: .625rem;
        padding-right: 0
    }
    .flexbe-cards-root.normal-width .slider-button--cards[data-direction=next] {
        right: 0;
        left: auto;
        padding-right: .625rem;
        padding-left: 0
    }
}

.px-10 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-10>.no-gutter {
    margin-left: -.625rem;
    margin-right: -.625rem;
    width: calc(100% + 1.25rem)
}

.py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-10>.no-gutter.is-first-child {
    margin-top: -.625rem
}

.py-10>.no-gutter.is-first-child:not(.is-last-child),
.py-10>.no-gutter.is-last-child {
    margin-bottom: -.625rem
}

.py-10>.no-gutter.is-last-child:not(.is-first-child) {
    margin-top: -.625rem
}

.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-20>.no-gutter {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem)
}

.py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-20>.no-gutter.is-first-child {
    margin-top: -1.25rem
}

.py-20>.no-gutter.is-last-child {
    margin-bottom: -1.25rem
}

.py-20>.no-gutter.is-first-child:not(.is-last-child) {
    margin-bottom: 0
}

.py-20>.no-gutter.is-last-child:not(.is-first-child) {
    margin-top: 0
}

.px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.px-30>.no-gutter {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    width: calc(100% + 3.75rem)
}

.py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.py-30>.no-gutter.is-first-child {
    margin-top: -1.875rem
}

.py-30>.no-gutter.is-last-child {
    margin-bottom: -1.875rem
}

.py-30>.no-gutter.is-first-child:not(.is-last-child) {
    margin-bottom: .625rem
}

.py-30>.no-gutter.is-last-child:not(.is-first-child) {
    margin-top: .625rem
}

.px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-40>.no-gutter {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: calc(100% + 5rem)
}

.py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-40>.no-gutter.is-first-child {
    margin-top: -2.5rem
}

.py-40>.no-gutter.is-last-child {
    margin-bottom: -2.5rem
}

.py-40>.no-gutter.is-first-child:not(.is-last-child) {
    margin-bottom: 1.25rem
}

.py-40>.no-gutter.is-last-child:not(.is-first-child) {
    margin-top: 1.25rem
}

.px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem
}

.px-50>.no-gutter {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    width: calc(100% + 6.25rem)
}

.py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.py-50>.no-gutter.is-first-child {
    margin-top: -3.125rem
}

.py-50>.no-gutter.is-last-child {
    margin-bottom: -3.125rem
}

.py-50>.no-gutter.is-first-child:not(.is-last-child) {
    margin-bottom: 1.875rem
}

.py-50>.no-gutter.is-last-child:not(.is-first-child) {
    margin-top: 1.875rem
}

.py-0>.no-gutter.is-first-child:not(.is-last-child) {
    margin-bottom: -.625rem
}

.py-0>.no-gutter.is-last-child:not(.is-first-child) {
    margin-top: -.625rem
}

.element-item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-height: 32px;
    width: 100%
}

.element-item.is-first-child {
    margin-top: -.625rem
}

.element-item.is-last-child {
    margin-bottom: -.625rem
}

.no-gutter.is-first-child {
    margin-top: 0
}

.no-gutter.is-first-child .element-content {
    padding-top: 0
}

.no-gutter.is-last-child {
    margin-bottom: 0
}

.no-gutter.is-last-child .element-content {
    padding-bottom: 0
}

.fill-space {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: stretch;
    align-items: stretch
}

.element-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 1
}

[data-mr="1"] {
    padding-right: 5%
}

[data-ml="1"] {
    padding-left: 5%
}

[data-mr="2"] {
    padding-right: 10%
}

[data-ml="2"] {
    padding-left: 10%
}

[data-mr="3"] {
    padding-right: 15%
}

[data-ml="3"] {
    padding-left: 15%
}

[data-mr="4"] {
    padding-right: 20%
}

[data-ml="4"] {
    padding-left: 20%
}

[data-mr="5"] {
    padding-right: 25%
}

[data-ml="5"] {
    padding-left: 25%
}

[data-mr="6"] {
    padding-right: 30%
}

[data-ml="6"] {
    padding-left: 30%
}

[data-mr="7"] {
    padding-right: 35%
}

[data-ml="7"] {
    padding-left: 35%
}

[data-mr="8"] {
    padding-right: 40%
}

[data-ml="8"] {
    padding-left: 40%
}

[data-mr="9"] {
    padding-right: 45%
}

[data-ml="9"] {
    padding-left: 45%
}

[data-mr="10"] {
    padding-right: 50%
}

[data-ml="10"] {
    padding-left: 50%
}

[data-mr="11"] {
    padding-right: 55%
}

[data-ml="11"] {
    padding-left: 55%
}

[data-mr="12"] {
    padding-right: 60%
}

[data-ml="12"] {
    padding-left: 60%
}

[data-mr="13"] {
    padding-right: 65%
}

[data-ml="13"] {
    padding-left: 65%
}

[data-mr="14"] {
    padding-right: 70%
}

[data-ml="14"] {
    padding-left: 70%
}

[data-mr="15"] {
    padding-right: 75%
}

[data-ml="15"] {
    padding-left: 75%
}

[data-mr="16"] {
    padding-right: 80%
}

[data-ml="16"] {
    padding-left: 80%
}

[data-mr="17"] {
    padding-right: 85%
}

[data-ml="17"] {
    padding-left: 85%
}

[data-mr="18"] {
    padding-right: 90%
}

[data-ml="18"] {
    padding-left: 90%
}

[data-mr="19"] {
    padding-right: 95%
}

[data-ml="19"] {
    padding-left: 95%
}

[data-mr="20"] {
    padding-right: 100%
}

[data-ml="20"] {
    padding-left: 100%
}

.flexbe-row-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    position: relative;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.flexbe-row,
.flexbe-row-list {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex
}

.flexbe-row {
    max-width: 100%;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.flexbe-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-list {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    opacity: 0;
    transition: opacity .2s
}

.modal-list.show {
    display: -ms-flexbox;
    display: flex
}

.modal-list.overlay {
    opacity: 1;
    will-change: opacity
}

.modal-list.overlay .modal-content {
    opacity: 1;
    transform: translateZ(0)
}

.m_modal {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.m_modal.show {
    display: block;
    z-index: 1
}

.m_modal .modal-data {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.m_modal .modal-data>.close-times {
    position: fixed;
    top: 40px;
    right: 40px
}

.m_modal .scroller {
    padding: 70px 0;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    pointer-events: all;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.m_modal .modal-content {
    position: relative;
    margin: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s cubic-bezier(.21, .67, .58, 1)
}

.flexbe-copyright {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
    color: #fff
}

.flexbe-copyright .flexbe-copyright-bg {
    background-color: #1b1b1c;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute
}

.flexbe-copyright .flexbe-copyright-link {
    position: relative;
    font-size: .8125rem;
    line-height: 1rem;
    color: inherit;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 1;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flexbe-copyright .flexbe-copyright-link span {
    opacity: .7;
    margin-right: 1ex;
    transition: opacity .3s ease
}

.flexbe-copyright .flexbe-copyright-link svg {
    margin-top: -2px
}

.is-pointer .flexbe-copyright .flexbe-copyright-link:hover {
    text-decoration: none
}

.is-pointer .flexbe-copyright .flexbe-copyright-link:hover span {
    opacity: 1
}

.cart-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .2s cubic-bezier(.21, .67, .58, 1), visibility .2s cubic-bezier(.21, .67, .58, 1)
}

.is-pointer .cart-button:hover:before {
    transform: scale(1.05)
}

.cart-button.blink {
    animation: scale-up-down .3s cubic-bezier(.21, .67, .58, 1) 0s 1
}

.cart-button.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none!important
}

.cart-button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    fill-rule: evenodd;
    fill: currentColor;
    transition: transform .35s cubic-bezier(.21, .67, .58, 1);
    z-index: 1
}

.cart-button:before {
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    transition: transform .3s cubic-bezier(.21, .67, .58, 1);
    z-index: 0
}

.cart-button:after,
.cart-button:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    color: #fff
}

.cart-button:after {
    content: attr(data-count);
    z-index: 1;
    margin: 0;
    right: -.3125rem;
    top: -.3125rem;
    width: 1.5rem;
    height: 1.5rem;
    box-sizing: border-box;
    background-color: #ea7f54;
    text-align: center;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    transition: transform .35s cubic-bezier(.21, .67, .58, 1)
}

.widget-list {
    display: none;
    position: relative
}

body.ready .widget-list {
    display: block;
    position: absolute;
    top: 0;
    width: 100%
}

.widget-list .container-error {
    display: none
}