@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.items-justified-space-between>ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr
}

.popup-template .modal {
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.popup-template .modal.is-open {
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    outline: 0
}

@font-face {
    font-display: swap;
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 0
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 4px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 0
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #444
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(../../../themes/TISVA/assets/css/plugins/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../../../themes/TISVA/assets/css/plugins/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Laconic-Light";
    color: #fff;
    background: #191919;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.container {
    margin: 0 auto;
    width: 76%
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .container {
        width: 80%
    }
}

@media only screen and (max-width:969px) {
    .container {
        width: 90%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Laconic-Light";
    font-weight: 400
}

.wrapper {
    width: 100%;
    height: 100%
}

.back__To__Top {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 10;
    font-family: "Laconic-Light";
    color: #fff;
    cursor: pointer;
    font-size: .8em;
    display: none
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .back__To__Top {
        bottom: 10%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .back__To__Top {
        bottom: 12%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .back__To__Top {
        bottom: 8%
    }
}

@media only screen and (max-width:767px) {
    .back__To__Top {
        bottom: 10%
    }
}

.back__To__Top:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 27px;
    left: 50%;
    bottom: 110%;
    background: url(../images/back-to-top.png) center center no-repeat;
    background-size: 100%;
    transform: translate(-50%, 0)
}

@media only screen and (max-width:1024px) {
    .home.page {
        ;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .home.page {}
}

.noDisplay {
    display: none
}

.noScroll {
    overflow: hidden
}

.noOpacity {
    opacity: 0
}

.clearfix {
    clear: both
}

.scrollFixX {
    overflow-x: hidden
}

.consumerBenefits p:before {
    position: relative;
    content: '';
    background: #df9e1b;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    display: block;
    left: -19px;
    top: 16px
}

.specsWrap .contentLeft .content {
    width: 90% !important
}

.consumerBenefits p {
    margin: 10px;
    color: #df9e1b
}

.category .video {
    position: absolute;
    top: 24%;
    right: 15%
}

.category .video iframe {
    height: 420px;
    width: 420px
}

@media only screen and (max-width:767px) and (min-width:200px) {
    .secvid {
        display: block
    }
    .category .video iframe {
        height: 285px;
        width: 285px
    }
    .secvid iframe {
        height: 275px;
        width: 275px;
        margin: 15px auto;
        display: block
    }
}

@media only screen and (max-width:1420px) and (min-width:1251px) {
    .category .video iframe {
        height: 350px;
        width: 350px
    }
}

@media only screen and (max-width:1250px) and (min-width:768px) {
    .category .video {
        position: relative;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        padding: 0 30px
    }
}

header {
    padding: 30px 3rem 10px 3rem;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #1d1d1d;
    background: linear-gradient(180deg, rgba(29, 29, 29, .4023984594) 65%, rgba(29, 29, 29, 0) 100%)
}

@media only screen and (max-width:500px) {
    header {
        background: #191919
    }
}

@media only screen and (max-width:767px) {
    header {
        padding: 5% 1rem 10px 1rem
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    header {
        padding: 20px 1rem
    }
}

header.solid {
    background: #191919;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

header .bind {
    display: flex;
    justify-content: space-between;
    width: 100%
}

header .navWrap {
    height: 23px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:767px) {
    header .navWrap {
        width: 30%
    }
}

header .navWrap .toolTip {
    position: absolute;
    top: 100%;
    color: #df9e1b;
    font-size: .8em;
    left: 0%;
    width: 23px;
    transform: translate(-20%, 0);
    padding: 5px 0 0 0;
    font-family: "Laconic-Light";
    white-space: nowrap;
    display: none
}

header .navWrap:hover .toolTip {
    display: inline
}

header .navWrap .navIcon {
    width: 23px;
    height: 23px;
    position: relative;
    transition: .1s;
    cursor: pointer;
    float: left;
    transition: all 0.3s ease-in-out
}

header .navWrap .navIcon span {
    width: 3px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out
}

header .navWrap .navIcon span:nth-child(1) {
    left: 0;
    top: 0
}

header .navWrap .navIcon span:nth-child(2) {
    left: 10px;
    top: 0
}

header .navWrap .navIcon span:nth-child(3) {
    right: 0;
    top: 0
}

header .navWrap .navIcon span:nth-child(4) {
    left: 0;
    top: 10px
}

header .navWrap .navIcon span:nth-child(5) {
    left: 10px;
    top: 10px
}

header .navWrap .navIcon span:nth-child(6) {
    right: 0;
    top: 10px
}

header .navWrap .navIcon span:nth-child(7) {
    left: 0;
    bottom: 0
}

header .navWrap .navIcon span:nth-child(8) {
    left: 10px;
    bottom: 0
}

header .navWrap .navIcon span:nth-child(9) {
    right: 0;
    bottom: 0
}

header .navWrap .navIcon:hover span {
    background: #df9e1b;
    border-radius: 50%
}

header .navWrap .navIcon.open {
    transform: rotate(180deg);
    cursor: pointer
}

header .navWrap .navIcon.open span {
    border-radius: 50%;
    background: #df9e1b
}

header .navWrap .navIcon.open span:nth-child(2) {
    left: 5px;
    top: 5px
}

header .navWrap .navIcon.open span:nth-child(4) {
    left: 5px;
    top: 15px
}

header .navWrap .navIcon.open span:nth-child(6) {
    right: 5px;
    top: 5px
}

header .navWrap .navIcon.open span:nth-child(8) {
    left: 15px;
    bottom: 5px
}

header .logo {
    width: 170px;
    float: left;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:767px) {
    header .logo {
        width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    header .logo {
        width: 140px
    }
}

header .logo img,
header .logo svg {
    width: 100%
}

header .rightNavWrap {
    float: right;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:767px) {
    header .rightNavWrap {
        width: 30%
    }
}

header .rightNavWrap ul {
    display: flex;
    justify-content: flex-end
}

header .rightNavWrap ul li {
    margin-left: 10px;
    float: left;
    width: 23px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    position: relative
}

@media only screen and (max-width:767px) {
    header .rightNavWrap ul li {
        margin-left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    header .rightNavWrap ul li {
        margin-left: 5px
    }
}

header .rightNavWrap ul li.button {
    width: auto;
    height: auto;
    display: flex;
    padding-bottom: 20px
}

@media only screen and (max-width:767px) {
    header .rightNavWrap ul li.button {
        display: none
    }
}

header .rightNavWrap ul li.button a {
    display: flex;
    padding: 5px 10px;
    border: #4a4a4a solid 1px;
    border-radius: 5px;
    align-items: center;
    background: #df9f2e;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

header .rightNavWrap ul li.button a:hover {
    background-color: #fff
}

header .rightNavWrap ul li.button .popupDescription {
    visibility: hidden;
    z-index: -5;
    opacity: 0;
    position: absolute;
    background-color: rgb(68, 68, 68, .7);
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    top: 100%;
    left: 0;
    filter: drop-shadow(2px 4px 6px black);
    text-align: left;
    min-width: 300px
}

header .rightNavWrap ul li.button .popupDescription:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 37px;
    border-style: solid;
    border-width: 0 16px 16px;
    border-color: rgb(68, 68, 68, .7) transparent;
    display: block;
    width: 0;
    z-index: 0;
    transform: translate(-50%, -50%)
}

header .rightNavWrap ul li.button:hover .popupDescription {
    visibility: visible;
    z-index: 5;
    opacity: 1
}

header .rightNavWrap ul li.button .popupDescription a {
    color: #df9f2e;
    background: none !important;
    border: none;
    padding: 0
}

header .rightNavWrap ul li.button .popupDescription a svg {
    width: 15px;
    height: 15px;
    margin-left: 5px
}

header .rightNavWrap ul li.button svg {
    width: 20px;
    fill: #141414
}

@media only screen and (min-width:768px) and (max-width:959px) {
    header .rightNavWrap ul li.button svg {
        width: 15px
    }
}

header .rightNavWrap ul li.button .label {
    color: #141414;
    font-size: .8em;
    white-space: nowrap;
    padding-left: 10px
}

@media only screen and (min-width:768px) and (max-width:959px) {
    header .rightNavWrap ul li.button .label {
        font-size: .7em;
        padding-left: 5px
    }
}

header .rightNavWrap ul li .searchIcon {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    transition: all 0.3s ease-in-out;
    width: 18px;
    margin: 8px 0 0 0
}

header .rightNavWrap ul li .searchIcon:hover {
    stroke: #df9e1b
}

header .rightNavWrap ul li .searchCloseIcon {
    fill: #fff;
    width: 18px;
    margin-top: 8px;
    display: none
}

header .rightNavWrap ul li .mapIcon {
    fill: none;
    stroke: #fff;
    stroke-width: .8px;
    height: 100%;
    transition: all 0.3s ease-in-out
}

header .rightNavWrap ul li .mapIcon:hover {
    stroke: #df9e1b
}

header .rightNavWrap ul li .toolTip {
    position: absolute;
    top: 100%;
    color: #df9e1b;
    font-size: .8em;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 5px 0 0 0;
    font-family: "Laconic-Light";
    white-space: nowrap;
    display: none
}

@media only screen and (max-width:767px) {
    header .rightNavWrap ul li .toolTip {
        left: auto;
        right: 0;
        transform: none
    }
}

header .rightNavWrap ul li:hover .toolTip {
    display: inline
}

header .rightNavWrap ul li.active .searchIcon {
    display: none
}

header .rightNavWrap ul li.active .searchCloseIcon {
    display: inline
}

header .rightNavWrap ul li.active .toolTip {
    display: none
}

header .mobile__Button {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: none
}

@media only screen and (max-width:767px) {
    header .mobile__Button {
        display: block
    }
}

header .mobile__Button ul {
    display: flex;
    justify-content: center
}

header .mobile__Button ul li {
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0 5px
}

header .mobile__Button ul li.button {
    width: auto;
    height: auto;
    display: flex
}

header .mobile__Button ul li.button a {
    display: flex;
    padding: 5px 10px;
    border: #4a4a4a solid 1px;
    border-radius: 5px;
    align-items: center;
    background: #191919;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

header .mobile__Button ul li.button a:hover {
    border-color: #df9e1b
}

header .mobile__Button ul li.button svg {
    width: 20px;
    fill: #df9e1b
}

header .mobile__Button ul li.button .label {
    color: #fff;
    font-size: .8em;
    white-space: nowrap;
    padding-left: 10px
}

header .mobile__Button_yellow {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: none
}

@media only screen and (max-width:767px) {
    header .mobile__Button_yellow {
        display: block
    }
}

header .mobile__Button_yellow ul {
    display: flex;
    justify-content: center
}

header .mobile__Button_yellow ul li {
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0 5px;
    padding-bottom: 10px
}

header .mobile__Button_yellow ul li.button {
    width: auto;
    height: auto;
    display: flex
}

header .mobile__Button_yellow ul li.button a {
    display: flex;
    padding: 5px 10px;
    border: #df9f2e solid 1px;
    border-radius: 5px;
    align-items: center;
    background: #df9f2e;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

header .mobile__Button_yellow ul li.button a:hover {
    background: #fff
}

header .mobile__Button_yellow ul li.button .popupDescription {
    visibility: hidden;
    z-index: -5;
    opacity: 0;
    position: absolute;
    background-color: rgb(68, 68, 68);
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    padding: .6rem;
    top: 100%;
    left: -42px;
    text-align: left;
    min-width: 165px
}

header .mobile__Button_yellow ul li.button .popupDescription:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 84px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: rgb(68, 68, 68) transparent;
    display: block;
    width: 0;
    z-index: 0;
    transform: translate(-50%, -50%)
}

header .mobile__Button_yellow ul li.button:hover .popupDescription {
    visibility: visible;
    z-index: 5;
    opacity: 1
}

header .mobile__Button_yellow ul li.button .popupDescription a {
    color: #df9f2e;
    background: none !important;
    border: none;
    padding: 0
}

header .mobile__Button_yellow ul li.button .popupDescription a svg {
    width: 10px;
    height: 10px;
    margin-left: 5px
}

header .mobile__Button_yellow ul li.button svg {
    width: 20px;
    fill: #141414
}

header .mobile__Button_yellow ul li.button .label {
    color: #141414;
    font-size: .8em;
    white-space: nowrap;
    padding-left: 10px
}

header nav {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(22, 22, 22, 0);
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out
}

header nav ul {
    min-height: 385px;
    width: 100%;
    padding: 0 10%;
    font-size: 2.5em;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width:1024px) {
    header nav ul {
        padding: 0 5%;
        font-size: 2em
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1200px) and (max-height:1400px) {
    header nav ul {
        font-size: 3em
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    header nav ul {
        font-size: 4em
    }
}

@media only screen and (max-width:959px) {
    header nav ul {
        padding: 0 5%;
        font-size: 3em
    }
}

@media only screen and (max-width:767px) {
    header nav ul {
        padding: 0 30px;
        font-size: 1.7em
    }
}

@media only screen and (max-width:350px) {
    header nav ul {
        font-size: 1.5em
    }
}

header nav ul li {
    width: 100%;
    text-align: left;
    font-family: "Laconic-Light";
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    position: relative;
    width: auto;
    float: left;
    clear: both;
    opacity: 0;
    transition-delay: 1s
}

header nav ul li a {
    background-position: 0;
    padding: 0;
    width: auto;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative
}

@media only screen and (max-width:1024px) {
    header nav ul li a {
        width: 100%;
        display: block
    }
}

header nav ul li a:hover {
    color: #df9e1b
}

header nav ul li a:after {
    content: "";
    position: absolute;
    width: 0%;
    bottom: 5px;
    left: 50%;
    height: 2px;
    background: #df9e1b;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width:1024px) {
    header nav ul li a:after {
        display: none
    }
}

header nav ul li a:hover:after {
    width: 100%
}

header nav ul li:first-child {
    transition-delay: 0s
}

header nav ul li:nth-child(2) {
    transition-delay: 0.05s
}

header nav ul li:nth-child(3) {
    transition-delay: 0.1s
}

header nav ul li:nth-child(4) {
    transition-delay: 0.15s
}

header nav ul li:nth-child(5) {
    transition-delay: 0.2s
}

header nav ul li:nth-child(6) {
    transition-delay: 0.25s
}

header nav ul li:nth-child(7) {
    transition-delay: 0.3s
}

header nav ul li:nth-child(8) {
    transition-delay: 0.35s
}

header nav ul li:nth-child(9) {
    transition-delay: 0.4s
}

header nav ul li:nth-child(10) {
    transition-delay: 0.45s
}

header nav ul li:nth-child(11) {
    transition-delay: 0.5s
}

header nav ul li:nth-child(12) {
    transition-delay: 0.55s
}

header nav ul li:nth-child(13) {
    transition-delay: 0.6s
}

header nav ul li:nth-child(14) {
    transition-delay: .6 0.5s
}

header nav ul li:nth-child(15) {
    transition-delay: 0.7s
}

header nav ul li:nth-child(16) {
    transition-delay: 0.75s
}

header nav ul li ul.subHead {
    display: inline;
    position: absolute;
    font-size: 1em;
    left: 100%;
    min-height: auto;
    top: 50%;
    transform: translate(0, -50%);
    display: none
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    header nav ul li ul.subHead {
        display: block;
        left: 30%;
        font-size: .8em;
        position: relative
    }
}

@media only screen and (max-width:1024px) {
    header nav ul li ul.subHead {
        position: relative;
        left: 10%;
        font-size: .8em;
        display: block
    }
}

header nav ul li:hover ul.subHead {
    display: inline
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    header nav ul li:hover ul.subHead {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    header nav ul li:hover ul.subHead {
        display: block
    }
}

header nav ul li:hover>a {
    color: #df9e1b
}

header nav ul li:hover>a:after {
    width: 100%
}

header nav.is-open {
    pointer-events: all;
    background: #161616 url(../images/na-bg.jpg) right top no-repeat;
    background-size: cover
}

@media only screen and (max-width:1024px) {
    header nav.is-open {
        background: #161616
    }
}

header nav.is-open ul {
    transform: translateX(0)
}

header nav.is-open ul li {
    transform: translateX(0);
    opacity: 1
}

.homeSpotlight {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .homeSpotlight {
        height: 100vh;
        overflow: hidden
    }
}

@media only screen and (max-width:500px) {
    .homeSpotlight {
        margin-top: 6rem
    }
}

.homeSpotlight .spotlightContentWrap {
    display: flex;
    align-items: center;
    padding: 0 5%;
    height: 100%
}

@media only screen and (max-width:767px) {
    .homeSpotlight .spotlightContentWrap {
        display: block
    }
}

.homeSpotlight .spotlightContentWrap .text {
    width: 50%;
    padding-left: 50px
}

@media only screen and (max-width:767px) {
    .homeSpotlight .spotlightContentWrap .text {
        width: 100%;
        padding: 0
    }
}

.homeSpotlight .spotlightContentWrap .text h1,
.homeSpotlight .spotlightContentWrap .text h2 {
    font-size: 35px;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

.homeSpotlight .spotlightContentWrap .text h1 span,
.homeSpotlight .spotlightContentWrap .text h2 span {
    display: block
}

.homeSpotlight .spotlightContentWrap .text h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #df9e1b
}

@media only screen and (max-width:767px) {
    .homeSpotlight .spotlightContentWrap .text h3 {
        font-size: 1em
    }
}

.homeSpotlight .spotlightContentWrap .text .explore {
    color: #df9e1b;
    padding-left: 60px;
    position: relative
}

.homeSpotlight .spotlightContentWrap .text .explore:before {
    content: "";
    position: absolute;
    width: 50px;
    left: 0;
    top: 50%;
    height: 1px;
    background: #fff;
    transform: translate(0, -50%)
}

.homeSpotlight .spotlightContentWrap .text .explore a {
    color: #df9e1b;
    text-decoration: none
}

.homeSpotlight .spotlightContentWrap .image {
    height: 100%;
    width: 50%;
    position: relative;
    order: 2
}

@media only screen and (max-width:767px) {
    .homeSpotlight .spotlightContentWrap .image {
        width: 100%;
        height: auto;
        order: 1;
        margin-top: 40px
    }
}

.homeSpotlight .spotlightContentWrap .image .swiper-lazy-preloader-gold {
    --swiper-preloader-color: #f6ae1b
}

.homeSpotlight .spotlightContentWrap .image img {
    width: 100%
}

.homeSpotlight .swiperArrow {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 80px;
    z-index: 9
}

@media only screen and (max-width:767px) {
    .homeSpotlight .swiperArrow {
        right: 5%
    }
}

.homeSpotlight .swiperArrow .swiper-button-next,
.homeSpotlight .swiperArrow .swiper-button-prev {
    color: #df9e1b;
    width: 20px;
    height: 20px;
    margin-top: 0
}

.homeSpotlight .swiperArrow .swiper-button-next:after,
.homeSpotlight .swiperArrow .swiper-button-prev:after {
    font-size: 20px
}

.homeSpotlight .swiperArrow .swiper-button-next {
    right: 0;
    top: 0
}

.homeSpotlight .swiperArrow .swiper-button-prev {
    left: 0;
    bottom: 0;
    top: auto
}

.homeSpotlight .distortionImgWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap {
        overflow: hidden
    }
}

.homeSpotlight .distortionImgWrap canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.homeSpotlight .distortionImgWrap .slide-item__image {
    display: none
}

.homeSpotlight .distortionImgWrap .d-slideContent {
    position: absolute;
    width: 30%;
    left: 12%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2
}

.homeSpotlight .distortionImgWrap .d-slideContent.active {
    z-index: 3
}

.homeSpotlight .distortionImgWrap .d-slideContent a {
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .homeSpotlight .distortionImgWrap .d-slideContent {
        width: 35%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .homeSpotlight .distortionImgWrap .d-slideContent {
        width: 35%
    }
}

@media only screen and (max-width:1100px) and (max-height:1400px) and (orientation:portrait) {
    .homeSpotlight .distortionImgWrap .d-slideContent {
        width: 76%;
        left: 12%;
        top: 90%;
        padding: 0 30px
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .homeSpotlight .distortionImgWrap .d-slideContent {
        width: 90%;
        left: 12%;
        top: 84%;
        padding: 0 30px
    }
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap .d-slideContent {
        width: 100%;
        left: 0;
        top: 75%;
        padding: 0 30px
    }
}

@media only screen and (max-width:350px) {
    .homeSpotlight .distortionImgWrap .d-slideContent {
        top: 80%
    }
}

.homeSpotlight .distortionImgWrap .d-slideContent.hidden {
    left: 14%;
    opacity: 0;
    z-index: 1
}

.homeSpotlight .distortionImgWrap .d-slideContent h1,
.homeSpotlight .distortionImgWrap .d-slideContent h2 {
    font-size: 45px;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

.homeSpotlight .distortionImgWrap .d-slideContent h1 span,
.homeSpotlight .distortionImgWrap .d-slideContent h2 span {
    display: block
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h1,
    .homeSpotlight .distortionImgWrap .d-slideContent h2 {
        font-size: 2em
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h1,
    .homeSpotlight .distortionImgWrap .d-slideContent h2 {
        font-size: 1.5em;
        line-height: 1
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h1,
    .homeSpotlight .distortionImgWrap .d-slideContent h2 {
        font-size: 2em;
        line-height: 1
    }
}

@media only screen and (max-width:350px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h1,
    .homeSpotlight .distortionImgWrap .d-slideContent h2 {
        font-size: 1.2em
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1200px) and (max-height:1400px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h1,
    .homeSpotlight .distortionImgWrap .d-slideContent h2 {
        font-size: 3em
    }
}

.homeSpotlight .distortionImgWrap .d-slideContent h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #df9e1b
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h3 {
        font-size: 1em
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h3 {
        font-size: 16px
    }
}

.homeSpotlight .distortionImgWrap .d-slideContent h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h4 {
        font-size: 1em
    }
}

@media only screen and (max-width:1100px) and (max-height:1400px) {
    .homeSpotlight .distortionImgWrap .d-slideContent h4 {
        font-size: 2em
    }
}

.homeSpotlight .distortionImgWrap .d-slideContent .explore {
    color: #df9e1b;
    padding-left: 60px;
    position: relative;
    margin: 10px 0 0 0
}

@media only screen and (max-width:1100px) and (max-height:1400px) and (max-width:350px) {
    .homeSpotlight .distortionImgWrap .d-slideContent .explore {
        font-size: .7em
    }
}

.homeSpotlight .distortionImgWrap .d-slideContent .explore:before {
    content: "";
    position: absolute;
    width: 50px;
    left: 0;
    top: 50%;
    height: 1px;
    background: #fff;
    transform: translate(0, -50%)
}

.homeSpotlight .distortionImgWrap .d-slideContent .explore a {
    color: #df9e1b;
    font-size: 20px;
    text-decoration: none
}

.homeSpotlight .distortionImgWrap .bullet-first-slide {
    position: absolute;
    z-index: 2;
    right: 30%;
    bottom: 12%;
    transform: translate(50%, 50%);
    z-index: 2
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap .bullet-first-slide {
        display: none
    }
}

.homeSpotlight .distortionImgWrap .counterNav {
    position: absolute;
    width: 20px;
    left: 3rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    font-size: .9em;
    z-index: 2
}

@media only screen and (max-width:767px) {
    .homeSpotlight .distortionImgWrap .counterNav {
        display: none
    }
}

.homeSpotlight .distortionImgWrap .counterNav li {
    width: 20px;
    margin: 0 0 10px 0;
    color: #3b3b3b
}

.homeSpotlight .distortionImgWrap .counterNav li.active {
    color: #df9e1b
}

.homeSpotlight .distortionImgWrap .focus {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    border-radius: 0;
    background: #4f4f4f
}

.swiper-pagination-bullet-active {
    background: #df9e1b
}

footer {
    float: left;
    width: 100%;
    bottom: 0;
    bottom: 0;
    padding: 30px;
    z-index: 9;
    background: #141414;
    font-size: 14px;
    position: relative
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    footer {
        padding: 5% 5% 8% 5%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    footer {
        padding: 5% 5% 10% 5%
    }
}

@media only screen and (max-width:960px) {
    footer {
        padding: 5% 5% 7% 5%
    }
}

@media only screen and (max-width:767px) {
    footer {
        padding: 5% 10% 50px 10%
    }
}

footer .footerWrapper {
    width: 100%;
    padding: 0 10%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    footer .footerWrapper {
        padding: 0%
    }
}

@media only screen and (max-width:960px) {
    footer .footerWrapper {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch
    }
}

footer .footerWrapper .box {
    width: 20%;
    float: left
}

@media only screen and (max-width:960px) {
    footer .footerWrapper .box {
        width: 33.33%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    footer .footerWrapper .box {
        width: 50%
    }
}

footer .footerWrapper .box .head {
    font-size: 1.6em;
    color: #fff;
    margin: 0 0 10px 0;
    font-family: "Laconic-Light"
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    footer .footerWrapper .box .head {
        font-size: 1.4em
    }
}

footer .footerWrapper .box .head a {
    color: #fff;
    text-decoration: none
}

footer .footerWrapper .box .links {
    font-size: 1em;
    color: #797979
}

footer .footerWrapper .box .links a {
    color: #797979;
    text-decoration: none;
    display: block;
    margin: 0 0 5px 0;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize
}

footer .footerWrapper .box .links a:hover {
    color: #fff
}

footer .socialIcons {
    width: auto;
    position: absolute;
    left: 3rem;
    bottom: calc(100% + 10px)
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    footer .socialIcons {
        white-space: nowrap;
        position: relative;
        bottom: auto;
        left: 0
    }
}

@media only screen and (max-width:969px) {
    footer .socialIcons {
        white-space: nowrap;
        position: relative;
        bottom: auto;
        left: 0
    }
}

footer .socialIcons li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 30px;
    font-size: .9em
}

footer .socialIcons li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #df9e1b;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: #df9e1b solid 1px
}

footer .socialIcons li a:hover {
    color: #fff;
    background: #df9e1b
}

footer .supportBox {
    width: 100%;
    white-space: nowrap;
    margin: 5px 0;
    font-size: 1em
}

footer .supportBox a {
    color: #797979;
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

footer .supportBox a:hover {
    color: #fff
}

footer .disclaimer {
    width: 100%;
    margin: 30px 0 0 0;
    color: #797979;
    white-space: nowrap;
    font-size: .8em
}

.rangeSpotlight {
    display: flex;
    height: 100vh;
    align-items: center;
    padding: 0 0 0 12%;
    position: relative
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .rangeSpotlight {
        height: 65vh;
        margin: 10% 0 5% 0
    }
    .rangeSpotlight.detailsPage {
        margin-top: 0
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .rangeSpotlight {
        padding: 0 0 0 10%;
        height: auto;
        min-height: 80vh
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .rangeSpotlight {
        padding: 0 0 5% 0;
        display: block;
        height: auto;
        min-height: auto
    }
}

@media only screen and (max-width:969px) {
    .rangeSpotlight {
        padding: 0 0 5% 0;
        display: block;
        height: auto
    }
}

.rangeSpotlight .textDesc {
    width: 40%
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .rangeSpotlight .textDesc {
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .rangeSpotlight .textDesc {
        width: 100%;
        text-align: left;
        padding: 0 30px
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .rangeSpotlight .textDesc {
        text-align: center;
        width: 100%;
        padding: 0 10%
    }
}

.rangeSpotlight .textDesc h1 {
    font-size: 4em;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: 1;
    display: block
}

.rangeSpotlight .textDesc h1 span {
    font-size: .4em;
    display: block
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .rangeSpotlight .textDesc h1 {
        font-size: 3em
    }
}

@media only screen and (max-width:767px) {
    .rangeSpotlight .textDesc h1 {
        font-size: 2em !important
    }
}

.rangeSpotlight .textDesc h1.detailsPage {
    line-height: .8
}

.rangeSpotlight .textDesc .selectWrap {
    width: auto;
    min-width: 120px;
    margin: 1rem 0 0 0;
    border-bottom: #444 solid 1px;
    font-family: "Laconic-Light";
    font-size: 1em;
    color: #fff;
    background: url(../images/down-arrow.png) #434343 90% center no-repeat;
    background-size: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    top: -.5em;
    clear: both
}

.rangeSpotlight .textDesc .selectWrap .selected {
    width: 100%;
    position: relative;
    cursor: pointer
}

.rangeSpotlight .textDesc .selectWrap .selected>span {
    padding: 5px 25px 5px 10px;
    display: block
}

.rangeSpotlight .textDesc .selectWrap .selected .options {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #000;
    display: none
}

.rangeSpotlight .textDesc .selectWrap .selected .options .option {
    padding: 5px 10px;
    color: #fff;
    border-bottom: #444 solid 1px;
    transition: all 0.3s ease-in-out;
    font-size: .9em;
    position: relative
}

.rangeSpotlight .textDesc .selectWrap .selected .options .option:last-child {
    border-bottom: transparent solid 1px
}

.rangeSpotlight .textDesc .selectWrap .selected .options .option:hover {
    color: #df9e1b
}

.rangeSpotlight .textDesc .selectWrap .selected .options .option>.options {
    left: 100%;
    top: 0;
    max-height: 191px;
    overflow: auto
}

.rangeSpotlight .textDesc .selectWrap .selected .options .option>.options .option {
    font-size: 1em;
    border-left: #444 solid 2px
}

.rangeSpotlight .textDesc .selectWrap .selected .options .option.wattDrpDwn:hover>.options {
    display: block
}

.rangeSpotlight .textDesc .selectWrap .selected.active>.options {
    display: block
}

.rangeSpotlight .textDesc .skuId {
    font-size: 18px
}

.rangeSpotlight .textDesc .price {
    font-size: 24px;
    color: #df9e1b;
    margin: 20px 0
}

.rangeSpotlight .textDesc p {
    max-width: 90%;
    line-height: 1.4;
    font-size: 1em;
    color: #fff;
    margin-bottom: 1rem
}

.rangeSpotlight .textDesc p.white {
    color: #df9e1b
}

.rangeSpotlight .textDesc p.category__Subhead {
    font-size: 1.6em;
    color: #df9e1b
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .rangeSpotlight .textDesc p {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .rangeSpotlight .textDesc p {
        max-width: 100%;
        padding: 0 5%
    }
}

@media only screen and (max-width:767px) {
    .rangeSpotlight .textDesc p {
        max-width: 100%
    }
}

.rangeSpotlight .textDesc .scroll {
    font-size: 1.3em;
    line-height: 1;
    margin: 30px 0 0 0;
    position: relative;
    width: auto;
    display: inline-block
}

.rangeSpotlight .textDesc .scroll a {
    color: #fff;
    text-decoration: none
}

.rangeSpotlight .textDesc .scroll:after {
    font-family: "FontAwesome";
    content: "\f103";
    position: absolute;
    color: #df9e1b;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0)
}

.rangeSpotlight.detailsPage .textDesc {
    margin-top: 15%
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .rangeSpotlight.detailsPage .textDesc {
        margin-top: 0
    }
}

@media only screen and (max-width:969px) {
    .rangeSpotlight.detailsPage .textDesc {
        margin-top: 0
    }
}

.rangeSpotlight .imgWrap {
    width: 60%;
    height: 100%;
    order: 2;
    align-items: baseline;
    display: flex;
    padding: 0
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .rangeSpotlight .imgWrap {
        display: flex;
        align-items: top
    }
}

@media only screen and (max-width:969px) {
    .rangeSpotlight .imgWrap {
        width: 100%;
        height: auto;
        padding: 5% 20%;
        text-align: center;
        margin-top: 6rem
    }
}

@media only screen and (max-width:1100px) and (min-height:1300px) {
    .rangeSpotlight .imgWrap {
        width: 100%;
        height: auto;
        padding: 5% 20%;
        text-align: center;
        margin-top: 5%
    }
}

.rangeSpotlight .imgWrap img {
    width: 100%
}

@media only screen and (max-width:969px) {
    .rangeSpotlight .imgWrap img {
        width: 100%
    }
}

.rangeSpotlight .imgWrap.detailsPage {
    height: auto;
    text-align: center;
    overflow: hidden
}

.rangeSpotlight .imgWrap.detailsPage img {
    width: 100%;
    transform: scale(.7)
}

.rangeSpotlight .imgWrap.detailsPage .pin {
    top: 5%;
    position: absolute
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .rangeSpotlight .imgWrap.detailsPage .pin {
        top: 200px
    }
}

@media only screen and (max-width:969px) {
    .rangeSpotlight .imgWrap.detailsPage .pin {
        top: 0;
        position: relative
    }
}

@media only screen and (min-height:1000px) and (min-width:1300px) {
    .rangeSpotlight .imgWrap.detailsPage .pin {
        top: 200px
    }
}

@media only screen and (max-width:1100px) and (min-height:1300px) {
    .rangeSpotlight .imgWrap.detailsPage .pin {
        top: 0;
        position: relative
    }
}

.rangeSpotlight .imgWrap.detailsPage .pin .dimmable {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.rangeSpotlight .imgWrap.detailsPage .pin .slider__Wrap {
    position: absolute;
    width: 5px;
    height: 100px;
    border: #ffcc79 solid 1px;
    border-image-source: linear-gradient(0deg, #f2c374 0%, #f2e6d5 100%);
    border-image-slice: 1;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 5px;
    background: none
}

.rangeSpotlight .imgWrap.detailsPage .pin .slider__Wrap .ui-widget-header {
    background: none;
    border: 0
}

.rangeSpotlight .imgWrap.detailsPage .pin .slider__Wrap .ui-slider-handle {
    width: 9px;
    height: 9px;
    border-radius: 10px;
    margin-left: 2px;
    background: #ffcc79;
    border: 0;
    margin-bottom: -4.5px
}

.stickyCategories {
    position: absolute;
    width: 30px;
    left: 3rem;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%)
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .stickyCategories {
        width: 100%;
        background: #191919;
        padding: 1rem 20%;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
        position: fixed;
        z-index: 10
    }
    .stickyCategories ul {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: space-evenly
    }
}

@media only screen and (max-width:1024px) {
    .stickyCategories {
        width: 100%;
        background: #191919;
        padding: 5px 20px 0 20px;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
        position: fixed;
        z-index: 10
    }
    .stickyCategories ul {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .stickyCategories {
        padding: 10px 15%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .stickyCategories {
        padding: 1rem 15%
    }
}

.stickyCategories.hide {
    display: none
}

@media only screen and (max-width:1024px) {
    .stickyCategories.hide {
        display: inline
    }
}

.stickyCategories li {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
    position: relative
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .stickyCategories li {
        width: auto;
        margin: 0
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .stickyCategories li {
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:1024px) {
    .stickyCategories li {
        width: 14.28%;
        float: left;
        margin: 0
    }
}

.stickyCategories li:last-child {
    margin: 0
}

.stickyCategories li a {
    color: #df9e1b;
    display: block
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .stickyCategories li a {
        text-decoration: none
    }
}

.stickyCategories li a .icon {
    width: 100%;
    height: 30px;
    display: block
}

@media only screen and (max-width:1024px) {
    .stickyCategories li a .icon {
        float: left
    }
}

.stickyCategories li a .icon svg {
    height: 100%;
    fill: #df9e1b;
    transition: all 0.3s ease-in-out
}

.stickyCategories li a .icon img {
    height: 30px
}

.stickyCategories li a .icon .architectural__Sticky__Icon {
    stroke: #df9e1b;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    fill: none
}

.stickyCategories li a .label {
    position: absolute;
    width: auto;
    white-space: nowrap;
    left: 25px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: .9em;
    padding: 0 0 0 10px;
    font-family: "Laconic-Light";
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    color: #fff
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .stickyCategories li a .label {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        font-size: 1em;
        padding: 5px 0;
        float: left;
        opacity: 1;
        white-space: pre-wrap;
        line-height: 1
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .stickyCategories li a .label {
        transform: translate(-50%, 0%);
        position: relative
    }
}

@media only screen and (max-width:1024px) {
    .stickyCategories li a .label {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        font-size: .5em;
        padding: 5px 0;
        float: left;
        opacity: 1;
        white-space: pre-wrap;
        line-height: 1
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .stickyCategories li a .label {
        font-size: .8em;
        white-space: nowrap
    }
}

.stickyCategories li a:hover .icon img,
.stickyCategories li a.active .icon img {
    filter: brightness(0) invert(1)
}

.stickyCategories li a:hover .icon svg,
.stickyCategories li a.active .icon svg {
    fill: #fff
}

.stickyCategories li a:hover .icon .architectural__Sticky__Icon,
.stickyCategories li a.active .icon .architectural__Sticky__Icon {
    stroke: #fff
}

.stickyCategories li a:hover .label {
    opacity: 1;
    left: 35px;
    pointer-events: all;
    color: #fff
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .stickyCategories li a:hover .label {
        left: 0
    }
}

@media only screen and (max-width:1024px) {
    .stickyCategories li a:hover .label {
        left: 0
    }
}

.rangeGridWrap {
    padding: 0 12%;
    display: flex;
    flex-flow: wrap
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .rangeGridWrap {
        padding: 0 5%
    }
}

@media only screen and (max-width:767px) {
    .rangeGridWrap {
        padding: 10% 0 20% 0
    }
}

.rangeGridWrap h2 {
    font-size: 3em;
    margin: 3rem 0 0 0;
    clear: both
}

@media only screen and (max-width:767px) {
    .rangeGridWrap h2 {
        font-size: 2em;
        padding: 0 30px
    }
}

.rangeGridWrap .productBox {
    width: 40%;
    margin: 0 5% 6rem 5%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .rangeGridWrap .productBox {
        width: 50%;
        margin: 0 0 6rem 0
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .rangeGridWrap .productBox {
        width: 50%;
        margin: 5% 0
    }
}

@media only screen and (max-width:767px) {
    .rangeGridWrap .productBox {
        width: 100%;
        padding: 5%;
        margin: 0;
        display: flex;
        align-items: center
    }
}

.rangeGridWrap .productBox a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-indent: -1000px
}

.rangeGridWrap .productBox .img {
    width: 100%;
    text-align: center;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .rangeGridWrap .productBox .img {
        width: 50%
    }
}

.rangeGridWrap .productBox .img img {
    width: 80%;
    opacity: .8;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width:767px) {
    .rangeGridWrap .productBox .img img {
        width: 100%
    }
}

.rangeGridWrap .productBox .desc {
    width: 100%
}

@media only screen and (max-width:767px) {
    .rangeGridWrap .productBox .desc {
        width: 50%;
        text-align: left;
        padding-left: 5%
    }
}

.rangeGridWrap .productBox .desc .title {
    font-family: "Laconic-Light";
    font-size: 1.5em;
    margin-top: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width:767px) {
    .rangeGridWrap .productBox .desc .title {
        font-size: 1.2em
    }
}

.rangeGridWrap .productBox .desc .detail {
    font-size: 1.3em
}

.rangeGridWrap .productBox .desc .price {
    font-size: .8em;
    color: #df9e1b
}

.rangeGridWrap .productBox:hover .img img {
    transform: scale(1.05);
    opacity: 1
}

.rangeGridWrap .productBox:hover .desc .title {
    color: #df9e1b
}

.specsWrap {
    display: flex;
    padding: 0 0 0 12%;
    margin-top: 5%
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .specsWrap {
        padding-top: 8%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .specsWrap {
        padding-left: 10%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .specsWrap {
        padding: 0 5%
    }
}

@media only screen and (max-width:767px) {
    .specsWrap {
        padding: 0;
        margin: 0
    }
}

.specsWrap .contentLeft {
    width: 35%;
    text-align: left
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .specsWrap .contentLeft {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .specsWrap .contentLeft {
        width: 100%;
        padding: 30px
    }
}

.specsWrap .contentLeft .specHead {
    font-size: 24px;
    font-family: "Laconic-Light"
}

.specsWrap .contentLeft .specContent {
    width: 100%;
    margin-bottom: 30px
}

.specsWrap .contentLeft .specContent .subHead {
    margin: 15px 0 0 0;
    font-size: 1.4em
}

.specsWrap .contentLeft .specContent .detail {
    color: #df9e1b;
    font-size: 1.1em
}

.specsWrap .contentLeft .specContent .detail ol {
    list-style-position: inside
}

.specsWrap .contentLeft .specContent.table {
    float: left
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .specsWrap .contentLeft .specContent.table {
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .specsWrap .contentLeft .specContent.table {
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .specsWrap .contentLeft .specContent.table {
        display: flex;
        flex-wrap: wrap
    }
}

.specsWrap .contentLeft .specContent.table .subHead {
    font-size: 1em;
    margin: 5px 0;
    width: 130px;
    float: left
}

.specsWrap .contentLeft .specContent.table .subHead.title__design {
    display: none
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .specsWrap .contentLeft .specContent.table .subHead {
        width: 30%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .specsWrap .contentLeft .specContent.table .subHead {
        width: 30%
    }
}

@media only screen and (max-width:767px) {
    .specsWrap .contentLeft .specContent.table .subHead {
        width: 30%
    }
}

.specsWrap .contentLeft .specContent.table .detail {
    width: calc(100% - 130px);
    margin: 5px 0;
    float: left
}

.specsWrap .contentLeft .specContent.table .detail.design {
    display: none
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .specsWrap .contentLeft .specContent.table .detail {
        width: 70%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .specsWrap .contentLeft .specContent.table .detail {
        width: 70%
    }
}

@media only screen and (max-width:767px) {
    .specsWrap .contentLeft .specContent.table .detail {
        width: 70%
    }
}

.specsWrap .contentLeft .downloadSpecs {
    margin: 30px 0
}

.specsWrap .contentLeft .downloadSpecs a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em
}

.specsWrap .contentLeft .downloadSpecs a i {
    margin-left: 10px;
    color: #df9e1b
}

.specsWrap .contentLeft .star__Description {
    margin: 10px 0;
    font-size: .9em;
    color: #df9e1b;
    position: relative;
    width: 100%;
    float: left
}

.specsWrap .contentLeft .star__Description:before {
    content: "*";
    position: absolute;
    left: -7px;
    top: -5px;
    font-size: 1.3em
}

.specsWrap .contentLeft .content {
    width: 90%;
    margin-bottom: 3rem
}

.specsWrap .contentLeft .content ul {
    display: flex;
    flex-wrap: wrap
}

.specsWrap .contentLeft .content ul li {
    width: 50%;
    font-size: .8em;
    border-right: rgba(246, 174, 27, .3) solid 1px;
    margin: 0 0 10px 0;
    padding: 0 20px 0 0
}

.specsWrap .contentLeft .content ul li:nth-child(2n) {
    border: 0;
    padding: 0 0 0 20px
}

.specsWrap .contentLeft .consumerBenefits .head {
    font-size: 24px;
    font-family: "Laconic-Light";
    margin: 1rem 0
}

.complementryProducts {
    padding: 0 12% 0 12%;
    margin: 3rem 0 0 0
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .complementryProducts {
        padding: 0 10%
    }
}

@media only screen and (max-width:767px) {
    .complementryProducts {
        padding: 0 30px
    }
}

.complementryProducts .head {
    font-size: 24px;
    font-family: "Laconic-Light";
    margin: 0 0 1rem 0
}

.complementryProducts .bind {
    height: 300px;
    overflow: hidden
}

@media only screen and (min-width:1025px) and (max-width:1400px) {
    .complementryProducts .bind {
        height: 280px
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .complementryProducts .bind {
        height: 400px
    }
}

@media only screen and (max-width:767px) {
    .complementryProducts .bind {
        height: 330px
    }
}

.complementryProducts .bind.active {
    height: auto
}

.complementryProducts .bind .blocks {
    margin-bottom: 3rem
}

.complementryProducts .bind .blocks .head {
    font-size: 20px;
    font-family: "Laconic-Light";
    color: #df9e1b
}

.complementryProducts .bind .blocks .products ul {
    display: flex;
    flex-wrap: wrap
}

.complementryProducts .bind .blocks .products ul li {
    width: 20%;
    text-align: center;
    padding: 0 2em 2em 0
}

@media only screen and (max-width:767px) {
    .complementryProducts .bind .blocks .products ul li {
        width: 33.33%;
        padding: 0 0 1rem 0
    }
}

.complementryProducts .bind .blocks .products ul li .img {
    width: 100%
}

.complementryProducts .bind .blocks .products ul li .img img {
    width: 100%
}

.complementryProducts .bind .blocks .products ul li .name {
    font-size: .8em;
    color: #df9e1b;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .complementryProducts .bind .blocks .products ul li .name {
        font-size: .7em
    }
}

.complementryProducts .expandWrap {
    width: 100%;
    text-align: center
}

.complementryProducts .expandWrap span {
    font-size: .8em;
    position: relative;
    cursor: pointer
}

.complementryProducts .expandWrap span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 120%;
    height: 10px;
    width: 10px;
    background: url(../images/explore-arrow.png) center center no-repeat;
    background-size: 100%;
    transform: translate(-50%, 0) rotate(180deg)
}

.complementryProducts .expandWrap span.active:after {
    transform: translate(-50%, 0) rotate(0deg)
}

.productGallerWrap {
    width: 100%;
    padding: 5% 0 0 0;
    overflow: hidden
}

.productGallerWrap h2 {
    font-size: 24px;
    padding: 0 12%
}

.productGallerWrap .gallery {
    overflow: hidden;
    width: 100%;
    margin: 15px 0
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .productGallerWrap .gallery {
        padding: 0 5%
    }
}

.productGallerWrap .gallery .swiper-container {
    overflow: visible;
    padding: 5% 0
}

.productGallerWrap .gallery .swiper-container .swiper-slide {
    transform: scale(.9);
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .productGallerWrap .gallery .swiper-container .swiper-slide {
        overflow: hidden
    }
}

@media only screen and (max-width:969px) {
    .productGallerWrap .gallery .swiper-container .swiper-slide {
        transform: scale(1);
        overflow: hidden
    }
}

.productGallerWrap .gallery .swiper-container .swiper-slide img,
.productGallerWrap .gallery .swiper-container .swiper-slide video {
    width: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .productGallerWrap .gallery .swiper-container .swiper-slide img,
    .productGallerWrap .gallery .swiper-container .swiper-slide video {
        width: 100%
    }
}

.productGallerWrap .gallery .swiper-container .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    z-index: 1
}

@media only screen and (max-width:969px) {
    .productGallerWrap .gallery .swiper-container .swiper-slide.swiper-slide-active {
        transform: scale(1)
    }
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap {
        margin: 20% 0
    }
}

.relatedProductsWrap h2 {
    font-size: 24px;
    padding: 0 12%
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap h2 {
        padding: 0 30px
    }
}

.relatedProductsWrap .productList {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap .productList {
        display: block;
        margin: 0
    }
}

.relatedProductsWrap .productList .productBox {
    width: 40%;
    margin: 1% 5%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .relatedProductsWrap .productList .productBox {
        width: 100%;
        padding: 5%
    }
}

@media only screen and (max-width:1100px) and (min-height:1300px) {
    .relatedProductsWrap .productList .productBox {
        width: 100%;
        padding: 5%
    }
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap .productList .productBox {
        width: 100%;
        margin: 0;
        padding: 30px
    }
}

.relatedProductsWrap .productList .productBox a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-indent: -1000px
}

.relatedProductsWrap .productList .productBox .img {
    width: 55%;
    float: left;
    text-align: center
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap .productList .productBox .img {
        width: 50%
    }
}

.relatedProductsWrap .productList .productBox .img img {
    width: 80%
}

.relatedProductsWrap .productList .productBox .desc {
    width: 45%;
    float: left;
    text-align: left
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap .productList .productBox .desc {
        width: 50%
    }
}

.relatedProductsWrap .productList .productBox .desc .title {
    font-family: "Laconic-Light";
    font-size: 2.5em;
    line-height: 1
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap .productList .productBox .desc .title {
        font-size: 1.2em
    }
}

.relatedProductsWrap .productList .productBox .desc .detail {
    font-size: 1.3em
}

.relatedProductsWrap .productList .productBox .desc .price {
    font-size: 1.2em;
    color: #df9e1b
}

@media only screen and (max-width:767px) {
    .relatedProductsWrap .productList .productBox .desc .price {
        font-size: .9em
    }
}

.storeLocator {
    float: left;
    width: 100%;
    background: url(../images/store-locator-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 7% 12%
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .storeLocator {
        padding: 15% 10%
    }
}

@media only screen and (max-width:767px) {
    .storeLocator {
        padding: 120px 30px
    }
}

.storeLocator h1 {
    font-size: 45px;
    line-height: 1.4;
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .storeLocator h1 {
        font-size: 2.3em
    }
}

@media only screen and (max-width:767px) {
    .storeLocator h1 {
        font-size: 1.5em
    }
}

.storeLocator h1 span {
    display: block
}

.storeLocator .contactOptions {
    width: 100%;
    margin: 10px 0;
    font-family: "Laconic-Light";
    overflow: hidden
}

.storeLocator .contactOptions .email {
    float: left;
    width: auto;
    font-size: 1.2em
}

.storeLocator .contactOptions .email .label {
    width: auto;
    float: left
}

.storeLocator .contactOptions .email .emailLink {
    width: auto;
    float: left;
    color: #df9e1b;
    font-weight: 700;
    padding: 0 0 0 10px
}

@media only screen and (max-width:767px) {
    .storeLocator .contactOptions .email .emailLink {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0
    }
}

.storeLocator .contactOptions .email .emailLink a {
    text-decoration: none;
    color: #df9e1b
}

.storeLocator .contactOptions .reachUs {
    float: left;
    width: auto;
    font-size: 1.2em;
    margin: 0 0 0 20px
}

@media only screen and (max-width:767px) {
    .storeLocator .contactOptions .reachUs {
        margin: 10px 0 0 0
    }
}

.storeLocator .contactOptions .reachUs .label {
    width: auto;
    float: left
}

.storeLocator .contactOptions .reachUs .socialIcons {
    float: right;
    width: auto
}

.storeLocator .contactOptions .reachUs .socialIcons li {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 25px;
    font-size: 12px
}

.storeLocator .contactOptions .reachUs .socialIcons li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #df9e1b;
    text-decoration: none;
    border: #df9e1b solid 1px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%
}

.storeLocator .contactOptions .reachUs .socialIcons li a:hover {
    background: #df9e1b;
    color: #fff
}

.storeLocator .contactOptions .customerCare {
    float: left;
    width: auto;
    clear: both;
    font-size: 1.2em;
    margin: 10px 0 0 0
}

.storeLocator .contactOptions .customerCare .label {
    width: auto;
    float: left
}

.storeLocator .contactOptions .customerCare .contactLink {
    width: auto;
    float: left;
    color: #df9e1b;
    font-weight: 700;
    padding: 0 0 0 10px;
    font-size: 20px
}

@media only screen and (max-width:767px) {
    .storeLocator .contactOptions .customerCare .contactLink {
        padding: 0
    }
}

.storeLocator .contactOptions .customerCare .contactLink a {
    text-decoration: none;
    color: #df9e1b
}

.storeLocator h2 {
    font-size: 35px;
    line-height: 1.2;
    position: relative;
    color: #919191
}

@media only screen and (max-width:767px) {
    .storeLocator h2 {
        font-size: 1.5em
    }
}

.storeLocator h2:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #df9e1b;
    top: 50%;
    transform: translateY(-50%);
    opacity: .7;
    margin-left: 20px
}

@media only screen and (max-width:767px) {
    .storeLocator h2:after {
        width: 30%
    }
}

.storeLocator .formWrap {
    margin: 5% 0;
    width: 100%
}

.storeLocator .formWrap.lessMar {
    margin: 1rem 0
}

.storeLocator .formWrap .formType {
    display: flex;
    margin: 3rem 0 1rem 0
}

.storeLocator .formWrap .formType .button {
    width: auto;
    padding: 5px 10px;
    border: #a7a7a7 solid 1px;
    color: #a7a7a7;
    margin-right: 1em;
    cursor: pointer;
    font-size: 1.2em;
    font-family: "Laconic-Light";
    transition: all 0.3s ease-in-out
}

.storeLocator .formWrap .formType .button:hover,
.storeLocator .formWrap .formType .button.active {
    border-color: #df9e1b;
    color: #df9e1b
}

.storeLocator .formWrap .form {
    margin: 0 -2.5%;
    display: flex;
    flex-wrap: wrap
}

.storeLocator .formWrap .form .radioWrap {
    width: 100%;
    display: flex;
    align-items: baseline;
    padding: 10px 2.5% 0 2.5%;
    margin: 3rem 0 1rem 0
}

.storeLocator .formWrap .form .radioWrap .radio {
    margin-right: 1rem;
    position: relative
}

.storeLocator .formWrap .form .radioWrap .radio input[type="radio"] {
    position: absolute;
    left: -9999px
}

.storeLocator .formWrap .form .radioWrap .radio input[type="radio"]:checked+label {
    border-color: #df9e1b;
    color: #df9e1b
}

.storeLocator .formWrap .form .radioWrap .radio label {
    width: auto;
    padding: 8px 10px;
    border: #a7a7a7 solid 1px;
    color: #a7a7a7;
    margin-right: 1em;
    cursor: pointer;
    font-size: 1.2em;
    font-family: "Laconic-Light";
    transition: all 0.3s ease-in-out;
    margin: 0
}

.storeLocator .formWrap .form .radioWrap .radio label:hover {
    border-color: #df9e1b;
    color: #df9e1b
}

.storeLocator .formWrap .form .inputWrap {
    width: 50%;
    display: flex;
    align-items: baseline;
    padding: 10px 2.5% 0 2.5%;
    margin: 1rem 0
}

@media only screen and (max-width:767px) {
    .storeLocator .formWrap .form .inputWrap {
        width: 100%
    }
}

.storeLocator .formWrap .form .inputWrap.full {
    width: 100%
}

.storeLocator .formWrap .form .inputWrap.forty {
    width: 40%
}

.storeLocator .formWrap .form .inputWrap.thirty {
    width: 30%
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .storeLocator .formWrap .form .inputWrap.thirty {
        width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .storeLocator .formWrap .form .inputWrap.thirty {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .storeLocator .formWrap .form .inputWrap.thirty {
        width: 100%
    }
}

.storeLocator .formWrap .form .inputWrap.twenty {
    width: 25%;
    padding-right: 0
}

.storeLocator .formWrap .form .inputWrap .label {
    width: auto;
    color: #bbb;
    height: auto;
    white-space: nowrap;
    font-family: "Laconic-Light"
}

.storeLocator .formWrap .form .inputWrap .input {
    width: 100%;
    margin: 0 5px;
    border-bottom: #444 solid 1px
}

.storeLocator .formWrap .form .inputWrap .input input {
    background: none;
    border: 0;
    padding: 10px 5px 0 5px;
    width: 100%;
    font-size: 1em;
    font-family: "Laconic-Light";
    color: #fff;
    outline: 0
}

.storeLocator .formWrap .form .inputWrap .selectWrap {
    width: 100%;
    margin: 0 5px;
    z-index: 1
}

.storeLocator .formWrap .form .inputWrap .selectWrap .select {
    border: 0;
    border-bottom: #444 solid 1px;
    font-family: "Laconic-Light";
    font-size: 1em;
    color: #fff;
    background: #1d1d1d url(../images/down-arrow.png) 98% center no-repeat;
    background-size: 10px;
    position: relative;
    border-radius: 0;
    width: 100%;
    appearance: none;
    padding: 5px;
    -webkit-appearance: none
}

@media only screen and (max-width:767px) {
    .storeLocator .formWrap .form .inputWrap .selectWrap .select {
        padding: 10px
    }
}

.storeLocator .formWrap .form .inputWrap.thirty .selectWrap .selected .options {
    max-height: 191px;
    overflow: scroll;
    border-right: 0
}

.storeLocator .formWrap .form .inputWrap .textArea {
    width: 100%;
    margin: 0 5px
}

.storeLocator .formWrap .form .inputWrap .textArea textarea {
    background: none;
    border: 0;
    height: 100px;
    padding: 10px 5px 0 5px;
    width: 100%;
    font-size: 1.3em;
    font-family: "ProximaNova-Light", sans-serif;
    color: #fff;
    outline: 0;
    resize: none;
    line-height: 30px;
    background-image: linear-gradient(transparent, transparent calc(30px - 1px), #444444 0);
    background-size: 100% 30px
}

.storeLocator .formWrap .form .selectWrapFlex {
    display: flex;
    width: 100%;
    padding: 10px 2.5% 0 2.5%;
    justify-content: space-evenly
}

.storeLocator .formWrap .form .selectWrapFlex .inputWrap {
    padding: 0 1em 0 0
}

.storeLocator .formWrap .form .selectWrapFlex .inputWrap:last-child {
    padding-right: 0
}

.storeLocator .formWrap .form .submit {
    float: right;
    width: auto;
    margin: 2% 2.5% 5% 0;
    margin-left: auto
}

@media only screen and (max-width:767px) {
    .storeLocator .formWrap .form .submit {
        margin-top: 20px
    }
}

.storeLocator .formWrap .form .submit button {
    background: none;
    border: #df9e1b solid 1px;
    border-radius: 3px;
    padding: 7px 20px 5px 20px;
    font-size: 1.2em;
    color: #df9e1b;
    outline: 0;
    cursor: pointer;
    font-family: "Laconic-Light";
    transition: all 0.3s ease-in-out
}

.storeLocator .formWrap .form .submit button:hover {
    background: #df9e1b;
    color: #fff
}

.storeLocator .storelocatorWrap .store__adress {
    margin: 1rem 0;
    font-size: 1em;
    color: #bbb;
    display: flex
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .storeLocator .storelocatorWrap .store__adress {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .storeLocator .storelocatorWrap .store__adress {
        display: block
    }
}

.storeLocator .storelocatorWrap .store__adress .name {
    color: #df9e1b;
    font-weight: 700
}

.storeLocator .storelocatorWrap .store__adress .address {
    padding-left: 10px
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .storeLocator .storelocatorWrap .store__adress .address {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .storeLocator .storelocatorWrap .store__adress .address {
        padding: 0
    }
}

.storeLocator .storelocatorWrap .store__adress .address a {
    display: inline-block;
    padding-left: 10px;
    color: #df9e1b
}

.storeLocator .storelocatorWrap .mapWrap {
    width: 100%;
    margin: 2% 0;
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 7px;
    height: 0
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .storeLocator .storelocatorWrap .mapWrap {
        padding-bottom: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .storeLocator .storelocatorWrap .mapWrap {
        padding-bottom: 60%
    }
}

@media only screen and (max-width:767px) {
    .storeLocator .storelocatorWrap .mapWrap {
        padding-bottom: 100%
    }
}

.storeLocator .storelocatorWrap .mapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.storeLocator .storelocatorWrap .mapWrap img {
    width: 100%
}

.storeLocator .storelocatorWrap .ytWrap {
    width: 100%;
    margin: 2% 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 7px;
    height: 0;
    background: #000;
    display: none
}

.storeLocator .storelocatorWrap .ytWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about__Us .rangeSpotlight .textDesc h1 {
    font-size: 3em
}

.about__Us .content {
    margin-bottom: 6rem
}

.about__Us .content h3 {
    color: #df9e1b;
    font-family: "Laconic-Light"
}

.about__Us .content p {
    font-family: "Laconic-Light";
    margin-bottom: 3rem;
    line-height: 1.6
}

.about__Us .content p a {
    color: #df9e1b
}

@media only screen and (max-width:767px) {
    .about__Us .content {
        margin-top: 3rem
    }
}

.spotlight__Pattern__1 {
    background: url(../images/spotlight-pattern/1.png) left top no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .spotlight__Pattern__1 {
        background-position: left center
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .spotlight__Pattern__1 {
        background-position: left top
    }
}

.spotlight__Pattern__2 {
    background: url(../images/spotlight-pattern/2.png) left top no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .spotlight__Pattern__2 {
        background-position: left center
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .spotlight__Pattern__2 {
        background-position: left top
    }
}

.spotlight__Pattern__3 {
    background: url(../images/spotlight-pattern/3.png) left top no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .spotlight__Pattern__3 {
        background-position: left center
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .spotlight__Pattern__3 {
        background-position: left top
    }
}

.spotlight__Pattern__4 {
    background: url(../images/spotlight-pattern/4.png) left top no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .spotlight__Pattern__4 {
        background-position: left center
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .spotlight__Pattern__4 {
        background-position: left top
    }
}

.spotlight__Pattern__5 {
    background: url(../images/spotlight-pattern/5.png) left top no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .spotlight__Pattern__5 {
        background-position: left center
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .spotlight__Pattern__5 {
        background-position: left top
    }
}

.spotlight__Pattern__6 {
    background: url(../images/spotlight-pattern/6.png) left top no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .spotlight__Pattern__6 {
        background-position: left center
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .spotlight__Pattern__6 {
        background-position: left top
    }
}

.forum .rangeSpotlight .textDesc h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 1rem
}

.forum .formWrap {
    margin: 3rem 0;
    width: 100%
}

.forum .formWrap .form {
    margin: 0 -2.5%;
    display: flex;
    flex-wrap: wrap
}

.forum .formWrap .form .inputWrap {
    width: 50%;
    display: flex;
    align-items: baseline;
    padding: 10px 2.5% 0 2.5%;
    margin: 1rem 0
}

@media only screen and (max-width:767px) {
    .forum .formWrap .form .inputWrap {
        width: 100%
    }
}

.forum .formWrap .form .inputWrap.full {
    width: 100%
}

.forum .formWrap .form .inputWrap.forty {
    width: 40%
}

.forum .formWrap .form .inputWrap.thirty {
    width: 30%
}

.forum .formWrap .form .inputWrap .label {
    width: auto;
    color: #bbb;
    height: auto;
    white-space: nowrap;
    font-family: "Laconic-Light"
}

.forum .formWrap .form .inputWrap .input {
    width: 100%;
    margin: 0 5px;
    border-bottom: #444 solid 1px;
    position: relative
}

.forum .formWrap .form .inputWrap .input input {
    background: none;
    border: 0;
    padding: 10px 5px 0 5px;
    width: 100%;
    font-size: 1em;
    font-family: "Laconic-Light";
    color: #fff;
    outline: 0
}

.forum .formWrap .form .inputWrap .input span.wpcf7-not-valid-tip {
    font-size: .8em;
    position: absolute;
    left: 0;
    top: calc(100% + 5px)
}

.forum .formWrap .form .submit {
    float: right;
    width: auto;
    margin: 2% 2.5% 5% 2.5%
}

@media only screen and (max-width:767px) {
    .forum .formWrap .form .submit {
        margin-top: 20px
    }
}

.forum .formWrap .form .submit button,
.forum .formWrap .form .submit input[type=submit] {
    background: none;
    border: #df9e1b solid 1px;
    border-radius: 3px;
    padding: 7px 20px 5px 20px;
    font-size: 1.2em;
    color: #df9e1b;
    outline: 0;
    cursor: pointer;
    font-family: "Laconic-Light";
    transition: all 0.3s ease-in-out
}

.forum .formWrap .form .submit button:hover,
.forum .formWrap .form .submit input[type=submit]:hover {
    background: #df9e1b;
    color: #fff
}

.forum .faqs__Wrap {
    margin: 1rem 0 6rem 0;
    font-family: "Laconic-Light"
}

.forum .faqs__Wrap h2 {
    margin-bottom: 1rem
}

.forum .faqs__Wrap .drop__Down__Wrap {
    margin: 0 0 3rem 0
}

.forum .faqs__Wrap .drop__Down__Wrap .select {
    width: auto;
    padding: 10px 40px 10px 10px;
    background: #000;
    color: #fff;
    border: #444 solid 1px;
    background: #191919 url(../images/down-arrow.png) 95% center no-repeat;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

.forum .faqs__Wrap .accr__Wrap {
    padding-left: 20px
}

.forum .faqs__Wrap .accr__Wrap .question {
    color: #df9e1b;
    margin-bottom: 5px;
    position: relative
}

.forum .faqs__Wrap .accr__Wrap .question:before {
    content: "Q-";
    left: -20px;
    top: 0;
    position: absolute
}

.forum .faqs__Wrap .accr__Wrap .answer {
    margin-bottom: 1em;
    position: relative
}

.forum .faqs__Wrap .accr__Wrap .answer:before {
    content: "A-";
    left: -20px;
    top: 0;
    position: absolute
}

.tisva__Care {
    padding-top: 10em;
    position: relative;
    overflow: hidden
}

.tisva__Care:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #141414;
    transform: skew(-20deg);
    z-index: -1
}

.tisva__Care .content {
    display: flex;
    font-family: "Laconic-Light"
}

@media only screen and (max-width:767px) {
    .tisva__Care .content {
        flex-wrap: wrap;
        display: block
    }
}

.tisva__Care .content .left {
    width: 70%;
    padding-right: 20%
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .tisva__Care .content .left {
        width: 60%;
        padding-right: 10%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .tisva__Care .content .left {
        width: 50%;
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left {
        width: 100%;
        padding: 0
    }
}

.tisva__Care .content .left h1 {
    line-height: 1;
    font-size: 3em;
    margin: 0
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left h1 {
        font-size: 2em
    }
}

.tisva__Care .content .left h2 {
    line-height: 1;
    font-size: 3em;
    margin-bottom: 1rem
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left h2 {
        font-size: 1.4em
    }
}

.tisva__Care .content .left p {
    margin-bottom: 1rem;
    padding-right: 20%
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .tisva__Care .content .left p {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left p {
        padding-right: 0
    }
}

.tisva__Care .content .left .consultancy__Form {
    margin-top: 3rem
}

.tisva__Care .content .left .consultancy__Form h3 {
    font-size: 2em
}

.tisva__Care .content .left .consultancy__Form .formWrap {
    width: 80%;
    margin-bottom: 3rem
}

@media only screen and (min-width:1100px) and (max-width:1366px) and (min-height:1000px) {
    .tisva__Care .content .left .consultancy__Form .formWrap {
        width: 100%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .tisva__Care .content .left .consultancy__Form .formWrap {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .tisva__Care .content .left .consultancy__Form .formWrap {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left .consultancy__Form .formWrap {
        width: 100%
    }
}

.tisva__Care .content .left .consultancy__Form .formWrap .form {
    margin: 0 -2.5%;
    display: flex;
    flex-wrap: wrap
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap {
    width: 100%;
    display: flex;
    align-items: baseline;
    padding: 10px 2.5% 0 2.5%;
    margin: 0 0 1rem 0
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap {
        width: 100%
    }
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .label {
    width: auto;
    color: #fff;
    height: auto;
    white-space: nowrap;
    font-family: "Laconic-Light"
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap a {
    color: #df9e1b;
    padding-left: 5px
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .wpcf7-form-control-wrap {
    width: 100%
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .input {
    width: 100%;
    margin: 0 5px;
    border-bottom: #444 solid 1px;
    position: relative
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .input input {
    background: none;
    border: 0;
    padding: 10px 5px 0 5px;
    width: 100%;
    font-size: 1em;
    font-family: "Laconic-Light";
    color: #fff;
    outline: 0
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .input span.wpcf7-not-valid-tip {
    font-size: .8em;
    position: absolute;
    left: 0;
    top: calc(100% + 5px)
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .input input[type=file] {
    appearance: none;
    color: #df9e1b;
    cursor: pointer
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .inputWrap .input input[type=file]::-webkit-file-upload-button {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    background: none;
    color: #fff;
    outline: none;
    width: 0
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .submit {
    float: right;
    width: auto;
    margin: 2% 2.5% 5% 2.5%
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .left .consultancy__Form .formWrap .form .submit {
        margin-top: 20px
    }
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .submit button,
.tisva__Care .content .left .consultancy__Form .formWrap .form .submit input[type=submit] {
    background: none;
    border: #df9e1b solid 1px;
    border-radius: 3px;
    padding: 7px 20px 5px 20px;
    font-size: 1.2em;
    color: #df9e1b;
    outline: 0;
    cursor: pointer;
    font-family: "Laconic-Light";
    transition: all 0.3s ease-in-out
}

.tisva__Care .content .left .consultancy__Form .formWrap .form .submit button:hover,
.tisva__Care .content .left .consultancy__Form .formWrap .form .submit input[type=submit]:hover {
    background: #df9e1b;
    color: #fff
}

.tisva__Care .content .right {
    width: 30%
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .tisva__Care .content .right {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .right {
        padding: 0 5%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .tisva__Care .content .right {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .right {
        width: 100%
    }
}

.tisva__Care .content .right ul li {
    text-align: center;
    margin-bottom: 1.5em
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .right ul li {
        text-align: left
    }
}

.tisva__Care .content .right ul li .icon {
    text-align: center;
    width: 40px;
    display: inline-block
}

.tisva__Care .content .right ul li .icon img {
    width: 100%
}

.tisva__Care .content .right ul li .head {
    font-family: "Laconic-Light";
    margin-bottom: 5px
}

.tisva__Care .content .right ul li p {
    font-size: .8em;
    padding: 0 10%
}

@media only screen and (max-width:767px) {
    .tisva__Care .content .right ul li p {
        font-size: .9em
    }
}

.tisva__Care .content .right ul li ul li {
    font-size: .8em;
    margin-bottom: 0;
    position: relative
}

.tisva__Care .content .right ul li ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    position: absolute;
    transform: translate(-12px, 5px)
}

.tisva__Care .bottom__Contact {
    width: 100%;
    text-align: center;
    padding: 0 20%;
    padding-bottom: 6rem
}

@media only screen and (max-width:767px) {
    .tisva__Care .bottom__Contact {
        padding: 0;
        padding-bottom: 6rem
    }
}

.tisva__Care .bottom__Contact a {
    color: #df9e1b;
    white-space: nowrap;
    text-decoration: none
}

.search__Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .95);
    padding: 0 25%;
    display: none;
    z-index: 9
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .search__Wrap {
        padding: 0
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .search__Wrap {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .search__Wrap {
        padding: 0
    }
}

.search__Wrap .search__Field {
    width: 100%;
    margin: 20vh 0 2% 0;
    padding: 0 15%;
    position: relative
}

@media only screen and (max-width:767px) {
    .search__Wrap .search__Field {
        padding: 0 5%
    }
}

.search__Wrap .search__Field:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) left center no-repeat;
    background-size: 100%;
    left: 15%;
    top: 50%;
    transform: translate(0, -50%)
}

@media only screen and (max-width:767px) {
    .search__Wrap .search__Field:before {
        left: 5%
    }
}

.search__Wrap .search__Field .input {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: #444 solid 1px;
    padding: 5px 40px;
    line-height: 1;
    color: #fff;
    font-family: "Laconic-Light";
    font-size: 2em;
    position: relative
}

.search__Wrap .search__Field .input.active {
    background: transparent url(../images/loader.gif) right center no-repeat;
    background-size: 20px
}

.search__Wrap .result__Wrap {
    height: 70vh;
    padding: 3rem 0;
    overflow: auto
}

.search__Wrap .result__Wrap .rangeGridWrap {
    padding: 0
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .search__Wrap .result__Wrap .rangeGridWrap {
        width: 80%;
        margin: 0 auto
    }
}

.search__Wrap .result__Wrap .rangeGridWrap .productBox {
    width: 50%;
    margin: 0 0 3rem 0
}

@media only screen and (max-width:767px) {
    .search__Wrap .result__Wrap .rangeGridWrap .productBox {
        width: 100%
    }
}

.need__Help__Wrap {
    position: fixed;
    width: 30px;
    height: 95px;
    left: 0;
    bottom: 10%;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .need__Help__Wrap {
        bottom: 2%
    }
}

.need__Help__Wrap h4 {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.need__Help__Wrap h4 span {
    display: block
}

.need__Help__Wrap .email {
    width: 100%;
    font-size: .9em;
    float: left;
    margin: 2px 0 0 0
}

.need__Help__Wrap .email .label {
    width: auto;
    float: left
}

.need__Help__Wrap .email .emailLink {
    width: auto;
    float: left;
    color: #df9e1b;
    font-weight: 700;
    padding: 0 0 0 10px
}

@media only screen and (max-width:767px) {
    .need__Help__Wrap .email .emailLink {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0
    }
}

.need__Help__Wrap .email .emailLink a {
    text-decoration: none;
    color: #df9e1b
}

.need__Help__Wrap .customerCare {
    width: 100%;
    font-size: .9em;
    margin: 0 0 5px 0;
    float: left
}

.need__Help__Wrap .customerCare .label {
    width: auto;
    float: left
}

.need__Help__Wrap .customerCare .contactLink {
    width: auto;
    float: left;
    color: #df9e1b;
    font-weight: 700;
    padding: 0 0 0 10px
}

@media only screen and (max-width:767px) {
    .need__Help__Wrap .customerCare .contactLink {
        padding: 0
    }
}

.need__Help__Wrap .customerCare .contactLink a {
    text-decoration: none;
    color: #df9e1b
}

.need__Help__Wrap .form {
    background: #5a5a5a;
    width: 350px;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    transform: translate(-100%, 0);
    transition: all 0.3s ease-in-out
}

.need__Help__Wrap .form.active {
    transform: translate(0, 0)
}

.need__Help__Wrap .form .head {
    font-family: "Laconic-Light";
    font-size: 24px;
    color: #fff
}

.need__Help__Wrap .form .radioWrap {
    width: 100%;
    display: flex;
    align-items: baseline;
    font-size: .8em;
    margin: .2rem 0 0 0
}

.need__Help__Wrap .form .radioWrap .radio {
    margin-right: 20px;
    position: relative
}

.need__Help__Wrap .form .radioWrap .radio input[type="radio"] {
    position: absolute;
    left: -9999px
}

.need__Help__Wrap .form .radioWrap .radio input[type="radio"]:checked+label {
    color: #df9e1b
}

.need__Help__Wrap .form .radioWrap .radio input[type="radio"]:checked+label:before {
    border: #df9e1b solid 1px
}

.need__Help__Wrap .form .radioWrap .radio input[type="radio"]:checked+label:after {
    background: #df9e1b
}

.need__Help__Wrap .form .radioWrap .radio label {
    width: auto;
    color: #fff;
    margin-right: 1em;
    cursor: pointer;
    font-size: 1.2em;
    font-family: "Laconic-Light";
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding-left: 15px
}

.need__Help__Wrap .form .radioWrap .radio label:before {
    content: "";
    width: 10px;
    height: 10px;
    border: #fff solid 1px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 3px
}

.need__Help__Wrap .form .radioWrap .radio label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 6px;
    position: absolute;
    left: 3px;
    top: 6px
}

.need__Help__Wrap .form .inputWrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 .2rem 0
}

.need__Help__Wrap .form .inputWrap .label {
    width: auto;
    color: #fff;
    height: auto;
    white-space: nowrap;
    font-size: .8em;
    font-family: "Laconic-Light"
}

.need__Help__Wrap .form .inputWrap .input {
    width: 100%;
    margin: 0 5px;
    border-bottom: #444 solid 1px
}

.need__Help__Wrap .form .inputWrap .input input, .need__Help__Wrap .form .inputWrap .input textarea {
    background: none;
    border: 0;
    padding: 10px 5px 0 5px;
    width: 100%;
    font-size: 1em;
    font-family: "Laconic-Light";
    color: #fff;
    outline: 0
}

.need__Help__Wrap .form .inputWrap .select,
.need__Help__Wrap .form .inputWrap select {
    background: #5a5a5a url(../images/down-arrow-white.png) 98% center no-repeat;
    background-size: 10px;
    border: 0;
    padding: 10px 5px 0 5px;
    width: 100%;
    font-size: 1em;
    font-family: "Laconic-Light";
    color: #fff;
    outline: 0;
    appearance: none;
    -webkit-appearance: none
}

.need__Help__Wrap .form .submitWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem
}

.need__Help__Wrap .form .submitWrap .captchaWrap {
    width: 48%;
    overflow: hidden
}

.need__Help__Wrap .form .submitWrap .submit {
    width: auto;
    border: #df9e1b solid 1px;
    border-radius: 5px;
    background: none;
    color: #df9e1b;
    font-size: 18px;
    cursor: pointer;
    padding: 20px 48px;
    font-weight: 600;
    transition: all 0.3s ease-in-out
}

.need__Help__Wrap .form .submitWrap .submit:hover {
    background: #df9e1b;
    color: #fff
}

.need__Help__Wrap .form .trigger {
    width: 25px;
    height: 125px;
    background: #5a5a5a;
    cursor: pointer;
    position: absolute;
    left: 100%;
    bottom: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.need__Help__Wrap .form .trigger:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 100px;
    background: url(../images/need-help.png) 0 0 no-repeat;
    background-size: auto 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.need__Help__Wrap .form .trigger.active:after {
    background-position: -8px 0
}

.four__Zero__Four {
    padding: 3rem 0;
    height: 100vh
}

.four__Zero__Four .container {
    align-items: center;
    display: flex
}

.four__Zero__Four .container .right {
    width: 50%
}

@media only screen and (max-width:969px) {
    .four__Zero__Four .container .right {
        display: none
    }
}

.four__Zero__Four .container .right img {
    width: 100%
}

.four__Zero__Four .container .left {
    width: 50%;
    padding: 10em 0
}

@media only screen and (max-width:969px) {
    .four__Zero__Four .container .left {
        width: 100%
    }
}

.four__Zero__Four .container .left .fourZeroFourWrap {
    width: 70%;
    margin: 0 10%
}

.four__Zero__Four .container .left .fourZeroFourWrap img {
    width: 100%
}

.four__Zero__Four .container .left .textWrap {
    margin: 1rem 0;
    text-align: center
}

.four__Zero__Four .container .left .textWrap .buttonWrap {
    width: 100%;
    margin-top: 1rem
}

.four__Zero__Four .container .left .textWrap .buttonWrap .button {
    display: inline-block
}

.four__Zero__Four .container .left .textWrap .buttonWrap .button a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    border: #df9e1b solid 1px;
    font-size: 1em;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

.four__Zero__Four .container .left .textWrap .buttonWrap .button a:hover {
    background: #df9e1b;
    color: #fff
}

.media__Wrap {
    padding: 3rem 0
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .media__Wrap {
        padding-top: 0
    }
}

.media__Wrap .year_Selector {
    color: #fff;
    margin-bottom: 3rem
}

.media__Wrap .year_Selector label {
    font-size: 1.2em;
    width: auto;
    padding-right: 10px;
    font-weight: 700
}

.media__Wrap .year_Selector select {
    border: #fff solid 1px;
    background: #000 url(../images/down-arrow-white.png) 90% center no-repeat;
    background-size: 10px;
    color: #fff;
    font-size: 1.2em;
    padding: 7px 30px 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

.media__Wrap .media__List {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.media__Wrap .media__List .box {
    width: 49.5%;
    position: relative;
    margin-bottom: 1%;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .media__Wrap .media__List .box {
        width: 100%;
        margin-bottom: 2%
    }
}

.media__Wrap .media__List .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.media__Wrap .media__List .box .image {
    width: 100%
}

.media__Wrap .media__List .box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.media__Wrap .media__List .box .image img {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out
}

.media__Wrap .media__List .box:hover .image:before {
    background: rgba(0, 0, 0, .3)
}

.media__Wrap .media__List .box:hover .image img {
    transform: scale(1.1)
}

.media__Wrap .media__List .box .text {
    position: absolute;
    width: 100%;
    bottom: 5%;
    text-align: center;
    z-index: 1
}

.media__Wrap .media__List .box .text .head {
    font-size: 2em;
    color: #df9e1b;
    line-height: 1.2;
    font-weight: 700
}

.media__Wrap .media__List .box .text p {
    color: #fff
}

.projects__Wrap {
    margin: 3rem 0
}

.projects__Wrap .box {
    margin-bottom: 1%;
    position: relative;
    width: 100%;
    cursor: pointer
}

.projects__Wrap .box .image {
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden
}

.projects__Wrap .box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.projects__Wrap .box .image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    display: block
}

.projects__Wrap .box:hover .image:before {
    background: rgba(0, 0, 0, .3)
}

.projects__Wrap .box:hover .image img {
    transform: scale(1.04)
}

.projects__Wrap .box .name {
    position: absolute;
    width: auto;
    left: 20px;
    top: 20px;
    z-index: 2
}

.projects__Wrap .box .name .project__Name {
    font-size: 2.5em;
    line-height: 1
}

@media only screen and (max-width:960px) {
    .projects__Wrap .box .name .project__Name {
        font-size: 1.5em
    }
}

.projects__Wrap .box .name p {
    font-size: 1.1em;
    line-height: 1
}

.projects__Wrap .box .socialIcons {
    width: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    display: none
}

.projects__Wrap .box .socialIcons .label {
    font-size: .9em;
    margin-right: 10px
}

.projects__Wrap .box .socialIcons li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 25px;
    font-size: .9em
}

.projects__Wrap .box .socialIcons li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: #fff solid 1px
}

.projects__Wrap .box .socialIcons li a:hover {
    color: #fff;
    background: #df9e1b
}

.project__Popup {
    width: 80%;
    margin: 5% 10%;
    padding: 2em;
    background: #141414;
    position: relative
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .project__Popup {
        margin: 5%;
        width: 90%
    }
}

.project__Popup .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center center no-repeat;
    background-size: 60%;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.project__Popup .content {
    margin-bottom: 1rem
}

@media only screen and (max-width:960px) {
    .project__Popup .content {
        max-height: 50vh;
        overflow: auto
    }
}

.project__Popup .content .heading {
    font-size: 2em
}

@media only screen and (max-width:767px) {
    .project__Popup .content .heading {
        font-size: 1.8em
    }
}

.project__Popup .gallery__Wrap {
    width: 100%
}

.project__Popup .gallery__Wrap .flicikity-slider {
    overflow: visible
}

.project__Popup .gallery__Wrap .flicikity-slider .slide {
    width: 60%;
    transform: scale(.9)
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .project__Popup .gallery__Wrap .flicikity-slider .slide {
        width: 100%;
        transform: scale(1)
    }
}

@media only screen and (max-width:960px) {
    .project__Popup .gallery__Wrap .flicikity-slider .slide {
        width: 100%;
        transform: scale(1)
    }
}

.project__Popup .gallery__Wrap .flicikity-slider .slide img {
    width: 100%
}

.project__Popup .gallery__Wrap .flicikity-slider .slide.is-selected {
    transform: scale(1)
}

.project__Popup .gallery__Wrap .flickity-button {
    background: none
}

.project__Popup .gallery__Wrap .flickity-prev-next-button {
    width: 25px;
    height: 25px
}

.project__Popup .gallery__Wrap .flickity-prev-next-button.next {
    right: -30px
}

.project__Popup .gallery__Wrap .flickity-prev-next-button.previous {
    left: -30px
}

.project__Popup .gallery__Wrap .flickity-button-icon {
    fill: #fff
}

.project__Popup .gallery__Wrap .flickity-page-dots {
    bottom: -10px
}

.project__Popup .gallery__Wrap .flickity-page-dots .dot {
    background: #2d2d2d;
    height: 2px;
    border-radius: 0;
    margin: 0 3px
}

.project__Popup .gallery__Wrap .flickity-page-dots .dot.is-selected {
    background: #df9e1b
}

.customPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(29, 29, 29, .8);
    display: none
}

.customPopup .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.customPopup .wrapper .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center center no-repeat;
    background-size: 60%;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.gauri__Tips {
    min-height: 100vh;
    position: relative;
    text-align: center;
    overflow: hidden
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .gauri__Tips .container {
        width: 80%
    }
}

.gauri__Tips:before {
    content: "";
    position: absolute;
    left: 5%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #141414;
    transform: skew(-20deg);
    z-index: -1
}

.gauri__Tips:after {
    content: "";
    position: fixed;
    right: 5%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/gauri-khan.png) right 7em no-repeat;
    background-size: 100%
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .gauri__Tips:after {
        display: none
    }
}

@media only screen and (max-width:969px) {
    .gauri__Tips:after {
        display: none
    }
}

.gauri__Tips .content {
    width: 60%
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .gauri__Tips .content {
        width: 100%
    }
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content {
        width: 100%
    }
}

.gauri__Tips .content .product__Image {
    width: 45%;
    display: inline-block
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .gauri__Tips .content .product__Image {
        margin-top: 6rem
    }
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .gauri__Tips .content .product__Image {
        width: 80%
    }
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .product__Image {
        width: 80%;
        margin-top: 6rem
    }
}

.gauri__Tips .content .product__Image img {
    width: 100%
}

.gauri__Tips .content .tips__Header {
    width: 100%;
    text-align: left
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Header {
        margin: 0
    }
}

.gauri__Tips .content .tips__Header h1 {
    font-size: 3em;
    line-height: 1.2;
    margin: 0 0 1rem 0
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .gauri__Tips .content .tips__Header h1 {
        font-size: 2em
    }
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Header h1 {
        font-size: 2em
    }
}

.gauri__Tips .content .tips__Header p {
    font-size: 1.4em;
    color: #df9e1b
}

.gauri__Tips .content .tips__Header .scroll {
    font-size: 1em;
    line-height: 1;
    margin: 30px 0 0 0;
    position: relative;
    width: auto;
    display: inline-block
}

.gauri__Tips .content .tips__Header .scroll a {
    color: #fff;
    text-decoration: none
}

.gauri__Tips .content .tips__Header .scroll:after {
    font-family: "FontAwesome";
    content: "\f103";
    position: absolute;
    color: #df9e1b;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0)
}

.gauri__Tips .content .tips__Text {
    position: relative;
    width: 85%;
    text-align: left;
    font-size: 1.2em;
    margin-top: 1rem
}

@media only screen and (min-width:960px) and (max-width:1024px) and (min-height:1300px) {
    .gauri__Tips .content .tips__Text {
        width: 100%;
        margin: 1rem 0
    }
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .gauri__Tips .content .tips__Text {
        margin: 1rem 0
    }
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Text {
        width: 100%;
        margin: 1rem 0
    }
}

.gauri__Tips .content .tips__Text:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/quotes-up.png) left top no-repeat;
    background-size: 100%;
    left: 0%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Text:before {
        transform: translate(0)
    }
}

.gauri__Tips .content .tips__Text:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/quotes-down.png) left top no-repeat;
    background-size: 100%;
    right: 0%;
    bottom: 20%;
    transform: translate(50%, 50%);
    z-index: -1
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Text:after {
        transform: translate(0);
        display: none
    }
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Text {
        width: 100%
    }
}

.gauri__Tips .content .tips__Text .slides {
    padding: 4rem 0 4rem 0;
    width: 100%;
    position: relative
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Text .slides {
        padding: 1rem 0
    }
}

.gauri__Tips .content .tips__Text .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    z-index: 2
}

.gauri__Tips .content .tips__Text .flickity-prev-next-button.previous {
    left: -10%
}

@media only screen and (max-width:767px) {
    .gauri__Tips .content .tips__Text .flickity-prev-next-button.previous {
        left: -20px
    }
}

.gauri__Tips .content .tips__Text .flickity-prev-next-button.next {
    right: -10%
}

@media only screen and (max-width:767px) {
    .gauri__Tips .content .tips__Text .flickity-prev-next-button.next {
        right: -20px
    }
}

.gauri__Tips .content .tips__Text .flickity-button {
    background: none;
    color: #fff
}

.gauri__Tips .content .tips__Text .flickity-page-dots {
    bottom: 3rem
}

@media only screen and (max-width:969px) {
    .gauri__Tips .content .tips__Text .flickity-page-dots {
        bottom: 0
    }
}

.gauri__Tips .content .tips__Text .flickity-page-dots .dot {
    height: 2px;
    border-radius: 0;
    background: #df9e1b
}

.blog__Page {
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

.blog__Page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 200vh;
    background: #141414;
    transform: skew(-40deg);
    z-index: -1
}

.blog__Page .blog__List {
    margin-bottom: 4rem
}

@media only screen and (max-width:767px) {
    .blog__Page .blog__List {
        margin-top: 4rem
    }
}

.blog__Page .blog__List ul {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.blog__Page .blog__List ul li {
    width: 49%
}

@media only screen and (max-width:767px) {
    .blog__Page .blog__List ul li {
        width: 100%
    }
}

.blog__Page .blog__List ul li a {
    text-decoration: none
}

.blog__Page .blog__List ul li a .image {
    width: 100%;
    border: #2d2d2d solid 5px
}

.blog__Page .blog__List ul li a .image img {
    width: 100%;
    display: block
}

.blog__Page .blog__List ul li a .content__Wrap {
    margin: 1rem 0 3rem 0;
    color: #fff
}

.blog__Page .blog__List ul li a .content__Wrap .blog__Author {
    font-size: .8em;
    margin-bottom: 5px
}

.blog__Page .blog__List ul li a .content__Wrap h3 {
    font-size: 2em;
    color: #df9e1b;
    margin-bottom: 10px
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .blog__Page .blog__List ul li a .content__Wrap h3 {
        font-size: 1.5em
    }
}

@media only screen and (max-width:767px) {
    .blog__Page .blog__List ul li a .content__Wrap h3 {
        font-size: 1.4em;
        line-height: 1.4
    }
}

.blog__Page .blog__List ul li a .content__Wrap .button {
    text-align: right;
    margin: 10px 0;
    font-size: .9em
}

.blog__Page .blog__List ul li a .content__Wrap .button a {
    color: #fff;
    text-decoration: none
}

.blog__Page .blog__List ul li a .content__Wrap .button a:hover {
    text-decoration: underline
}

.blog__Detail .spotlight {
    width: 100%
}

.blog__Detail .spotlight img {
    width: 100%;
    display: block
}

@media only screen and (max-width:767px) {
    .blog__Detail .spotlight {
        margin-top: 120px
    }
}

.blog__Detail .content {
    background: #000;
    margin-top: -6rem;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .blog__Detail .content {
        margin: 0;
        padding: 5%
    }
}

.blog__Detail .content .heading {
    width: 100%;
    text-align: center;
    padding: 3rem 0
}

@media only screen and (max-width:767px) {
    .blog__Detail .content .heading {
        padding: 0 5%;
        margin-bottom: 1rem
    }
}

.blog__Detail .content .heading h1 {
    font-size: 3.5em;
    margin: 0
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .blog__Detail .content .heading h1 {
        font-size: 2em;
        padding: 0 5%
    }
}

@media only screen and (max-width:767px) {
    .blog__Detail .content .heading h1 {
        font-size: 1.5em
    }
}

.blog__Detail .content .heading .author {
    font-size: .9em
}

.blog__Detail .content .text {
    width: 100%;
    padding: 0 3rem 3rem 3rem
}

@media only screen and (max-width:767px) {
    .blog__Detail .content .text {
        padding: 0
    }
}

.blog__Detail .content .text p {
    margin-bottom: 1rem
}

.blog__Detail .content .text ol {
    padding-left: 10px;
    list-style-position: outside;
    margin-bottom: 1rem
}

.blog__Detail .content .text ol li {
    padding-left: 10px;
    margin-bottom: 5px
}

.blog__Detail .content .text ul {
    padding-left: 10px;
    list-style-position: outside;
    margin-bottom: 1rem
}

.blog__Detail .content .text ul li {
    padding-left: 10px;
    margin-bottom: 5px;
    position: relative
}

.blog__Detail .content .text ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    left: -5px;
    top: 5px
}

.blog__Detail .content .text img {
    width: 100%;
    margin: 1rem 0;
    height: auto
}

.blog__Detail .content .text h3 {
    color: #df9e1b;
    margin-bottom: 1rem
}

.blog__Detail .content .go__Back {
    padding: 0 0 3rem 0;
    text-align: center
}

.blog__Detail .content .go__Back a {
    background: #df9e1b;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-block
}

.studio__Wrap {
    padding: 6rem 0;
    position: relative;
    overflow: hidden
}

.studio__Wrap:before {
    content: "";
    position: absolute;
    right: 15%;
    top: 0;
    width: 30%;
    height: 100%;
    background: #141414;
    transform: skew(-40deg);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .studio__Wrap {
        padding-top: 7rem
    }
}

@media only screen and (max-width:767px) {
    .studio__Wrap {
        padding-top: 7rem;
        padding-bottom: 1rem
    }
}

.studio__Wrap .heading {
    text-align: center
}

@media only screen and (max-width:959px) {
    .studio__Wrap .heading {
        margin: 20px 0
    }
}

.studio__Wrap .heading h1 {
    font-size: 3em;
    font-family: "Laconic-Light";
    color: #fff;
    margin: 0;
    line-height: 1
}

@media only screen and (max-width:959px) {
    .studio__Wrap .heading h1 {
        font-size: 2em
    }
}

.studio__Wrap .heading p {
    color: #df9e1b
}

.studio__Wrap .video__Container {
    padding: 0 12%;
    margin: 1rem 0
}

@media only screen and (max-width:959px) {
    .studio__Wrap .video__Container {
        padding: 0 30px
    }
}

.studio__Wrap .video__Container .iframe__Wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 7px;
    height: 0;
    background: #000
}

.studio__Wrap .video__Container .iframe__Wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.studio__Wrap .video__Container .studio__Name {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin: 1rem 0
}

.studio__Wrap .thumbnail__Wrap {
    margin: 3rem 0
}

.studio__Wrap .thumbnail__Wrap .slides {
    width: 25%;
    padding: 0 1rem
}

@media only screen and (max-width:959px) {
    .studio__Wrap .thumbnail__Wrap .slides {
        width: 50%
    }
}

.studio__Wrap .thumbnail__Wrap .slides img {
    width: 100%;
    opacity: .4;
    transition: all 0.3s ease-in-out
}

.studio__Wrap .thumbnail__Wrap .slides .city__Name {
    width: 100%;
    text-align: center;
    color: #fff
}

.studio__Wrap .thumbnail__Wrap .slides.is-selected img {
    opacity: 1
}

.studio__Wrap .thumbnail__Wrap .slides.is-selected .city__Name {
    opacity: 1
}

.studio__Wrap .thumbnail__Wrap .flickity-button {
    background: none;
    color: #fff
}

@font-face {
    font-display: swap;
    font-family: "ProximaNova-Light";
    src: url(../fonts/FontsFree-Net-Proxima-Nova-Light.woff2) format("woff2"), url(../fonts/FontsFree-Net-Proxima-Nova-Light.woff) format("woff"), url(../fonts/FontsFree-Net-Proxima-Nova-Light.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: "Laconic-Light";
    src: url(../fonts/Laconic_Light.woff2) format("woff2"), url(../fonts/Laconic_Light.woff) format("woff"), url(../fonts/Laconic_Light.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

.page-id-136 .storeLocator .storelocatorWrap .store__adress {
    display: block;
    flex-wrap: wrap
}

.catlg a {
    color: #df9e1b !important;
    font-size: 16px !important;
    font-weight: bold !important
}

.rangeSpotlight .textDesc p.category__Subhead {
    font-size: 1.3em !important
}

.rangeSpotlight .textDesc h1 {
    font-size: 2.6em !important
}

@media (max-width:767px) {
    .rangeSpotlight .textDesc h1 {
        font-size: 2em !important
    }
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    .rangeSpotlight .textDesc p.category__Subhead {
        font-size: 1.1em !important;
        line-height: 1.2
    }
}

.forum .formWrap {
    display: none !important
}

.media__Wrap .media__List .catlog .text .cathead:after {
    content: '';
    background-image: url(../images/picon.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: cover;
    margin-left: 10px;
    position: relative;
    top: 8px
}

.media__Wrap .media__List .box:hover .image img {
    transform: none !important
}

p.dwnicn {
    color: #df9e1b !important
}

.media__List .catlog {
    width: 31.5% !important;
    margin-bottom: 2% !important;
    margin: .7%
}

.media__Wrap .media__List .catlog .text .head {
    font-size: 22px
}

.catt .media__List {
    justify-content: end
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    .rangeSpotlight .textDesc p.category__Subhead {
        font-size: 1.2em !important;
        line-height: 1.2
    }
    .media__Wrap .media__List .catlog .text .head {
        font-size: 17px
    }
    header nav ul {
        font-size: 2.3em
    }
}

@media only screen and (max-width:767px) and (min-width:200px) {
    .media__List .catlog {
        width: 100% !important;
        margin-bottom: 2% !important;
        margin: .7%
    }
    header nav {
        align-items: flex-start !important
    }
    header nav ul {
        top: 70px;
        position: relative
    }
}

@media only screen and (max-width:1023px) and (min-width:768px) {
    .media__List .catlog {
        width: 48.5% !important
    }
    header nav ul {
        font-size: 2.8em
    }
}

.need__Help__Wrap {
    position: fixed;
    width: 50px;
    height: 230px;
    left: 0;
    bottom: 22%;
    z-index: 10;
    margin-bottom: -115px;
}

.need__Help__Wrap .form .trigger {
    width: 30px;
    height: 180px;
    bottom: 50%;
    background: #df9e1b;
}

.need__Help__Wrap .form .trigger:after {
    width: 13px;
    height: 160px;
}

.need__Help__Wrap .form .trigger.active:after {
    background-position: -14px 0;
}

header .rightNavWrap ul li.button .label {
    font-size: 1em;
}

header .mobile__Button ul li.button .label {
    font-size: 1em;
}

@media only screen and (min-width: 768px) {
    header .rightNavWrap ul li.button .label {
        font-size: .6em;
    }
    header .mobile__Button ul li.button .label {
        font-size: .6em;
    }
}

@media only screen and (min-width: 1025px) {
    header .rightNavWrap ul li.button .label {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 768px) {
    .rangeSpotlight .textDesc {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .need__Help__Wrap {
        position: fixed;
        width: 50px;
        height: 230px;
        left: 0;
        bottom: 35%;
        z-index: 10;
        margin-bottom: -115px;
    }
    .need__Help__Wrap .form .trigger {
        width: 30px;
        height: 230px;
        bottom: 25%;
    }
    .need__Help__Wrap .form .trigger:after {
        height: 200px;
        width: 17px;
    }
    .need__Help__Wrap .form .trigger.active:after {
        background-position: -16px 0;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.rkaddr {
    margin-bottom: 8px;
}

.catlog {
    padding-bottom: 5%;
}

footer .box {
    padding-right: 20px;
}

footer .footerWrapper .box .head {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: rgba(255, 255, 255, .2) thin solid;
}

footer .footerWrapper .box .links a {
    color: #f5f5f5;
}

footer .footerWrapper .box .links a:hover {
    color: #df9e1b;
}

.linkscontainer {
    display: flex;
}

.linkscontainer .links {
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    footer .footerWrapper .box.box40,
    footer .footerWrapper .box.last {
        width: 100%;
    }
    footer .footerWrapper .box.box40 .linkscontainer .links {
        flex-grow: 1;
        flex-basis: 50%;
    }
    footer .footerWrapper .box {
        width: 50%;
    }
    footer .footerWrapper .box.rkg254 {
        width: 100%;
    }
    footer .socialIcons {
        padding: 8px 0;
    }
}

@media only screen and (min-width: 768px) {
    footer .footerWrapper .box.box40,
    footer .footerWrapper .box.last {
        width: 100%;
    }
    footer .footerWrapper .box.box40 .linkscontainer .links {
        flex-grow: 1;
        flex-basis: 50%;
    }
    footer .footerWrapper .box {
        width: 50%;
    }
    footer .footerWrapper .box.rkg254 {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    footer .footerWrapper .box.box40 {
        width: 40%;
    }
    footer .footerWrapper .box.last {
        width: 25%;
    }
    footer .footerWrapper .box.rkg254 {
        width: 50%;
    }
    footer .footerWrapper .box.box40 .linkscontainer .links {
        flex-grow: 1;
        flex-basis: 50%;
    }
    footer .footerWrapper .box {
        width: 25%;
    }
}

footer .footerWrapper .box.rkg254 .links a {
	display: initial;
	text-transform: none;
}

/* updated on march 25, 2021 */

.footer_policy_link {
    margin-top: 51px;
}

.footer_policy_link a {
    color: #df9f2e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 1em;
    font-weight: 600;
}

.footer_policy_link a:hover {
    color: #fff;
}

@media (min-width: 1608px) {
    .footer_policy_link {
        margin-top: 32px;
    }
}

@media (max-width: 1023px) {
    .footer_policy_link {
        margin-top: 25px;
    }
}

.displayNone {
    display: none !important;
}

.input.error {
    border-bottom: 1px solid red !important;
}

#sticky-form-section .inputWrap .input {
    position: relative;
}

#sticky-form-section .inputWrap .input .sticky_error {
    position: absolute;
    top: 100%;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
    color: red;
}

footer .socialIcons li {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

header .navWrap .toolTip {
    display: block;
}

footer .supportBox a,
footer .disclaimer {
    color: #df9f2e;
    font-weight: 600;
}

.customPopup .wrapper {
    overflow-y: scroll;
}

.rangeSpotlight .textDesc p.importedigi {
    font-size: 24px;
    color: #df9e1b;
    margin: -10px 0 15px 0;
    text-transform: uppercase;
}

.rangeSpotlight .textDesc h1.detailsPage {
    line-height: 1.1;
}

body .need__Help__Wrap {
    z-index: 9999;
}

@media(min-width:768px) {
    .postid-9325 .blog__Detail .content .text img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) and (min-width:200px) {
    .specsWrap .contentLeft .content {
        margin: 0px 0px 20px 20px;
    }
    .category .video {
        position: absolute;
        top: 55%;
        right: 8%;
    }
    .rangeSpotlight .textDesc .scroll {
        margin-top: 120%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .rangeSpotlight .textDesc h1.detailsPage {
        font-size: 40px !important;
        line-height: 42px !important;
        margin-top: 15px;
    }
    .rangeSpotlight .textDesc .price {
        margin: 8px 0;
    }
    .rangeSpotlight .textDesc p.importedigi {
        margin: -10px 0 8px 0;
    }
    .rangeSpotlight .textDesc p.white {
        margin-bottom: 8px;
    }
    .rangeSpotlight .textDesc p {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .rangeSpotlight .imgWrap {
        padding: 5% 5%;
    }
}

/* Portfolio */
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #6d6d6d;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(59,67,86, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3 {
  background-color: rgba(238,137,92,1);
  padding: 15px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: normal;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 0 auto;
  max-width: 60vw;
}

@media only screen and (max-width:980px) {
  .portfolio-modal .modal-dialog {
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
  }
}

.portfolio-modal .modal-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: left;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: normal;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal img {
	filter: invert(100);
}
.portfolio-modal .detailsPage h2 {
	color: #df9e1b;
}

.portfolio-modal .galleries {
    overflow: hidden;
    width: 100%;
    display: flex;
    margin: 15px 0
}

.portfolio-modal .galleries img {
  display: inline-flex;
  width: 100%;
}

@media only screen and (max-width:980px) {
	.portfolio-modal .galleries {
		display: block;
	}
	.portfolio-modal .galleries img {
		display: block;
		margin-bottom: 10px;
	}
}

/* modal classes */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  overflow-y: initial !important
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 100%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #252525;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}