@charset "UTF-8";
/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*, ::after, ::before {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}
figure {
    margin: 0 0 1rem
}
img {
    vertical-align: middle;
    border-style: none
}
svg {
    overflow: hidden;
    vertical-align: middle
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: inherit
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 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]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
[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 {
    overflow: auto;
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
[hidden] {
    display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
.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
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:992px) {
    .main_header .col-lg-2 {
        margin-top: 15px;
        text-align: center;
    }
    .main_header .col-lg-10 {
        margin-top: 40px;
    }
    .gsc-search-button-v2 {
        border: 1px solid #b19a56 !important;
        border-color: #b19a56 !important;
        background-color: #b19a56 !important;
        padding: 9px 27px !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
        border-end-end-radius: 30px !important;
        border-start-end-radius: 30px !important;
    }
    .gsc-search-button-v2:hover {
        border-color: #b19a56!important;
        background-color: #b19a56!important;
        background-image: linear-gradient(top, #b19a56, #b19a56) !important;
        opacity: 0.7;
    }
    table.gsc-search-box td.gsc-input {
        padding-right: 0 !important;
    }
    .gsc-control-cse {
        padding: 0 !important;
    }
    .gsib_b {
        display: none !important;
    }
    .gsib_a {
        background: transparent !important;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6
}
.table-sm td, .table-sm th {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}
@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm > .table-bordered {
        border: 0
    }
}
@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md > .table-bordered {
        border: 0
    }
}
@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg > .table-bordered {
        border: 0
    }
}
@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl > .table-bordered {
        border: 0
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive > .table-bordered {
    border: 0
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
select.form-control[multiple], select.form-control[size] {
    height: auto
}
textarea.form-control {
    height: auto
}
.form-group {
    margin-bottom: 1rem
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}
.form-inline .form-check {
    width: 100%
}
@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}
.fade {
    transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}
.fade:not(.show) {
    opacity: 0
}
.collapse:not(.show) {
    display: none
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}
.dropdown-toggle {
    white-space: nowrap
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}
@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}
@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}
@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-toggle::after {
    vertical-align: 0
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}
.dropleft .dropdown-toggle::after {
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}
.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
    margin-bottom: -1px
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-pills .nav-link {
    border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}
.card > hr {
    margin-right: 0;
    margin-left: 0
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
.card-title {
    margin-bottom: .75rem
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}
.card-text:last-child {
    margin-bottom: 0
}
.card-link:hover {
    text-decoration: none
}
.card-link + .card-link {
    margin-left: 1.25rem
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:hover {
    color: #000;
    text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
a.close.disabled {
    pointer-events: none
}
.modal-open {
    overflow: hidden
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer > * {
    margin: .25rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}
@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}
.tooltip.show {
    opacity: .9
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.d-none {
    display: none !important
}
.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
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:1200px) {
    .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-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !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 print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-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-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 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
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-none {
    float: none !important
}
@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}
@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}
@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}
@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}
.overflow-auto {
    overflow: auto !important
}
.overflow-hidden {
    overflow: hidden !important
}
.position-static {
    position: static !important
}
.position-relative {
    position: relative !important
}
.position-absolute {
    position: absolute !important
}
.position-fixed {
    position: fixed !important
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
.shadow-none {
    box-shadow: none !important
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-100 {
    width: 100% !important
}
.w-auto {
    width: auto !important
}
.h-25 {
    height: 25% !important
}
.h-50 {
    height: 50% !important
}
.h-75 {
    height: 75% !important
}
.h-100 {
    height: 100% !important
}
.h-auto {
    height: auto !important
}
.mw-100 {
    max-width: 100% !important
}
.mh-100 {
    max-height: 100% !important
}
.min-vw-100 {
    min-width: 100vw !important
}
.min-vh-100 {
    min-height: 100vh !important
}
.vw-100 {
    width: 100vw !important
}
.vh-100 {
    height: 100vh !important
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}
.m-0 {
    margin: 0 !important
}
.mt-0, .my-0 {
    margin-top: 0 !important
}
.mr-0, .mx-0 {
    margin-right: 0 !important
}
.mb-0, .my-0 {
    margin-bottom: 0 !important
}
.ml-0, .mx-0 {
    margin-left: 0 !important
}
.m-1 {
    margin: .25rem !important
}
.mt-1, .my-1 {
    margin-top: .25rem !important
}
.mr-1, .mx-1 {
    margin-right: .25rem !important
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
    margin-left: .25rem !important
}
.m-2 {
    margin: .5rem !important
}
.mt-2, .my-2 {
    margin-top: .5rem !important
}
.mr-2, .mx-2 {
    margin-right: .5rem !important
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
    margin-left: .5rem !important
}
.m-3 {
    margin: 1rem !important
}
.mt-3, .my-3 {
    margin-top: 1rem !important
}
.mr-3, .mx-3 {
    margin-right: 1rem !important
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
    margin-left: 1rem !important
}
.m-4 {
    margin: 1.5rem !important
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}
.m-5 {
    margin: 3rem !important
}
.mt-5, .my-5 {
    margin-top: 3rem !important
}
.mr-5, .mx-5 {
    margin-right: 3rem !important
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
    margin-left: 3rem !important
}
.p-0 {
    padding: 0 !important
}
.pt-0, .py-0 {
    padding-top: 0 !important
}
.pr-0, .px-0 {
    padding-right: 0 !important
}
.pb-0, .py-0 {
    padding-bottom: 0 !important
}
.pl-0, .px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: .25rem !important
}
.pt-1, .py-1 {
    padding-top: .25rem !important
}
.pr-1, .px-1 {
    padding-right: .25rem !important
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important
}
.pl-1, .px-1 {
    padding-left: .25rem !important
}
.p-2 {
    padding: .5rem !important
}
.pt-2, .py-2 {
    padding-top: .5rem !important
}
.pr-2, .px-2 {
    padding-right: .5rem !important
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important
}
.pl-2, .px-2 {
    padding-left: .5rem !important
}
.p-3 {
    padding: 1rem !important
}
.pt-3, .py-3 {
    padding-top: 1rem !important
}
.pr-3, .px-3 {
    padding-right: 1rem !important
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important
}
.pl-3, .px-3 {
    padding-left: 1rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important
}
.p-5 {
    padding: 3rem !important
}
.pt-5, .py-5 {
    padding-top: 3rem !important
}
.pr-5, .px-5 {
    padding-right: 3rem !important
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important
}
.pl-5, .px-5 {
    padding-left: 3rem !important
}
.m-n1 {
    margin: -.25rem !important
}
.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}
.m-n2 {
    margin: -.5rem !important
}
.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}
.m-n3 {
    margin: -1rem !important
}
.mt-n3, .my-n3 {
    margin-top: -1rem !important
}
.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}
.m-n4 {
    margin: -1.5rem !important
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}
.m-n5 {
    margin: -3rem !important
}
.mt-n5, .my-n5 {
    margin-top: -3rem !important
}
.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}
.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}
.m-auto {
    margin: auto !important
}
.mt-auto, .my-auto {
    margin-top: auto !important
}
.mr-auto, .mx-auto {
    margin-right: auto !important
}
.mb-auto, .my-auto {
    margin-bottom: auto !important
}
.ml-auto, .mx-auto {
    margin-left: auto !important
}
@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}
@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}
@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}
@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.text-justify {
    text-align: justify !important
}
.text-wrap {
    white-space: normal !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}
@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}
@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.font-weight-light {
    font-weight: 300 !important
}
.font-weight-lighter {
    font-weight: lighter !important
}
.font-weight-normal {
    font-weight: 400 !important
}
.font-weight-bold {
    font-weight: 700 !important
}
.font-weight-bolder {
    font-weight: bolder !important
}
.font-italic {
    font-style: italic !important
}
.text-white {
    color: #fff !important
}
.visible {
    visibility: visible !important
}
.invisible {
    visibility: hidden !important
}
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " ("attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
body {
    font-family: "游ゴシック体", "Yu Gothic", 'YuGothic', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", 'sans-serif' !important
}
@font-face {
    font-family: 'header_icons';
    src: url("/MMR/catalog/css/fonts/header_icons.eot");
    src: url("/MMR/catalog/css/fonts/header_icons.eot?#iefix") format("embedded-opentype"), url("/MMR/catalog/css/fonts/header_icons.woff") format("woff"), url("/MMR/catalog/css/fonts/header_icons.ttf") format("truetype"), url("/MMR/catalog/css/fonts/header_icons.svg#header_icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
[class*='header-']:before {
    display: inline-block;
    font-family: 'header_icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.header-icon_like_custom:before {
    content: 'A'
}
.header-icon_cart_custom:before {
    content: 'B'
}
.header-icon_access_custom:before {
    content: 'C'
}
.header-icon_grid_custom:before {
    content: 'D'
}
.header-icon_search_custom:before {
    content: 'E'
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}
.hamburger-box {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}
.hamburger-inner::before {
    top: -9px
}
.hamburger-inner::after {
    bottom: -9px
}
.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
@font-face {
    font-family: 'themify';
    src: url("/MMR/catalog/css/fonts/themify.eot?-fvbane");
    src: url("/MMR/catalog/css/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/MMR/catalog/css/fonts/themify.woff?-fvbane") format("woff"), url("/MMR/catalog/css/fonts/themify.ttf?-fvbane") format("truetype"), url("/MMR/catalog/css/fonts/themify.svg?-fvbane#themify") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ti-wand:before {
    content: ""
}
.ti-volume:before {
    content: ""
}
.ti-user:before {
    content: ""
}
.ti-unlock:before {
    content: ""
}
.ti-unlink:before {
    content: ""
}
.ti-trash:before {
    content: ""
}
.ti-thought:before {
    content: ""
}
.ti-target:before {
    content: ""
}
.ti-tag:before {
    content: ""
}
.ti-tablet:before {
    content: ""
}
.ti-star:before {
    content: ""
}
.ti-spray:before {
    content: ""
}
.ti-signal:before {
    content: ""
}
.ti-shopping-cart:before {
    content: ""
}
.ti-shopping-cart-full:before {
    content: ""
}
.ti-settings:before {
    content: ""
}
.ti-search:before {
    content: ""
}
.ti-zoom-in:before {
    content: ""
}
.ti-zoom-out:before {
    content: ""
}
.ti-cut:before {
    content: ""
}
.ti-ruler:before {
    content: ""
}
.ti-ruler-pencil:before {
    content: ""
}
.ti-ruler-alt:before {
    content: ""
}
.ti-bookmark:before {
    content: ""
}
.ti-bookmark-alt:before {
    content: ""
}
.ti-reload:before {
    content: ""
}
.ti-plus:before {
    content: ""
}
.ti-pin:before {
    content: ""
}
.ti-pencil:before {
    content: ""
}
.ti-pencil-alt:before {
    content: ""
}
.ti-paint-roller:before {
    content: ""
}
.ti-paint-bucket:before {
    content: ""
}
.ti-na:before {
    content: ""
}
.ti-mobile:before {
    content: ""
}
.ti-minus:before {
    content: ""
}
.ti-medall:before {
    content: ""
}
.ti-medall-alt:before {
    content: ""
}
.ti-marker:before {
    content: ""
}
.ti-marker-alt:before {
    content: ""
}
.ti-arrow-up:before {
    content: ""
}
.ti-arrow-right:before {
    content: ""
}
.ti-arrow-left:before {
    content: ""
}
.ti-arrow-down:before {
    content: ""
}
.ti-lock:before {
    content: ""
}
.ti-location-arrow:before {
    content: ""
}
.ti-link:before {
    content: ""
}
.ti-layout:before {
    content: ""
}
.ti-layers:before {
    content: ""
}
.ti-layers-alt:before {
    content: ""
}
.ti-key:before {
    content: ""
}
.ti-import:before {
    content: ""
}
.ti-image:before {
    content: ""
}
.ti-heart:before {
    content: ""
}
.ti-heart-broken:before {
    content: ""
}
.ti-hand-stop:before {
    content: ""
}
.ti-hand-open:before {
    content: ""
}
.ti-hand-drag:before {
    content: ""
}
.ti-folder:before {
    content: ""
}
.ti-flag:before {
    content: ""
}
.ti-flag-alt:before {
    content: ""
}
.ti-flag-alt-2:before {
    content: ""
}
.ti-eye:before {
    content: ""
}
.ti-export:before {
    content: ""
}
.ti-exchange-vertical:before {
    content: ""
}
.ti-desktop:before {
    content: ""
}
.ti-cup:before {
    content: ""
}
.ti-crown:before {
    content: ""
}
.ti-comments:before {
    content: ""
}
.ti-comment:before {
    content: ""
}
.ti-comment-alt:before {
    content: ""
}
.ti-close:before {
    content: ""
}
.ti-clip:before {
    content: ""
}
.ti-angle-up:before {
    content: ""
}
.ti-angle-right:before {
    content: ""
}
.ti-angle-left:before {
    content: ""
}
.ti-angle-down:before {
    content: ""
}
.ti-check:before {
    content: ""
}
.ti-check-box:before {
    content: ""
}
.ti-camera:before {
    content: ""
}
.ti-announcement:before {
    content: ""
}
.ti-brush:before {
    content: ""
}
.ti-briefcase:before {
    content: ""
}
.ti-bolt:before {
    content: ""
}
.ti-bolt-alt:before {
    content: ""
}
.ti-blackboard:before {
    content: ""
}
.ti-bag:before {
    content: ""
}
.ti-move:before {
    content: ""
}
.ti-arrows-vertical:before {
    content: ""
}
.ti-arrows-horizontal:before {
    content: ""
}
.ti-fullscreen:before {
    content: ""
}
.ti-arrow-top-right:before {
    content: ""
}
.ti-arrow-top-left:before {
    content: ""
}
.ti-arrow-circle-up:before {
    content: ""
}
.ti-arrow-circle-right:before {
    content: ""
}
.ti-arrow-circle-left:before {
    content: ""
}
.ti-arrow-circle-down:before {
    content: ""
}
.ti-angle-double-up:before {
    content: ""
}
.ti-angle-double-right:before {
    content: ""
}
.ti-angle-double-left:before {
    content: ""
}
.ti-angle-double-down:before {
    content: ""
}
.ti-zip:before {
    content: ""
}
.ti-world:before {
    content: ""
}
.ti-wheelchair:before {
    content: ""
}
.ti-view-list:before {
    content: ""
}
.ti-view-list-alt:before {
    content: ""
}
.ti-view-grid:before {
    content: ""
}
.ti-uppercase:before {
    content: ""
}
.ti-upload:before {
    content: ""
}
.ti-underline:before {
    content: ""
}
.ti-truck:before {
    content: ""
}
.ti-timer:before {
    content: ""
}
.ti-ticket:before {
    content: ""
}
.ti-thumb-up:before {
    content: ""
}
.ti-thumb-down:before {
    content: ""
}
.ti-text:before {
    content: ""
}
.ti-stats-up:before {
    content: ""
}
.ti-stats-down:before {
    content: ""
}
.ti-split-v:before {
    content: ""
}
.ti-split-h:before {
    content: ""
}
.ti-smallcap:before {
    content: ""
}
.ti-shine:before {
    content: ""
}
.ti-shift-right:before {
    content: ""
}
.ti-shift-left:before {
    content: ""
}
.ti-shield:before {
    content: ""
}
.ti-notepad:before {
    content: ""
}
.ti-server:before {
    content: ""
}
.ti-quote-right:before {
    content: ""
}
.ti-quote-left:before {
    content: ""
}
.ti-pulse:before {
    content: ""
}
.ti-printer:before {
    content: ""
}
.ti-power-off:before {
    content: ""
}
.ti-plug:before {
    content: ""
}
.ti-pie-chart:before {
    content: ""
}
.ti-paragraph:before {
    content: ""
}
.ti-panel:before {
    content: ""
}
.ti-package:before {
    content: ""
}
.ti-music:before {
    content: ""
}
.ti-music-alt:before {
    content: ""
}
.ti-mouse:before {
    content: ""
}
.ti-mouse-alt:before {
    content: ""
}
.ti-money:before {
    content: ""
}
.ti-microphone:before {
    content: ""
}
.ti-menu:before {
    content: ""
}
.ti-menu-alt:before {
    content: ""
}
.ti-map:before {
    content: ""
}
.ti-map-alt:before {
    content: ""
}
.ti-loop:before {
    content: ""
}
.ti-location-pin:before {
    content: ""
}
.ti-list:before {
    content: ""
}
.ti-light-bulb:before {
    content: ""
}
.ti-Italic:before {
    content: ""
}
.ti-info:before {
    content: ""
}
.ti-infinite:before {
    content: ""
}
.ti-id-badge:before {
    content: ""
}
.ti-hummer:before {
    content: ""
}
.ti-home:before {
    content: ""
}
.ti-help:before {
    content: ""
}
.ti-headphone:before {
    content: ""
}
.ti-harddrives:before {
    content: ""
}
.ti-harddrive:before {
    content: ""
}
.ti-gift:before {
    content: ""
}
.ti-game:before {
    content: ""
}
.ti-filter:before {
    content: ""
}
.ti-files:before {
    content: ""
}
.ti-file:before {
    content: ""
}
.ti-eraser:before {
    content: ""
}
.ti-envelope:before {
    content: ""
}
.ti-download:before {
    content: ""
}
.ti-direction:before {
    content: ""
}
.ti-direction-alt:before {
    content: ""
}
.ti-dashboard:before {
    content: ""
}
.ti-control-stop:before {
    content: ""
}
.ti-control-shuffle:before {
    content: ""
}
.ti-control-play:before {
    content: ""
}
.ti-control-pause:before {
    content: ""
}
.ti-control-forward:before {
    content: ""
}
.ti-control-backward:before {
    content: ""
}
.ti-cloud:before {
    content: ""
}
.ti-cloud-up:before {
    content: ""
}
.ti-cloud-down:before {
    content: ""
}
.ti-clipboard:before {
    content: ""
}
.ti-car:before {
    content: ""
}
.ti-calendar:before {
    content: ""
}
.ti-book:before {
    content: ""
}
.ti-bell:before {
    content: ""
}
.ti-basketball:before {
    content: ""
}
.ti-bar-chart:before {
    content: ""
}
.ti-bar-chart-alt:before {
    content: ""
}
.ti-back-right:before {
    content: ""
}
.ti-back-left:before {
    content: ""
}
.ti-arrows-corner:before {
    content: ""
}
.ti-archive:before {
    content: ""
}
.ti-anchor:before {
    content: ""
}
.ti-align-right:before {
    content: ""
}
.ti-align-left:before {
    content: ""
}
.ti-align-justify:before {
    content: ""
}
.ti-align-center:before {
    content: ""
}
.ti-alert:before {
    content: ""
}
.ti-alarm-clock:before {
    content: ""
}
.ti-agenda:before {
    content: ""
}
.ti-write:before {
    content: ""
}
.ti-window:before {
    content: ""
}
.ti-widgetized:before {
    content: ""
}
.ti-widget:before {
    content: ""
}
.ti-widget-alt:before {
    content: ""
}
.ti-wallet:before {
    content: ""
}
.ti-video-clapper:before {
    content: ""
}
.ti-video-camera:before {
    content: ""
}
.ti-vector:before {
    content: ""
}
.ti-themify-logo:before {
    content: ""
}
.ti-themify-favicon:before {
    content: ""
}
.ti-themify-favicon-alt:before {
    content: ""
}
.ti-support:before {
    content: ""
}
.ti-stamp:before {
    content: ""
}
.ti-split-v-alt:before {
    content: ""
}
.ti-slice:before {
    content: ""
}
.ti-shortcode:before {
    content: ""
}
.ti-shift-right-alt:before {
    content: ""
}
.ti-shift-left-alt:before {
    content: ""
}
.ti-ruler-alt-2:before {
    content: ""
}
.ti-receipt:before {
    content: ""
}
.ti-pin2:before {
    content: ""
}
.ti-pin-alt:before {
    content: ""
}
.ti-pencil-alt2:before {
    content: ""
}
.ti-palette:before {
    content: ""
}
.ti-more:before {
    content: ""
}
.ti-more-alt:before {
    content: ""
}
.ti-microphone-alt:before {
    content: ""
}
.ti-magnet:before {
    content: ""
}
.ti-line-double:before {
    content: ""
}
.ti-line-dotted:before {
    content: ""
}
.ti-line-dashed:before {
    content: ""
}
.ti-layout-width-full:before {
    content: ""
}
.ti-layout-width-default:before {
    content: ""
}
.ti-layout-width-default-alt:before {
    content: ""
}
.ti-layout-tab:before {
    content: ""
}
.ti-layout-tab-window:before {
    content: ""
}
.ti-layout-tab-v:before {
    content: ""
}
.ti-layout-tab-min:before {
    content: ""
}
.ti-layout-slider:before {
    content: ""
}
.ti-layout-slider-alt:before {
    content: ""
}
.ti-layout-sidebar-right:before {
    content: ""
}
.ti-layout-sidebar-none:before {
    content: ""
}
.ti-layout-sidebar-left:before {
    content: ""
}
.ti-layout-placeholder:before {
    content: ""
}
.ti-layout-menu:before {
    content: ""
}
.ti-layout-menu-v:before {
    content: ""
}
.ti-layout-menu-separated:before {
    content: ""
}
.ti-layout-menu-full:before {
    content: ""
}
.ti-layout-media-right-alt:before {
    content: ""
}
.ti-layout-media-right:before {
    content: ""
}
.ti-layout-media-overlay:before {
    content: ""
}
.ti-layout-media-overlay-alt:before {
    content: ""
}
.ti-layout-media-overlay-alt-2:before {
    content: ""
}
.ti-layout-media-left-alt:before {
    content: ""
}
.ti-layout-media-left:before {
    content: ""
}
.ti-layout-media-center-alt:before {
    content: ""
}
.ti-layout-media-center:before {
    content: ""
}
.ti-layout-list-thumb:before {
    content: ""
}
.ti-layout-list-thumb-alt:before {
    content: ""
}
.ti-layout-list-post:before {
    content: ""
}
.ti-layout-list-large-image:before {
    content: ""
}
.ti-layout-line-solid:before {
    content: ""
}
.ti-layout-grid4:before {
    content: ""
}
.ti-layout-grid3:before {
    content: ""
}
.ti-layout-grid2:before {
    content: ""
}
.ti-layout-grid2-thumb:before {
    content: ""
}
.ti-layout-cta-right:before {
    content: ""
}
.ti-layout-cta-left:before {
    content: ""
}
.ti-layout-cta-center:before {
    content: ""
}
.ti-layout-cta-btn-right:before {
    content: ""
}
.ti-layout-cta-btn-left:before {
    content: ""
}
.ti-layout-column4:before {
    content: ""
}
.ti-layout-column3:before {
    content: ""
}
.ti-layout-column2:before {
    content: ""
}
.ti-layout-accordion-separated:before {
    content: ""
}
.ti-layout-accordion-merged:before {
    content: ""
}
.ti-layout-accordion-list:before {
    content: ""
}
.ti-ink-pen:before {
    content: ""
}
.ti-info-alt:before {
    content: ""
}
.ti-help-alt:before {
    content: ""
}
.ti-headphone-alt:before {
    content: ""
}
.ti-hand-point-up:before {
    content: ""
}
.ti-hand-point-right:before {
    content: ""
}
.ti-hand-point-left:before {
    content: ""
}
.ti-hand-point-down:before {
    content: ""
}
.ti-gallery:before {
    content: ""
}
.ti-face-smile:before {
    content: ""
}
.ti-face-sad:before {
    content: ""
}
.ti-credit-card:before {
    content: ""
}
.ti-control-skip-forward:before {
    content: ""
}
.ti-control-skip-backward:before {
    content: ""
}
.ti-control-record:before {
    content: ""
}
.ti-control-eject:before {
    content: ""
}
.ti-comments-smiley:before {
    content: ""
}
.ti-brush-alt:before {
    content: ""
}
.ti-youtube:before {
    content: ""
}
.ti-vimeo:before {
    content: ""
}
.ti-twitter:before {
    content: ""
}
.ti-time:before {
    content: ""
}
.ti-tumblr:before {
    content: ""
}
.ti-skype:before {
    content: ""
}
.ti-share:before {
    content: ""
}
.ti-share-alt:before {
    content: ""
}
.ti-rocket:before {
    content: ""
}
.ti-pinterest:before {
    content: ""
}
.ti-new-window:before {
    content: ""
}
.ti-microsoft:before {
    content: ""
}
.ti-list-ol:before {
    content: ""
}
.ti-linkedin:before {
    content: ""
}
.ti-layout-sidebar-2:before {
    content: ""
}
.ti-layout-grid4-alt:before {
    content: ""
}
.ti-layout-grid3-alt:before {
    content: ""
}
.ti-layout-grid2-alt:before {
    content: ""
}
.ti-layout-column4-alt:before {
    content: ""
}
.ti-layout-column3-alt:before {
    content: ""
}
.ti-layout-column2-alt:before {
    content: ""
}
.ti-instagram:before {
    content: ""
}
.ti-google:before {
    content: ""
}
.ti-github:before {
    content: ""
}
.ti-flickr:before {
    content: ""
}
.ti-facebook:before {
    content: ""
}
.ti-dropbox:before {
    content: ""
}
.ti-dribbble:before {
    content: ""
}
.ti-apple:before {
    content: ""
}
.ti-android:before {
    content: ""
}
.ti-save:before {
    content: ""
}
.ti-save-alt:before {
    content: ""
}
.ti-yahoo:before {
    content: ""
}
.ti-wordpress:before {
    content: ""
}
.ti-vimeo-alt:before {
    content: ""
}
.ti-twitter-alt:before {
    content: ""
}
.ti-tumblr-alt:before {
    content: ""
}
.ti-trello:before {
    content: ""
}
.ti-stack-overflow:before {
    content: ""
}
.ti-soundcloud:before {
    content: ""
}
.ti-sharethis:before {
    content: ""
}
.ti-sharethis-alt:before {
    content: ""
}
.ti-reddit:before {
    content: ""
}
.ti-pinterest-alt:before {
    content: ""
}
.ti-microsoft-alt:before {
    content: ""
}
.ti-linux:before {
    content: ""
}
.ti-jsfiddle:before {
    content: ""
}
.ti-joomla:before {
    content: ""
}
.ti-html5:before {
    content: ""
}
.ti-flickr-alt:before {
    content: ""
}
.ti-email:before {
    content: ""
}
.ti-drupal:before {
    content: ""
}
.ti-dropbox-alt:before {
    content: ""
}
.ti-css3:before {
    content: ""
}
.ti-rss:before {
    content: ""
}
.ti-rss-alt:before {
    content: ""
}
@font-face {
    font-family: 'fontello';
    src: url("/MMR/catalog/css/fonts/fontello.eot?33109840");
    src: url("/MMR/catalog/css/fonts/fontello.eot?33109840#iefix") format("embedded-opentype"), url("/MMR/catalog/css/fonts/fontello.woff2?33109840") format("woff2"), url("/MMR/catalog/css/fonts/fontello.woff?33109840") format("woff"), url("/MMR/catalog/css/fonts/fontello.ttf?33109840") format("truetype"), url("/MMR/catalog/css/fonts/fontello.svg?33109840#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-th:before {
    content: ''
}
.icon-th-list:before {
    content: ''
}
.icon-phone:before {
    content: ''
}
.icon-mobile:before {
    content: ''
}
.icon-mail:before {
    content: ''
}
.icon-map:before {
    content: ''
}
.icon-map-1:before {
    content: ''
}
.icon-ok:before {
    content: ''
}
.icon-ok-1:before {
    content: ''
}
.icon-star:before {
    content: ''
}
.icon-star-empty:before {
    content: ''
}
.icon-star-half:before {
    content: ''
}
.icon-user:before {
    content: ''
}
.icon-star-half-alt:before {
    content: ''
}
.icon-sliders:before {
    content: ''
}
.icon-map-o:before {
    content: ''
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    background: #f8f8f8;
    font-size: 14px;
    font-size: .875rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #444
}
h1, h2, h3, h4, h5, h6 {
    color: #111
}
p {
    margin-bottom: 20px
}
strong {
    font-weight: 500
}
label {
    font-weight: 500;
    margin-bottom: 3px
}
hr {
    margin: 30px 0 30px 0;
    border: 0;
    border-top: 1px solid #ddd
}
.main_title {
    position: relative;
    margin-bottom: 45px;
    text-align: center
}
@media(max-width:991px) {
    .main_title {
        margin-bottom: 30px
    }
}
.main_title h1, .main_title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2
}
@media(max-width:991px) {
    .main_title h1, .main_title h2 {
        font-size: 28px;
        font-size: 1.75rem
    }
}
.main_title h1 {
    font-size: 42px;
    font-size: 2.625rem
}
@media(max-width:991px) {
    .main_title h1 {
        font-size: 32px;
        font-size: 2rem
    }
}
.main_title span {
    display: block;
    content: attr(data-mask);
    position: absolute;
    text-align: center;
    margin-top: -15px;
    top: 0;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    z-index: 1;
    color: #f4f4f4;
    text-transform: uppercase;
    width: 100%
}
@media(max-width:991px) {
    .main_title span {
        font-size: 45px;
        font-size: 2.8125rem
    }
}
.main_title p {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 300;
    padding: 0 15%;
    position: relative;
    z-index: 2
}
@media(max-width:991px) {
    .main_title p {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0
    }
}
.page_header {
    margin-bottom: 30px
}
.page_header h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 5px 0
}
.breadcrumbs {
    line-height: 1;
    color: #555
}
.breadcrumbs ul {
    margin: 0;
    padding: 20px 0 16px;
    font-size: 12px;
    font-size: 0.750rem;
    line-height: 1;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 8px;
    position: relative;
    color: #777
}
.breadcrumbs ul li a {
    color: #ea471c
}
.breadcrumbs ul li a:hover {
    opacity: .8;
}
.breadcrumbs ul li:after {
    font-family: 'themify';
    content: "";
    font-size: 10px;
    font-size: .625rem;
    position: absolute;
    display: inline-block;
    top: 2px;
    margin-left: 3px
}
.breadcrumbs ul li:last-child {
    font-weight: 500
}
.breadcrumbs ul li:last-child:after {
    content: '';
    margin-right: 0
}
.breadcrumbs + p {
    margin: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
}
a {
    color: #004dda;
    text-decoration: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none
}
a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    /*background: rgba(155, 196, 252, 1);*/
    background: #f3169d;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    line-height: normal
}
a.btn_1:focus, .btn_1:focus {
    outline: none
}
a.btn_1:hover, .btn_1:hover {
    opacity: 0.7;
    /*background: rgba(209, 195, 252, 1);*/
    color: #fff
}
a.btn_1.full-width, .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}
a.btn_1.medium, .btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px
}
a.btn_1.outline, .btn_1.outline {
    border: 2px solid #111;
    color: #111;
    padding: 10px 30px;
    background: none
}
a.btn_1.outline:hover, .btn_1.outline:hover {
    border-color: #004dda;
    color: #004dda !important
}
a.btn_1.outline:focus, .btn_1.outline:focus {
    outline: none
}
a.btn_1.gray, .btn_1.gray {
    background: #f0f0f0;
    color: #111 !important
}
a.btn_1.gray:hover, .btn_1.gray:hover {
    background-color: #ffc107;
    color: #111 !important
}
a.btn_1 i, .btn_1 i {
    font-weight: 600
}
.movie-btn {
    text-align: center;
}
main {
    background-color: #fff;
    z-index: 2;
    position: relative
}
main.freeze {
    z-index: inherit
}
.container {
    max-width: 1220px
}
@media(max-width:991px) {
    .container {
        max-width: 100%
    }
    a.btn_1.medium, .btn_1.medium {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 14px 40px;
    }
}
.top_line {
    padding: 12px 0 10px 0;
    line-height: 1
}
.top_line.promo {
    background-color: #004dda;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500
}
.top_line.promo strong {
    color: #ff9;
    font-weight: 700;
    text-transform: uppercase
}
.top_line.version_1 {
    color: #fff;
    background-color: #004dda;
    font-size: 13px;
    font-size: .8125rem
}
@media(max-width:991px) {
    .top_line.version_1 {
        display: none
    }
}
.top_line.version_1.plus_select {
    padding: 7px 0
}
.top_line.version_1.plus_select .styled-select select {
    color: #fff
}
.top_line.version_1.plus_select .styled-select:after {
    color: #fff
}
.top_line.version_1 ul.top_links {
    list-style: none;
    margin: 0;
    float: right
}
.top_line.version_1 ul.top_links li {
    display: inline-block;
    position: relative;
    margin-left: 5px
}
.top_line.version_1 ul.top_links li:first-child {
    margin-left: 0
}
header .main_header {
    position: relative;
    z-index: 99999
}
@media(max-width:991px) {
    header .main_header {
        padding: 15px 0
    }
}
@media(max-width:991px) {
    header .main_header #logo a img {
        width: 61px;
        height: auto;
    }
}
header .main_header a.phone_top {
    display: inline-block;
    line-height: 1.3
}
header .main_header a.phone_top strong span {
    display: block;
    font-weight: 900
}
@media(max-width:991px) {
    header .main_header a.phone_top {
        position: absolute;
        right: 0;
        top: -27px;
        z-index: 2
    }
    header .main_header a.phone_top strong {
        display: none
    }
    header .main_header a.phone_top:before {
        font-family: "fontello";
        font-size: 26px;
        font-size: 1.625rem;
        content: '';
        line-height: 1;
        padding: 0;
        margin: 0;
        display: inline-block
    }
}
header .main_header nav a.open_close {
    display: none
}
@media(max-width:991px) {
    header .main_header nav a.open_close {
        display: block;
        width: 48px;
        height: 42px;
        position: absolute;
        right: 0;
        top: -32px;
    }
    .hamburger {
        width: 100%;
        height: 100%;
        transition-duration: .2s;
    }
    .hamburger-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .hamburger-inner {
        display: block;
        top: auto;
        margin-top: 1px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 20px;
        height: 2px;
        transition-duration: .2s;
    }
    .hamburger-inner::before {
        top: -8px;
    }
    .hamburger-inner::after {
        bottom: -8px;
    }
}
header ul.top_tools {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}
@media(max-width:780px) {
    header ul.top_tools {
        float: none;
        width: 100%
    }
}
header ul.top_tools > li {
    float: right;
    margin-left: 20px
}
header ul.top_tools > li:nth-child(4), header ul.top_tools > li:nth-child(5) {
    display: none
}
@media(max-width:991px) {
    header ul.top_tools > li:nth-child(4), header ul.top_tools > li:nth-child(5) {
        display: inline-block
    }
}
@media(max-width:991px) {
    header ul.top_tools > li:last-child {
        float: none;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .small-gutters {
        margin: 0 !important;
        width: 100%;
    }
}
header ul.top_tools > li a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px
}
@media(max-width:991px) {
    header ul.top_tools > li a {
        height: 28px;
        line-height: 28px
    }
}
header ul.top_tools > li a > span {
    display: none
}
header ul.top_tools > li a:before {
    font-family: 'header_icons';
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500 !important
}
header ul.top_tools > li a.btn_search_mob:before, header ul.top_tools > li a.search_panel:before {
    content: 'E';
    font-size: 26px;
    font-size: 1.625rem
}
header ul.top_tools > li a.btn_cat_mob {
    font-size: 12px;
    font-size: .750rem;
    font-weight: 700;
}
@media(max-width:991px) {
    header ul.top_tools > li a.btn_cat_mob {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        line-height: 1.2;
        padding-right: 20px;
        box-sizing: border-box;
        color: #111;
        background: #ffef00 url(/MMR/img/icon/plus.png) no-repeat center right /14px auto;

    }
    header ul.top_tools > li a.btn_cat_mob .hamburger {
        display: none;
    }
}
header ul.top_tools > li a.btn_cat_mob .hamburger-box {
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 10px
}
@media(max-width:991px) {
    header ul.top_tools > li a.btn_cat_mob .hamburger-box {
        display: none
    }
}
header ul.top_tools > li a.wishlist:before {
    content: 'A'
}
header ul.top_tools > li a.access_link:before {
    content: 'C'
}
header ul.top_tools > li a.cart_bt:before {
    content: 'B'
}
header ul.top_tools > li a.cart_bt strong {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    text-indent: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: -3px;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
@media(max-width:991px) {
    header ul.top_tools > li a.cart_bt strong {
        bottom: -3px
    }
}
header ul.top_tools > li .dropdown-cart .dropdown-menu, header ul.top_tools > li .dropdown-access .dropdown-menu {
    border: none;
    min-width: 0;
    padding: 15px;
    width: 260px;
    top: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    font-size: 13px;
    font-size: .8125rem
}
@media(max-width:991px) {
    header ul.top_tools > li .dropdown-cart .dropdown-menu, header ul.top_tools > li .dropdown-access .dropdown-menu {
        display: none !important
    }
}
header ul.top_tools > li .dropdown-cart .dropdown-menu:before, header ul.top_tools > li .dropdown-access .dropdown-menu:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    margin-left: -7px
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a, header ul.top_tools > li .dropdown-access .dropdown-menu a {
    height: auto;
    line-height: inherit
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1, header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1 {
    color: #111;
    background-color: #ffc107;
    height: auto;
    line-height: 1.4
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1.outline, header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1.outline {
    background-color: transparent
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1:hover, header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1:hover {
    color: #fff !important;
    background-color: #004dda
}
@media(min-width:991px) {
    header .main_header {
        width: 100%;
        order: 1;
    }
    header .main_nav {
        width: 100%;
        order: 2;
    }
}
header .main_nav {
    position: relative;
    z-index: 999
}
@media(max-width:991px) {
    header .main_nav {
        padding: 10px 0
    }
}
header .main_nav .custom-search-input {
    padding: 0;
    width: 100%;
    margin: 0;
    top: 10px;
    position: relative;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
header .main_nav .custom-search-input input[type='text'] {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    padding: 15px
}
header .main_nav .custom-search-input input[type='text']:focus {
    outline: none
}
@media(max-width:575px) {
    header .main_nav .custom-search-input input[type='text'] {
        padding-left: 15px
    }
}
header .main_nav .custom-search-input button[type='submit'] {
    position: absolute;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 24px;
    font-size: 1.5rem;
    top: 5px;
    right: 3px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: none
}
header .main_nav .custom-search-input button[type='submit']:hover {
    color: #004dda
}
header .sticky_element {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation: smoothScroll .5s none;
    /*border-bottom: 1px solid transparent !important;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25)*/
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px)
    }
    100% {
        transform: translateY(0)
    }
}
header.version_1 .main_header {
    background: rgb(155,196,252);
    background: linear-gradient(70deg, rgba(251,155,252) 0%, rgba(231,155,252) 100%);
    padding: 14px 0;
}
header.version_1 .main_header a.phone_top {
    color: #fff
}
header.version_1 .main_header a.phone_top:before {
    color: #fff
}
@media(max-width:991px) {
    header.version_1 .main_header ul.top_tools {
        width: auto
    }
}
header.version_1 .main_header ul.top_tools > li:last-child {
    display: inline-block
}
@media(max-width:991px) {
    header.version_1 .main_header ul.top_tools > li:last-child {
        float: none
    }
}
@media(max-width:1199px) {
    header.version_1 .main_header ul.top_tools > li:nth-child(2) {
        display: none
    }
}
@media(max-width:991px) {
    header.version_1 .main_header ul.top_tools > li:nth-child(3) {
        display: none
    }
}
header.version_1 .main_header ul.top_tools > li a {
    color: #fff
}
@media(max-width:991px) {
    header.version_1 .main_header ul.top_tools > li a {
        line-height: 60px;
        height: 60px
    }
}
header.version_1 .main_header ul.top_tools > li a:hover {
    color: #ff9
}
header.version_1 .main_header ul.top_tools > li a.cart_bt strong {
    background-color: #083487;
    color: #fff !important
}
@media(max-width:991px) {
    header.version_1 .main_header ul.top_tools > li a.cart_bt strong {
        bottom: 10px
    }
}
header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu, header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: 2px solid #004dda
}
header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu:before, header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu:before {
    border-bottom-color: #004dda
}
header.version_1 .main_header ul.top_tools > li .dropdown-cart:hover > a, header.version_1 .main_header ul.top_tools > li .dropdown-access:hover > a {
    color: #ff9
}
@media(max-width:991px) {
    header.version_1 .main_header ul.top_tools {
        position: absolute;
        top: -43px;
        right: 0
    }
    header.version_1 .main_header {
        height: 42px;
        padding: 10px 0;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
}
header.version_1 .main_nav {
    background-color: transparent;
    color: #111;
    /*background: #ffef00;*/
}
header.version_1 .main_nav.inner {
    border-bottom: 1px solid #ededed
}
header.version_1 .main_nav .custom-search-input {
    background-color: #f2f2f2
}
header.version_1 .main_nav ul.top_tools > li a {
    color: #111
}
/*
header.version_1 .main_nav ul.top_tools > li a:hover {
    color: #004dda
}*/
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner::before,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner::after {
    background-color: #111
}
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner::before,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner::after {
    background-color: #004dda
}
header.version_1 .main_nav ul.top_tools > li a.cart_bt strong {
    background-color: #083487;
    color: #fff !important
}
header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu, header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: 2px solid #004dda;
    margin-top: 0
}
header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu:before, header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu:before {
    border-bottom-color: #004dda
}
header.version_1 .main_nav ul.top_tools > li .dropdown-cart:hover > a, header.version_1 .main_nav ul.top_tools > li .dropdown-access:hover > a {
    color: #004dda
}
@media only screen and (min-width:992px) {
    .menu {
        display: block !important
    }
    #mm-menu, .mm-menu {
        display: none !important
    }
}
.mm-menu {
    background: #fff !important
}
.mm-listview a {
    color: #444
}
.main-menu {
    background: #fff !important;
    position: relative;
    z-index: 9;
    width: auto;
}
@media (min-width: 992px) {
    .main-menu {
        border-radius: 100vh;
    }
}
.main-menu ul, .main-menu ul li, .main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0
}
.main-menu ul li a {
    display: block;
    padding: 3px 10px;
}
.main-menu > ul > li > a {
    padding: 14px 18px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}
header.version_1 .main-menu > ul > li > a {
    color: #212121;
    position: relative;
}
header.version_1 .main-menu > ul > li > a:hover,
header.version_1 .main-menu > ul > li:hover > a {
    color: #ff462d
}
header.version_1 .main-menu > ul > li > a:before {
    content: '';
    display: block;
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    height: 2px;
    position: absolute;
    left: 18px;
    bottom: 6px;
    background: #ff462d;
    z-index: 1;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
header.version_1 .main-menu > ul > li > a:hover:before,
header.version_1 .main-menu > ul > li:hover > a:before {
    transform: scale(1, 1);
}
.main-menu > ul > li.submenu:hover > a:after {
    transform: rotate(180deg)
}
.main-menu ul > li.submenu > a {
    transition: all .2s ease-in-out
}
.main-menu ul > li.submenu > a:after {
    font-family: 'themify';
    font-size: 12px;
    font-size: .75rem;
    content: "";
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: bold;
    display: inline-block;
    transition: all .2s ease-in-out
}
@media(max-width:991px) {
    .main-menu ul > li.submenu > a:after {
        font-size: 14px !important;
        float: right
    }
}
header.version_2 .main-menu > ul > li > a, .main-menu > ul > li.submenu:hover > a {
    color: #282828
}
header.version_2 .main-menu > ul > li:hover > a {
    color: #004dda
}
header.version_2 .main-menu ul > li.submenu > a:after {
    color: #444
}
header.version_2 .main-menu > ul > li.submenu:hover > a:after {
    color: #004dda
}
#header_menu {
    display: none
}
nav a.open_close#close_in {
    position: absolute;
    right: 10px;
    left: inherit;
    top: 10px;
    width: 30px;
    height: 30px;
    display: none
}
nav a.open_close#close_in > i {
    color: #555 !important;
    font-size: 18px
}
nav a.open_close#close_in > i:hover {
    color: #1a1a1a !important
}
@media(max-width:991px) {
    nav a.open_close#close_in {
        display: block
    }
}
@media only screen and (min-width:992px) {
    .main-menu ul > li {
        display: inline-block
    }
    .main-menu ul ul, .main-menu ul li .menu-wrapper {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        left: 0;
        top: 100%;
        display: block;
        background: #fff;
        display: block;
        min-width: 190px;
        transform: scale(.4);
        transform-origin: 10% top;
        transition: .15s linear, .1s opacity cubic-bezier(.39, .575, .565, 1), .15s transform cubic-bezier(.1, 1.26, .83, 1);
        -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .175);
        -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .175);
        opacity: 0
    }
    .main-menu ul ul {
        padding: 10px
    }
    .main-menu ul li:hover > ul, .main-menu ul li:hover .menu-wrapper {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    .main-menu ul .menu-wrapper ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .main-menu ul ul li {
        display: block
    }
    .main-menu ul ul li a {
        color: #444;
        display: block;
        padding: 8px 10px
    }
    .main-menu ul ul li:hover > a {
        color: #ff462d;
        background-color: #ff462d;
        background-color: rgba(255, 70, 45, .05)
    }
    .main-menu ul li.megamenu {
        position: static
    }
    .main-menu ul li.megamenu .menu-wrapper {
        width: 1110px;
        left: 50%;
        margin-left: -555px;
        padding: 30px !important
    }
    .main-menu ul li:hover.megamenu .menu-wrapper ul {
        visibility: visible;
        opacity: 1
    }
    .main-menu ul .menu-wrapper h3 {
        font-size: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 10px
    }
    .main-menu ul ul ul {
        left: 100%;
        top: 0
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .main-menu ul li.megamenu .menu-wrapper {
        width: 940px;
        margin-left: -510px
    }
    .main-menu > ul > li > a {
        padding: 14px 1.334vw;
        font-size: 1.084vw;
    }
    header.version_1 .main-menu > ul > li > a:before {
        width: -webkit-calc(100% - 2.668vw);
        width: calc(100% - 2.668vw);
        left: 1.334vw;
    }
}
@media only screen and (max-width:991px) {
    #header_menu {
        text-align: center;
        padding: 14px 0;
        position: relative;
        display: block;
        margin-bottom: 0
    }
    #header_menu img {
        height: 50px !important;
        width: auto !important
    }
    .main-menu ul > li.submenu > a:after {
        color: #444;
        top: 5px;
        right: 15px;
        font-size: 32px;
        font-size: 2rem;
        font-weight: 400
    }
    .main-menu ul li a:hover, a.show-submenu:hover, a.show-submenu-mega:hover {
        color: #004dda !important;
        background-color: #0044c2;
        background-color: rgba(0, 77, 218, .05)
    }
    .main-menu ul li {
        border-bottom: 1px solid #ededed
    }
    .main-menu ul li > a {
        padding: 15px
    }
    .main-menu h3 {
        font-size: 12px;
        padding: 15px 15px 0 15px;
        text-transform: uppercase
    }
    .main-menu li, .main-menu a {
        display: block;
        color: #444 !important
    }
    .main-menu ul li.submenu ul {
        border-left: 1px solid #ededed;
        margin: 0 0 15px 25px
    }
    .main-menu ul li.submenu ul li {
        border: 0
    }
    .main-menu ul li.submenu ul li a {
        padding: 10px
    }
    .main-menu {
        overflow: auto;
        transform: translateX(-200%);
        top: 0;
        left: -110%;
        bottom: 0;
        width: 45%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        margin: 0;
        -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: all .5s cubic-bezier(.77, 0, .175, 1);
        -ms-transition: all .5s cubic-bezier(.77, 0, .175, 1);
        -o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
        transition: all .5s cubic-bezier(.77, 0, .175, 1);
        z-index: 99999;
    }
    .main-menu.show {
        transform: translateX(0);
        left: 0
    }
    .main-menu .show-submenu + ul, a.show-submenu-mega + .menu-wrapper {
        display: none;
        visibility: hidden
    }
    a.show-submenu-mega + .menu-wrapper.show_mega, .main-menu a.show-submenu + ul.show_normal {
        display: block;
        visibility: visible
    }
    header.version_1 .main_nav {
        display: block;
        position: absolute;
        width: 120px;
        right: 48px;
        top: 0;
        z-index: 999999;
        color: #111;
        background: #ffef00;
        padding: 0;
        opacity: 1;
        transition: all .3s ease-in-out;
    }
    header.version_1 .main_nav .container {
        padding: 0 10px;
    }
    header.version_1 .main_nav .small-gutters > [class*="col-"] {
        padding: 0 !important;
    }
    header.version_1 .layer.layer-is-visible + .main_nav {
        opacity: 0;
    }
    header.version_1 .main_nav {
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        -webkit-animation: none;
        transition: none;
        z-index: 998;
    }
    header.version_1 .main_nav.sticky_element {
        -webkit-animation: none;
    }
    header.version_1 .layer.layer-is-visible + .main_nav {
        opacity: 0;
    }
    #___gcse_1 ,#___gcse_0 {
        padding: 10px 15px;
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        margin: 0 10px;
    }
    .gsc-control-cse {
        border: 0 !important;
        height: 45px !important;
    }
    .gsc-search-button-v2 {
        border: 1px solid #b19a56 !important;
        border-color: #b19a56 !important;
        background-color: #b19a56 !important;
        padding: 13px 10px !important;
        width: 50px !important;
        height: 45px !important;
        box-sizing: border-box;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
    }
    table.gsc-search-box td.gsc-input {
        padding-right: 0 !important;
    }
    .gsc-control-cse {
        padding: 0 !important;
    }
    .gsib_b {
        display: none !important;
    }
    .gsib_a {
        background: transparent !important;
        box-sizing: border-box;
        height: 45px;
    }
    .gsc-input-box {
        height: 45px !important;
        box-sizing: border-box;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width:580px) {
    .main-menu {
        width: 100%
    }
}
.dropdown-cart .dropdown-menu {
    margin-left: -205px
}
.dropdown-cart .dropdown-menu:before {
    right: 10%
}
.dropdown-cart .dropdown-menu .total_drop {
    font-size: 16px;
    font-size: 1rem
}
.dropdown-cart .dropdown-menu .total_drop strong {
    float: left
}
.dropdown-cart .dropdown-menu .total_drop span {
    float: right;
    font-weight: 600
}
.dropdown-cart .dropdown-menu .total_drop .btn_1 {
    margin-top: 10px
}
.dropdown-cart .dropdown-menu ul {
    padding: 0;
    list-style: none
}
.dropdown-cart .dropdown-menu ul li {
    position: relative
}
.dropdown-cart .dropdown-menu ul li a.action {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px
}
.dropdown-cart .dropdown-menu ul li a.action i {
    font-size: 16px;
    font-weight: normal;
    color: #777
}
.dropdown-cart .dropdown-menu ul li a.action i:hover {
    color: #1a1a1a
}
.dropdown-cart .dropdown-menu ul li a {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 0 15px 10px 60px;
    width: 100%;
    min-height: 60px;
    margin-bottom: 10px;
    position: relative
}
.dropdown-cart .dropdown-menu ul li a figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    border: 1px solid #ededed
}
.dropdown-cart .dropdown-menu ul li a figure img {
    width: auto;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}
.dropdown-cart .dropdown-menu ul li a strong {
    color: #444;
    margin-top: 5px;
    display: inline-block;
    color: #333;
    font-weight: 700
}
.dropdown-cart .dropdown-menu ul li a strong span {
    display: block;
    font-weight: normal
}
.dropdown-cart .dropdown-menu ul li a strong:hover {
    color: #004dda
}
.dropdown-access .dropdown-menu {
    margin-left: -115px
}
.dropdown-access .dropdown-menu:before {
    left: 50%
}
.dropdown-access .dropdown-menu ul {
    margin: 15px -15px -15px -15px;
    padding: 0
}
.dropdown-access .dropdown-menu ul li {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    border-top: 1px solid #ededed
}
.dropdown-access .dropdown-menu ul li a {
    height: auto !important;
    color: #444 !important;
    border-left: 2px solid transparent;
    display: block;
    padding: 15px 15px 15px 50px !important;
    position: relative;
    line-height: 1
}
.dropdown-access .dropdown-menu ul li a i {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 15px
}
.dropdown-access .dropdown-menu ul li a:hover {
    border-left: 2px solid #004dda;
    color: #004dda !important;
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, .04)
}
.search_mob_wp {
    padding: 10px 15px 0 15px;
    display: none;
    width: 100%;
    position: relative;
    top: 5px
}
.search_mob_wp .form-control {
    margin-bottom: 15px
}
.categories {
    display: none
}
.categories.menu {
    display: block
}
@media(max-width:991px) {
    .categories.menu {
        display: none
    }
}
.menu ul {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0
}
.menu ul li {
    display: block;
    float: left
}
.menu ul li > span a {
    display: block;
    position: relative;
    float: left;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    padding-bottom: 0;
    text-decoration: none;
    height: 60px;
    line-height: 62px;
    text-transform: uppercase
}
.menu ul li > span a .hamburger-box {
    display: none;
}
.menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    z-index: 99;
}
.menu ul li ul li {
    display: block;
    width: 300px
}
.menu ul li ul li ul {
    border-top: none
}
@media(max-width:991px) {
    .menu ul li ul li {
        width: 100%
    }
}
.menu ul li ul li a {
    text-transform: none;
    display: block;
    float: none;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 45px;
    height: auto;
    padding: 0 10px 0 15px
}
.menu ul li ul li a:hover {
    background-color: #f28e26;
    background-color: rgba(242, 142, 38, .04)
}
.menu ul li ul li a.active {
    color: #f28e26;
    background-color: #f28e26;
    background-color: rgba(242, 142, 38, .04)
}
.menu ul li ul li a.active:after {
    font-family: 'themify';
    content: "";
    float: right;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 0;
    color: #f28e26
}
@media(max-width:991px) {
    .menu ul li ul li a.active:after {
        transform: rotate(90deg)
    }
}
.menu ul li ul.expanded {
    width: 600px
}
@media(max-width:991px) {
    .menu ul li ul.expanded {
        width: 100%
    }
}
.menu ul li ul.expanded li {
    margin-right: 300px
}
@media(max-width:991px) {
    .menu ul li ul.expanded li {
        margin-right: 0
    }
}
.menu ul li ul li ul {
    display: none;
    position: absolute;
    left: 300px;
    border-left: 1px solid #ddd;
    top: 0;
    height: 100%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
@media(max-width:991px) {
    .menu ul li ul li ul {
        position: relative;
        left: 0;
        border-left: 0
    }
}
.categories #menu ul li ul li ul {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    z-index: 99;
}
.menu ul li ul li ul li a {
    color: #444
}
.menu ul li ul li ul li a:hover:after {
    content: none
}
header.version_1 .menu ul li > span a {
    color: #111
}
header.version_1 .menu ul li > span a .hamburger-inner, header.version_1 .menu ul li > span a .hamburger-inner::before, header.version_1 .menu ul li > span a .hamburger-inner::after {
    background-color: #111
}
/*header.version_1 .menu ul li > span a:hover {
    color: #f28e26
}*/
header.version_1 .menu ul li > span a:hover .hamburger-inner,
header.version_1 .menu ul li > span a:hover .hamburger-inner::before,
header.version_1 .menu ul li > span a:hover .hamburger-inner::after {
    background-color: #f28e26
}
/*
header.version_1 .menu ul li > span a:hover:after {
    color: #f28e26
}
header.version_1 .menu ul li > span a.active {
    color: #f28e26
}
header.version_1 .menu ul li > span a.active:after {
    color: #f28e26
}*/
header.version_1 .menu > ul > li > span a:hover:after,
header.version_1 .menu > ul > li > span a.active:after {
    content: "\e648";
}
header.version_1 .menu ul li > span a.active .hamburger-inner,
header.version_1 .menu ul li > span a.active .hamburger-inner::before,
header.version_1 .menu ul li > span a.active .hamburger-inner::after {
    background-color: #f28e26
}
header.version_1 .menu ul li ul li a {
    color: #444
}
header.version_1 .menu > ul > li > span a {
    color: #111;
    background: #ffef00;
    width: 215px;
    height: 60px;
    padding: 0 18px;
}
header.version_1 .menu > ul > li > span a:after {
    font-family: 'themify';
    content: "\e64b";
    float: right;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    color: #111;
    transition: all .3s ease-in-out;
}
/*header.version_2 .menu ul li > span > a {
    color: #fff
}
header.version_2 .menu ul li > span > a .hamburger-inner, header.version_2 .menu ul li > span > a .hamburger-inner::before, header.version_2 .menu ul li > span > a .hamburger-inner::after {
    background-color: #fff
}
header.version_2 .menu ul li > span > a:hover {
    color: #ff9
}
header.version_2 .menu ul li > span > a:hover .hamburger-inner, header.version_2 .menu ul li > span > a:hover .hamburger-inner::before, header.version_2 .menu ul li > span > a:hover .hamburger-inner::after {
    background-color: #ff9
}
header.version_2 .menu ul li > span > a.active {
    color: #ff9
}
header.version_2 .menu ul li > span > a.active .hamburger-inner, header.version_2 .menu ul li > span > a.active .hamburger-inner::before, header.version_2 .menu ul li > span > a.active .hamburger-inner::after {
    background-color: #ff9
}
header.version_2 .menu ul li ul li a {
    color: #444 !important
}
header.version_2 .menu ul li ul li a:hover {
    color: #004dda !important
}
header.version_2 .menu ul li ul {
    top: 98%
}
header.version_2 .menu ul li ul li ul {
    top: 0
}*/
.top_banner {
    width: 100%;
    height: 265px;
    overflow: hidden;
    position: relative
}
@media(max-width:991px) {
    .top_banner {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 150px
    }
}
.top_banner h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
@media(max-width:991px) {
    .top_banner h1 {
        font-size: 22px;
        font-size: 1.375rem
    }
}
.top_banner img,
.top_banner source {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
@media(max-width:991px) {
    .top_banner img,
    .top_banner source {
        width: 100%;
    }
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.mm-hidden {
    display: none !important
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative
}
.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panels {
    overflow: hidden;
}
.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}
.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-panel.mm-highest {
    z-index: 1
}
.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}
.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}
.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}
.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}
.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px
}
.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}
.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}
.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}
.mm-next:after, .mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}
.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}
.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}
.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
.mm-navbar > * {
    display: block;
    padding: 10px 0
}
.mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mm-navbar .mm-btn:first-child {
    left: 0
}
.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}
.mm-panel .mm-navbar {
    display: none
}
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}
.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}
.mm-listview a, .mm-listview a:hover {
    text-decoration: none
}
.mm-listview > li {
    position: relative
}
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
    border-color: inherit
}
.mm-listview > li > a, .mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.mm-listview > li:not(.mm-divider):after {
    left: 20px
}
.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}
.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 50px
}
.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}
.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75)
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(0, 0, 0, .3)
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}
.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}
.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}
.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, .5)
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, .05)
}
.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}
.mm-page {
    box-sizing: border-box;
    position: relative
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}
html.mm-opened {
    overflow-x: hidden;
    position: relative
}
html.mm-blocking {
    overflow: hidden
}
html.mm-blocking body {
    overflow: hidden
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
html.mm-blocking #mm-blocker {
    display: block
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}
.mm-menu.mm-offcanvas.mm-opened {
    display: block
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}
.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}
.mm-menu.mm-autoheight {
    -webkit-transition: none .4s ease;
    transition: none .4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
    position: relative
}
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
    display: block !important
}
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important
}
.mm-navbars-bottom, .mm-navbars-top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3
}
.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-navbars-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0
}
.mm-navbars-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0
}
.mm-navbar.mm-hasbtns {
    padding: 0 40px
}
.mm-navbar[class*=mm-navbar-content-] > * {
    box-sizing: border-box;
    display: block;
    float: left
}
.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}
.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px
}
.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}
.mm-hasnavbar-top-1 .mm-panels {
    top: 40px
}
.mm-hasnavbar-top-2 .mm-panels {
    top: 80px
}
.mm-hasnavbar-top-3 .mm-panels {
    top: 120px
}
.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}
.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 40px
}
.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 80px
}
.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 120px
}
.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}
.mm-navbar-size-2 {
    height: 80px
}
.mm-navbar-size-3 {
    height: 120px
}
.mm-navbar-size-4 {
    height: 160px
}
.mm-navbar-content-2 > * {
    width: 50%
}
.mm-navbar-content-3 > * {
    width: 33.33%
}
.mm-navbar-content-4 > * {
    width: 25%
}
.mm-navbar-content-5 > * {
    width: 20%
}
.mm-navbar-content-6 > * {
    width: 16.67%
}
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: 0
}
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
    background: inherit
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
    background: #fff
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
    background: #000
}
body.modal-open .mm-slideout {
    z-index: unset
}
#carousel-home, #carousel-home-2 {
    position: relative
}
#carousel-home .static, #carousel-home-2 .static {
    position: static
}
#carousel-home .cover, #carousel-home-2 .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important
}
#carousel-home .owl-carousel, #carousel-home-2 .owl-carousel {
    position: relative
}
#carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
    height: 500px;
    position: relative
}
@media(max-width:991px) {
    #carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
        height: 420px
    }
}
#carousel-home .owl-carousel .owl-slide-animated, #carousel-home-2 .owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .05s ease
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: .2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: .35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: .2s;
}
#carousel-home .owl-carousel .owl-dots, #carousel-home-2 .owl-carousel .owl-dots {
    bottom: 15px;
    width: 100%;
    position: absolute;
    z-index: 3
}
#carousel-home .owl-carousel .owl-dots .owl-dot, #carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus, #carousel-home-2 .owl-carousel .owl-dots .owl-dot, #carousel-home-2 .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none
}
#carousel-home section, #carousel-home-2 section {
    display: none
}
.slide-text {
    font-size: 21px;
    font-size: 1.3125rem
}
.slide-text h2, .slide-text h3 {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1
}
@media(max-width:991px) {
    .slide-text h2, .slide-text h3 {
        font-size: 42px;
        font-size: 2.625rem
    }
}
.slide-text strong {
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem
}
.slide-text.white {
    color: #fff
}
.slide-text.white h2, .slide-text.white h3 {
    color: #fff
}
.slide-text.black {
    color: #111
}
.slide-text.black h2 {
    color: #000
}
#carousel-home-2 .owl-carousel .owl-slide {
    height: 600px
}
#carousel-home-2 .owl-carousel .owl-slide .static {
    position: static;
    flex-direction: column;
    height: 100%
}
#carousel-home-2 .owl-item.active.center {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff
}
.feat {
    background-color: #f8f8f8;
    padding: 25px 0
}
@media(max-width:991px) {
    .feat {
        display: none
    }
}
.feat ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%
}
.feat ul li {
    width: 33%;
    border-right: 1px solid #ddd;
    display: inline-block;
    position: relative;
    text-align: center
}
.feat ul li:last-child {
    border-right: 1px solid transparent
}
.feat ul li .box {
    display: flex;
    align-items: center;
    justify-content: center
}
.feat ul li h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 5px 0 0 0;
    padding: 0
}
.feat ul li i {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 20px 0 0;
    color: #004dda
}
.feat ul li p {
    margin: 0
}
.grid_item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    cursor: pointer
}
.grid_item:hover ul li {
    display: block
}
.grid_item figure {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    margin-bottom: 20px;
}
.grid_item figure img:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0)
}
.grid_item figure img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}
.grid_item figure:hover {
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25)
}
.grid_item figure:hover img {
    -webkit-transition: opacity .5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, transform 1.5s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, transform 1.5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}
.grid_item figure:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transform: scale(1.05)
}
.grid_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    z-index: 2
}
@media(max-width:991px) {
    .grid_item ul {
        position: relative;
        left: 0;
        margin-bottom: 0;
        top: 0
    }
}
.grid_item ul li {
    margin-bottom: 5px;
    animation: fadeIn .1s ease;
    animation-fill-mode: both;
    display: none;
    position: relative
}
@media(max-width:991px) {
    .grid_item ul li {
        animation: none;
        margin-bottom: 0;
    }
}
.grid_item ul li a {
    background-color: #ff462d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0;
    padding: 0
}
.grid_item ul li a span {
    display: none
}
@media(max-width:991px) {
    .grid_item ul li {
        display: block
    }
}
.grid_item ul li:nth-child(1) {
    animation-delay: .05s
}
.grid_item ul li:nth-child(2) {
    animation-delay: .1s
}
.grid_item ul li:nth-child(3) {
    animation-delay: .15s
}
.grid_item a {
    color: #444;
}
.grid_item a h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}
.grid_item a h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900;
}
.grid_item a h3,
.grid_item a h4 {
    margin: 0 0 6px;
    text-align: left;
    display: block;
}
@media (max-width: 991px) {
    .grid_item {
        margin-bottom: 20px;
    }
    .grid_item figure {
        margin-bottom: 16px;
    }
    .grid_item a h3 {
        font-size: 12px;
        font-size: 0.750rem;
    }
    .grid_item a h4 {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.grid_item a:hover h3,
.grid_item a:hover h4 {
    color: #ff462d;
}
.grid_item .price_box {
    margin-bottom: 5px
}
.grid_item .price_box .old_price {
    font-size: 14px;
    font-size: .875rem
}
.grid_item .rating {
    display: block;
    margin-bottom: 0
}
.rating {
    color: #ccc;
    margin-bottom: 15px;
    display: inline-block
}
.rating i.voted {
    color: #fec348
}
.rating i:before {
    margin: 2px
}
.rating em a {
    display: inline-block;
    color: #999;
    margin-left: 10px;
    text-decoration: underline;
    display: inline-block
}
.rating em a:hover {
    color: #004dda
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px)
    }
    75% {
        opacity: .5
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.new_price {
    color: #f22640;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    text-align: left;
}
@media (max-width: 991px) {
    .new_price {
        font-size: 12px;
        font-size: 0.750rem;
    }
}
.old_price {
    color: #999;
    text-decoration: line-through;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem
}
.tooltip {
    line-height: 1.3;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600
}
.tooltip.show {
    opacity: .8
}
.countdown {
    color: #fff;
    font-weight: 600;
    width: 100px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 25px;
    z-index: 1;
    line-height: 23px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: .75rem;
    background: #f33;
    text-align: center
}
@media(max-width:575px) {
    .countdown {
        margin-left: -45px;
        width: 90px
    }
}
.countdown:before {
    position: absolute;
    left: -15px;
    top: -6px;
    content: '';
    background: url(/MMR/catalog/img/countdown_bg.svg) top left no-repeat;
    width: 27px;
    height: 30px;
    display: inline-block
}
@media(max-width:575px) {
    .countdown:before {
        display: none
    }
}
.percentage {
    background: #f33;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding: 5px 5px 3px 5px;
    top: -1px;
    margin-left: 10px;
    display: inline-block
}
.owl-theme .owl-dots {
    margin-top: 20 !important
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid #004dda;
    transition: all .3s ease-in-out
}
.owl-theme .owl-dots .owl-dot span {
    position: relative;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid #ccc
}
.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    background-color: #004dda !important;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s ease-in-out
}
.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    width: 100%;
    margin: 0 !important
}
.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    display: block !important;
    background: #fff !important;
    line-height: 46px !important;
    border: 1px solid #ededed !important
}
.owl-prev {
    left: -20px
}
.owl-next {
    right: -20px
}
.owl-prev i, .owl-next i {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #ccc;
    transition: all .3s ease-in-out
}
.owl-prev i:hover, .owl-next i:hover {
    color: #004dda
}
.owl-prev.disabled i:hover, .owl-next.disabled i:hover {
    color: #ccc
}
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .35);
    transition: all .1s ease;
    opacity: 0;
    visibility: hidden
}
.layer-is-visible {
    opacity: 1;
    visibility: visible
}
@media(max-width:991px) {
    .products_carousel {
        margin-bottom: 20px
    }
}
@media(max-width:991px) {
    .products_carousel .grid_item {
        margin-bottom: 0
    }
}
.search-input {
    padding: 0;
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
.search-input input[type='text'] {
    width: 100%;
    height: 50px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
    padding: 15px
}
.search-input input[type='text']:focus {
    outline: none
}
@media(max-width:575px) {
    .search-input input[type='text'] {
        padding-left: 15px
    }
}
.search-input button[type='submit'] {
    position: absolute;
    transition: all .3s ease-in-out;
    font-size: 24px;
    font-size: 1.5rem;
    top: 10px;
    right: 5px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: none
}
.search-input button[type='submit']:hover {
    color: #004dda
}
.search-input.white input[type='text'] {
    background-color: #fff;
    border: 1px solid #ddd
}
.numbers-row {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: visible;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    text-align: left !important
}
input.qty2 {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50%;
    background: none;
    padding: 5px;
    border: none;
    margin-left: -20px
}
input.qty2:focus {
    outline: none;
    box-shadow: none
}
.button_inc {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300 !important;
    color: #999
}
.button_inc:hover {
    color: #004dda
}
.dec {
    left: 0;
    top: 0
}
.inc {
    right: 0;
    top: 0
}
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}
.ribbon {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-size: .6875rem;
    left: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    padding: 7px 10px;
    font-weight: 600;
    min-width: 45px;
    z-index: 1
}
.ribbon:before {
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 9px
}
.ribbon.new {
    background-color: #93c
}
.ribbon.new:before {
    border-color: #93c transparent transparent
}
.ribbon.hot {
    background-color: #ff462d;
}
.ribbon.hot:before {
    border-color: #ff462d transparent transparent;
}
.ribbon.off {
    background-color: #f33
}
.ribbon.off:before {
    border-color: #f33 transparent transparent
}
.box_general {
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}
.bg_white {
    background-color: #fff
}
.bg_gray {
    background-color: #f8f8f8
}
.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}
.container_check input:checked ~ .checkmark {
    background-color: #004dda;
    border: 1px solid transparent
}
.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}
.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.container_check input:checked ~ .checkmark:after {
    display: block
}
.container_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.container_radio input {
    position: absolute;
    opacity: 0
}
.container_radio input:checked ~ .checkmark:after {
    opacity: 1
}
.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%
}
.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #004dda;
    transition: all .3s ease-in-out
}
.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.small-gutters > [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important
}
.no-item {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 2rem 0;
}
.form-control {
    padding: 10px;
    font-size: 14px;
    font-size: .875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: calc(1.75em + .75rem + 2px)
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .05)
}
.form-group {
    position: relative
}
ul.list_ok {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0
}
ul.list_ok li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px
}
ul.list_ok li:before {
    font-family: 'themify';
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px;
    font-size: 1rem;
    color: #1a1a1a
}
ul.list_ok li:last-child {
    margin-bottom: 0
}
.styled-select {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 32px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, .05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
    color: #ccc;
    cursor: pointer
}
.styled-select:after {
    font-family: 'themify';
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 0
}
.styled-select.lang-selector:after {
    content: ""
}
.styled-select.currency-selector:after {
    content: ""
}
.styled-select select {
    background: transparent;
    width: 110%;
    padding-left: 10px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-size: 12px;
    font-size: .75rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}
.styled-select select:focus {
    color: #ccc;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.styled-select select::-ms-expand {
    display: none
}
.top_panel {
    background-color: #fff;
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .25)
}
.top_panel.show {
    top: 0;
    transition: all .3s ease
}
.top_panel .header_panel {
    position: relative;
    padding: 15px
}
.top_panel .header_panel label {
    font-weight: 500;
    font-size: 15px;
    font-size: .9375rem;
    position: relative;
    padding-left: 30px
}
.top_panel .header_panel label:before {
    font-family: 'themify';
    content: "";
    color: #6c3;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -7px
}
.top_panel .header_panel small {
    font-weight: 500;
    font-size: 15px;
    font-size: .9375rem
}
.top_panel .header_panel a.btn_close_top_panel {
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
    top: 15px;
    right: 15px;
    color: #999;
    opacity: .8;
    width: 24px;
    height: 24px;
    line-height: 1
}
.top_panel .header_panel a.btn_close_top_panel:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    color: #444
}
.top_panel .item {
    background-color: #f4f4f4;
    padding: 25px 0;
    min-height: 130px
}
.top_panel .item .btn_panel {
    text-align: right;
    padding-top: 25px
}
@media(max-width:991px) {
    .top_panel .item .btn_panel {
        padding-top: 15px
    }
}
@media(max-width:991px) {
    .top_panel .item .btn_panel {
        text-align: center
    }
}
.top_panel .item .btn_panel a {
    min-width: 200px
}
@media(max-width:1199px) {
    .top_panel .item .btn_panel a {
        min-width: inherit
    }
}
@media(max-width:991px) {
    .top_panel .item .btn_panel a {
        width: 49.2%
    }
}
.top_panel .related {
    padding: 15px 0 20px 15px
}
@media(max-width:991px) {
    .top_panel .related {
        display: none
    }
}
.top_panel .related h4 {
    font-size: 13px;
    font-size: .8125rem;
    color: #999;
    margin: 5px 0 15px 0
}
.top_panel .related .item_panel a h5 {
    font-size: 14px;
    font-size: .875rem;
    color: #004dda;
    padding-top: 5px;
    margin: 0 0 3px 0;
    font-weight: 400;
    color: #444
}
.top_panel .related .item_panel a h5:hover {
    color: #004dda
}
.top_panel .related .item_panel figure {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 0;
    border: 0
}
.top_panel .related .item_panel figure img {
    height: 60px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1)
}
.top_panel .item_panel {
    position: relative;
    width: 100%
}
.top_panel .item_panel figure {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 0 0;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    box-sizing: content-box
}
.top_panel .item_panel figure img {
    width: auto;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1)
}
.top_panel .item_panel h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 3px 0;
    font-weight: 400;
    padding-top: 15px;
    color: #444
}
@media(max-width:991px) {
    .top_panel .item_panel h4 {
        padding-top: 0;
        font-size: 15px;
        font-size: .9375rem
    }
}
#toTop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 999;
    transition: .35s;
    transform: scale(.7);
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    transition: all .3s;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer
}
#toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}
#toTop:after {
    font-family: 'themify';
    content: "";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
#toTop:hover {
    background-color: #004dda
}
.modal-content {
    border: none !important;
    border-radius: 0 !important;
    padding: 25px
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 34px;
    outline: none;
    padding-left: 10px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #444;
    padding-top: 2px
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .05)
}
.nice-select:after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 8px
}
.nice-select.open:after {
    transform: rotate(-135deg)
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}
.nice-select.disabled {
    border-color: #9e9e9e;
    color: #757575;
    pointer-events: none
}
.nice-select.disabled:after {
    border-color: #ccc
}
.nice-select.wide {
    width: 100%
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}
.nice-select.right {
    float: right
}
.nice-select.right .list {
    left: auto;
    right: 0
}
.nice-select.small {
    font-size: 13px;
    height: 36px;
    line-height: 34px
}
.nice-select.small:after {
    height: 4px;
    width: 4px
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}
.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .175);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-19px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 99
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    min-height: 32px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all .2s
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, .04)
}
.nice-select .option.selected {
    font-weight: 500
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #757575;
    cursor: default
}
.no-csspointerevents .nice-select .list {
    display: none
}
.no-csspointerevents .nice-select.open .list {
    display: block
}
.add_bottom_10 {
    margin-bottom: 10px
}
.add_bottom_15 {
    margin-bottom: 15px
}
.add_bottom_20 {
    margin-bottom: 20px
}
.add_bottom_25 {
    margin-bottom: 25px
}
.add_bottom_30 {
    margin-bottom: 30px
}
.add_bottom_45 {
    margin-bottom: 45px
}
.add_bottom_60 {
    margin-bottom: 60px
}
@media(max-width:991px) {
    .add_bottom_60 {
        margin-bottom: 30px
    }
}
.add_top_5 {
    margin-top: 5px
}
.add_top_10 {
    margin-top: 10px
}
.add_top_15 {
    margin-top: 15px
}
.add_top_20 {
    margin-top: 20px
}
.add_top_30 {
    margin-top: 30px
}
.add_top_60 {
    margin-top: 60px
}
.padding_bottom_35 {
    padding-bottom: 35px
}
.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px
}
.margin_30_5 {
    padding-top: 30px;
    padding-bottom: 5px
}
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}
@media(max-width:575px) {
    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}
.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}
@media(max-width:575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}
.margin_90_65 {
    padding-top: 90px;
    padding-bottom: 65px
}
.margin_90_0 {
    padding-top: 90px;
    padding-bottom: 0
}
#sign-in-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}
#sign-in-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px
}
#sign-in-dialog .mfp-close:hover {
    color: #fff;
    background-color: #66676b
}
#sign-in-dialog .mfp-close:before {
    font-size: 16px;
    font-family: 'themify';
    content: ""
}
.modal_header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px 20px;
    margin-bottom: 30px
}
.modal_header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500
}
#sign-in-dialog .form-group {
    position: relative
}
#sign-in-dialog .form-group input.form-control {
    padding-left: 40px
}
#sign-in-dialog .form-group > i {
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 10px;
    top: 32px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important
}
.my-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    box-shadow: none;
    background-color: #fff
}
.my-toggle i {
    font-size: 14px;
    font-size: .875rem;
    position: static !important;
    color: #777
}
.my-toggle i:hover, .my-toggle i:focus {
    color: #555
}
.hideShowPassword-wrapper {
    width: 100% !important
}
.checkboxes label {
    color: #999
}
a#forgot {
    color: #999;
    font-weight: 500
}
#forgot_pw {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 430px;
    display: none
}
#forgot_pw label {
    font-weight: 500
}
.sign-in-wrapper {
    position: relative;
    height: 100%
}
a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}
a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}
a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
    font-family: 'themify';
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #fff
}
a.social_bt.facebook {
    background-color: #3b5998
}
a.social_bt.facebook:before {
    content: ""
}
a.social_bt.google {
    background-color: #dc4e41
}
a.social_bt.google:before {
    content: "";
    top: 12px
}
.divider {
    text-align: center;
    height: 1px;
    margin: 20px 0 20px 0;
    background-color: #ededed
}
.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic
}
.popup_wrapper {
    background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999999
}
.popup_wrapper .popup_content {
    background-color: #fff;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 500px
}
@media(max-width:991px) {
    .popup_wrapper .popup_content {
        width: 300px
    }
}
.popup_wrapper .popup_content.newsletter {
    width: 800px
}
@media(max-width:991px) {
    .popup_wrapper .popup_content.newsletter {
        width: 300px
    }
}
.popup_wrapper .popup_content.newsletter figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}
.popup_wrapper .popup_content.newsletter figure img {
    height: 100%;
    width: auto
}
.popup_wrapper .popup_content.newsletter .content {
    height: 100%;
    padding: 120px 60px;
    text-align: center;
    display: flex;
    align-items: center
}
@media(max-width:991px) {
    .popup_wrapper .popup_content.newsletter .content {
        padding: 30px 30px 15px 30px;
        height: auto
    }
}
.popup_wrapper .popup_content.newsletter .content .wrapper {
    width: 100%
}
.popup_wrapper .popup_content.newsletter .content .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 25px
}
.popup_wrapper .popup_close {
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 53px;
    height: 25px;
    line-height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease
}
.popup_wrapper .popup_close:hover {
    background: #c00
}
.clear:after, .pagination:after, .clear:before, .pagination:before {
    content: "";
    display: table
}
.clear:after, .pagination:after {
    clear: both
}
.pagination__wrapper {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ededed
}
.pagination__wrapper.no_border {
    border-top: none
}
.pagination__wrapper:before {
    top: -1px
}
.pagination__wrapper:after {
    bottom: -1px
}
@keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}
.pagination li {
    display: block;
    float: left;
    padding: 5px;
    padding-top: 15px;
}
.pagination li:first-child {
    border: none
}
@media (max-width: 991px) {
    .pagination li {
        padding: 3px;
    }
}
.pagination a, .pagination span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0
}
.pagination a {
    outline: none;
    position: relative;
    transition: all 170ms linear
}
.pagination a:before {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 170ms linear;
    top: 50%;
    width: 0
}
.pagination a:hover:not(.active) {
    color: #000
}
.pagination a:hover:not(.active):before {
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px
}
.pagination a.active {
    background: rgba(0, 0, 0, .1);
    color: #000;
    cursor: default;
    pointer-events: none;
}
.pagination .prev, .pagination .next {
    font-size: 14px
}
@media(min-width:992px) {
    .collapse.dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible !important
    }
}
@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
@media(max-width:991px) {
    #newsletter {
        margin-top: 20px
    }
}
#newsletter .loader {
    position: absolute;
    right: -22px;
    top: 10px;
    color: #ccc;
    font-size: 14px;
    font-size: .875rem;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear
}
#newsletter h6 {
    margin: 15px 0 15px 0
}
#newsletter input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, .05);
    color: #ccc
}
#newsletter input[type='email']:focus {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
#newsletter button[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    line-height: 44px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #004dda;
    transition: all .3s ease-in-out;
    outline: none
}
#newsletter button[type='submit']:hover {
    background-color: #ffc107;
    color: #222
}
.follow_us h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 35px 0 10px 0;
    color: #fff
}
.follow_us ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none
}
.follow_us ul li {
    display: inline-block;
    margin: 0 10px 0 0
}
.follow_us ul li a {
    display: block
}
.follow_us ul li a img {
    width: 30px;
    height: 30px
}
.follow_us ul li a:hover {
    transform: translateY(-5px)
}
ul.footer-selector {
    margin: 0;
    padding: 0;
    list-style: none
}
ul.footer-selector li {
    float: left;
    margin-right: 10px
}
@media(max-width:575px) {
    ul.footer-selector li:last-child {
        padding-top: 10px;
        clear: both;
        float: none;
        display: block !important
    }
}
ul.additional_links {
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    float: right
}
@media(max-width:991px) {
    ul.additional_links {
        float: none;
        margin-top: 10px
    }
}
ul.additional_links li {
    display: inline-block;
    margin-right: 15px
}
ul.additional_links li:first-child {
    margin-right: 20px
}
ul.additional_links li:last-child:after {
    content: ""
}
ul.additional_links li span {
    color: #fff;
    opacity: .9
}
ul.additional_links li a {
    color: #fff;
    opacity: .9;
    transition: all .3s ease-in-out
}
ul.additional_links li a:hover {
    opacity: 1
}
ul.additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px
}
#cookie-bar {
    background: rgba(0, 0, 0, .8);
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500
}
#cookie-bar p {
    margin: 0;
    padding: 0
}
#cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px
}
@media(max-width:991px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px
    }
}
#cookie-bar .cb-enable {
    background: #32a067
}
#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #083487
}
#cookie-bar .cb-disable {
    background: #900
}
#cookie-bar .cb-disable:hover {
    background: #b00
}
#cookie-bar .cb-policy {
    background: #004dda
}
#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #083487
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}
@media(max-width:991px) {
    #cookie-bar {
        padding: 5px 0
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .96
}
.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
.mfp-s-loading .mfp-arrow {
    display: none
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0;
    top: -40px
}
button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer !important;
    z-index: 9999;
    color: #fff;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    outline: none;
    transform: translate3d(0, 0, 0)
}
.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -12px;
    transform: translate3d(0, 0, 0)
}
.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px
}
.mfp-gallery .mfp-content .mfp-close {
    display: none
}
.mfp-gallery .mfp-close:before {
    font-family: 'themify';
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: .3s
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px
}
.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #fff;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    outline: none !important
}
.mfp-arrow:hover {
    background: #66676b;
    color: #fff
}
.mfp-arrow.mfp-arrow-left, .mfp-arrow.mfp-arrow-right {
    font-family: 'themify';
    font-size: 32px
}
.mfp-arrow.mfp-arrow-right {
    right: 15px
}
.mfp-arrow.mfp-arrow-left:before {
    content: "";
    left: -1px;
    top: 0;
    position: relative
}
.mfp-arrow.mfp-arrow-right:before {
    content: "";
    left: 1px;
    top: 0;
    position: relative
}
.mfp-content:hover .mfp-arrow {
    opacity: 1
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}
.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    transition: opacity .3s ease-out
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto;
    border-radius: 4px
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 18px rgba(11, 11, 11, .6)
}
.mfp-figure {
    line-height: 0
}
.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .9
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .2s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .92;
    background-color: #111
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .2s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}
.mfp-bottom-bar {
    padding: 0 10px !important
}
.mfp-counter {
    right: 10px !important;
    color: #fff !important
}
.mfp-bg {
    opacity: .8 !important
}
.version_1 .main-menu > ul .sub-menu {
    width: 280px
}
.tag-widget ul {
    overflow: hidden;
    list-style: none
}
.tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0
}
.tag-widget ul li a {
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    padding: 5px 14px;
    color: #818492;
    border: 2px solid rgba(177, 154, 86, .1);
    border-radius: 60px
}
.tag-widget ul li a:hover {
    background: #b19a56;
    color: #fff
}
@media (max-width: 991px) {
    .breadcrumbs ul {
        padding: 14px 0;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .breadcrumbs + p {
        margin: 10px 0 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .pagination__wrapper {
        height: auto;
        margin-top: 10px;
        padding-top: 10px;
    }
    .pagination a, .pagination span {
        font-size: 12px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }
    .nav {
        display: block;
        padding: 0 20px;
    }
    .main-menu ul {
        padding: 0 10px;
    }
    .main-menu ul li {
        border-bottom: 1px solid #ededed;
    }
    .main-menu ul li:last-child {
        border-bottom: none;
    }
    .main-menu ul li > a {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
    }
    .menu_catalog_only {
        text-decoration: none;
    }
    .version_1 .main-menu > ul .sub-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        border-top: 1px solid #ededed;
    }
    .main-menu ul li > a {
        padding: 15px;
    }
    .no-item {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 1rem 0;
    }
}
.sp_btn_cat_mob {
    display: none;
}
@media (max-width: 991px) {
    .sp_btn_cat_mob {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
    }
    .sp_btn_cat_mob a.btn_cat_mob {
        display: block;
        width: 208px;
        box-sizing: border-box;
        margin: 0 auto;
        font-size: 12px;
        line-height: 42px;
        font-size: .750rem;
        font-weight: 700;
        text-align: center;
        color: #111;
        background: #ffef00;
        padding: 0 15px;
    }
    .sp_btn_cat_mob a.btn_cat_mob span {
        display: inline-block;
        padding-right: 22px;
        background: url(/MMR/img/icon/plus.png) no-repeat center right / 14px auto;
    }
}
/* footer */
.footer-section {
    line-height: 1.42857143;
    font-size: 16px;
}
.footer-section .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .footer-section .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .footer-section .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .footer-section .container {
        width: 1170px
    }
}
.footer-section .row {
    margin-right: -15px;
    margin-left: -15px
}
.footer-section .col-md-4,
.footer-section .col-sm-6,
.footer-section .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: none;
}
.footer-section .col-xs-12 {
    float: left
}
.footer-section .col-xs-12 {
    width: 100%
}
@media (min-width:768px) {
    .footer-section .col-sm-6 {
        float: left
    }
    .footer-section .col-sm-6 {
        width: 50%;
        max-width: none;
    }
}
@media (min-width:992px) {
    .footer-section .col-md-4 {
        float: left
    }
    .footer-section .col-md-4 {
        width: 33.33333333%
    }
}
.footer-section .container:after,
.footer-section .container:before,
.footer-section .row:after,
.footer-section .row:before {
    display: table;
    content: " "
}
.footer-section .container:after,
.footer-section .row:after {
    clear: both
}
.footer-section p {
    color: #000;
    line-height: 1.8;
    font-weight:500;
}
.footer-section h2,
.footer-section h3 {
    color: #2f2f2f
}
.footer-section ul {
    padding-left: 0;
    margin: 0
}
.footer-section a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.footer-section a:hover {
    text-decoration: none
}
.theme-btn2 {
    background-color: #de1590;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 120%
}
.theme-btn2:hover {
    background-color: #917d43
}
@media(max-width:767px) {
    .theme-btn2 {
        font-size: 14px
    }
}
.footer-section {
    text-align: center;
    padding: 100px 0
}
@media(max-width:767px) {
    .footer-section {
        padding: 0 0 80px 0
    }
}
.footer-section .couple-name {
    background: url("/MMR/img/elements/footer.jpg") center center/cover no-repeat local;
    width: 850px;
    height: 859px;
    margin: 0 auto 120px;
    padding-bottom: 50px;
    padding-right: 40px;
    display: table;
    text-align: center
}

@media(max-width:767px) {
    .footer-section .couple-name {
        width: 100%;
        height: 506px;
        margin: 0 auto 60px;
        padding-right: 20px;
        background: #fff url(/MMR/img/elements/footer.jpg) center center no-repeat;
    }
}
.footer-section .couple-name h2 {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    margin: 0;
    display: table-cell;
    vertical-align: middle
}
@media(max-width:767px) {
    .footer-section .couple-name h2 {
        font-size: 18px
    }
}
.footer-section h3 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 .2em
}
@media(max-width:767px) {
    .footer-section h3 {
        font-size: 30px;
        font-size: 1.875rem
    }
}
.footer-section a {
    color: #b19a56
}
.txt-center {
    text-align: center
}

@media print,
screen and (max-width:480px) {
    .br_mobile_t {
        display: block
    }
    .footer-section .footer-area h3 {
        font-size: 22px
    }

    .footer-section .footer-area a {
        font-size: 11px
    }
}
.theme-btn2,
.footer-area a.theme-btn2 {
    background-color: #fff;
    color: #f3169d;
    font-size: 17px;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #f3169d;
}
.footer-section {
    padding: 0 0 50px 0;
    background-color: none;
}
.footer-section h3 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: .4em 0 .2em
}
.footer-colorbox {
    padding: 50px 0;
}
.bg-gold {
    background-color: #f9f7f2;
}
.footer-section nav li a {
    text-decoration: none;
}
.footer-section nav li a:hover {
    background: #b19a56;
    color: #fff;
    text-decoration: none;
}
.footer-area {
    padding-top: 50px;
}
.footer-section .footer-area h3 {
    font-size: 27px;
    margin: 0 0 10px;
}
.footer-section p.text-on {
    margin-bottom: 5px;
}
.footer-section .footer-area a {
    font-weight: bold;
}
/* sp */
@media(max-width: 767px){
    .footer-colorbox {
        padding: 0px 0 36px;
    }
    .footer-area{
        padding-top: 0;
    }
    .br_mobile_t.sp-bl{
        display: block;
    }
    .footer-section {
        padding: 0 0 40px;
    }
    .footer-section .footer-area h3 {
        font-size: 18px;
        margin: 30px 0 10px;
    }
    .footer-section .couple-name h2 {
        font-size: 20px;
        color: #b19a56;
    }
    .text-un{
        font-size: 11px;
    }
}
.footer-section .col-md-4,
.footer-section .col-sm-6,
.footer-section .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.footer-section .theme-btn2 {
	margin:1.5rem 0;
}
.theme-btn2:hover {
    background-color: #fff;
    color:#917d43;
}
.footer-section nav li a {
    color: #333;
    display:block;
    padding-left:10px;
    margin-bottom:5px;
}
.footer-section .footer-area a {
    color: #b19a56;
}
.footer-section .footer-area a.theme-btn2.is-kiyaku {
    border: 2px solid #b19a56;
    color: #b19a56;
}
.accordion-003 {
    max-width: 90%;
    margin:0 auto 7px;
}
.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #B19A55;
    list-style: none;
    margin-bottom:10px;
}
.accordion-003 summary::-webkit-details-marker {
    display: none;
}
.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion-003[open] summary::after {
    transform: rotate(225deg);
}
.accordion-003 li{
    list-style:none;
    text-align:left;
    line-height:2.4;
    font-size:80%;
}
.footer-section .ft-area{
    width:100%;
}
@media screen and (min-width:768px) {
.footer-section .couple-name {
    background:none;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding-bottom: 30px;
    padding-right: 0px;
    display: block;
    text-align: center;
}
.footer-section .couple-name h2 {
    display: block;
    text-align: center;
}
.footer-section .footer-area a.theme-btn2.is-kiyaku {
    margin-left: 40px;
}
.footer-section .footer-area a.theme-btn2.is-kiyaku:hover {
    background: #b19a56;
}
}
.footer-section nav li a {
    color: #333;
    display:block;
    padding-left:10px;
    margin-bottom:5px;
    font-size: 14px;
}
.footer-section nav li :hover {
    text-decoration: underline solid #B19A55 1px;
}
.footer-section .footer-area a {
    color: #b19a56;
    font-weight: bold;
}
.footer-area a:hover{
    text-decoration: underline solid #B19A55 1px;
}
.footer-section .footer-area a.theme-btn2{
    color:#f3169d;
    font-weight: 600;
    text-decoration: none;
}
.footer-section .footer-area a.theme-btn2:hover{
    color: #fff;
}
@media screen and (min-width:768px) {
    .footer-section .couple-name h2 {
        display: block;
        text-align: center;
        font-weight: bold;
    }
}
.theme-btn2:hover,
.footer-area a.theme-btn2:hover {
    border: 2px solid #f3169d;
    background: #f3169d;
    color: #fff;
    box-sizing: border-box;
}
/* sp */
@media (max-width: 767px){
    .footer-section .footer-area a.theme-btn2.is-kiyaku {
        margin-top: 0;
    }
    .footer-section {
        font-size: 14px;
    }
}
/* header */
.site-header .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .site-header .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .site-header .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .site-header .container {
        width: 1170px
    }
}
.site-header .collapse {
    display: none
}

.site-header .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.site-header .nav>li {
    position: relative;
    display: block;
}
@media screen and (min-width: 992px) {
    .site-header .nav>li {
        margin: 0 0.8rem 0 0;
    }
    .site-header .nav>li.is-ver2 {
        margin: 0 10rem 0 0;
    }
    .site-header .nav>li.is-ver3 {
        margin: 0 0.8rem 0 5rem;
    }
    .site-header .nav>li:last-child {
        margin: 0;
    }
}
.site-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.site-header .nav>li>a:focus,
.site-header .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.site-header .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .site-header .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .site-header .navbar-header {
        float: left
    }
}

.site-header .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .site-header .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .site-header .navbar-collapse.collapse {
        display: flex !important;
        justify-content: space-between;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: 100%;
    }
}

.site-header .container>.navbar-collapse,
.site-header .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .site-header .container>.navbar-collapse,
    .site-header .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.site-header .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.site-header .navbar-brand:focus,
.site-header .navbar-brand:hover {
    text-decoration: none
}

.site-header .navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .site-header .navbar>.container .navbar-brand {
        margin-left: -90px
    }
}

.site-header .navbar-nav {
    margin: 7.5px -15px
}

.site-header .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width:992px) {
    .site-header .navbar-nav {
        /*float: left;*/
        margin: 50px 0 0 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .site-header .navbar-nav::before,
    .site-header .navbar-nav::after {
        display: none !important;
    }

    .site-header .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width:768px) {
    .site-header .navbar-right {
        float: right !important;
        margin-right: -15px
    }
}

.site-header .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.site-header .navbar-default .navbar-brand {
    color: #777
}

.site-header .navbar-default .navbar-nav>li>a {
    color: #777
}

.site-header .navbar-default .navbar-nav>li>a:focus,
.site-header .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.site-header .navbar-default .navbar-collapse {
    border-color: #e7e7e7
}

.site-header .container:after,
.site-header .container:before,
.site-header .nav:after,
.site-header .nav:before,
.site-header .navbar-collapse:after,
.site-header .navbar-collapse:before,
.site-header .navbar-header:after,
.site-header .navbar-header:before,
.site-header .navbar:after,
.site-header .navbar:before {
    display: table;
    content: " "
}

.site-header .container:after,
.site-header .nav:after,
.site-header .navbar-collapse:after,
.site-header .navbar-header:after,
.site-header .navbar:after {
    clear: both
}
.site-header button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.site-header ul {
    padding-left: 0;
    margin: 0
}
.site-header a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.site-header a:hover {
    text-decoration: none
}
.site-header img {
    max-width: 100%;
    /*margin-bottom: 15px*/
}
.site-header .fi:before {
    margin: 0
}
.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 35.77px 13.23px rgba(202, 202, 220, .16);
    box-shadow: 0 0 35.77px 13.23px rgba(202, 202, 220, .16);
    width: 100% !important;
}
@media(min-width:992px) {
    .site-header .navigation {
        height: auto;
        width: 100% !important;
        border-top: 3px solid #f3169d;
    }
}
.site-header .navigation>.container {
    position: relative
}
@media(min-width:992px) {
    .site-header .navigation>.container {
        width: 100% !important;
        max-width: 1170px;
    }
}
.site-header #navbar {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
.site-header #navbar ul {
    list-style: none
}
.site-header #navbar>ul li a:hover {
    text-decoration: none;
    color: #f3169d !important
}
@media screen and (min-width:992px) {
    .site-header #navbar li {
        position: relative
    }
    .site-header #navbar>ul>li>a {
        font-size: 14px;
        font-size: .8rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #2f2f2f;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        height: auto;
    }
    .site-header #navbar>ul .sub-menu {
        border-top: 3px solid #f3169d;
        background-color: #fff;
        width: 280px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 210;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
    }
    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #f5f5f5
    }
    .site-header #navbar>ul>li .sub-menu a {
        font-size: 14px;
        font-size: .875rem;
        display: block;
        padding: 10px 20px;
        color: #2f2f2f
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 100%;
        top: 0
    }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }
    .site-header #navbar>ul>li .sub-menu a:hover {
        background-color: #f9f7f2;
    }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "";
        font-size: 11px;
        font-size: .6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        color: #f3169d;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }
    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1
    }
}
@media(max-width:991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: .875rem
    }
    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6
    }
    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0
    }
    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px
    }
    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative
    }
    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "";
        font-size: 11px;
        font-size: .6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        color: #f69;
        font-weight: bold;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .site-header .slideInn {
        right: 0 !important;
    }
}
@media screen and (min-width:992px) {
    .site-header .navbar-header .open-btn {
        display: none
    }
    .site-header #navbar .close-navbar {
        display: none
    }
}
@media(max-width:991px) {
    .site-header .container {
        width: 100%
    }
    .site-header .navbar-header button {
        background-color: transparent;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 5px 9px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 7px;
        z-index: 20;
        border-radius: 50%
    }
    .site-header .navbar-header button span {
        background: #f69;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }
    .site-header .navbar-header button span:last-child {
        margin: 0
    }
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 80%;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 1000;
        visibility: visible;
    }
    .site-header #navbar ul a {
        color: #000
    }
    .site-header #navbar ul a:hover {
        color: #b19a56
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto
    }
    .site-header #navbar .close-navbar {
        background-color: #E69;
        width: 50px;
        height: 50px;
        color: #fff;
        border: 0;
        outline: none;
        position: absolute;
        left: -51px;
        top: -1px;
        z-index: 20;
        font-weight: bold;
    }
    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }
    .site-header #navbar>ul>li {
        border-bottom: 1px solid #f2f2f2
    }
    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px
    }
}
@media(max-width:767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px
    }

    .site-header #navbar .navbar-nav {
        margin: 0
    }
}
@media(max-width:991px) {
    .site-header .navbar-collapse.collapse {
        display: none
    }

    .site-header .navbar-header {
        float: none
    }

    .site-header .navbar-right {
        float: none
    }

    .site-header .navbar-nav {
        float: none
    }

    .site-header .navbar-nav>li {
        float: none
    }
}
.header-style-1 .navbar-brand {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    font-size: 1.875rem;
    color: #2f2f2f;
    margin-top: 25px
}
@media(max-width:991px) {
    .header-style-1 .navbar-brand {
        margin-top: 12px;
        margin-bottom: 13px
    }
}
@media(min-width:992px) {
    .header-style-1 a.navbar-brand {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 50%;
        bottom: -35px;
        background: #fff;
        display: block;
        height: 100px;
        width: 180px;
        text-align: center;
        border-radius: 50%;
        z-index: 9;
    }
}
@media(max-width:991px) {
    .header-style-1 a.navbar-brand {
        margin: 10px;
        padding: 0
    }
    .header-style-1 .navbar-brand img {
        width: 60px
    }
}
.site-header .navbar-brand>img {
    display: inline;
    margin: 0;
}
@media(max-width:991px) {
    .site-header .navbar-header button {
        border-radius: 0;
        top: 5px;
    }
    .header-style-1 a.navbar-brand {
        margin: 0;
        padding: 0 10px 5px 10px;
        background: #fff;
        display: block;
        position: absolute;
        float: none;
        height: auto;
        width: 100px;
        text-align: center;
        border-radius: 50%;
        left: 50%;
        margin: 0 0 0 -50px;
        box-sizing: border-box;
        top: 5px;
        z-index: 9;
    }
}
.site-header .sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 99999;
    opacity: 0
}
.site-header .sticky-2 {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s
}
.site-header .sticky-on {
    opacity: 1;
    top: 0
}
@media screen and (min-width:992px) {
    #___gcse_1 ,#___gcse_0 {
        position: absolute;
        width: 39%;
        margin: 10px 0 0;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .gsc-search-button-v2 {
        border: 1px solid #b19a56 !important;
        border-color: #b19a56 !important;
        background-color: #b19a56 !important;
        padding: 9px 27px !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
    }
    .gsc-search-button-v2:hover {
        border-color: #b19a56!important;
        background-color: #b19a56!important;
        background-image: linear-gradient(top, #b19a56, #b19a56) !important;
        opacity: 0.7;
    }
    table.gsc-search-box td.gsc-input {
        padding-right: 0 !important;
    }
    .gsc-control-cse {
        padding: 0 !important;
    }
    .gsib_b {
        display: none !important;
    }
    .gsib_a {
        background: transparent !important;
    }
    .site-header {
        padding-bottom: 20px;
        background: #ffffff;
    }
}

@media(max-width:991px) {
    #___gcse_1 ,#___gcse_0 {
        padding: 10px;
        border-bottom: 1px solid #f2f2f2;
    }
    .gsc-search-button-v2 {
        border: 1px solid #b19a56 !important;
        border-color: #b19a56 !important;
        background-color: #b19a56 !important;
        padding: 13px 10px !important;
        width: 50px !important;
        height: 45px !important;
        box-sizing: border-box;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
    }
    table.gsc-search-box td.gsc-input {
        padding-right: 0 !important;
    }
    .gsc-control-cse {
        padding: 0 !important;
    }
    .gsib_b {
        display: none !important;
    }
    .gsib_a {
        background: transparent !important;
        box-sizing: border-box;
        height: 45px;
    }
    .gsc-input-box {
        height: 45px !important;
        box-sizing: border-box;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        padding: 0 !important;
    }
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s
    }
    .site-header .sticky-on {
        z-index: 997;
    }
}