/* Yata Editor v0.73.6 | CSS  */
.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class * =owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class * =owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.cs-float-l {
    float: left
}

.cs-float-r {
    float: right
}

.cs-float-n {
    float: none
}

.cs-clearfix::after, .cs-widgets::after {
    content: "";
    display: block;
    clear: both
}

.cs-inline-block {
    display: inline-block
}

.cs-inline {
    display: inline
}

.cs-block {
    display: block
}

.cs-pointer {
    cursor: pointer
}

.cs-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important
}

.cs-image-alignment-left .cs-chosen-image, .cs-widget {
    float: left
}

.cs-replace {
    display: block;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    word-spacing: 999px
}

.cs-list, .cs-list li, .cs-list-auto {
    width: 100%;
    float: left;
    display: block
}

.cs-list-auto {
    width: auto
}

.cs-link {
    color: #01b1e7;
    text-decoration: none
}

.cs-link:focus, .cs-link:hover {
    text-decoration: underline
}

.cs-color-danger {
    color: #d85553
}

.cs-height-full {
    height: 100%
}

@-webkit-keyframes fadeIn {
    20%, from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    20%, from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    20%, from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation: fadeIn .4s;
    -moz-animation: fadeIn .4s;
    animation: fadeIn .4s
}

@-webkit-keyframes fadeOut {
    20%, from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@-moz-keyframes fadeOut {
    20%, from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    20%, from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animateWidget {
    from {
        opacity: 0;
        transform: scale(.2)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes animateWidget {
    from {
        opacity: 0;
        transform: scale(.2)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes animateWidget {
    from {
        opacity: 0;
        transform: scale(.2)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes fire {
    0%, 100% {
        -webkit-transform: scale(1) translateY(0) rotate(180deg);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(.3) translateY(-20px) rotate(180deg);
        opacity: .4
    }

    50% {
        -webkit-transform: scale(.8) translateY(0) rotate(180deg);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(1.2) translateY(-20px) rotate(180deg);
        opacity: .4
    }
}

@-moz-keyframes fire {
    0%, 100% {
        -moz-transform: scale(1) translateY(0) rotate(180deg);
        opacity: 1
    }

    25% {
        -moz-transform: scale(.3) translateY(-20px) rotate(180deg);
        opacity: .4
    }

    50% {
        -moz-transform: scale(.8) translateY(0) rotate(180deg);
        opacity: 1
    }

    75% {
        -moz-transform: scale(1.2) translateY(-20px) rotate(180deg);
        opacity: .4
    }
}

@keyframes fire {
    0%, 100% {
        -webkit-transform: scale(1) translateY(0) rotate(180deg);
        -moz-transform: scale(1) translateY(0) rotate(180deg);
        -ms-transform: scale(1) translateY(0) rotate(180deg);
        -o-transform: scale(1) translateY(0) rotate(180deg);
        transform: scale(1) translateY(0) rotate(180deg);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(.3) translateY(-20px) rotate(180deg);
        -moz-transform: scale(.3) translateY(-20px) rotate(180deg);
        -ms-transform: scale(.3) translateY(-20px) rotate(180deg);
        -o-transform: scale(.3) translateY(-20px) rotate(180deg);
        transform: scale(.3) translateY(-20px) rotate(180deg);
        opacity: .4
    }

    50% {
        -webkit-transform: scale(.8) translateY(0) rotate(180deg);
        -moz-transform: scale(.8) translateY(0) rotate(180deg);
        -ms-transform: scale(.8) translateY(0) rotate(180deg);
        -o-transform: scale(.8) translateY(0) rotate(180deg);
        transform: scale(.8) translateY(0) rotate(180deg);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(1.2) translateY(-20px) rotate(180deg);
        -moz-transform: scale(1.2) translateY(-20px) rotate(180deg);
        -ms-transform: scale(1.2) translateY(-20px) rotate(180deg);
        -o-transform: scale(1.2) translateY(-20px) rotate(180deg);
        transform: scale(1.2) translateY(-20px) rotate(180deg);
        opacity: .4
    }
}

@-webkit-keyframes smoke {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 1
    }

    50%, 70% {
        -webkit-transform: translateY(10px);
        opacity: 1
    }

    100%, 90% {
        -webkit-transform: translateY(10px);
        opacity: 0
    }
}

@-moz-keyframes smoke {
    0% {
        -moz-transform: translateY(100%);
        opacity: 1
    }

    50%, 70% {
        -moz-transform: translateY(10px);
        opacity: 1
    }

    100%, 90% {
        -moz-transform: translateY(10px);
        opacity: 0
    }
}

@keyframes smoke {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1
    }

    50%, 70% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }

    100%, 90% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

@-webkit-keyframes smokeShadow {
    0% {
        -webkit-transform: translateY(120%);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    100%, 75%, 85% {
        -webkit-transform: translateY(10%);
        opacity: 0
    }
}

@-moz-keyframes smokeShadow {
    0% {
        -moz-transform: translateY(120%);
        opacity: 1
    }

    50% {
        -moz-transform: translateY(0);
        opacity: 1
    }

    100%, 75%, 85% {
        -moz-transform: translateY(10%);
        opacity: 0
    }
}

@keyframes smokeShadow {
    0% {
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100%, 75%, 85% {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0
    }
}

@-webkit-keyframes shake {
    0%, 100%, 50% {
        -webkit-transform: rotate(0)
    }

    25%, 75% {
        -webkit-transform: rotate(-2deg)
    }
}

@-moz-keyframes shake {
    0%, 100%, 50% {
        -moz-transform: rotate(0)
    }

    25%, 75% {
        -moz-transform: rotate(-2deg)
    }
}

@keyframes shake {
    0%, 100%, 50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    25%, 75% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

.cs-menu input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.cs-disabled {
    cursor: default;
    opacity: .35;
    pointer-events: none
}

.cs-menu .cs-menu-items > li > a {
    -webkit-transition: background .25s ease-in, color .25s ease-in;
    -moz-transition: background .25s ease-in, color .25s ease-in;
    transition: background .25s ease-in, color .25s ease-in
}

.cs-menu input:checked ~ .cs-menu-overlay {
    visibility: visible;
    opacity: 1
}

.cs-lines, .cs-section-full .cs-section-inner, .cs-section-inner {
    max-width: 940px;
    margin: 0 auto;
    z-index: 1
}

.cs-button-widget-empty, .cs-code-widget-empty, .cs-form-widget-empty,
.cs-gallery-widget-empty, .cs-image-widget-empty, .cs-sale-widget-empty,
.cs-social-widget-empty, .cs-video-widget-empty {
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #f5f5f5;
    color: rgba(0, 0, 0, .25);
    font-weight: 600;
    font-family: 'Open Sans', verdana, arial, sans-serif;
    font-size: 12px;
    height: 150px;
    padding: 30px 15px;
    text-align: center
}

.cs-button-widget-empty p, .cs-button-widget-empty::before, .cs-code-widget-empty p,
.cs-code-widget-empty::before, .cs-form-widget-empty p, .cs-form-widget-empty::before,
.cs-gallery-widget-empty p, .cs-gallery-widget-empty::before, .cs-image-widget-empty p,
.cs-image-widget-empty::before, .cs-sale-widget-empty p, .cs-sale-widget-empty::before,
.cs-social-widget-empty p, .cs-social-widget-empty::before, .cs-video-widget-empty p,
.cs-video-widget-empty::before {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%
}

.cs-button-widget-empty p, .cs-code-widget-empty p, .cs-form-widget-empty p,
.cs-gallery-widget-empty p, .cs-image-widget-empty p, .cs-sale-widget-empty p,
.cs-social-widget-empty p, .cs-video-widget-empty p {
    margin-bottom: 10px
}

.cs-button-widget-empty svg, .cs-code-widget-empty svg, .cs-form-widget-empty svg,
.cs-gallery-widget-empty svg, .cs-image-widget-empty svg, .cs-sale-widget-empty svg,
.cs-social-widget-empty svg, .cs-video-widget-empty svg {
    fill: rgba(0, 0, 0, .25);
    width: 36px;
    height: 36px
}

.cs-button-widget-empty svg::before, .cs-code-widget-empty svg::before,
.cs-form-widget-empty svg::before, .cs-gallery-widget-empty svg::before,
.cs-image-widget-empty svg::before, .cs-sale-widget-empty svg::before,
.cs-social-widget-empty svg::before, .cs-video-widget-empty svg::before {
    display: none
}

html {
    box-sizing: border-box
}

* , ::after, ::before {
    box-sizing: inherit
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl,
dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4,
h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li,
mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead,
time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: 0 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body::after, html::after {
    content: "";
    display: block;
    clear: both
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote::after, blockquote::before, q::after, q::before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    height: 100%;
    font-family: 'Open Sans', verdana, helvetica, arial, sans-serif
}

.cs-lines {
    min-height: inherit
}

.cs-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cs-box {
    min-width: 10px;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 300px;
    -moz-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px
}

@media only screen and (min-width:768px) {
    .cs-box {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 100px;
        -moz-flex: 1 0 100px;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px
    }
}

.cs-widget {
    margin: 10px 0;
    min-width: 100%
}

.cs-boxes > .cs-widget {
    min-width: 0;
    max-width: 200px
}

.cs-widget-empty {
    height: 150px
}

.cs-widget-empty.cs-text-widget {
    height: 65px
}

.cs-widget-empty.cs-gallery-widget {
    height: 370px
}

.cs-widget-empty.cs-button-widget .cs-button, .cs-widget-empty.cs-form-widget form,
.cs-widget-empty.cs-sale-widget .cs-sale-wrapper {
    visibility: hidden
}

.cs-menu input:checked ~ .cs-menu-items {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.cs-menu input:checked ~ .cs-menu-button {
    -webkit-transform: translate(-250px, 0);
    -moz-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.cs-menu input:checked ~ .cs-menu-button .cs-ico-menu-close {
    display: block
}

.cs-menu input:checked ~ .cs-menu-button .cs-ico-menu {
    display: none
}

.cs-menu .cs-menu-items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.cs-menu .cs-menu-items > li {
    margin: 5px 4px;
    z-index: 1
}

.cs-menu .cs-has-submenu.cs-show-submenu, .cs-menu .cs-menu-items > li:hover {
    z-index: 2
}

.cs-menu .cs-menu-items > li.cs-is-active > a {
    font-weight: 600
}

.cs-menu .cs-menu-items > li:hover .cs-submenu-items {
    opacity: 1;
    left: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.cs-menu .cs-menu-items > li > a {
    display: block;
    padding: 5px 10px;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .cs-menu .cs-has-submenu {
        position: relative
    }

    .cs-menu .cs-has-submenu::before {
        content: "";
        position: absolute;
        background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path class="st0" d="M23.3,8.9L23.3,8.9C23.8,8.4,24,7.7,24,7c-0.2-1.4-1.4-2.5-2.7-2.5c-0.7,0-1.4,0.2-1.8,0.9l0,0l-7.6,8.2 L4.3,5.4l0,0C3.9,4.7,3.2,4.5,2.5,4.5C1.1,4.5,0,5.7,0,7c0,0.7,0.2,1.4,0.7,1.8l0,0l9.4,10.3c0.5,0.5,1.1,0.9,1.8,0.9 c0.7,0,1.4-0.2,1.8-0.9L23.3,8.9z"/></svg>');
        right: 20px;
        top: 18px;
        height: 12px;
        width: 12px
    }
}

.cs-menu .cs-has-submenu.cs-show-submenu .cs-submenu-items {
    opacity: 1;
    left: 0
}

.cs-menu .cs-submenu-items {
    opacity: 0;
    min-width: 100%;
    z-index: 2;
    font-size: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap
}

.cs-menu .cs-submenu-items::before {
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    top: -9px;
    right: 0;
    left: 0;
    background: 0 0
}

.cs-menu .cs-submenu-items li:first-child::before {
    display: none
}

.cs-menu .cs-submenu-items a {
    display: block;
    padding: 4px 20px 5px;
    text-decoration: none
}

.cs-menu .cs-menu-button {
    display: none;
    padding: 17px
}

.cs-menu .cs-menu-button .cs-ico-menu, .cs-menu .cs-menu-button .cs-ico-menu-close {
    opacity: .9
}

.cs-menu .cs-menu-button .cs-ico-menu-close {
    display: none
}

@media only screen and (max-width:767px) {
    .cs-section .cs-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2
    }

    .cs-section .cs-menu .cs-menu-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in;
        -moz-transition: opacity .25s ease-in;
        transition: opacity .25s ease-in;
        background: rgba(0, 0, 0, .6);
        z-index: 1
    }

    .cs-section .cs-menu .cs-menu-button {
        z-index: 2;
        background: rgba(0, 0, 0, .6);
        cursor: pointer;
        display: block;
        height: 56px;
        width: 56px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        transition: all .25s ease-in
    }

    .cs-section .cs-menu .cs-menu-items {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        transition: all .25s ease-in;
        background: rgba(255, 255, 255, .9);
        width: 250px;
        will-change: transform;
        overflow: auto;
        z-index: 2
    }

    .cs-section .cs-menu .cs-menu-items li {
        display: block;
        margin: 0
    }

    .cs-section .cs-menu .cs-menu-items a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        padding: 13px 47px 13px 20px;
        font-size: 18px;
        display: block;
        color: #000
    }

    .cs-section .cs-menu .cs-submenu-items {
        visibility: visible;
        opacity: 1;
        position: relative
    }

    .cs-section .cs-menu .cs-submenu-items::before {
        display: none
    }

    .cs-section .cs-menu .cs-submenu-items a {
        padding: 7px 47px 7px 34px
    }
}

@media only screen and (min-width:768px) {
    .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-is-active > a, .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:focus:not(.cs-external-link),
    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:hover {
        font-weight: 400
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items a:focus,
    .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items a:hover,
    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a,
    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu:hover > a,
    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-is-active > a, .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a:focus:not(.cs-external-link),
    .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a:hover {
        background: rgba(0, 0, 0, .5)
    }

    .cs-menu a {
        outline: 0
    }

    .cs-menu .cs-has-submenu .cs-submenu-items {
        left: -9999px
    }

    .cs-menu.cs-menu-horizontal.cs-menu-right ul {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .cs-menu.cs-menu-horizontal.cs-menu-left ul {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }

    .cs-menu.cs-menu-horizontal.cs-menu-center ul {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .cs-menu.cs-menu-vertical .cs-menu-items {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items,
    .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items {
        left: calc(100% + 10px);
        top: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items::before,
    .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items::before {
        height: auto;
        width: 10px;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: -10px
    }

    .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items,
    .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items {
        left: auto;
        right: calc(100% + 10px)
    }

    .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items::before,
    .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items::before,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items::before,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items::before {
        right: -10px;
        left: auto
    }

    .cs-menu.cs-menu-vertical .cs-submenu-items {
        min-width: 20%
    }

    .cs-menu.cs-menu-vertical.cs-menu-right ul {
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end
    }

    .cs-menu.cs-menu-vertical.cs-menu-left ul {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }

    .cs-menu.cs-menu-vertical.cs-menu-center ul {
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }

    .cs-menu.cs-menu-theme-1 .cs-menu-items > li {
        padding: 5px 18px 6px;
        margin: 0;
        position: relative
    }

    .cs-menu.cs-menu-theme-1 .cs-menu-items > li > a {
        padding: 5px 2px 3px;
        border-bottom: 1px solid transparent
    }

    .cs-menu.cs-menu-theme-1.cs-menu-vertical .cs-menu-items > li {
        width: 100%;
        padding: 2px 8px 3px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .cs-menu.cs-menu-theme-1.cs-menu-vertical .cs-menu-items > li > a {
        display: inline-block;
        padding: 4px 5px 2px;
        border-bottom: 2px solid transparent
    }

    .cs-menu.cs-menu-theme-1.cs-menu-vertical.cs-menu-right .cs-menu-items > li {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .cs-menu.cs-menu-theme-1.cs-menu-vertical.cs-menu-center .cs-menu-items > li {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items > li {
        margin: 8px 10px;
        white-space: normal;
        position: relative
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu > a {
        padding-right: 22px;
        display: inline-block
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu > a::after {
        content: "";
        -webkit-transform: rotate(45deg) translate(0, -20%);
        -moz-transform: rotate(45deg) translate(0, -20%);
        -ms-transform: rotate(45deg) translate(0, -20%);
        -o-transform: rotate(45deg) translate(0, -20%);
        transform: rotate(45deg) translate(0, -20%);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
        height: 7px;
        width: 7px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        display: inline-block;
        margin-left: 7px;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-2 .cs-menu-items > li:hover > a::after {
        -webkit-transform: rotate(225deg) translate(0, -50%);
        -moz-transform: rotate(225deg) translate(0, -50%);
        -ms-transform: rotate(225deg) translate(0, -50%);
        -o-transform: rotate(225deg) translate(0, -50%);
        transform: rotate(225deg) translate(0, -50%)
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items {
        padding: 10px 0;
        opacity: 1;
        -webkit-transform: translate(-10px, 0);
        -moz-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0);
        transform: translate(-10px, 0)
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items li {
        position: relative
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items li:before {
        position: absolute;
        left: 0;
        top: 7px;
        bottom: 5px;
        width: 1px;
        height: auto;
        opacity: 1
    }

    .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li {
        margin: 0;
        padding: 2px 5px 4px
    }

    .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li > a {
        padding: 4px 4px 5px
    }

    .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
        -webkit-transform: rotate(-45deg) translate(0, -1px);
        -moz-transform: rotate(-45deg) translate(0, -1px);
        -ms-transform: rotate(-45deg) translate(0, -1px);
        -o-transform: rotate(-45deg) translate(0, -1px);
        transform: rotate(-45deg) translate(0, -1px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center
    }

    .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
        float: left;
        margin: 4px 7px 0 -2px;
        -webkit-transform: rotate(-225deg) translate(0, -1px);
        -moz-transform: rotate(-225deg) translate(0, -1px);
        -ms-transform: rotate(-225deg) translate(0, -1px);
        -o-transform: rotate(-225deg) translate(0, -1px);
        transform: rotate(-225deg) translate(0, -1px)
    }

    .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li:hover > a::after {
        -webkit-transform: rotate(-225deg) translate(0, 1px);
        -moz-transform: rotate(-225deg) translate(0, 1px);
        -ms-transform: rotate(-225deg) translate(0, 1px);
        -o-transform: rotate(-225deg) translate(0, 1px);
        transform: rotate(-225deg) translate(0, 1px)
    }

    .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-show-submenu > a::after,
    .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li:hover > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-show-submenu > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li:hover > a::after {
        margin-top: 5px;
        -webkit-transform: rotate(-45deg) translate(0, -1px);
        -moz-transform: rotate(-45deg) translate(0, -1px);
        -ms-transform: rotate(-45deg) translate(0, -1px);
        -o-transform: rotate(-45deg) translate(0, -1px);
        transform: rotate(-45deg) translate(0, -1px)
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li {
        margin: 3px 0;
        position: relative
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-is-active > a::after {
        visibility: visible;
        opacity: 1
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a {
        padding: 10px 20px;
        position: relative
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        opacity: .3
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::after {
        content: "";
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 3px;
        width: 100%
    }

    .cs-menu.cs-menu-theme-4 .cs-menu-items > li, .cs-menu.cs-menu-theme-5 .cs-menu-items > li {
        position: relative
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li:hover > a::after, .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:focus:not(.cs-external-link)::after,
    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:hover::after {
        visibility: visible;
        opacity: 1
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items .cs-submenu-items {
        top: calc(100% + 7px);
        padding: 10px 0
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items .cs-show-submenu > a::after {
        visibility: visible;
        opacity: 1
    }

    .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items {
        padding: 6px 0 6px 10px
    }

    .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li {
        margin: 0;
        padding: 6px 8px 4px
    }

    .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li:first-child {
        padding-top: 0
    }

    .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li:last-child {
        padding-bottom: 0
    }

    .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li > a {
        padding: 0 5px 4px
    }

    .cs-menu.cs-menu-theme-4 .cs-menu-items > li > a {
        padding: 8px 16px;
        border-radius: 6px
    }

    .cs-menu.cs-menu-theme-4 .cs-menu-items .cs-submenu-items {
        top: calc(100% + 7px);
        border-radius: 6px;
        padding: 10px 0
    }

    .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items {
        padding: 9px 0 0 10px
    }

    .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items > li {
        margin: 0
    }

    .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items > li > a {
        padding: 8px 16px 7px
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items > li > a {
        padding: 5px 16px;
        border-radius: 25px;
        position: relative;
        z-index: 3
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu > a {
        padding-right: 25px
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu > a::after {
        content: "";
        height: 0;
        width: 0;
        border-bottom: 5px solid #ccc;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu:hover > a::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        padding: 0 3px;
        border-radius: 13px
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items li {
        margin: 0 10px
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items a {
        padding-left: 4px;
        padding-right: 4px
    }

    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items {
        padding-top: 2px
    }

    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li {
        margin: 4px 8px 0
    }

    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li > a {
        padding: 5px 16px 6px
    }

    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a {
        padding-right: 25px
    }

    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
        top: calc(50% - 3px);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a {
        padding: 5px 16px 6px 25px
    }

    .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
        left: 8px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
        top: calc(50% - 2px);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items {
        border-radius: 20px;
        box-shadow: 4px 0 rgba(0, 0, 0, .3) inset, -4px 0 rgba(0, 0, 0, .3) inset
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items > li {
        margin: 0;
        white-space: normal;
        position: relative
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items > li:first-child {
        padding-left: 5px
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items > li:first-child::before {
        display: none
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items > li::before {
        content: "";
        width: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        border-left: 1px solid rgba(255, 255, 255, .1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items > li > a {
        padding: 12px 25px 12px 20px;
        display: inline-block
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items {
        border-radius: 0 0 20px 20px;
        padding: 0 4px 12px
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items li {
        position: relative
    }

    .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items li:before {
        position: absolute;
        left: 0;
        top: 7px;
        bottom: 5px;
        width: 1px;
        height: auto;
        opacity: 1
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items {
        padding: 3px 2px;
        box-shadow: 0 4px rgba(0, 0, 0, .3) inset, 0 -4px rgba(0, 0, 0, .3) inset
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li {
        width: calc(100% - 4px);
        margin: 0 2px
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li:first-child {
        padding-left: 0
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li::before {
        content: "";
        height: 0;
        width: auto;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        position: absolute;
        top: -1px;
        right: 0;
        bottom: auto;
        left: 0
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li > a {
        display: block;
        padding: 8px 20px 7px
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li .cs-submenu-items {
        border-radius: 20px;
        padding: 4px
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li .cs-submenu-items::before {
        width: 15px
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical.cs-menu-right .cs-menu-items > li > a {
        text-align: right
    }

    .cs-menu.cs-menu-theme-6.cs-menu-vertical.cs-menu-center .cs-menu-items > li > a {
        text-align: center
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items {
        box-shadow: 0 6px 7px -6px rgba(0, 0, 0, .6);
        border-radius: 4px
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items > li {
        margin: 2px 0;
        position: relative
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items > li:first-child::before {
        display: none
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items > li::before {
        content: "";
        width: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        border-left: 1px solid rgba(255, 255, 255, .1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items > li > a {
        padding: 11px 20px
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items {
        padding-bottom: 10px;
        box-shadow: 0 6px 7px -6px rgba(0, 0, 0, .6)
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items li {
        position: relative
    }

    .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items li:before {
        position: absolute;
        left: 0;
        top: 7px;
        bottom: 5px;
        width: 1px;
        height: auto;
        opacity: 1
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li {
        width: calc(100% - 4px);
        margin: 0 2px
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li:first-child {
        padding-left: 0
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li::before {
        content: "";
        height: 0;
        width: auto;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        position: absolute;
        top: -1px;
        right: 0;
        bottom: auto;
        left: 0
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li > a {
        display: block;
        padding: 7px 14px 8px
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li .cs-submenu-items {
        padding: 5px 0
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical.cs-menu-right .cs-menu-items > li > a {
        text-align: right
    }

    .cs-menu.cs-menu-theme-7.cs-menu-vertical.cs-menu-center .cs-menu-items > li > a {
        text-align: center
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items {
        border-radius: 4px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, .3)
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items > li {
        margin: 0;
        position: relative
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu > a::before {
        content: "";
        height: 0;
        width: 0;
        border-bottom: 6.5px solid rgba(0, 0, 0, .5);
        border-left: 6.5px solid transparent;
        border-right: 6.5px solid transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::before,
    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu:hover > a::before {
        opacity: 0
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu:hover > a::after {
        content: "";
        height: 0;
        width: 0;
        border-left: 6.5px solid transparent;
        border-right: 6.5px solid transparent;
        border-top: 6.5px solid rgba(0, 0, 0, .5);
        position: absolute;
        bottom: -6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a {
        padding: 12px 20px 9px;
        position: relative
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items {
        top: calc(100% + 9px)
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items {
        padding: 6px 0
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li {
        width: 100%
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::before {
        position: absolute;
        right: -3px;
        bottom: 50%;
        left: auto;
        -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
        -moz-transform: translateX(0) translateY(50%) rotate(-90deg);
        -ms-transform: translateX(0) translateY(50%) rotate(-90deg);
        -o-transform: translateX(0) translateY(50%) rotate(-90deg);
        transform: translateX(0) translateY(50%) rotate(-90deg)
    }

    .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::before,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::before {
        right: auto;
        left: -2px;
        -webkit-transform: translateX(0) translateY(50%) rotate(90deg);
        -moz-transform: translateX(0) translateY(50%) rotate(90deg);
        -ms-transform: translateX(0) translateY(50%) rotate(90deg);
        -o-transform: translateX(0) translateY(50%) rotate(90deg);
        transform: translateX(0) translateY(50%) rotate(90deg)
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
        position: absolute;
        right: -9px;
        bottom: 50%;
        left: auto;
        -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
        -moz-transform: translateX(0) translateY(50%) rotate(-90deg);
        -ms-transform: translateX(0) translateY(50%) rotate(-90deg);
        -o-transform: translateX(0) translateY(50%) rotate(-90deg);
        transform: translateX(0) translateY(50%) rotate(-90deg)
    }

    .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
        right: auto;
        left: -9px;
        -webkit-transform: translateX(0) translateY(50%) rotate(90deg);
        -moz-transform: translateX(0) translateY(50%) rotate(90deg);
        -ms-transform: translateX(0) translateY(50%) rotate(90deg);
        -o-transform: translateX(0) translateY(50%) rotate(90deg);
        transform: translateX(0) translateY(50%) rotate(90deg)
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li > a {
        padding: 7px 15px
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical.cs-menu-right .cs-menu-items > li > a {
        text-align: right
    }

    .cs-menu.cs-menu-theme-8.cs-menu-vertical.cs-menu-center .cs-menu-items > li > a {
        text-align: center
    }

    .cs-menu.cs-menu-theme-9 .cs-menu-items > li {
        position: relative
    }

    .cs-menu.cs-menu-theme-9 .cs-menu-items > li::before {
        content: ".";
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        position: relative;
        top: -3px
    }

    .cs-menu.cs-menu-theme-9 .cs-menu-items > li > a {
        display: inline-block;
        padding: 9px
    }

    .cs-menu.cs-menu-theme-9 .cs-menu-items .cs-submenu-items {
        padding: 10px 0
    }

    .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li {
        margin: 5px 10px 1px
    }

    .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li::before {
        margin: 0
    }

    .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li > a {
        padding: 0 3px
    }

    .cs-aside-right .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li > a,
    .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li > a {
        float: left;
        margin: 7px 5px 0 0
    }
}

.cs-overlay, .cs-video-widget.cs-widget-empty .cs-video-player {
    visibility: hidden
}

.cs-image-widget {
    max-width: 100%
}

.cs-image-widget .cs-chosen-image {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.cs-image-alignment-right .cs-chosen-image {
    float: right
}

.cs-video-widget {
    max-width: 100%
}

.cs-video-player {
    position: relative;
    padding-top: 55%
}

.cs-video-player iframe {
    position: absolute;
    top: 0;
    left: 0
}

.cs-gallery-widget .owl-carousel .owl-item {
    height: 360px;
    position: relative
}

.cs-gallery-widget .owl-carousel .owl-item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.cs-gallery-widget .owl-carousel .owl-item img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%
}

.cs-gallery-widget .owl-carousel .owl-item-full img {
    height: 100%;
    width: auto
}

.cs-gallery-widget .owl-carousel .owl-next, .cs-gallery-widget .owl-carousel .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    color: transparent;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 44px
}

.cs-gallery-widget .owl-carousel .owl-next::before, .cs-gallery-widget .owl-carousel .owl-prev::before {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve" > <path fill="white" d="M10.9,7L10.9,7c-0.2-0.2-0.5-0.3-0.8-0.3C9.5,6.8,9,7.3,9,7.9c0,0.3,0.1,0.6,0.4,0.8l0,0L13,12l-3.6,3.3l0,0 C9.1,15.5,9,15.8,9,16.1c0,0.6,0.5,1.1,1.1,1.1c0.3,0,0.6-0.1,0.8-0.3l0,0l4.5-4.1c0.2-0.2,0.4-0.5,0.4-0.8s-0.1-0.6-0.4-0.8 L10.9,7z M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M12,21.8c-5.4,0-9.8-4.4-9.8-9.8S6.6,2.2,12,2.2 s9.8,4.4,9.8,9.8S17.4,21.8,12,21.8z" /> </svg>');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.cs-gallery-widget .owl-carousel .owl-next:hover, .cs-gallery-widget .owl-carousel .owl-prev:hover {
    color: transparent;
    background: rgba(0, 0, 0, .4)
}

.cs-gallery-widget .owl-carousel .owl-prev {
    left: 20px
}

.cs-gallery-widget .owl-carousel .owl-prev::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cs-gallery-widget .owl-carousel .owl-next {
    right: 20px
}

.cs-gallery-widget .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 100%)
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number, .cs-gallery-widget .owl-carousel .owl-dots-as-thumb {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot, .cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70px;
    -moz-flex: 0 70px;
    -ms-flex: 0 70px;
    flex: 0 70px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1px;
    position: relative;
    border: 1px solid #adadad;
    box-shadow: inset 2px 3px 5px 0 rgba(0, 0, 0, .18);
    background-color: #fff;
    counter-increment: gallery-item
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot:last-of-type,
.cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot:last-of-type {
    margin-right: 0
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot:first-of-type,
.cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot:first-of-type {
    margin-left: 0
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot span,
.cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot span {
    width: 100%;
    height: 100%;
    background: 0 0;
    margin: 0
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number {
    counter-reset: gallery-item
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot {
    counter-increment: gallery-item;
    height: 28px;
    top: -20px
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot span::before {
    content: counter(gallery-item);
    color: #404040;
    font-size: 14px;
    line-height: 28px
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot.active {
    background-color: #ebebeb;
    box-shadow: 0 4px 5px 0 rgba(1, 1, 1, .18) inset
}

.cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot.active span::before {
    color: #5e6567;
    font-weight: 700
}

.cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 44px;
    top: -18px
}

.cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot::before {
    background-color: #f2f3f3;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .3s ease;
    will-change: background-color
}

.cs-gallery-widget .owl-carousel .owl-dots-as-thumb .owl-dot.active::before {
    background-color: #000;
    opacity: .4
}

.cs-gallery-widget {
    max-width: 100%
}

.cs-gallery-widget-empty {
    height: 100%;
    margin-bottom: 20px
}

.cs-gallery-widget-empty .owl-item {
    height: 340px
}

.cs-overlay {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    z-index: 100;
    opacity: 0;
    will-change: opacity, visibility;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: fadeOut .6s;
    -moz-animation: fadeOut .6s;
    animation: fadeOut .6s
}

.cs-overlay.cs-is-open {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeIn .4s;
    -moz-animation: fadeIn .4s;
    animation: fadeIn .4s
}

.cs-overlay .cs-full-image {
    opacity: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80%;
    border: 7px solid #fff;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fadeOut .2s;
    -moz-animation: fadeOut .2s;
    animation: fadeOut .2s
}

.cs-overlay .cs-full-image.cs-is-open {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeIn .6s;
    -moz-animation: fadeIn .6s;
    animation: fadeIn .6s
}

.cs-overlay .cs-full-close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 20px;
    fill: rgba(255, 255, 255, .45);
    cursor: pointer
}

.cs-overlay .cs-full-close:hover {
    fill: #fff
}

img.owl-lazy[data-zoom=true]:hover {
    cursor: pointer
}

.cs-spinner {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px dashed #01b1e7;
    -webkit-animation: spin 3s infinite linear;
    -moz-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px)
}

.cs-overflow-hidden {
    overflow: hidden
}

.cs-text-widget-placeholder {
    min-height: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
    font-size: 14px
}

.cs-text-widget-placeholder + .text-editor {
    display: none
}

.cs-text-widget .text-editor ol, .cs-text-widget .text-editor ul {
    list-style-position: inside;
    list-style-type: disc;
    word-break: break-word
}

.cs-text-widget .text-editor ol {
    list-style-type: decimal
}

.cs-text-widget .text-editor h1, .cs-text-widget .text-editor h2,
.cs-text-widget .text-editor h3, .cs-text-widget .text-editor h4, .cs-text-widget .text-editor h5,
.cs-text-widget .text-editor h6 {
    font-weight: 400;
    word-break: break-word
}

.cs-text-widget .text-editor p {
    word-break: break-word
}

.cs-text-widget .text-editor h1 {
    font-size: 72px
}

.cs-text-widget .text-editor h2 {
    font-size: 60px
}

.cs-text-widget .text-editor h3 {
    font-size: 48px
}

.cs-text-widget .text-editor h4 {
    font-size: 36px
}

.cs-text-widget .text-editor h5 {
    font-size: 24px
}

.cs-text-widget .text-editor h6 {
    font-size: 18px
}

.cs-button-widget .cs-button, .cs-form-widget .cs-button, .cs-preview-widget-edit .cs-button {
    display: inline-block;
    padding: 10px 35px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    word-break: break-word
}

.cs-button-widget, .cs-preview-widget-edit {
    text-align: center
}

.cs-button-widget .cs-button, .cs-preview-widget-edit .cs-button {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    min-height: 39px;
    border: none;
    position: relative
}

.cs-button-widget .cs-button:focus, .cs-button-widget .cs-button:hover,
.cs-preview-widget-edit .cs-button:focus, .cs-preview-widget-edit .cs-button:hover {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .6
}

.cs-button-alignment-left {
    text-align: left
}

.cs-button-alignment-center {
    text-align: center
}

.cs-button-alignment-right {
    text-align: right
}

[class * =cs-button-theme] span {
    position: relative;
    z-index: 2
}

.cs-button-theme-2::before, .cs-button-theme-4::before, .cs-button-theme-7::before,
.cs-button-theme-8::before {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    z-index: 1;
    content: ""
}

.cs-button-theme-3, .cs-button-theme-4, .cs-button-theme-6, .cs-button-theme-8 {
    box-shadow: inset 0 -4px rgba(0, 0, 0, .3)
}

.cs-button-theme-5, .cs-button-theme-6, .cs-button-theme-7, .cs-button-theme-7::before,
.cs-button-theme-8, .cs-button-theme-8::before {
    border-radius: 20px
}

.cs-button-theme-4::before, .cs-button-theme-6::before, .cs-button-theme-8::before {
    margin: 2px 2px 4px
}

.cs-form-widget {
    max-width: 100%
}

.cs-form-widget .cs-button {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border: none;
    min-width: 100%;
    min-height: auto;
    line-height: 25px;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.cs-form-widget .cs-button:focus, .cs-form-widget .cs-button:hover {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .6
}

.cs-form-widget .cs-button::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    background: 0 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.cs-form-widget .cs-button[disabled] {
    opacity: .8
}

.cs-form-widget .cs-button[disabled]::after {
    opacity: 1;
    box-shadow: 0 0 10px 200px rgba(0, 0, 0, .7);
    border-color: #666 #fff #666 #666;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all 1s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
    -moz-transition: all 1s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
    transition: all 1s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out
}

.cs-form-content {
    position: absolute;
    opacity: 0;
    top: 0;
    left: -2000px
}

.cs-form-group {
    padding-bottom: 10px
}

.cs-form-group label {
    display: none
}

.cs-form-group label.cs-field-error {
    font-size: 12px;
    color: #d85553
}

.cs-form-group textarea {
    display: block;
    min-height: 100px
}

.cs-form-group input, .cs-form-group textarea {
    padding: 7px 15px 10px
}

.cs-form-group input, .cs-form-group select, .cs-form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif
}

.cs-form-group input::-webkit-input-placeholder, .cs-form-group select::-webkit-input-placeholder,
.cs-form-group textarea::-webkit-input-placeholder {
    color: rgba(102, 102, 102, .5)
}

.cs-form-group input::-moz-placeholder, .cs-form-group select::-moz-placeholder,
.cs-form-group textarea::-moz-placeholder {
    color: rgba(102, 102, 102, .5)
}

.cs-form-group input:-moz-placeholder, .cs-form-group select:-moz-placeholder,
.cs-form-group textarea:-moz-placeholder {
    color: rgba(102, 102, 102, .5)
}

.cs-form-group input:-ms-input-placeholder, .cs-form-group select:-ms-input-placeholder,
.cs-form-group textarea:-ms-input-placeholder {
    color: rgba(102, 102, 102, .5)
}

.cs-form-group input.cs-field-error, .cs-form-group select.cs-field-error,
.cs-form-group textarea.cs-field-error {
    border-color: #d85553
}

.cs-form-group input.cs-field-error:focus, .cs-form-group select.cs-field-error:focus,
.cs-form-group textarea.cs-field-error:focus {
    outline: 0;
    box-shadow: 0 0 1px 2px rgba(216, 85, 83, .4)
}

.cs-form-group select {
    height: 36px;
    background-color: #fff;
    padding-left: 13px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cs-form-group select {
        padding-left: 0;
        text-indent: 10px
    }
}

.cs-form-message {
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 10px;
    text-align: left
}

.cs-form-message::before {
    display: inline-block;
    width: 9px;
    margin-right: 7px
}

.cs-form-message-valid {
    padding: 8px 15px 10px;
    background: #53d791
}

.cs-form-message-valid::before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path fill="#ffffff" d="M22.6,9.6L11.9,19.7c-0.9,0.9-2.5,0.9-3.4,0l-5.3-5c-0.9-0.9-0.9-2.3,0-3.2c0.9-0.9,2.5-0.9,3.4,0l3.2,3 c0.2,0.2,0.6,0.2,0.9,0l8.5-8.1c0.9-0.9,2.5-0.9,3.4,0c0.5,0.4,0.7,1,0.7,1.6C23.3,8.6,23,9.2,22.6,9.6z"/></svg>')
}

.cs-form-message-invalid {
    padding: 8px 15px 10px;
    background: #d85553
}

.cs-form-message-invalid::before {
    content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffffff" d="M21.419 16l9.471-9.471c1.497-1.497 1.497-3.923 0-5.419s-3.923-1.497-5.419 0l-9.471 9.471-9.471-9.497c-1.497-1.497-3.923-1.497-5.419 0s-1.497 3.923 0 5.419l9.471 9.497-9.497 9.471c-1.497 1.497-1.497 3.923 0 5.419 0.748 0.748 1.729 1.135 2.71 1.135s1.961-0.361 2.71-1.135l9.497-9.471 9.471 9.471c0.748 0.748 1.729 1.135 2.71 1.135s1.961-0.361 2.71-1.135c1.497-1.497 1.497-3.923 0-5.419l-9.471-9.471z"></path></svg>');
    width: 7px
}

@media only screen and (min-width:768px) {
    .cs-form-widget .cs-button {
        min-width: 175px
    }

    .cs-form-message {
        -webkit-align-self: center;
        -moz-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
        margin-bottom: 0
    }

    .cs-form-group:last-child {
        padding: 20px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        box-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -o-align-items: baseline;
        align-items: baseline;
        -ms-flex-align: baseline
    }

    .cs-form-group:last-child .cs-form-message {
        margin-right: 15px
    }

    .cs-form-widget.cs-form-button-left .cs-form-group:last-child {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse
    }

    .cs-form-widget.cs-form-button-left .cs-form-group:last-child .cs-form-message {
        margin-right: 0;
        margin-left: 15px
    }

    .cs-form-widget.cs-form-button-center .cs-form-group:last-child {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }

    .cs-form-widget.cs-form-button-center .cs-form-group:last-child .cs-form-message-invalid,
    .cs-form-widget.cs-form-button-center .cs-form-group:last-child .cs-form-message-valid {
        margin: 0 0 10px
    }
}

.cs-code-widget {
    max-width: 100%;
    min-height: 25px
}

.cs-code-widget p {
    word-break: break-word
}

.cs-sale-widget .cs-chosen-image {
    max-width: 290px;
    max-height: 290px;
    margin-bottom: 15px
}

.cs-sale-widget .cs-title {
    font-size: 14px;
    font-weight: 700
}

.cs-sale-widget .cs-description {
    font-size: 13px;
    margin: 10px 0
}

.cs-sale-widget .cs-value {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 15px
}

.cs-sale-widget .cs-button {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    display: inline-block;
    padding: 10px 35px;
    min-height: 39px;
    color: #000;
    border: none;
    text-decoration: none;
    word-break: break-word;
    position: relative;
    font-size: 13px
}

.cs-sale-widget .cs-button:focus, .cs-sale-widget .cs-button:hover {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .6
}

.cs-social-widget {
    max-width: 100%;
    min-height: 25px
}

.cs-social-alignment-left {
    text-align: left
}

.cs-social-alignment-center {
    text-align: center
}

.cs-social-alignment-right {
    text-align: right
}

.cs-social-widget li {
    display: inline
}

.cs-social-widget svg {
    width: 40px;
    height: 40px
}

.cs-social-colors .cs-ico-facebook {
    fill: #2C5C9B
}

.cs-social-colors .cs-ico-instagram {
    fill: #46769E
}

.cs-social-colors .cs-ico-twitter {
    fill: #00ACEE
}

.cs-social-colors .cs-ico-linkedin {
    fill: #005A89
}

.cs-social-colors .cs-ico-pinterest {
    fill: #CD2928
}

.cs-section-inner {
    min-height: inherit;
    max-width: 944px
}

.cs-section-full .cs-section-inner {
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .cs-section-full {
        width: 100%
    }
}

.cs-section-parallax .cs-section-inner {
    background-attachment: fixed
}

.cs-section-vertical .cs-lines {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (min-width:768px) {
    header.cs-section {
        position: relative;
        z-index: 3
    }

    .cs-aside {
        max-width: 940px;
        margin: 0 auto;
        position: relative;
        z-index: 2
    }

    .cs-aside sidebar.cs-section {
        width: 200px;
        position: absolute;
        top: 0
    }

    .cs-aside sidebar.cs-section .cs-box {
        min-width: 100%
    }

    .cs-aside-left sidebar.cs-section {
        left: 0
    }

    .cs-aside-left ~ section .cs-lines {
        padding-left: 205px
    }

    .cs-aside-right sidebar.cs-section {
        left: calc(100% - 200px)
    }

    .cs-aside-right ~ section .cs-lines {
        padding-right: 205px
    }
}

@media only screen and (max-width:767px) {
    .cs-aside .cs-menu-widget {
        margin: 0
    }
}

body {
    background-color: #f7f6f2;
}

.cs-page .text-editor p, .cs-page .text-editor ol, .cs-page .text-editor ul {
    font-family: 'Work Sans';
    font-size: 13px;
    color: #000;
}

.cs-page .text-editor h1, .cs-page .text-editor h2, .cs-page .text-editor h3,
.cs-page .text-editor h4, .cs-page .text-editor h5, .cs-page .text-editor h6 {
    font-family: 'Work Sans';
    color: #000;
}

.cs-menu a {
    font-size: 16px;
    font-family: 'Lato';
}

.cs-section .cs-menu .cs-menu-button {
    background: #ffffff;
}

.cs-menu-button .cs-ico-menu, .cs-menu-button .cs-ico-menu-close {
    fill: #000000;
}

@media only screen and (min-width: 768px) {
    .cs-menu a, .cs-menu.cs-menu-theme-9 .cs-menu-items > li::before {
        color: #000000;
    }

    .cs-menu .cs-menu-items > li > a:hover, .cs-menu .cs-menu-items > li.cs-is-active > a,
    .cs-menu .cs-menu-items > li:hover > a {
        color: #e43e31;
    }

    .cs-menu .cs-submenu-items li::before {
        background: #000000;
    }

    .cs-menu .cs-submenu-items li a {
        color: #000000;
    }

    .cs-menu.cs-menu-theme-1, .cs-menu.cs-menu-theme-1 .cs-submenu-items,
    .cs-menu.cs-menu-theme-6 .cs-submenu-items, .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-show-submenu > a::after {
        background: #ffffff;
    }

    .cs-menu .cs-submenu-items li a:hover, .cs-menu.cs-menu-theme-1 .cs-menu-items li a:focus,
    .cs-menu.cs-menu-theme-2 .cs-menu-items li a:focus, .cs-menu.cs-menu-theme-3 .cs-menu-items li a:focus,
    .cs-menu.cs-menu-theme-4 .cs-menu-items li a:focus, .cs-menu.cs-menu-theme-6 .cs-menu-items li a:focus,
    .cs-menu.cs-menu-theme-7 .cs-menu-items li a:focus, .cs-menu.cs-menu-theme-8 .cs-menu-items li a:focus,
    .cs-menu.cs-menu-theme-9 .cs-menu-items li a:focus, .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-show-submenu > a,
    .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-show-submenu > a, .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-show-submenu > a,
    .cs-menu.cs-menu-theme-4 .cs-menu-items > li.cs-show-submenu > a, .cs-menu.cs-menu-theme-6 .cs-menu-items > li.cs-show-submenu > a,
    .cs-menu.cs-menu-theme-7 .cs-menu-items > li.cs-show-submenu > a, .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-show-submenu > a,
    .cs-menu.cs-menu-theme-9 .cs-menu-items > li.cs-show-submenu > a {
        color: #e43e31;
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu > a::after {
        border-color: #000000;
    }

    .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
    .cs-menu.cs-menu-theme-2 .cs-menu-items > li:hover > a::after, .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-is-active > a::after,
    .cs-menu.cs-menu-theme-1 .cs-menu-items > li:hover > a, .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-show-submenu:hover > a,
    .cs-menu.cs-menu-theme-1 .cs-menu-items > li > a:focus, .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-show-submenu > a,
    .cs-menu.cs-menu-theme-1 .cs-menu-items > li > a:hover .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-is-active > a:hover,
    .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-is-active > a:focus,
    .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-is-active > a {
        border-color: #e43e31;
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-is-active.cs-has-submenu > a::after {
        border-bottom-color: #e43e31;
    }

    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:hover::before, .cs-menu.cs-menu-theme-3 .cs-submenu-items li::before {
        background: #000000;
    }

    .cs-menu.cs-menu-theme-3 .cs-submenu-items, .cs-menu.cs-menu-theme-2 .cs-submenu-items,
    .cs-menu.cs-menu-theme-7 .cs-submenu-items {
        background: #ffffff;
    }

    .cs-menu.cs-menu-theme-4 .cs-menu-items > li:hover > a, .cs-menu.cs-menu-theme-4 .cs-menu-items > li > a:hover,
    .cs-menu.cs-menu-theme-4 .cs-menu-items > li > a:focus, .cs-menu.cs-menu-theme-4 .cs-menu-items > li.cs-is-active > a,
    .cs-menu.cs-menu-theme-4 .cs-menu-items > li.cs-show-submenu > a, .cs-menu.cs-menu-theme-5 .cs-menu-items > li:hover > a,
    .cs-menu.cs-menu-theme-5 .cs-menu-items > li a:focus, .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-is-active > a,
    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-show-submenu > a {
        background: #ffffff;
        color: #e43e31;
    }

    .cs-menu.cs-menu-theme-5:not(.cs-menu-vertical) .cs-menu-items .cs-submenu-items {
        padding-top: calc(20px + 16px);
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items {
        background: #ffffff;
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items li.cs-has-submenu > a::after {
        border-bottom-color: #000000;
    }

    .cs-menu.cs-menu-theme-5 .cs-menu-items > li:hover.cs-has-submenu > a::after,
    .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after {
        border-bottom-color: #e43e31;
    }

    .cs-menu.cs-menu-theme-4 .cs-submenu-items, .cs-menu.cs-menu-theme-9 .cs-submenu-items,
    .cs-menu.cs-menu-theme-6 .cs-menu-items, .cs-menu.cs-menu-theme-7 .cs-menu-items,
    .cs-menu.cs-menu-theme-8 .cs-menu-items, .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items,
    .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::before, .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::after {
        background: #ffffff;
    }

    .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a::before {
        border-top-color: #ffffff;
    }

    .cs-menu-vertical.cs-menu-theme-3 .cs-menu-items::before {
        background: {
            {
                navAttr.navBackground
            }
}

        ;
    }
}

.cs-section[id="a9dccbb9-2e5e-4d64-be2e-b42c1b37681f"] {
    min-height: 94px;
}

.cs-section[id="a9dccbb9-2e5e-4d64-be2e-b42c1b37681f"] .cs-section-inner {
    min-height: 94px;
    background-color: #ffffff;
}

.cs-section[id="0eaf4655-d337-480b-805d-f2275a0e4d0d"] {
    min-height: 614px;
}

.cs-section[id="0eaf4655-d337-480b-805d-f2275a0e4d0d"] .cs-section-inner {
    min-height: 614px;
    background-color: transparent;
    background-image: url(https://yata.ostr.locaweb.com.br/20bf5cf996312e77039643f9feb435e0dd21d11d120d2eb6c6a5ac4ea080d86c);
    background-repeat: no-repeat;
    background-position: center top;
}

.cs-section[id="50a0185c-5947-4d69-9e71-edc57c1b9697"] {
    min-height: 427px;
}

.cs-section[id="50a0185c-5947-4d69-9e71-edc57c1b9697"] .cs-section-inner {
    min-height: 427px;
    background-color: #ffffff;
    background-image: url(https://yata.ostr.locaweb.com.br/97ce380f53657e781d58c38823f017110ac2571a51c468bdf244896005f8f7ae);
    background-repeat: no-repeat;
    background-position: center top;
}

.cs-section[id="b1ef4562-0fb4-464d-84f0-4b6df813924b"] {
    min-height: 614px;
}

.cs-section[id="b1ef4562-0fb4-464d-84f0-4b6df813924b"] .cs-section-inner {
    min-height: 614px;
    background-color: transparent;
    background-image: url(https://yata.ostr.locaweb.com.br/20bf5cf996312e77039643f9feb435e0dd21d11d120d2eb6c6a5ac4ea080d86c);
    background-repeat: no-repeat;
    background-position: center top;
}

.cs-section[id="c74a18a9-8ff0-45dd-ae07-23c176ffaf33"] {
    min-height: 614px;
}

.cs-section[id="c74a18a9-8ff0-45dd-ae07-23c176ffaf33"] .cs-section-inner {
    min-height: 614px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://yata.ostr.locaweb.com.br/b7db6d4565926527e86dca654fe40c4e062856118f3dd405a779d729cfb06636);
    background-size: cover;
    background-position: center center;
}

.cs-section[id="fc19025e-1063-428e-b6c1-94574e00f948"] {
    min-height: 568px;
}

.cs-section[id="fc19025e-1063-428e-b6c1-94574e00f948"] .cs-section-inner {
    min-height: 568px;
    background-color: #ffffff;
}

.cs-section[id="7487ec94-93d6-4127-a1b0-09f24f016584"] {
    min-height: 568px;
}

.cs-section[id="7487ec94-93d6-4127-a1b0-09f24f016584"] .cs-section-inner {
    min-height: 568px;
    background-color: #ffffff;
}

.cs-section[id="1e659336-2b4e-475b-80a1-3de66742437e"] {
    min-height: 728px;
}

.cs-section[id="1e659336-2b4e-475b-80a1-3de66742437e"] .cs-section-inner {
    min-height: 728px;
    background-color: #ffffff;
}

.cs-section[id="bb33e74d-3572-434e-9713-e530656c74bc"] {
    min-height: 763px;
}

.cs-section[id="bb33e74d-3572-434e-9713-e530656c74bc"] .cs-section-inner {
    min-height: 763px;
    background-color: #ffffff;
}

.cs-section[id="74e8e412-64a1-427b-abe3-14f3b2598f81"] {
    min-height: 579px;
}

.cs-section[id="74e8e412-64a1-427b-abe3-14f3b2598f81"] .cs-section-inner {
    min-height: 579px;
    background-color: transparent;
    background-image: url(https://yata.ostr.locaweb.com.br/09f11db20194707bb09f01d422ad363ad55a43d871229e30e38edfa3897c9346);
    background-size: cover;
    background-position: center center;
}

.cs-section[id="047e11ef-c6a4-4025-833d-3514ff65f752"] {
    min-height: 436px;
}

.cs-section[id="047e11ef-c6a4-4025-833d-3514ff65f752"] .cs-section-inner {
    min-height: 436px;
    background-color: transparent;
    background-image: url(https://yata.ostr.locaweb.com.br/0e5184e3811e04e9d0319139cdfe79de4430aa950138e8e17d140d57a358c474);
    background-size: cover;
    background-position: center center;
}

.cs-section[id="3ccf9618-86f9-4c0a-895f-94fbee0d856a"] {
    min-height: 340px;
}

.cs-section[id="3ccf9618-86f9-4c0a-895f-94fbee0d856a"] .cs-section-inner {
    min-height: 340px;
    background-color: #1e2a34;
}

.cs-box[id="fa255446-755f-4444-8a16-30acf324569d"] {
    flex-grow: 1;
}

.cs-box[id="2785d698-0774-44a9-bfe8-1fd3dbf0480a"] {
    flex-grow: 1;
}

.cs-box[id="42393614-9fa3-4256-9b39-088eebef8a4d"] {
    flex-grow: 1;
}

.cs-box[id="9ce55390-77b9-45b1-818d-f20c1976cc9c"] {
    flex-grow: 1;
}

.cs-box[id="c6c88630-9fd8-4df5-b480-be118f41440d"] {
    flex-grow: 1;
}

.cs-box[id="8432cefe-5ab6-4952-b7f1-e67bc5162bce"] {
    flex-grow: 1;
}

.cs-box[id="6c7659c4-4dc8-463b-82f2-2269e9dbcae5"] {
    flex-grow: 1;
}

.cs-box[id="39a1d1c2-076a-43d8-b190-6e40d5deae79"] {
    flex-grow: 1;
}

.cs-box[id="4d7c1852-aa8e-4413-9c2c-6ba41e49b307"] {
    flex-grow: 1;
}

.cs-box[id="c6048961-a4b6-4675-8eca-2f54845d6aba"] {
    flex-grow: 1;
}

.cs-box[id="b85faaf2-3e42-4362-84e5-f75414554c39"] {
    flex-grow: 1;
}

.cs-box[id="26dfe360-248c-4de8-b147-2c3fa5e91411"] {
    flex-grow: 1;
}

.cs-box[id="e2287c94-d2ef-4da4-9e90-424931fc0e06"] {
    flex-grow: 1;
}

.cs-box[id="ab60717b-d42a-4e0b-8c2b-aecb9cf3cc08"] {
    flex-grow: 1;
}

.cs-box[id="50fdb789-654a-4a33-b286-60a371a80023"] {
    flex-grow: 0.70222213851081;
}

.cs-box[id="cc3d2fe6-4894-4392-aea2-020495199fe7"] {
    flex-grow: 1;
}

.cs-box[id="34297565-f919-4e63-85bd-0cd3d077f652"] {
    flex-grow: 1;
}

.cs-box[id="e130dbd5-3ed4-48e1-b703-09a62c39c593"] {
    flex-grow: 1;
}

.cs-box[id="d0b55bad-5b91-4013-9e50-77435ed40471"] {
    flex-grow: 1;
}

.cs-box[id="c5ced2fd-c305-402c-8638-c2d4955027f8"] {
    flex-grow: 1;
}

.cs-box[id="a773669b-141d-450f-81b7-b8a4045e780c"] {
    flex-grow: 1;
}

.cs-box[id="b6dff010-4d8a-40d0-b6c6-17e364caed28"] {
    flex-grow: 1;
}

.cs-box[id="436ece5a-8c43-41d5-b70f-1f83f3dd85e4"] {
    flex-grow: 0.664428497777778;
}

.cs-box[id="79502f14-bd30-4d23-aa15-33c5ebbd2e92"] {
    flex-grow: 1;
}

.cs-box[id="c476c44e-6d35-4f52-8b01-5668dba1b0af"] {
    flex-grow: 1;
}

.cs-box[id="2a0f20b5-d8c4-4593-b2f2-54594ca50e61"] {
    flex-grow: 1;
}

.cs-box[id="3fc23d4d-7c50-4e14-8828-531452b739aa"] {
    flex-grow: 1.29777762307061;
}

.cs-box[id="05ce2993-637d-45ac-a2d9-f3c33987ef51"] {
    flex-grow: 1;
}

.cs-box[id="1a5968f4-77f2-459b-ae50-9c22f7270d4b"] {
    flex-grow: 1;
}

.cs-box[id="48824e4f-4586-40e3-86ab-9080ce6f6182"] {
    flex-grow: 1;
}

.cs-box[id="9719172c-016d-47d4-8116-7096b7819bd6"] {
    flex-grow: 1.33552350222222;
}

.cs-box[id="7f9dc67d-abd0-4a37-aec8-5a0040176f34"] {
    flex-grow: 1;
}

.cs-box[id="1f762590-9525-4bb7-8f2a-a9d0f9507090"] {
    flex-grow: 1;
}

.cs-box[id="637af80b-27ac-4331-904c-560831c6bf64"] {
    flex-grow: 1;
}

.cs-box[id="4d2ca047-8229-4d65-9e4f-31966c614460"] {
    flex-grow: 1;
}

.cs-widget[id="2ad80beb-4534-4c9e-b7f7-dacadab6bfaa"] {
    background-color: transparent;
}

.cs-widget[id="56c0eaba-32f8-4889-9760-5dbeeed779c5"] .cs-button {
    background: #e43e31;
    color: #ffffff;
}

.cs-widget[id="56c0eaba-32f8-4889-9760-5dbeeed779c5"] {
    background-color: transparent;
}

.cs-widget[id="af9c8787-3fd6-4641-825d-0a3c47c8c536"] .cs-button {
    background: #3d65b8;
    color: #ffffff;
}

.cs-widget[id="af9c8787-3fd6-4641-825d-0a3c47c8c536"] {
    background-color: transparent;
}

.cs-widget[id="0616c794-2ac1-4f17-abae-cea6afd183be"] {
    background-color: transparent;
}

.cs-widget[id="f5a804f3-a9b6-4cf9-a368-6a1a06c4657a"] {
    background-color: transparent;
}

.cs-widget[id="6391131f-adc1-4013-af0a-0699c4232605"] {
    background-color: transparent;
}

.cs-widget[id="51d90647-5ecb-4bfb-8233-121adbe6d8a2"] {
    background-color: transparent;
}

.cs-widget[id="3fe3aad2-eb0a-492e-912a-a9f103a20a78"] {
    background-color: transparent;
}

.cs-widget[id="d2ab07aa-e627-45c7-a854-ddb53b0f02aa"] {
    background-color: transparent;
}

.cs-widget[id="98d70228-3038-4e6f-9074-d8a61ce00b51"] {
    background-color: transparent;
}

.cs-widget[id="ae43aacf-cb54-4e3c-9975-b89b51196331"] {
    background-color: transparent;
}

.cs-widget[id="304a5749-2703-4e2d-b774-25f5dbeb4bcc"] .cs-button {
    background: #e43e31;
    color: #ffffff;
}

.cs-widget[id="304a5749-2703-4e2d-b774-25f5dbeb4bcc"] {
    background-color: transparent;
}

.cs-widget[id="98fe4059-9467-4c1b-bed3-da9bda114974"] {
    background-color: transparent;
}

.cs-widget[id="8fe7b311-a6cd-4d34-a06e-89ba45dd481d"] {
    background-color: transparent;
}

.cs-widget[id="dad53516-553b-4d04-babf-d256f89466a7"] .cs-button {
    background: #e43e31;
    color: #ffffff;
}

.cs-widget[id="dad53516-553b-4d04-babf-d256f89466a7"] {
    background-color: transparent;
}

.cs-widget[id="f59fae36-21a6-45b7-865f-2190c5404060"] {
    background-color: transparent;
}

.cs-widget[id="2813a445-f1d2-4b3a-9ad5-87ab7654e1c3"] {
    background-color: transparent;
}

.cs-widget[id="1254fcf9-38c8-4ab1-9494-82c191093398"] {
    background-color: transparent;
}

.cs-widget[id="e24cea28-2224-4986-a306-2f8704404819"] {
    background-color: transparent;
}

.cs-widget[id="a5340374-e132-4d3a-984f-71bc668cf159"] {
    background-color: transparent;
}

.cs-widget[id="13a6f680-4410-4fee-afb2-3efa3bbe46d1"] {
    background-color: transparent;
}

.cs-widget[id="a5fa0fa5-ceaa-4f67-aabe-89173442096f"] {
    background-color: transparent;
}

.cs-widget[id="8b887f89-859c-4e7c-a274-f8f4b4605b9f"] {
    background-color: transparent;
}

.cs-widget[id="c2860121-183c-4f80-936b-fa6472f08074"] {
    background-color: transparent;
}

.cs-widget[id="351cc313-0afe-473f-ad66-f0a29b9f9011"] {
    background-color: transparent;
}

.cs-widget[id="cdede42f-c526-4519-92da-f1f0088822a3"] {
    background-color: transparent;
}

.cs-widget[id="43caa83c-334e-4b6c-8d25-1bee6afd734c"] {
    background-color: transparent;
}

.cs-widget[id="d7958ff1-d118-432f-a53d-66812d5de0f7"] {
    background-color: transparent;
}

.cs-widget[id="73f44b35-ddb4-4952-ab2c-20c0c3ef6b12"] {
    background-color: transparent;
}

.cs-widget[id="928b4198-436a-4843-86d2-734a8c8196e8"] {
    background-color: transparent;
}

.cs-widget[id="b229b67a-7996-4f69-a621-8776104d06b6"] {
    background-color: transparent;
}

.cs-widget[id="e17d4096-e468-44dc-ad77-d7f786eac193"] {
    background-color: transparent;
}

.cs-widget[id="bda91044-2c5d-422f-b802-fb6caf66949b"] {
    background-color: transparent;
}

.cs-widget[id="bf3e2bb0-7f8e-43cc-9685-3c064ce7853d"] {
    background-color: transparent;
}

.cs-widget[id="55db550e-2437-47c9-91f8-40dd10114894"] {
    background-color: transparent;
}

.cs-widget[id="25e068aa-db7e-46fd-a561-59b9e348c240"] {
    background-color: transparent;
}

.cs-widget[id="15aeba49-fc92-4fd7-90f7-c6c9f151e761"] {
    background-color: transparent;
}

.cs-widget[id="c053c9c6-b401-41cb-ae7c-950f705dded4"] {
    background-color: transparent;
}

.cs-widget[id="77242988-68f1-42d7-a526-73dd2a107910"] {
    background-color: transparent;
}

.cs-widget[id="e9bf3ce6-332e-4176-8a6e-27f91f23d9b4"] {
    background-color: transparent;
}

.cs-widget[id="32880dbb-8ff4-44c6-9d84-dace94fe8479"] {
    background-color: transparent;
}

.cs-widget[id="a988f6ef-1b78-4a1c-b770-67ad641ecc09"] {
    background-color: transparent;
}

.cs-widget[id="09219845-7c42-4c38-944d-2267d5b14120"] {
    background-color: transparent;
}

.cs-widget[id="2c106c3e-839c-4d1a-82dc-0fbec0fca3cb"] {
    background-color: transparent;
}

.cs-widget[id="1e919ec2-3356-4c19-bb7a-a1959d13876f"] {
    background-color: transparent;
}

.cs-widget[id="0c02a970-de9b-4a30-926a-2201e59d2daf"] {
    background-color: transparent;
}

.cs-widget[id="1081e17d-3dfe-4eeb-96fc-68f430e5afa0"] {
    background-color: transparent;
}

.cs-widget[id="532a080b-864b-4283-94bc-e314735e2988"] {
    background-color: transparent;
}

.cs-widget[id="944a9a81-9e81-4d3b-a619-720ae3171bd4"] {
    background-color: transparent;
}

.cs-widget[id="c1ef644f-50af-4e85-90f2-98bb0f2ad8a1"] {
    background-color: transparent;
}

.cs-widget[id="ad87e3a3-f7a7-49a4-a99e-6d33b0b10506"] {
    background-color: transparent;
}

.cs-widget[id="ad4d6a30-9e02-4e85-9284-9d98651df612"] {
    background-color: transparent;
}

.cs-widget[id="7f69d0a1-1bd3-43fc-92ef-5fa21e47dbbd"] {
    background-color: transparent;
}

.cs-widget[id="ffc32c99-0db7-4c49-b96f-5824548bd95c"] {
    background-color: transparent;
}

.cs-widget[id="e696fd26-02d6-4bb3-8fa1-c5fc800880b8"] {
    background-color: transparent;
}

.cs-widget[id="d24f8d36-7cf9-4d26-91f7-b5bc73dfaca1"] {
    background-color: transparent;
}


