@charset "UTF-8";

.context-dark,
.bg-gray-700,
.bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1,
.context-dark h2,
.bg-gray-700 h2,
.bg-primary h2,
.context-dark h3,
.bg-gray-700 h3,
.bg-primary h3,
.context-dark h4,
.bg-gray-700 h4,
.bg-primary h4,
.context-dark h5,
.bg-gray-700 h5,
.bg-primary h5,
.context-dark h6,
.bg-gray-700 h6,
.bg-primary h6,
.context-dark [class^=heading-],
.bg-gray-700 [class^=heading-],
.bg-primary [class^=heading-] {
    color: #fff
}

.context-dark p,
.bg-gray-700 p,
.bg-primary p {
    color: rgba(255, 255, 255, .4);
    font-size: 0.8em;   
}

a:focus,
button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0
}

*:focus {
    outline: none
}

blockquote {
    padding: 0;
    margin: 0
}

input,
button,
select,
textarea {
    outline: none
}

label {
    margin-bottom: 0
}

p {
    margin: 0
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li,
ol li {
    display: block
}

dl {
    margin: 0
}

dt,
dd {
    line-height: inherit
}

dt {
    font-weight: inherit
}

dd {
    margin-bottom: 0
}

cite {
    font-style: normal
}

form {
    margin-bottom: 0
}

blockquote {
    padding-left: 0;
    border-left: 0
}

address {
    margin-top: 0;
    margin-bottom: 0
}

.gallery{
    margin-bottom: 100px;
}


figure {
    margin-bottom: 0
}

html p a:hover {
    text-decoration: none
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 300;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, 1);
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^=heading-] {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #000
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^=heading-] a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^=heading-] a:hover {
    color: #5cac50
}

h1,
.heading-1 {
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase
}

@media(min-width:1200px) {

    h1,
    .heading-1 {
        font-size: 100px;
        line-height: 1.11
    }
}

h2,
.heading-2 {
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase
}

@media(min-width:1200px) {

    h2,
    .heading-2 {
        font-size: 70px;
        line-height: 1.34286
    }
}

h3,
.heading-3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:1200px) {

    h3,
    .heading-3 {
        font-size: 35px
    }
}

@media(min-width:1600px) {

    h3,
    .heading-3 {
        font-size: 45px;
        line-height: 1.13333
    }
}

h4,
.heading-4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase
}

@media(min-width:1200px) {

    h4,
    .heading-4 {
        font-size: 36px;
        line-height: 1.36111
    }
}

h5,
.heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

@media(min-width:1200px) {

    h5,
    .heading-5 {
        font-size: 20px;
        line-height: 1.33333;
    }
    h5 > i {
        color: #5cac50 !important;
    }
}

h6,
.heading-6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em
}

@media(min-width:1200px) {

    h6,
    .heading-6 {
        font-size: 16px;
        line-height: 1.5
    }
}

small,
.small {
    display: block;
    font-size: 12px;
    line-height: 1.5
}

mark,
.mark {
    padding: 3px 5px;
    color: #fff;
    background: #5cac50
}

.big,
.big-text {
    font-size: 16px;
    line-height: 1.77778;
    letter-spacing: .03em
}

@media(min-width:1200px) {

    .big,
    .big-text {
        font-size: 14px;
        line-height: 25px
    }
}

.big-2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: .01em
}

@media(min-width:1200px) {
    .big-2 {
        font-size: 24px;
        line-height: 34px
    }
}

.big-custom {
    color: rgba(0, 0, 0, .3)
}

.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300
}

code {
    padding: 10px 5px;
    border-radius: .2rem;
    font-size: 90%;
    color: #1b1b1b;
    background: #f9f9f9
}

p [data-toggle=tooltip] {
    padding-left: .25em;
    padding-right: .25em;
    color: #c4c4c4
}

p [style*=max-width] {
    display: inline-block
}

::selection {
    background: #5cac50;
    color: #fff
}

::-moz-selection {
    background: #5cac50;
    color: #fff
}

h3.custom-title {
    display: flex
}

h3.custom-title:before {
    content: "";
    position: relative;
    top: .7em;
    display: block;
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    border-top: 1px solid;
    color: inherit
}

@media(min-width:1200px) {
    h3.custom-title:before {
        top: .6em;
        width: 71px;
        margin-right: 33px
    }

    h3.custom-title-small:before {
        top: .7em;
        width: 37px;
        margin-right: 22px
    }
}

h6.custom-title {
    display: flex;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

h6.custom-title:before {
    content: "";
    position: relative;
    top: .7em;
    width: 20px;
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
    border-top: 1px solid;
    color: #c4c4c4
}

@media(min-width:1200px) {
    h6.custom-title:before {
        top: .8em;
        width: 120px;
        margin-right: 22px
    }
}

.big-title-wrap {
    position: relative;
    text-align: center
}

.big-title-wrap>* {
    letter-spacing: -.02em
}

.big-title {
    font-size: 130px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, .05)
}

.big-title-text {
    margin-top: 10px;
    font-weight: 400
}

@media(min-width:768px) {
    .big-title {
        font-size: 200px
    }

    .big-title-text {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: 0
    }
}

.text-normal {
    text-transform: none
}

.title-bold {
    font-weight: 900;
    color: #e5e5e5;
    letter-spacing: .3em
}

*+.title-bold {
    margin-top: 30px
}

@media(min-width:1600px) {
    *+.title-bold {
        margin-top: 50px
    }
}

.paragraph-custom {
    font-size: 13px;
    color: rgba(0, 0, 0, .75)
}

.brand {
    display: inline-block
}

.brand .brand-logo-light {
    display: none
}

.brand .brand-logo-dark {
    display: block
}

a {
    transition: all .3s ease-in-out
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none
}


a,
a:focus,
a:active {
    color: #5cac50
}

a:hover {
    color: #2a8e1b;
}

a[href*=tel],
a[href*=mailto] {
    white-space: nowrap
}

.link-hover {
    color: rgba(0, 0, 0, .75)
}

.link-press {
    color: rgba(0, 0, 0, .75)
}

.link-default {
    color: inherit
}

.link-default:hover {
    color: #5cac50
}

.link-default-2 {
    color: #000
}

.link-default-2:hover {
    color: #5cac50
}

.link-black {
    color: #000
}

.link-black:hover {
    color: #5cac50
}

.link-gray-300 {
    color: #c4c4c4
}

.link-gray-300:hover {
    color: #5cac50
}

.privacy-link {
    display: inline-block
}

*+.privacy-link {
    margin-top: 40px
}

.block-sm,
.block-lg {
    margin-left: auto;
    margin-right: auto
}

.block-sm {
    max-width: 560px
}

.block-lg {
    max-width: 768px
}

.block-1-custom {
    max-width: 300px;
    color: #000
}

@media(min-width:576px) {
    .block-1-custom {
        margin-left: auto;
        margin-right: auto
    }
}

.block-2-custom {
    max-width: 210px
}

@media(min-width:576px) {
    .block-2-custom {
        margin-left: auto;
        margin-right: auto
    }
}

.blurb-minimal {
    text-align: center
}

.blurb-minimal-icon {
    display: inline-block;
    color: #5cac50;
    font-size: 90px;
    line-height: .9
}

.blurb-minimal-title {
    font-weight: 400
}

.blurb-minimal-exeption {
    font-weight: 400;
    line-height: 1.53;
    color: rgba(0, 0, 0, .5)
}

*+.blurb-minimal-exeption {
    margin-top: 12px
}

@media(min-width:992px) {
    .blurb-minimal {
        text-align: left
    }
}

@media(min-width:1200px) {
    *+.blurb-minimal-exeption {
        margin-top: 19px
    }
}

.blurb-hover {
    padding: 26px 24px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.blurb-hover-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.blurb-hover-icon {
    color: #5cac50;
    font-size: 50px;
    line-height: 1.1
}

.blurb-hover-secondary .blurb-hover-icon {
    color: #ffeb38
}

.blurb-hover-gray .blurb-hover-icon {
    color: rgba(255, 255, 255, .1)
}

.blurb-hover-counter {
    color: rgba(255, 255, 255, .2)
}

.blurb-hover-exeption {
    color: rgba(255, 255, 255, .4)
}

.blurb-hover-title {
    font-weight: 400
}

*+.blurb-hover-title {
    margin-top: 13px
}

*+.blurb-hover-exeption {
    margin-top: 18px
}

@media(min-width:992px) {
    .blurb-hover {
        transition: .3s;
        box-shadow: 0 0 40px transparent
    }

    .blurb-hover:hover {
        box-shadow: 0 0 40px rgba(0, 0, 0, .3)
    }
}

.blurb-boxed {
    padding: 20px 15px;
    box-shadow: 0 0 0 1px #c4c4c4;
    transition: .3s
}

.blurb-boxed:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, .15)
}

.blurb-boxed-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.blurb-boxed-icon {
    color: #c4c4c4;
    font-size: 34px;
    line-height: 1.1
}

.blurb-boxed-title {
    font-weight: 400
}

.blurb-boxed-list a {
    color: rgba(0, 0, 0, .75);
    font-weight: 400
}

.blurb-boxed-list a:hover {
    color: #5cac50;
    text-decoration: underline
}

.blurb-boxed-list li+li {
    margin-top: 6px
}

*+.blurb-boxed-list {
    margin-top: 4px
}

@media(min-width:992px) {
    .blurb-boxed {
        padding: 30px
    }
}

@media(min-width:1200px) {
    .blurb-boxed-icon {
        font-size: 47px
    }
}

@media(min-width:1600px) {
    .blurb-boxed {
        padding: 48px 62px
    }
}

.box-minimal {
    text-align: center
}

.box-minimal .box-minimal-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5cac50
}

.box-minimal-divider {
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #5cac50
}

.box-minimal-text {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
}

*+.box-minimal {
    margin-top: 30px
}

*+.box-minimal-title {
    margin-top: 10px
}

*+.box-minimal-divider {
    margin-top: 20px
}

*+.box-minimal-text {
    margin-top: 15px
}

.context-dark .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-primary .box-minimal p {
    color: rgba(0, 0, 0, .75)
}

.box-counter {
    max-width: 229px;
    padding: 11px 39px 19px;
    text-align: left;
    background: #f9f9f9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px
}

.box-counter .box-counter-title {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: .01em;
    text-transform: uppercase
}

.box-counter .box-counter-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 29px;
    height: 1px;
    background: #c4c4c4
}

.box-counter .box-counter-main {
    display: flex;
    flex-direction: row;
    font-size: 65px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .01em
}

.box-counter .box-counter-main>* {
    font: inherit
}

.box-counter .box-counter-main .small {
    font-size: 28px
}

.box-counter .box-counter-main .small_top {
    position: relative;
    top: .3em;
    padding-left: 5px
}

.box-counter .box-counter-main .icon {
    margin-top: .4em;
    padding-left: 5px;
    font-size: 36px;
    line-height: 1;
    color: #5cac50
}

.box-counter *+.box-counter-title {
    margin-top: 1px
}

.box-counter *+.box-counter-main {
    margin-top: 20px
}

.box-counter-1 {
    padding: 0 39px;
    background: 0 0;
    box-shadow: none
}

@media(min-width:1200px) {
    .box-counter .box-counter-main {
        font-size: 80px
    }

    .box-counter .box-counter-main .small {
        font-size: 24px
    }

    .box-counter .box-counter-main .small_top {
        top: 1em;
        padding-left: 10px
    }

    .box-counter .box-counter-main .icon {
        margin-top: .5em;
        padding-left: 9px
    }

    .box-counter *+.box-counter-main {
        margin-top: 30px
    }

    .box-counter-1 .box-counter-main {
        font-size: 65px
    }

    .box-counter-2 {
        max-width: 249px;
        padding: 21px 29px 19px 49px
    }
}

.text-center .box-counter {
    margin-left: auto;
    margin-right: auto
}

*+.box-counter {
    margin-top: 30px
}

@media(min-width:1200px) {
    *+.box-counter {
        margin-top: 85px
    }
}

.context-dark .box-counter,
.bg-gray-700 .box-counter,
.bg-primary .box-counter {
    background: rgba(0, 0, 0, .15);
    box-shadow: none
}

.context-dark .box-counter-1,
.bg-gray-700 .box-counter-1,
.bg-primary .box-counter-1 {
    background: 0 0
}

.context-dark .box-counter-1 .box-counter-main .icon,
.bg-gray-700 .box-counter-1 .box-counter-main .icon,
.bg-primary .box-counter-1 .box-counter-main .icon {
    color: #ffeb38
}

.context-dark .box-counter-title:before,
.bg-gray-700 .box-counter-title:before,
.bg-primary .box-counter-title:before {
    background: rgba(255, 255, 255, .4)
}

.box-lined {
    display: flex
}

.box-lined:before {
    content: "";
    position: relative;
    top: .8em;
    width: 15px;
    margin-right: 15px;
    flex-shrink: 0;
    border-top: 1px solid;
    color: inherit
}

.box-lined-title {
    font-weight: 400;
    letter-spacing: -.03em;
    color: #c4c4c4
}

.box-lined-list>li+li {
    margin-top: 11px
}

*+.box-lined-list {
    margin-top: 19px
}

.box-lined *+.list-inline {
    margin-top: 26px
}

@media(min-width:1200px) {
    .box-lined:before {
        width: 45px;
        margin-right: 30px
    }
}

.box-list>li {
    padding: 20px 30px;
    border: 1px solid #c4c4c4
}

.box-list>li+li {
    border-top: 0
}

.box-list .title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em
}

.box-list *+p {
    margin-top: 8px
}

@media(min-width:1200px) {
    .box-list>li {
        padding: 31px 54px 36px
    }
}

.box-image img {
    display: block;
    width: 100%
}

.box-custom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #c4c4c4;
    text-align: center
}

.box-custom .title {
    font-size: 15px;
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: .03em;
    text-transform: uppercase
}

.box-custom .inner-left {
    padding: 20px 15px
}

.box-custom *+.list-inline {
    margin-top: 22px
}

.box-custom .inner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 52px;
    background: #f9f9f9;
    border-top: 1px solid #c4c4c4
}

.box-custom .inner-right:hover {
    background: #5cac50;
    color: #fff
}

@media(min-width:768px) {
    .box-custom {
        flex-direction: row;
        text-align: left
    }

    .box-custom .inner-left {
        padding: 45px 49px
    }

    .box-custom .inner-right {
        border-top: 0;
        border-left: 1px solid #c4c4c4
    }
}

.box-team {
    position: relative;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.box-team img {
    display: block;
    width: 100%
}

.box-team .title {
    font-weight: 500
}

.box-team .meta {
    position: absolute;
    left: 26px;
    bottom: 25px;
    max-width: 80%;
    padding: 6px 19px 4px;
    text-align: right;
    background-color: #fff
}

.box-team .position {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .75)
}

.box-team *+p {
    margin-top: 2px
}

.desktop .box-team .meta {
    left: -20%;
    opacity: 0;
    transition: .3s
}

.desktop .box-team:hover .meta {
    left: 26px;
    opacity: 1
}

.box-team-right .meta {
    left: auto;
    right: 17px;
    bottom: 19px
}

.desktop .box-team-right .meta {
    left: auto;
    right: -20%
}

.desktop .box-team-right:hover .meta {
    left: auto;
    right: 17px
}

.price-box-minimal .text {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5cac50
}

.price-box-minimal .price {
    font-weight: 400
}

.price-box-minimal *+.price {
    margin-top: 3px
}

.box-counter-custom {
    text-align: center;
    padding: 30px 15px
}

.box-counter-custom .counter {
    font-size: 180px;
    font-weight: 900;
    line-height: .8;
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1b1b1b
}

.box-counter-custom .title {
    text-transform: uppercase;
    font-weight: 400;
    color: #000
}

.box-counter-custom *+.title {
    margin-top: 7px
}

@media(min-width:768px) {
    .box-counter-custom .counter {
        font-size: 210px
    }
}

@media(min-width:1200px) {
    .box-counter-custom {
        padding: 38px 15px
    }

    .box-counter-custom .counter {
        font-size: 290px;
        line-height: .8
    }
}

.ie-11 .box-counter-custom .counter,
.ie-10 .box-counter-custom .counter {
    background-image: none !important
}

.page .box-wrapper-1 {
    color: #000;
    background-color: #f9f9f9;
    padding: 30px 25px
}

.page .box-wrapper-1 *+p {
    margin-top: 15px
}

.page .box-wrapper-1 p+p {
    margin-top: 16px
}

.page .box-wrapper-1 *+.img-wrap-1 {
    margin-top: 20px
}

@media(min-width:1200px) {
    .page .box-wrapper-1 {
        padding: 49px 53px
    }

    .page .box-wrapper-1 *+p {
        margin-top: 33px
    }

    .page .box-wrapper-1 p+p {
        margin-top: 34px
    }

    .page .box-wrapper-1 *+.img-wrap-1 {
        margin-top: 62px
    }
}

.box-border-wrap {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-right: 1px
}

.box-border-wrap .box-border-wrap {
    width: 100%;
    border: none
}

.box-border-wrap .row {
    width: 100%;
    margin: -1px 0 -1px -1px
}

.box-border-wrap .row>.box-border {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: .3s;
    padding: 0
}

.box-border-wrap .row>.box-border-no-flex {
    display: block
}

.box-border-wrap .row>a:hover {
    background: #f9f9f9
}

.box-border-wrap>.row {
    width: calc(100% + 2px)
}

@media(min-width:992px) {
    .box-border-wrap-left {
        margin-left: -15px
    }
}

@media(min-width:1600px) {
    .box-border-wrap .row>.box-border {
        min-height: 160px
    }
}

.box-border-wrap-1 {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-right: 1px
}

.box-border-wrap-1>.row {
    width: calc(100% + 2px)
}

.box-border-wrap-1 .row {
    margin: -1px 0 -1px -1px
}

.box-border-wrap-1 .row>.box-border {
    position: relative;
    padding: 43px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #c4c4c4;
    text-transform: uppercase;
    transition: .3s
}

.box-border-wrap-1 .row>.box-border:nth-child(odd) {
    background: #f9f9f9
}

.box-border-wrap-1 .row>.box-border:hover {
    background: #e5e5e5
}

.box-border-wrap-1 .title {
    position: absolute;
    top: 10px;
    right: 20px
}

@media(min-width:1200px) {
    .box-border-wrap-1 .title {
        top: 20px
    }
}

*+.box-border-wrap-1 {
    margin-top: 30px
}

@media(min-width:1200px) {
    *+.box-border-wrap-1 {
        margin-top: 64px
    }
}

.box-grid-wrap {
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.box-grid-wrap .row {
    width: 100%
}

.box-grid-wrap .row>[class*=col] {
    position: relative;
    min-height: 160px
}

.box-grid-wrap .row>[class*=col]:before,
.box-grid-wrap .row>[class*=col]:after {
    content: '';
    position: absolute;
    left: 0
}

.box-grid-wrap .row>[class*=col]:before {
    top: 0;
    height: 100%;
    border-left: 1px solid #e5e5e5
}

.box-grid-wrap .row>[class*=col]:after {
    top: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5
}

.box-grid-wrap .row>.box-border {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.box-grid-wrap .row>.box-border:hover {
    background: #f9f9f9
}

.box-grid-wrap .row>.box-border-1 {
    color: #c4c4c4
}

.box-grid-wrap .row>.box-border-1:hover {
    color: #5cac50;
    background: 0 0
}

.box-grid-wrap>.row {
    margin-left: -1px;
    margin-top: -1px;
    width: calc(100% + 2px)
}

@media(min-width:992px) {
    .box-grid-wrap .row>.box-border-1 {
        min-height: 210px
    }
}

html .group {
    margin-bottom: -20px;
    margin-left: -15px
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px
}

html .group-sm {
    margin-bottom: -10px;
    margin-left: -50px
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-sm>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 50px
}

html .group-md {
    margin-bottom: -10px;
    margin-left: -30px
}

html .group-md:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-md>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 30px
}

html .group-xl {
    margin-bottom: -20px;
    margin-left: -30px
}

html .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-xl>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 30px
}

@media(min-width:992px) {
    html .group-xl {
        margin-bottom: -20px;
        margin-left: -40px
    }

    html .group-xl>* {
        margin-bottom: 20px;
        margin-left: 40px
    }
}

html .group-middle {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

*+.group-sm {
    margin-top: 30px
}

*+.group-xl {
    margin-top: 20px
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px
}

.unit>* {
    margin-bottom: 30px;
    margin-left: 20px
}

.unit:empty {
    margin-bottom: 0;
    margin-left: 0
}

.unit-body {
    flex: 0 1 auto
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%
}

.unit-spacing-xs {
    margin-bottom: -15px;
    margin-left: -7px
}

.unit-spacing-xs>* {
    margin-bottom: 15px;
    margin-left: 7px
}

.unit-spacing-sm {
    margin-bottom: -7px;
    margin-left: -20px
}

.unit-spacing-sm>* {
    margin-bottom: 7px;
    margin-left: 20px
}

.list>li+li {
    margin-top: 10px
}

.list-xs>li+li {
    margin-top: 7px
}

.list-sm>li+li {
    margin-top: 5px
}

.list-md>li+li {
    margin-top: 25px
}

.list-xl>li+li {
    margin-top: 30px
}

@media(min-width:768px) {
    .list-xl>li+li {
        margin-top: 60px
    }
}

*+.list-xs {
    margin-top: 20px
}

@media(min-width:1200px) {
    *+.list-xs {
        margin-top: 25px
    }
}

.list-inline>li {
    display: inline-block
}

.list-inline>li>.icon {
    vertical-align: middle
}

.list-inline-sm {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px
}

.list-inline-sm>* {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline-sm-1 {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -11px;
    margin-right: -11px
}

.list-inline-sm-1>* {
    margin-top: 8px;
    padding-left: 11px;
    padding-right: 11px
}

.list-inline-md {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px
}

.list-inline-md>* {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:992px) {
    .list-inline-md {
        margin-left: -15px;
        margin-right: -15px
    }

    .list-inline-md>* {
        padding-left: 15px;
        padding-right: 15px
    }
}

.list-inline-lg {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px
}

.list-inline-lg>* {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:992px) {
    .list-inline-lg {
        margin-left: -26px;
        margin-right: -26px
    }

    .list-inline-lg>* {
        padding-left: 26px;
        padding-right: 26px
    }
}

.list-group {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px
}

.list-group>* {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px
}

.list-terms dt+dd {
    margin-top: 5px
}

.list-terms dd+dt {
    margin-top: 25px
}

*+.list-terms {
    margin-top: 25px
}

@media(min-width:1200px) {
    .list-terms dt+dd {
        margin-top: 15px
    }

    .list-terms dd+dt {
        margin-top: 35px
    }

    *+.list-terms {
        margin-top: 35px
    }
}

.list-terms-custom {
    display: flex
}

.list-terms-custom dt {
    min-width: 57px
}

.list-terms-custom-1 {
    align-items: center
}

.list-terms-custom-1 dt {
    font-size: 18px
}

.list-terms-custom-1 dd {
    font-size: 18px
}

.list-terms-custom+.list-terms-custom {
    margin-top: 13px
}

.context-dark .list-terms-custom dt,
.bg-gray-700 .list-terms-custom dt,
.bg-primary .list-terms-custom dt {
    color: rgba(255, 255, 255, .4)
}

.index-list {
    counter-reset: li
}

.index-list>li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li
}

.list-marked {
    text-align: left;
    color: #000
}

.list-marked>li {
    font-size: 18px;
    position: relative
}

.list-marked>li::before {
    position: absolute;
    display: inline-block;
    left: -11px;
    top: 12px;
    width: 6px;
    height: 6px;
    content: '';
    color: #b7b7b7;
    background-color: #ff4141
}

@media(min-width:576px) {
    .list-marked>li::before {
        left: -19px
    }
}

.list-marked>li+li {
    margin-top: 3px
}

.list-marked-2 {
    padding-left: 10px;
    text-align: left;
    color: #000
}

.list-marked-2>li {
    font-weight: 400
}

.list-marked-2>li::before {
    position: relative;
    display: inline-block;
    left: -10px;
    top: -2px;
    width: 6px;
    height: 6px;
    content: '';
    color: #b7b7b7;
    background-color: #5cac50
}

.list-marked-2>li+li {
    margin-top: 24px
}

.list-marked-big>li {
    font-weight: 300;
    line-height: 1.5;
    margin-left: 11px
}

.list-marked-big>li br {
    display: none
}

@media(min-width:992px) {
    .list-marked-big>li br {
        display: block;
        margin-left: 0
    }
}

.list-marked-big>li+li {
    margin-top: 24px
}

.list-marked-small {
    margin-left: 11px
}

@media(min-width:576px) {
    .list-marked-small {
        margin-left: 20px
    }
}

.list-marked-3 {
    padding-left: 19px
}

.list-marked-3>li::before {
    background-color: #5cac50
}

*+.list-marked {
    margin-top: 15px
}

p+.list-marked {
    margin-top: 10px
}

.counter-minimal+.list-marked {
    margin-top: 20px
}

@media(min-width:1200px) {
    .counter-minimal+.list-marked {
        margin-top: 45px
    }
}

.link-item {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    text-align: left
}

.link-item::before {
    position: absolute;
    display: inline-block;
    left: 1px;
    top: 10px;
    width: 6px;
    height: 6px;
    content: '';
    color: #b7b7b7;
    background-color: #5cac50;
    opacity: 0;
    transition: .3s
}

.link-item:hover::before {
    opacity: 1
}

.context-dark .link-item,
.bg-gray-700 .link-item,
.bg-primary .link-item {
    color: rgba(255, 255, 255, .4)
}

.context-dark .link-item:hover,
.bg-gray-700 .link-item:hover,
.bg-primary .link-item:hover {
    color: #fff
}

.list-ordered {
    counter-reset: li;
    text-align: left
}

.list-ordered>li {
    position: relative;
    padding-left: 16px
}

.list-ordered>li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px
}

.list-ordered>li+li {
    margin-top: 3px
}

*+.list-ordered {
    margin-top: 15px
}

.number-counter {
    counter-reset: counter
}

.number-counter .index-counter:before {
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter
}

.number-counter-1 {
    counter-reset: counter
}

.number-counter-1 .index-counter:before {
    content: counter(counter) ".";
    counter-increment: counter
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-responsive {
    width: 100%
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none
}

.icon-gray-300 {
    color: #c4c4c4
}

a.icon-gray-filled {
    background-color: rgba(92, 172, 80, 0.4);
    color: #fff
}

a.icon-gray-filled:hover,
a.icon-gray-filled:focus {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3)
}

.icon-circle {
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.icon-bordered {
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    overflow: hidden
}

.icon-bordered:before,
.icon-bordered:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top .3s
}

.icon-bordered:before {
    top: 0
}

.icon-bordered:after {
    top: -100%;
    content: '\f061';
    font-family: fontawesome
}

.icon-bordered:hover:before,
.icon-bordered:focus:before {
    top: 100%
}

.icon-bordered:hover:after,
.icon-bordered:focus:after {
    top: 0
}

.icon-sm {
    font-size: 22px;
    line-height: 22px;
    width: 22px;
    height: 22px
}

.icon-sm.icon-bordered,
.icon-sm.icon-circle {
    line-height: 47px;
    width: 47px;
    height: 47px
}

.icon-md {
    font-size: 45px;
    line-height: 45px
}

.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border-collapse: collapse
}

.table-custom th,
.table-custom td {
    color: #262626;
    background: #fff
}

.table-custom th {
    padding: 35px 24px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #e5e5e5
}

@media(max-width:991.98px) {
    .table-custom th {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.table-custom td {
    padding: 51px 15px
}

.table-custom td:first-child {
    padding-left: 0
}

.table-custom tr td {
    border-bottom: 1px solid #c4c4c4
}

.table-custom tfoot td {
    font-weight: 700
}

.table-custom tr:first-child td {
    border-top: 1px solid #c4c4c4
}

.table-custom td:first-child {
    width: 90px
}

.table-custom td:not(:first-child) {
    min-width: 130px
}

.table-custom .exeption {
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: rgba(0, 0, 0, .4)
}

*+.table-custom-responsive {
    margin-top: 30px
}

@media(min-width:768px) {
    *+.table-custom-responsive {
        margin-top: 55px
    }
}

@media(max-width:767.98px) {
    .table-custom-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

.table-custom-align td:nth-child(3) {
    text-align: center
}

.table-custom-align td:last-child {
    text-align: right
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5
}

.divider {
    display: block;
    font-size: 0;
    line-height: 0
}

.divider:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.divider-1:before {
    width: 100%;
    border-top: 1px solid #c4c4c4
}

.divider-2:before {
    width: 80%;
    border-top: 1px solid #e5e5e5
}

.big-text+.divider-2 {
    margin-top: 20px
}

@media(min-width:1200px) {
    .big-text+.divider-2 {
        margin-top: 54px
    }
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 16px 30px;
    font-size: 15px;
    line-height: 1.25;
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border: none
}

.button-block {
    display: block;
    width: 100%
}

.button-right {
    border-left: 0;
    border-right-width: 5px;
    border-right-style: solid
}

.button-default,
.button-default:focus {
    color: #fff;
    background-color: #5cac50;
    border-color: #5cac50
}

.button-default:hover,
.button-default:active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.button-default.button-ujarak::before {
    background: #1b1b1b
}

.context-dark .button-default:not(.button-invariable),
.context-dark .button-default:not(.button-invariable):focus {
    color: #fff;
    background-color: #5cac50;
    border-color: #5cac50
}

.context-dark .button-default:not(.button-invariable):hover,
.context-dark .button-default:not(.button-invariable):active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.context-dark .button-default:not(.button-invariable).button-ujarak::before {
    background: #1b1b1b
}

.button-light {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1)
}

.button-light,
.button-light:focus {
    color: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.button-light:hover,
.button-light:active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.button-light.button-ujarak::before {
    background: #1b1b1b
}

.button-secontary,
.button-secontary:focus {
    color: #000;
    background-color: #ffeb38;
    border-color: #5cac50
}

.button-secontary:hover,
.button-secontary:active {
    color: #000;
    background-color: #ffeb38;
    border-color: #1b1b1b
}

.button-secontary.button-ujarak::before {
    background: #ffeb38
}

.button-sm {
    padding: 8px 23px;
    font-size: 13px;
    line-height: 1.5
}

.button-lg {
    padding: 16px 38px;
    font-size: 16px;
    line-height: 1.5
}

.button.button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px
}

.button.button-icon .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.3em;
    line-height: 1em
}

.button.button-icon-left .icon {
    padding-right: 11px
}

.button.button-icon-right {
    flex-direction: row-reverse
}

.button.button-icon-right .icon {
    padding-left: 11px
}

.button.button-icon.button-link .icon {
    top: 5px;
    font-size: 1em
}

.button.button-icon.button-xs .icon {
    top: .05em;
    font-size: 1.2em;
    padding-right: 8px
}

.button.button-icon.button-xs .button-icon-right {
    padding-left: 8px
}

*+.button-wrap-1 {
    margin-top: 60px
}

*+.button-wrap-2 {
    margin-top: 30px
}

@media(min-width:1200px) {
    *+.button-wrap-1 {
        margin-top: 80px
    }

    *+.button-wrap-2 {
        margin-top: 40px
    }
}

@media(min-width:1600px) {
    *+.button-wrap-1 {
        margin-top: 110px
    }

    *+.button-wrap-2 {
        margin-top: 60px
    }
}

.rd-form {
    position: relative;
    text-align: left
}

.rd-form button {
    min-width: 164px
}

*+.rd-form {
    margin-top: 20px
}

@media(min-width:1200px) {
    *+.rd-form {
        margin-top: 60px
    }

    p+.rd-form {
        margin-top: 100px
    }
}

@media(min-width:1600px) {
    *+.rd-form {
        margin-top: 74px
    }
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
    color: #000 !important
}

.form-wrap {
    position: relative
}

.form-wrap.has-error .form-input {
    border-color: #f5543f
}

.form-wrap.has-focus .form-input {
    border-color: #5cac50
}

.form-wrap+* {
    margin-top: 13px
}

.form-wrap+.form-wrap-checkbox {
    margin-top: 23px
}

*+.button-wrap {
    margin-top: 20px
}

@media(min-width:992px) {
    .form-wrap+* {
        margin-top: 23px
    }

    .form-wrap+.form-wrap-checkbox {
        margin-top: 43px
    }

    *+.button-wrap {
        margin-top: 40px
    }
}

.form-input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .03em;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 1px solid #c4c4c4
}

.form-input:focus {
    outline: 0
}

.context-dark .form-input {
    color: #fff;
    border-color: rgba(255, 255, 255, .2)
}

textarea.form-input {
    height: 154px;
    min-height: 50px;
    max-height: 262px;
    resize: vertical
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: rgba(0, 0, 0, .75);
    font-weight: 300
}

.form-label {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .03em;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%)
}

.form-label.focus {
    opacity: 0
}

.form-label.auto-fill {
    color: #000
}

.context-dark .form-label {
    color: #fff
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px
}

@media(min-width:768px) {
    .form-label-outside {
        position: static
    }

    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        transform: none
    }
}

[data-x-mode=true] .form-label {
    pointer-events: auto
}

.form-icon {
    position: absolute;
    top: 13px;
    left: 1px;
    margin-right: 7px;
    font-size: 20px;
    line-height: 24px;
    color: #c4c4c4
}

.form-wrap-icon .form-input,
.form-wrap-icon .form-label {
    padding-left: 39px
}

.form-validation {
    position: absolute;
    right: 8px;
    bottom: 2px;
    z-index: 1;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s
}

.form-validation-left .form-validation {
    top: 100%;
    right: auto;
    left: 0
}

.context-dark .rd-form-validation-white .form-validation,
.bg-gray-700 .rd-form-validation-white .form-validation,
.bg-primary .rd-form-validation-white .form-validation {
    color: #fff
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

@media(min-width:576px) {
    #form-output-global {
        left: 30px
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.form-output.active {
    opacity: 1;
    visibility: visible
}

.form-output.error {
    color: #f5543f
}

.form-output.success {
    color: #98bf44
}

.recaptcha {
    max-width: 100%
}

@media(max-width:575.98px) {
    .recaptcha {
        transform: scale(.9);
        margin-left: -20px
    }
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #fff
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
    position: absolute;
    opacity: 0;
    transition: .22s
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none
}

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

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
    opacity: 1
}

.radio,
.radio-inline {
    padding-left: 28px
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #b7b7b7
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #262626;
    border-radius: inherit
}

.checkbox,
.checkbox-inline {
    padding-left: 28px;
    cursor: pointer
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    margin: 0;
    border: 0;
    background: #c4c4c4
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
    content: '\f222';
    font-family: material design icons;
    position: absolute;
    top: -1px;
    left: -1px;
    font-size: 16px;
    line-height: 16px;
    color: #000
}

.checkbox .label,
.checkbox-inline .label {
    font-size: 13px;
    vertical-align: top
}

.toggle-custom {
    padding-left: 60px;
    -webkit-appearance: none
}

.toggle-custom:checked~.checkbox-custom-dummy::after {
    background: #5cac50;
    transform: translate(20px, -50%)
}

.toggle-custom~.checkbox-custom-dummy {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    width: 44px;
    height: 20px;
    background: 0 0;
    cursor: pointer
}

.toggle-custom~.checkbox-custom-dummy::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    background: #b7b7b7;
    transform: translate(4px, -50%);
    opacity: 1;
    transition: .22s
}

.form-boxed {
    padding: 20px 15px 50px;
    background: #f9f9f9
}

@media(min-width:768px) {
    .form-boxed {
        padding: 58px 69px 112px
    }
}

@media(min-width:992px) {
    .form-boxed {
        padding: 58px 69px 112px
    }
}

.rd-form-inline {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center
}

.rd-form-inline>* {
    margin-top: 0
}

.rd-form-inline .form-wrap {
    flex-grow: 1;
    min-width: 185px
}

.rd-form-inline .form-wrap-select {
    text-align: left
}

.rd-form-inline .form-button {
    flex-shrink: 0;
    max-width: calc(100% - 10px);
    min-height: 50px
}

.rd-form-inline .form-button .button {
    min-height: inherit;
    min-width: 127px
}

.rd-form-inline *+.form-button {
    margin-top: 10px
}

@media(min-width:576px) {
    .rd-form-inline {
        flex-direction: row
    }

    .rd-form-inline .form-wrap {
        margin-right: 20px
    }

    .rd-form-inline .button {
        display: block
    }

    .rd-form-inline *+.form-button {
        margin-top: 0
    }
}

.rd-form-inline.rd-form-inline-centered {
    justify-content: center
}

.form-sm .form-input,
.form-sm .form-label {
    font-size: 15px
}

.form-sm *+.button-wrap {
    margin-top: 30px
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
    font-size: 16px
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    min-height: 58px
}

.form-lg .form-button {
    min-height: 60px
}

.form-lg .form-label {
    top: 30px
}

.rd-search-form {
    position: relative
}

.rd-search-form .form-input,
.rd-search-form .form-label {
    padding-right: 45px
}

.rd-search-form .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    transition: .33s
}

.rd-search-form .rd-search-form-submit:hover {
    color: #5cac50
}

.post-classic {
    max-width: 700px
}

.post-classic .media-wrap {
    position: relative
}

.post-classic .media-wrap>a {
    display: block
}

.post-classic .media-wrap>a:hover img {
    opacity: .8
}

.post-classic .media-wrap img {
    transition: .3s;
    width: 100%
}

.post-classic .tag {
    position: absolute;
    left: 32px;
    top: 25px;
    z-index: 1;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    background: #5cac50;
    pointer-events: none
}

.post-classic .title {
    letter-spacing: .01em
}

.post-classic .time {
    display: flex;
    font-weight: 400;
    text-transform: uppercase
}

.post-classic .time:before {
    content: "";
    position: relative;
    top: .8em;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    border-top: 1px solid;
    color: inherit
}

.post-classic *+.title {
    margin-top: 18px
}

.post-classic *+.exeption {
    margin-top: 10px
}

.post-classic *+.time {
    margin-top: 10px
}

@media(min-width:1200px) {
    .post-classic *+.title {
        margin-top: 46px
    }

    .post-classic *+.exeption {
        margin-top: 26px
    }

    .post-classic *+.time {
        margin-top: 24px
    }
}

.post-classic+.post-classic {
    margin-top: 50px
}

@media(min-width:1200px) {
    .post-classic+.post-classic {
        margin-top: 70px
    }
}

.post-classic-small .media-wrap {
    position: relative
}

.post-classic-small .media-wrap>a {
    display: block
}

.post-classic-small .media-wrap>a:hover img {
    opacity: .8
}

.post-classic-small .media-wrap img {
    width: 100%;
    transition: .3s
}

.post-classic-small .tag {
    position: absolute;
    left: 15px;
    top: 14px;
    z-index: 1;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    background: #5cac50;
    pointer-events: none
}

.post-classic-small .title {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .01em
}

.post-classic-small .time {
    padding-left: 4px;
    display: flex;
    font-weight: 400;
    text-transform: uppercase
}

.post-classic-small .time:before {
    content: "";
    position: relative;
    top: .8em;
    width: 10px;
    margin-right: 8px;
    flex-shrink: 0;
    border-top: 1px solid;
    color: inherit
}

.post-classic-small *+.title {
    margin-top: 18px
}

.post-classic-small *+.time {
    margin-top: 7px
}

@media(min-width:1200px) {
    .post-classic-small *+.title {
        margin-top: 26px
    }
}

.aside-wrap {
    background: #f9f9f9;
    padding: 28px 15px
}

.aside-item+.aside-item {
    margin-top: 43px
}

@media(min-width:1200px) {
    .aside-wrap {
        padding: 48px 36px 48px 59px
    }

    .aside-item+.aside-item {
        margin-top: 73px
    }
}

.post-single-wrap {
    max-width: 700px
}

.post-single-content .title {
    letter-spacing: .015em
}

.post-single-content *+p {
    margin-top: 15px
}

.post-single-content *+img {
    margin-top: 30px
}

.post-single-content *+.title {
    margin-top: 40px
}

.post-single-content *+.divider {
    margin-top: 44px
}

.post-single-content *+.box-inline {
    margin-top: 33px
}

@media(min-width:1200px) {
    .post-single-content *+p {
        margin-top: 34px
    }

    .post-single-content *+img {
        margin-top: 38px
    }

    .post-single-content *+.title {
        margin-top: 59px
    }

    .post-single-content *+.divider {
        margin-top: 44px
    }

    .post-single-content *+.box-inline {
        margin-top: 33px
    }

    .post-single-content *+.list-tags {
        margin-top: 37px
    }
}

*+.post-single-item {
    margin-top: 30px
}

@media(min-width:1200px) {
    *+.post-single-item {
        margin-top: 77px
    }
}

.box-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -17px;
    margin-left: -10px
}

.box-inline:empty {
    margin-bottom: 0;
    margin-left: 0
}

.box-inline>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 17px;
    margin-left: 10px
}

.box-inline .small-text {
    font-size: 13px;
    text-transform: uppercase
}

.comment-list .comment-list-reply>li {
    padding-left: 15px
}

.comment-list>li+li,
.comment-list .comment-list-reply>li+li {
    margin-top: 50px
}

.comment-list *+.comment-list-reply {
    margin-top: 51px
}

@media(min-width:768px) {
    .comment-list .comment-list-reply>li {
        padding-left: 75px
    }
}

@media(min-width:1200px) {
    .comment-list .comment-list-reply>li {
        padding-left: 115px
    }
}

*+.comment-list {
    margin-top: 26px
}

*+.comment-divider {
    margin-top: 27px
}

@media(min-width:1200px) {
    *+.comment-list {
        margin-top: 56px
    }

    *+.comment-divider {
        margin-top: 57px
    }
}

.box-comment {
    display: flex;
    flex-direction: column
}

.box-comment-image {
    flex-shrink: 0;
    padding-bottom: 15px
}

.box-comment-image img {
    border-radius: 50%
}

.box-comment-body .title {
    font-weight: 400
}

.box-comment .time {
    padding-right: 10px;
    color: rgba(0, 0, 0, .5)
}

.box-comment .meta a {
    font-weight: 500
}

.box-comment *+.meta {
    margin-top: 5px
}

.box-comment *+.exeption {
    margin-top: 15px
}

@media(min-width:768px) {
    .box-comment {
        flex-direction: row
    }

    .box-comment-image {
        max-width: 30%;
        padding-right: 30px;
        padding-bottom: 0
    }
}

@media(min-width:1200px) {
    .box-comment *+.exeption {
        margin-top: 23px
    }
}

.list-tags {
    margin-bottom: -17px;
    margin-left: -10px
}

.list-tags:empty {
    margin-bottom: 0;
    margin-left: 0
}

.list-tags>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 17px;
    margin-left: 10px
}

.list-tags .tag {
    display: inline-block;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .75);
    border: 1px solid
}

.list-tags .tag:hover {
    color: #fff;
    background: #5cac50;
    border-color: #5cac50
}

*+.list-tags {
    margin-top: 20px
}

@media(min-width:1200px) {
    *+.list-tags {
        margin-top: 27px
    }
}

.list-categories {
    max-width: 130px
}

.list-categories>li {
    display: flex;
    justify-content: space-between
}

.list-categories>li+li {
    margin-top: 8px
}

.list-categories .number {
    color: rgba(0, 0, 0, .5)
}

*+.list-categories {
    margin-top: 16px
}

@media(min-width:1200px) {
    *+.list-categories {
        margin-top: 26px
    }
}

.post-minimal .title {
    font-weight: 300;
    line-height: 1.67
}

.post-minimal .time {
    text-transform: uppercase;
    color: #5cac50
}

.post-minimal *+.time {
    margin-top: 8px
}

@media(min-width:1200px) {
    .post-minimal *+.time {
        margin-top: 15px
    }
}

*+.post-minimal {
    margin-top: 16px
}

.post-minimal+.post-minimal {
    margin-top: 20px
}

@media(min-width:1200px) {
    *+.post-minimal {
        margin-top: 23px
    }

    .post-minimal+.post-minimal {
        margin-top: 28px
    }
}

.aside-item *+.aside-form {
    margin-top: 25px
}

.quote-simple-body q {
    font-size: 22px;
    line-height: 1.6667
}

.quote-simple-body q:before {
    padding-right: 6px
}

.quote-simple-body q:after {
    padding-left: 6px
}

.quote-simple-footer {
    position: relative;
    padding-left: 42px
}

.quote-simple-footer:before {
    position: absolute;
    display: block;
    left: 4px;
    top: 13px;
    width: 24px;
    height: 1px;
    content: '';
    color: #b7b7b7;
    background-color: #5cac50
}

*+.quote-simple-footer {
    margin-top: 16px
}

.quote-simple-description {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

*+.quote-simple {
    margin-top: 20px
}

@media(min-width:1200px) {
    .quote-simple-body q {
        font-size: 24px
    }

    *+.quote-simple-footer {
        margin-top: 33px
    }

    *+.quote-simple {
        margin-top: 28px
    }
}

.quote-minimal .quote-body q {
    font-size: 22px;
    line-height: 1.5;
    color: #000
}

.quote-minimal .quote-body q:before,
.quote-minimal .quote-body q:after {
    display: none
}

.quote-minimal .quote-footer {
    position: relative;
    font-size: 15px;
    letter-spacing: .05em;
    color: #000;
    padding-left: 98px;
    font-weight: 800;
    text-transform: uppercase
}

.quote-minimal .quote-footer:before {
    position: absolute;
    display: block;
    left: 31px;
    top: 13px;
    width: 40px;
    height: 1px;
    content: '';
    color: #b7b7b7;
    background-color: #000
}

.quote-minimal *+.quote-footer {
    margin-top: 16px
}

@media(min-width:1200px) {
    .quote-minimal .quote-body q {
        font-size: 24px
    }

    .quote-minimal *+.quote-footer {
        margin-top: 54px
    }
}

*+.quote-minimal {
    margin-top: 20px
}

@media(min-width:1200px) {
    *+.quote-minimal {
        margin-top: 28px
    }
}

.figure-light figcaption {
    padding-top: 10px;
    color: #b7b7b7
}

.breadcrumbs-custom {
    position: relative;
    padding: 45px 0;
    text-align: center;
    background-color: #c4c4c4;
    background-position: center;
    background-size: cover
}

.breadcrumbs-custom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent -30%, rgba(0, 0, 0, 0.6))
}

.breadcrumbs-custom>* {
    position: relative;
    z-index: 1
}

.breadcrumbs-custom-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: -.02em;
    text-transform: none
}

.breadcrumbs-custom-title-small {
    font-weight: 500;
    text-transform: none;
    letter-spacing: -.02em
}

.breadcrumbs-custom-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .7)
}

*+.breadcrumbs-custom-title-small {
    margin-top: 27px
}

*+.breadcrumbs-custom-subtitle {
    margin-top: 18px
}

@media(min-width:768px) {
    .breadcrumbs-custom {
        padding: 70px 0 80px
    }
}

@media(min-width:992px) {
    .breadcrumbs-custom-title {
        font-size: 45px
    }

    .breadcrumbs-custom-subtitle {
        font-size: 18px
    }

    *+.breadcrumbs-custom-subtitle {
        margin-top: 28px
    }
}

@media(min-width:1200px) {
    .breadcrumbs-custom {
        padding: 80px 0
    }
}

@media(min-width:1600px) {
    .breadcrumbs-custom {
        padding: 194px 0 188px
    }
}

.tag-small {
    display: inline-block;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    background: #5cac50
}

.pagination {
    justify-content: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: -17px;
    margin-left: -17px
}

.pagination:empty {
    margin-bottom: 0;
    margin-left: 0
}

.pagination>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 17px;
    margin-left: 17px
}

@media(min-width:1200px) {
    .pagination {
        margin-bottom: -27px;
        margin-left: -27px
    }

    .pagination>* {
        margin-bottom: 27px;
        margin-left: 27px
    }
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700
}

*+.pagination-wrap {
    margin-top: 40px
}

@media(min-width:1200px) {
    *+.pagination-wrap {
        margin-top: 70px
    }
}

.page-link {
    display: inline-block;
    min-width: 42px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33333;
    background-color: #fff;
    color: #000;
    transition: all .3s ease-in-out;
    border-radius: 50%
}

.page-link>.icon {
    vertical-align: middle
}

.page-link:focus {
    box-shadow: none
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: 0;
    border-radius: 50%
}

.page-link:hover,
.page-link:focus,
.page-link:active {
    color: #fff;
    background-color: #5cac50;
    border-color: #5cac50
}

.page-item.active>.page-link,
.page-item.active>.page-link:hover,
.page-item.active>.page-link:focus,
.page-item.active>.page-link:active {
    color: #fff;
    background-color: #5cac50;
    border-color: #5cac50
}

.page-item.disabled>.page-link,
.page-item.disabled>.page-link:hover,
.page-item.disabled>.page-link:focus,
.page-item.disabled>.page-link:active {
    color: #c4c4c4;
    background-color: transparent;
    border-color: transparent
}

.page-item-control .icon::before {
    font-family: material design icons;
    font-size: 21px;
    line-height: 20px
}

.page-item-control:first-child .icon::before {
    content: '\f14a';
    margin-left: -1px
}

.page-item-control:last-child .icon::before {
    content: '\f14f';
    margin-right: -1px
}

.project-grid {
    display: flex;
    padding: 10px;
    background-size: cover;
    background-position: center center
}

.project-grid .inner {
    padding: 20px 15px;
    background: rgba(0, 0, 0, .75);
    opacity: 1
}

.project-grid .title,
.project-grid .exeption {
    color: #fff
}

.project-grid .exeption {
    font-size: 15px
}

.project-grid .button {
    min-width: 112px
}

.project-grid *+.title {
    margin-top: 10px
}

.project-grid *+.exeption {
    margin-top: 12px
}

.project-grid *+.button {
    margin-top: 20px
}

@media(min-width:1600px) {
    .project-grid .inner {
        padding: 75px 59px 46px
    }

    .project-grid *+.title {
        margin-top: 39px
    }

    .project-grid *+.button {
        margin-top: 34px
    }
}

.desktop .project-grid .inner {
    transition: .3s;
    opacity: 0
}

.desktop .project-grid:hover .inner {
    opacity: 1
}

.project-masonry {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 300px
}

.project-masonry>img {
    width: 100%
}

.project-masonry .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background-image: linear-gradient(180deg, transparent -100%, black)
}

.project-masonry .project-masonry-footer {
    margin-top: 30px
}

.project-masonry .title,
.project-masonry .exeption {
    color: #fff
}

.project-masonry .title {
    text-transform: uppercase
}

.project-masonry .title a:hover,
.project-masonry .title a:focus {
    color: #5cac50
}

.project-masonry .exeption {
    max-width: 400px
}

.project-masonry .button {
    min-width: 112px
}

.project-masonry *+.title {
    margin-top: 10px
}

.project-masonry *+.exeption {
    margin-top: 12px
}

.project-masonry *+.button {
    margin-top: 20px
}

@media(min-width:1200px) {
    .project-masonry {
        min-height: 398px
    }

    .project-masonry-1 {
        min-height: 604px
    }

    .project-masonry-2 {
        min-height: 627px
    }

    .project-masonry-3 {
        min-height: 421px
    }

    .project-masonry-4 {
        min-height: 401px
    }
}

@media(min-width:1200px) {
    .project-masonry .inner {
        padding: 38px 65px 61px
    }

    .project-masonry *+.title {
        margin-top: 30px
    }

    .project-masonry *+.button {
        margin-top: 34px
    }
}

.desktop .project-masonry .inner {
    transition: .3s;
    opacity: 0
}

.desktop .project-masonry .inner:hover {
    opacity: 1
}

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #323337;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    font-size: 14px
}

.snackbars .icon-xxs {
    font-size: 18px
}

.snackbars p span:last-child {
    padding-left: 14px
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase
}

.snackbars-right:hover {
    text-decoration: underline
}

@media(min-width:576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px
    }
}

.pre-footer-classic {
    padding: 50px 0
}

.pre-footer-classic h5+* {
    margin-top: 15px
}

.pre-footer-classic *+.list-inline-sm {
    margin-top: 20px
}

@media(min-width:1200px) {
    .pre-footer-classic {
        padding: 100px 0;
        font-size: 18px
    }

    .pre-footer-classic h5+* {
        margin-top: 40px
    }

    .pre-footer-classic *+.list-inline-sm {
        margin-top: 30px
    }

    .pre-footer-classic *+.rd-form {
        margin-top: 37px
    }
}

.footer-classic {
    padding: 25px 0 25px;
    background: #1b1b1b
}

.footer-classic li {
    font-size: 15px;
    font-weight: 500
}

.footer-classic a {
    color: rgba(255, 255, 255, .5);
    font-size: 0.8em;
}

.footer-classic a:hover,
.footer-classic a:focus {
    color: #5cac50
}

.footer-minimal {
    padding: 30px 0
}

@media(min-width:1200px) {
    .footer-minimal {
        padding: 58px 0
    }
}

.footer-dark {
    padding: 50px 0
}

.footer-dark textarea.form-input {
    height: 120px
}

.footer-dark .list-terms-custom {
    align-items: baseline
}

.footer-dark .list-terms-custom a[href*='tel:'] {
    font-size: 24px
}

.footer-dark .custom-wrap-line:before {
    top: 20px
}

.footer-dark *+.custom-wrap-line {
    margin-top: 20px
}

.footer-dark *+.list-inline {
    margin-top: 20px
}

.footer-dark .list-inline+p {
    margin-top: 20px
}

@media(min-width:1200px) {
    .footer-dark {
        padding: 50px 0
    }

    .footer-dark *+.button-wrap {
        margin-top: 60px
    }

    .footer-dark *+.custom-wrap-line {
        margin-top: 55px
    }

    .footer-dark *+.list-inline {
        margin-top: 42px
    }

    .footer-dark .list-inline+p {
        margin-top: 40px
    }

    .footer-dark h3+p {
        margin-top: 29px
    }
}

.custom-wrap-line {
    display: flex
}

@media(min-width:1200px) {
    .custom-wrap-line:before {
        content: "";
        position: relative;
        top: 17px;
        width: 50px;
        margin-right: 29px;
        flex-shrink: 0;
        border-top: 1px solid;
        color: inherit;
        display: block
    }

    .context-dark .custom-wrap-line:before,
    .bg-gray-700 .custom-wrap-line:before,
    .bg-primary .custom-wrap-line:before {
        border-color: rgba(255, 255, 255, .2)
    }
}

.video-cover {
    position: relative;
    display: flex;
    padding-bottom: 46%;
    background-position: center;
    background-size: cover
}

.video-cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.77));
    opacity: 1;
    transition: .3s
}

.video-cover .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    transform: translate(-50%, -50%) scale(1);
    will-change: transform;
    transition: .2s transform;
    background: #fff;
    color: #000;
    border-radius: 50%
}

.video-cover .icon:hover {
    transform: translate(-50%, -50%) scale(1.2)
}

.video-cover:hover:before {
    opacity: .7
}

@media(min-width:1200px) {
    .video-cover .icon {
        width: 90px;
        height: 90px;
        line-height: 90px
    }
}

.jumbotron-custom .text-1 {
    font-size: 24px;
    text-transform: uppercase
}

.jumbotron-custom .text-2 {
    font-size: 20px;
    font-weight: 500
}

.jumbotron-custom .title {
    font-size: 70px;
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase
}

.jumbotron-custom .big {
    line-height: 1.36
}

.jumbotron-custom *+.text-2 {
    margin-top: 8px
}

.jumbotron-custom *+.title {
    margin-top: 18px
}

.jumbotron-custom *+.big {
    margin-top: 20px
}

@media(min-width:1200px) {
    .jumbotron-custom .text-1 {
        font-size: 29px
    }

    .jumbotron-custom .text-2 {
        margin-left: -.5em
    }

    .jumbotron-custom .title {
        padding-left: .3em;
        font-size: 110px
    }

    .jumbotron-custom *+.big {
        margin-top: 34px
    }
}

.jumbotron-custom-1 .text-1 {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.jumbotron-custom-1 .video-button a {
    display: inline-block;
    padding: 30px 70px;
    text-align: center;
    color: #ffeb38;
    pointer-events: none
}

.jumbotron-custom-1 .video-button a>* {
    pointer-events: auto
}

.jumbotron-custom-1 .video-button a:hover,
.jumbotron-custom-1 .video-button a:focus {
    color: #5cac50
}

.jumbotron-custom-1 .video-button .icon {
    font-size: 46px
}

.jumbotron-custom-1 .video-button .button-text {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    background: linear-gradient(0deg, transparent, transparent);
    background: -webkit-linear-gradient(0deg, #5cac50, #ff4141, #ffeb38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffeb38
}

.jumbotron-custom-1 .video-button *+.button-text {
    margin-top: 5px
}

.jumbotron-custom-1 .title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2
}

.jumbotron-custom-1 .big {
    line-height: 1.36
}

.jumbotron-custom-1 *+.title {
    margin-top: 5px
}

.jumbotron-custom-1 *+.big {
    margin-top: 20px
}

@media(min-width:768px) {
    .jumbotron-custom-1 .text-1 {
        font-size: 22px
    }

    .jumbotron-custom-1 .title {
        font-size: 50px
    }
}

@media(min-width:992px) {
    .jumbotron-custom-1 .video-button {
        margin-top: -140px;
        margin-right: -15px;
        text-align: right
    }
}

@media(min-width:1200px) {
    .jumbotron-custom-1 {
        max-width: 440px
    }

    .jumbotron-custom-1 .title {
        line-height: 1.2;
        font-size: 70px;
        margin-left: -10px
    }

    .jumbotron-custom-1 .video-button {
        margin-top: -150px
    }

    .jumbotron-custom-1 *+.big {
        margin-top: 37px
    }
}

@media(min-width:1600px) {
    .jumbotron-custom-1 {
        max-width: 560px
    }

    .jumbotron-custom-1 .title {
        font-size: 80px
    }
}

html .section-jumbotron {
    display: flex;
    flex-direction: column
}

html .section-jumbotron .section-fullheight {
    flex-grow: 1
}

@media(max-width:991.98px) {
    html .section-jumbotron .section-fullheight-inner {
        min-height: 0
    }
}

@media(min-width:992px) {
    html .section-jumbotron {
        flex-direction: row
    }
}

.project-list {
    display: flex;
    flex-direction: column
}

.project-list>li {
    width: 100%
}

.project-list>li a {
    display: block;
    padding: 50px 32px;
    text-align: right;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to right, rgba(27, 27, 27, 0.2), rgba(27, 27, 27, 0.5))
}

@media(min-width:768px) {
    .project-list {
        flex-direction: row
    }
}

@media(min-width:992px) {
    .project-list {
        width: 65%;
        padding-top: 80px;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column
    }

    .project-list>li+li {
        margin-top: 21px
    }

    .desktop .project-list>li {
        transform: translateX(50px);
        transition: .25s
    }

    .desktop .project-list>li a {
        opacity: 0;
        transition: inherit
    }

    .desktop .project-list>li:hover {
        transform: translateX(0)
    }

    .desktop .project-list>li:hover a {
        opacity: 1
    }
}

@media(min-width:1200px) {
    .project-list {
        width: 37%
    }

    .project-list>li a {
        padding: 50px 32px
    }
}

@media(min-width:1600px) {
    .project-list {
        padding-top: 100px
    }

    .project-list>li a {
        padding: 87px 32px
    }
}

.panel-left {
    display: none;
    padding: 25px 5px;
    max-width: 150px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    /* border-right: 1px solid rgba(92, 172, 80, 1); */
}

@media(min-width:1600px) {
    .panel-left {
        padding-top: 35px;
        padding-bottom: 270px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.panel-left .brand {
    position: relative;
    z-index: 10
}

@media(min-width:992px) {
    .rd-navbar-static-linked .panel-left {
        display: flex
    }
}

@media(max-width:1199.98px) {
    .title+.title {
        margin-top: 0
    }
}

@media(min-width:992px) {
    .text-decorative {
        position: relative;
        padding-left: 90px;
        margin-left: 0
    }
}

@media(min-width:992px) and (min-width:992px) {
    .text-decorative:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 80px;
        height: 3px;
        background-color: #5cac50
    }
}

@media(min-width:992px) {
    .text-decorative-2 {
        position: relative;
        padding-left: 55px
    }
}

@media(min-width:992px) {
    .text-decorative-2:before {
        content: '';
        position: absolute;
        top: 25%;
        left: 0;
        width: 33px;
        height: 1px;
        background-color: #000
    }
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0
}

.page.fadeIn {
    animation-timing-function: ease-out
}

.page.fadeOut {
    animation-timing-function: ease-in
}

[data-x-mode] .page {
    opacity: 1
}

@media(min-width:992px) {

    .one-page-section>.row,
    .one-page-section>.row>[class*=col-] {
        min-height: 100vh
    }
}

.one-page-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 728px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
    text-align: center
}

.one-page-wrap .custom-title {
    justify-content: center
}

.one-page-wrap .countdown-wrap {
    margin-left: auto;
    margin-right: auto
}

.one-page-image {
    min-height: 300px
}

.one-page-content *+.custom-title {
    margin-top: 11px
}

.one-page-content *+.heading-6 {
    margin-top: 6px
}

.one-page-content *+.rd-form {
    margin-top: 13px
}

.one-page-footer *+.list-inline {
    margin-top: 13px
}

*+.one-page-content,
*+.one-page-footer {
    margin-top: 30px
}

@media(min-width:992px) {
    .one-page-wrap {
        text-align: left
    }

    .one-page-wrap .custom-title {
        justify-content: start
    }

    .one-page-wrap .countdown-wrap {
        margin-left: 0
    }

    *+.one-page-content,
    *+.one-page-footer {
        margin-top: 50px
    }
}

@media(min-width:1600px) {
    .one-page-wrap {
        padding: 80px 15px 100px;
        width: 100%
    }

    .one-page-content *+.countdown-wrap {
        margin-top: 13px
    }
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    text-decoration: underline
}

.text-strike {
    text-decoration: line-through
}

.font-weight-thin {
    font-weight: 100
}

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

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

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

.font-weight-sbold {
    font-weight: 600
}

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

.font-weight-ubold {
    font-weight: 900
}

.text-spacing-0 {
    letter-spacing: 0
}

.text-primary {
    color: #5cac50 !important
}

.text-black {
    color: #000
}

.text-white-darken {
    color: rgba(255, 255, 255, .7) !important
}

*+p {
    margin-top: 10px
}

@media(min-width:1200px) {
    *+p {
        margin-top: 15px
    }
}

h1+p,
.heading-1+p {
    margin-top: 10px
}

h2+p,
.heading-2+p {
    margin-top: 8px
}

h3+p,
.heading-3+p {
    margin-top: 8px
}

h4+p,
.heading-4+p {
    margin-top: 10px
}

@media(min-width:1200px) {

    h1+p,
    .heading-1+p {
        margin-top: 19px
    }

    h2+p,
    .heading-2+p {
        margin-top: 19px
    }

    h3+p,
    .heading-3+p {
        margin-top: 17px
    }

    h4+p,
    .heading-4+p {
        margin-top: 23px
    }
}

p+h2,
p+.heading-2 {
    margin-top: 15px
}

img+p {
    margin-top: 15px
}

h3+img {
    margin-top: 42px
}

p+p {
    margin-top: 12px
}

*+.big {
    margin-top: 20px
}

*+.big-text {
    margin-top: 20px
}

*+.button {
    margin-top: 30px
}

*+.img-wrap-1 {
    margin-top: 25px
}

*+.img-wrap-2 {
    margin-top: 25px
}

*+.row {
    margin-top: 30px
}

*+.text-block {
    margin-top: 20px
}

*+.offset-custom-1 {
    margin-top: 38px
}

*+.offset-custom-2 {
    margin-top: 30px
}

h3+.big,
.heading-3+.big {
    margin-top: 15px
}

h3+.row {
    margin-top: 40px
}

h4+.big {
    margin-top: 20px
}

.big-custom+p {
    margin-top: 20px
}

.row+h3,
.row+.heading-3 {
    margin-top: 80px
}

.big+.big {
    margin-top: 20px
}

@media(min-width:1600px) {
    .big+.big {
        margin-top: 40px
    }
}

.big+.button {
    margin-top: 30px
}

.container+.container {
    margin-top: 35px
}

.offset-custom-2+.big {
    margin-top: 30px
}

.row+.row {
    margin-top: 35px
}

@media(min-width:1200px) {
    *+.big-text {
        margin-top: 30px
    }

    *+.img-wrap-1 {
        margin-top: 53px
    }

    *+.text-block {
        margin-top: 39px
    }

    .big-custom+p {
        margin-top: 50px
    }

    h3+.row {
        margin-top: 60px
    }

    h4+.big {
        margin-top: 35px
    }

    .big+.button {
        margin-top: 50px
    }

    .container+.container {
        margin-top: 60px
    }

    .row+.row {
        margin-top: 60px
    }
}

@media(min-width:1600px) {
    *+.big-text {
        margin-top: 39px
    }

    *+.img-wrap-1 {
        margin-top: 53px
    }

    *+.text-block {
        margin-top: 39px
    }

    *+.offset-custom-2 {
        margin-top: 44px
    }

    .big-custom+p {
        margin-top: 68px
    }

    h3+.big,
    .heading-3+.big {
        margin-top: 28px
    }

    h3+.big-custom,
    .heading-3+.big-custom {
        margin-top: 14px
    }

    h3+.row {
        margin-top: 98px
    }

    h4+.big {
        margin-top: 35px
    }

    .big+.button {
        margin-top: 50px
    }

    .container+.container {
        margin-top: 60px
    }

    .custom-title+.row {
        margin-top: 60px
    }

    .img-wrap-1+.row {
        margin-top: 60px
    }

    .offset-custom-2+.big {
        margin-top: 52px
    }

    .row+.row {
        margin-top: 60px
    }

    .row+.offset-row-1 {
        margin-top: 85px
    }
}

.row-0 {
    margin-bottom: 0
}

.row-0:empty {
    margin-bottom: 0
}

.row-0>* {
    margin-bottom: 0
}

.row-3 {
    margin-bottom: -3px
}

.row-3:empty {
    margin-bottom: 0
}

.row-3>* {
    margin-bottom: 3px
}

.row-15 {
    margin-bottom: -15px
}

.row-15:empty {
    margin-bottom: 0
}

.row-15>* {
    margin-bottom: 15px
}

.row-20 {
    margin-bottom: -20px
}

.row-20:empty {
    margin-bottom: 0
}

.row-20>* {
    margin-bottom: 20px
}

.row-30 {
    margin-bottom: -30px
}

.row-30:empty {
    margin-bottom: 0
}

.row-30>* {
    margin-bottom: 30px
}

.row-40 {
    margin-bottom: -40px
}

.row-40:empty {
    margin-bottom: 0
}

.row-40>* {
    margin-bottom: 40px
}

.row-50 {
    margin-bottom: -50px
}

.row-50:empty {
    margin-bottom: 0
}

.row-50>* {
    margin-bottom: 50px
}

.row-60 {
    margin-bottom: -60px
}

.row-60:empty {
    margin-bottom: 0
}

.row-60>* {
    margin-bottom: 60px
}

@media(min-width:992px) {
    .row-md-30 {
        margin-bottom: -30px
    }

    .row-md-30:empty {
        margin-bottom: 0
    }

    .row-md-30>* {
        margin-bottom: 30px
    }

    .row-lg-0 {
        margin-bottom: 0
    }

    .row-lg-0:empty {
        margin-bottom: 0
    }

    .row-lg-0>* {
        margin-bottom: 0
    }
}

@media(min-width:1600px) {
    .row-xxl-55 {
        margin-bottom: -55px
    }

    .row-xxl-55:empty {
        margin-bottom: 0
    }

    .row-xxl-55>* {
        margin-bottom: 55px
    }

    .row-xxl-60 {
        margin-bottom: -60px
    }

    .row-xxl-60:empty {
        margin-bottom: 0
    }

    .row-xxl-60>* {
        margin-bottom: 60px
    }

    .row-xxl-85 {
        margin-bottom: -85px
    }

    .row-xxl-85:empty {
        margin-bottom: 0
    }

    .row-xxl-85>* {
        margin-bottom: 85px
    }

    .row-xxl-100 {
        margin-bottom: -100px
    }

    .row-xxl-100:empty {
        margin-bottom: 0
    }

    .row-xxl-100>* {
        margin-bottom: 100px
    }

    .row-xxl-110 {
        margin-bottom: -110px
    }

    .row-xxl-110:empty {
        margin-bottom: 0
    }

    .row-xxl-110>* {
        margin-bottom: 110px
    }
}

@media(min-width:1600px) {
    .offset-left-70 {
        margin-left: -70px
    }
}

@media(min-width:1600px) {
    .offset-left-6 {
        margin-left: -6px
    }
}

@media(min-width:1200px) {
    .offset-left-14 {
        margin-left: 14px
    }
}

@media(min-width:992px) {
    .offset-left-16 {
        margin-left: -16px
    }
}

@media(min-width:992px) {
    .offset-left-106 {
        margin-left: 106px
    }
}

@media(min-width:1600px) {
    h3+.offset-top {
        margin-top: 42px
    }
}

@media(min-width:768px) {
    .inset-left-80 {
        padding-left: 80px
    }
}

@media(min-width:1200px) {
    .offset+.button {
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    h3+.offset {
        margin-top: 50px
    }
}

.tag-small+.breadcrumbs-custom-title {
    margin-top: 36px
}

.section-xs {
    padding: 25px 0
}

.section-sm,
.section-md,
.section-lg,
.section-xl,
.section-xl-custom {
    padding: 60px 0
}

.section-collapse+.section-collapse {
    padding-top: 0
}

.section-collapse:last-child {
    padding-bottom: 0
}

html [class*=section-].section-bottom-0 {
    padding-bottom: 0
}

@media(max-width:991.98px) {

    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xl-custom:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px
    }
}

@media(min-width:768px) {
    .section-xs {
        padding: 40px 0
    }

    .section-xs-2 {
        padding: 50px 0
    }

    .section-xs-3 {
        padding: 60px 0
    }

    .section-sm {
        padding: 60px 0
    }

    .section-md {
        padding: 70px 0
    }

    .section-lg {
        padding: 85px 0
    }

    .section-xl-custom {
        padding: 60px 0
    }
}

@media(min-width:1200px) {
    .section-sm {
        padding: 80px 0
    }

    .section-sm-1 {
        padding-bottom: 70px
    }

    .section-sm-2 {
        padding: 88px 0
    }

    .section-sm-3 {
        padding-bottom: 140px
    }

    .section-md {
        padding: 80px 0 90px
    }

    .section-lg {
        padding: 100px 0
    }

    .section-xl-custom {
        padding: 120px 0
    }
}

@media(min-width:1600px) {
    .section-xs-1 {
        padding: 98px 0
    }

    .section-md {
        padding: 110px 0
    }

    .section-lg {
        padding: 135px 0
    }

    .section-lg-1 {
        padding: 145px 0
    }

    .section-lg-2 {
        padding-bottom: 80px
    }

    .section-xl-custom {
        padding: 209px 0
    }
}

.section-single {
    display: flex;
    text-align: center
}

.section-single p {
    margin-left: auto;
    margin-right: auto
}

.section-single *+.rights {
    margin-top: 35px
}

.section-single *+.countdown-wrap {
    margin-top: 35px
}

.section-single .countdown-wrap+* {
    margin-top: 35px
}

@media(min-width:992px) {
    .section-single *+.rights {
        margin-top: 60px
    }

    .section-single .countdown-wrap+* {
        margin-top: 35px
    }
}

.section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.section-single *+.rd-mailform-wrap {
    margin-top: 20px
}

.section-single-header {
    padding: calc(1em + 3vh) 0 calc(1em + 2vh)
}

.section-single-main {
    padding: calc(1em + 4vh) 0
}

.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em + 3vh)
}

.section-single-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh
}

.section-single-inner>* {
    width: 100%
}

@supports(display:grid) {
    .section-single-inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr
    }
}

.section-fullheight {
    display: flex;
    flex-direction: column
}

.section-fullheight .section-fullheight-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%
}

.section-fullheight .section-fullheight-inner>* {
    width: 100%;
    flex-shrink: 0
}

@media(min-width:992px) {
    .section-90vh .section-fullheight-inner {
        min-height: 70vh
    }
}

@media(min-width:1200px) {
    .section-90vh .section-fullheight-inner {
        min-height: 90vh
    }
}

.section-relative {
    position: relative
}

/* Seção Empresa */

.section-empresa {
    background-image: url("../Imagens/back-empresa.jpg");
    background-attachment: fixed;
    background-position: center right;
    height: 100vh;
    background-size: cover;
}

.section-empresa p {
    text-align: left;
    font-size: 1.2em;
    padding: 20px 0px 0px 0px;
    line-height: 2.3em;
}


/* Ambientes */

.btn-ambientes {
    border-bottom: solid 1px #e5e5e5;
    background-color: transparent;
    color: #333;
    margin-right: 50px;
}

.btn-ambientes:hover, .btn-ambientes:active, .btn-ambientes:visited{ 
    background-color: rgba(92, 172, 80, 1);
    border-bottom: solid 1px rgba(92, 172, 80, 1);
    color:#FFF;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.section-lined {
    position: relative
}

.section-lined .container-lined {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%)
}

.section-lined .container-lined .row {
    height: 100%;
    margin: 0
}

.section-lined .container-lined .row>[class*=col-] {
    border-left: 1px solid #e5e5e5
}

.section-lined .container-lined .row>[class*=col-]:last-child {
    border-right: 1px solid #e5e5e5
}

.section-lined:before,
.section-lined:after {
    content: '';
    position: absolute;
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000
}

.section-lined:before {
    max-width: calc(1200px - 30px)
}

.section-lined:after {
    max-width: calc(420px - 30px)
}

.section-lined .container-lined+.container {
    margin-top: 0
}

@media(min-width:992px) {
    .section-lined .container-lined {
        display: block
    }

    .section-lined .container-lined+.container .form-boxed {
        margin-right: 1px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5
    }
}

@media(min-width:1600px) {
    .container-custom-width {
        max-width: 1750px;
        padding-left: 30px;
        padding-right: 30px
    }

    .container-custom-width .row {
        margin-right: -30px;
        margin-left: -30px
    }

    .container-custom-width .row>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px
    }

    .container-custom-width-1 {
        max-width: 1436px;
        padding-left: 40px;
        padding-right: 40px
    }

    .container-custom-width-1 .row-custom {
        margin-right: -40px;
        margin-left: -40px
    }

    .container-custom-width-1 .row-custom>[class*=col-] {
        padding-right: 40px;
        padding-left: 40px
    }
}

.row-gutter-14 {
    margin-right: -7px;
    margin-left: -7px
}

.row-gutter-14>[class*=col-] {
    padding-right: 7px;
    padding-left: 7px
}

.row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px
}

.row-gutter-20>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.context-dark .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
    display: none
}

.context-dark .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
    display: block
}

.context-dark .text-transparent,
.bg-gray-700 .text-transparent,
.bg-primary .text-transparent {
    color: rgba(255, 255, 255, .4)
}

.bg-default {
    background-color: #fff
}

.bg-default:not([style*=background-])+.bg-default:not([style*=background-]) {
    padding-top: 0
}

.bg-gray-100 {
    background-color: #f9f9f9
}

.bg-gray-100:not([style*=background-])+.bg-gray-100:not([style*=background-]) {
    padding-top: 0
}

.bg-gray-700 {
    background-color: #262626
}

.bg-gray-700:not([style*=background-])+.bg-gray-700:not([style*=background-]) {
    padding-top: 0
}

.bg-primary+.bg-primary {
    padding-top: 0
}

.bg-image {
    background-size: cover;
    background-position: center center
}

.bg-cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

[class^=bg-] {
    background-size: cover;
    background-position: center center
}

@media(min-width:992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed
    }
}

.bg-mask {
    position: relative;
    z-index: 0
}

.bg-mask>* {
    position: relative;
    z-index: 1
}

.bg-mask:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.4) -30%, rgba(27, 27, 27, 0.8))
}

.bg-mask-1:after {
    background-image: linear-gradient(to bottom, transparent, rgba(27, 27, 27, 0.3))
}

.bg-mask-2:after {
    background: rgba(27, 27, 27, .5)
}

@media(min-width:768px) {
    .bg-mask-2:after {
        display: none
    }
}

p.rights a {
    color: inherit
}

p.rights a:hover {
    color: #5cac50
}

[style*='z-index: 1000;'] {
    z-index: 1101 !important
}

.text-block>* {
    margin-left: .125em;
    margin-right: .125em
}

.text-block-1 a.icon {
    color: rgba(255, 255, 255, .1)
}

.text-block-1 a.icon:hover,
.text-block-1 a.icon:focus {
    color: #5cac50
}

.text-block-1 *+p {
    margin-top: 20px
}

.text-block-1 *+.button-wrap {
    margin-top: 25px
}

.text-block-1 *+.list-inline-sm-1 {
    margin-top: 27px
}

@media(min-width:1200px) {
    .text-block-1 *+p {
        margin-top: 42px
    }

    .text-block-1 *+.button-wrap {
        margin-top: 50px
    }

    .text-block-1 *+.list-inline-sm-1 {
        margin-top: 57px
    }
}

.row-flex>[class*=col-] {
    display: flex
}

.row-flex>[class*=col-]>* {
    flex-grow: 1;
    max-width: 100%
}

.mock-up-1 {
    position: relative;
    width: 100%;
    padding-top: 82%
}

.mock-up-1 img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, .4)
}

.mock-up-1 .object {
    position: absolute;
    width: 50%
}

.mock-up-1 .object-1 {
    top: 17%;
    left: 22%
}

.mock-up-1 .object-2 {
    top: 0;
    left: 54%
}

.mock-up-1 .object-3 {
    top: 38%;
    left: 6%
}

.mock-up-1 .object-4 {
    top: 24%;
    left: 75%;
    width: 26%
}

.mock-up-1 .object-5 {
    top: 68%;
    left: 32%
}

.mock-up-1 .object-6 {
    top: 59%;
    left: 59%;
    width: 34%
}

.image-section {
    position: relative
}

.image-section .image-container {
    position: static;
    right: 0;
    top: 0;
    left: 57%;
    bottom: 0;
    max-width: 850px;
    padding-top: 30px;
    padding-bottom: 20px
}

.image-section .image-container-1 {
    display: none
}

@media(min-width:768px) {
    .image-section .image-container {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media(min-width:992px) {
    .image-section .image-container-1 {
        display: block
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

html:not(.lt-ie10) .not-animated {
    opacity: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden
}

.preloader-body {
    text-align: center
}

.preloader-body p {
    position: relative;
    right: -8px
}

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #5cac50;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg)
    }
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    background: #5cac50;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0)
}

.ui-to-top:hover {
    color: #fff;
    background: #2a8e1b;
    text-decoration: none
}

.ui-to-top:focus {
    color: #fff
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0)
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important
}

@media(min-width:576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: .35s all cubic-bezier(.65, .05, .36, 1)
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important
}

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar {
    display: none;
    background: #fff
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #c4c4c4;
    background-color: transparent;
    border: none;
    display: none;
    padding: 1px 6px
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease
}

.rd-navbar-toggle span:after {
    top: 8px
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #c4c4c4;
    backface-visibility: hidden;
    border-radius: 0
}

.rd-navbar-toggle span {
    transform: rotate(180deg)
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    transform-origin: 1.71429px center
}

.rd-navbar-toggle.active span {
    transform: rotate(360deg)
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg)
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg)
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #262626;
    display: none
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #262626;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: ''
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(.7)
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(18px)
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px)
}

.rd-navbar-brand a {
    display: block
}

.rd-navbar-search {
    position: relative;
    display: inline-flex
}

.rd-navbar-search .form-input {
    padding-right: 50px
}

.rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #c4c4c4;
    transition: .33s
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #5cac50
}

.rd-navbar-search-toggle {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.rd-navbar-search-toggle::-moz-focus-inner {
    border: none;
    padding: 0
}

.rd-navbar-dropdown {
    display: none
}

.rd-navbar-static {
    display: block
}

.rd-navbar-static .rd-nav-item {
    display: inline-block
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #5cac50;
    background: 0 0
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #5cac50
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #5cac50;
    background: 0 0
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #5cac50
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
    transform: rotateX(180deg)
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    font-family: material design icons;
    font-size: 16px;
    cursor: pointer
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f236'
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
    color: #5cac50
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
    margin-top: 20px
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 15px
}

@media(min-width:1200px) {
    .rd-navbar-static .rd-nav-item+.rd-nav-item {
        margin-left: 47px
    }
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: .25s
}

.rd-navbar-static .rd-nav-link:hover {
    color: #5cac50
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 66px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 321px;
    font-size: 16px;
    background: #fff;
    z-index: 5;
    padding: 20px 0
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0)
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #5cac50
}

.rd-navbar-static .rd-dropdown-item+.rd-dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.rd-navbar-static .rd-dropdown-link {
    display: block;
    padding: 10px 15px;
    color: #000
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #5cac50
}

.rd-navbar-static .rd-navbar-megamenu {
    display: flex;
    right: 0;
    min-width: 710px;
    max-width: 100vw;
    padding: 39px 52px;
    color: #fff;
    background: #fff
}

.rd-navbar-static .rd-megamenu-block {
    margin-top: 29px;
    display: flex
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 50%;
    flex-grow: 1
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
    padding-left: 20px
}

.rd-navbar-static .rd-megamenu-title {
    position: relative;
    padding-bottom: 19px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase
}

.rd-navbar-static .rd-megamenu-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #5cac50
}

.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
    margin-top: 20px
}

.rd-navbar-static .rd-megamenu-list-link {
    font-size: 16px;
    color: #000;
    background: 0 0
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #5cac50;
    background: 0 0
}

.rd-navbar-static .rd-megamenu-list+.rd-megamenu-list {
    padding-left: 60px
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 36px
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0)
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #fff
}

.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-static.rd-navbar--is-clone .rd-menu {
    margin-top: 18px
}

.rd-navbar-static .rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar--has-megamenu {
    position: relative
}

.rd-navbar-fixed {
    display: block
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 22px;
    line-height: 46px
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 58px;
    width: auto;
    height: auto
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1079;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    transform: translateX(-110%)
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #dbc7a8;
    border: none;
    border-radius: 0;
    opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #5cac50;
    border: none;
    border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0)
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
    margin-top: 4px
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 9px 56px 9px 18px
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
    padding: 4px 0 0
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px
}

.rd-navbar-fixed li.opened>.rd-menu {
    opacity: 1;
    height: auto
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity .3s, height .4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-left: 46px
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 14px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
    margin-top: 3px
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    position: relative;
    display: block;
    padding: 0 18px 7px;
    font-size: 16px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-block {
    margin-top: 11px
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 52px;
    font: 400 14px fontawesome;
    line-height: 52px;
    text-align: center;
    transition: .4s all ease;
    z-index: 2;
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    top: 4px;
    z-index: 1081
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1079;
    transform: translate3d(0, -10px, 0);
    padding: 15px;
    width: auto;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
    position: fixed;
    right: 0;
    left: 0;
    top: 56px;
    z-index: 1079;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translate3d(0, -10px, 0)
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
    display: none
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 50px
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    transform: none
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: inline-flex
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: none;
    padding: 0
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: material design icons
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(.4);
    opacity: 0;
    visibility: hidden;
    font-family: material design icons
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(.4)
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible
}

.rd-navbar-fixed [class*=rd-navbar-fixed-element] {
    position: fixed;
    top: 4px;
    z-index: 1082
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 46px
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #9b9b9b;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #fff;
    background: #5cac50
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #fff
}

.rd-navbar-fixed .rd-nav-link {
    color: #9b9b9b
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    color: #1b1b1b
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #fff;
    background: #5cac50
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #c4c4c4
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: 1px solid #e5e5e5
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #fff
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #5cac50
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #9b9b9b
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    color: #c4c4c4
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
    color: #5cac50
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    color: #262626
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
    color: #5cac50
}

.rd-navbar-fixed .rd-navbar-collapse {
    background-color: #fff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17)
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
    color: #9b9b9b
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px
}

.rd-navbar-sidebar {
    display: block;
    background: #fff
}

.rd-navbar-sidebar .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px 22px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: .5s cubic-bezier(.4, 0, .2, 1)
}

.rd-navbar-sidebar .rd-navbar-main-element {
    display: flex;
    align-items: center
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
    margin-left: 20px
}

.rd-navbar-sidebar .rd-navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1102
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center
}

.rd-navbar-sidebar .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1101;
    width: 450px;
    padding: 94px 0 0;
    background: #fff;
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    transform: translateX(100%);
    box-shadow: 0 0 13px 0 rgba(196, 196, 196, .16)
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: .1s;
    transform: translateX(0)
}

.rd-navbar-sidebar .rd-navbar-nav {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e5e5e5
}

.rd-navbar-sidebar .rd-nav-item {
    position: relative;
    display: block;
    padding: 19px 30px 19px 40px
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
    color: #5cac50
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle {
    font-size: 18px
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
    border-top: 1px solid #e5e5e5
}

.rd-navbar-sidebar .rd-nav-item:last-child {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.rd-navbar-sidebar .rd-nav-link {
    max-width: calc(100% - 30px);
    word-break: break-all;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #c4c4c4
}

.rd-navbar-sidebar .rd-nav-link:hover {
    color: #5cac50
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity .2s
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
    opacity: 1;
    visibility: visible
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
    transform: translateY(30px)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
    transform: translateY(0)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
    transform: translateX(-20px)
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
    transform: translateX(0)
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: 10px;
    margin-bottom: inherit;
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    color: #262626
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
    color: #5cac50
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    transition: .4s all ease;
    z-index: 2;
    will-change: transform
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    font-size: 14px;
    color: #c4c4c4;
    margin-left: 7px
}

.rd-navbar-sidebar .rd-menu {
    margin-top: 31px
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
    font-size: 14px
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a {
    position: relative;
    left: -3px;
    display: flex;
    padding: 1px 14px 1px 0;
    text-align: left
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:active,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list li>a:active {
    color: #000
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
    color: #5cac50
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
    transition: .15s ease-in-out
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    color: #5cac50;
    opacity: 0;
    visibility: hidden
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible
}

.rd-navbar-sidebar .rd-navbar-megamenu {
    max-width: 450px;
    margin-bottom: -30px
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
    margin-bottom: 30px
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

.rd-navbar-sidebar .rd-megamenu-title {
    display: none
}

.rd-navbar-sidebar .rd-megamenu-list {
    margin-top: 0
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
    margin-top: 10px
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
    padding-right: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
    display: none
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
    padding-left: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
    padding-left: 0
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
    color: #5cac50
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
    top: 1px
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
    margin-top: 10px
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown {
    margin-top: 25px
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: 10px;
    padding-left: 15px
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
    font-size: 12px
}

@media(min-width:1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu {
        margin-bottom: -30px
    }

    .rd-navbar-sidebar .rd-navbar-megamenu>* {
        margin-bottom: 30px
    }

    .rd-navbar-sidebar .rd-navbar-dropdown>li+li,
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 18px
    }
}

@media(min-width:1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        width: auto;
        left: calc(50% + 600px - 80px)
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-101%)
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0)
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1)
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px
}

.rd-navbar-classic.rd-navbar-static {
    border-bottom: 1px solid transparent
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    max-width: calc(1436px - 80px);
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
    padding: 10px 0
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 31px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-right-panel {
    margin-bottom: -10px;
    margin-left: -20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-right-panel:empty {
    margin-bottom: 0;
    margin-left: 0
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-right-panel>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-right-panel {
        margin-left: -50px
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-right-panel>* {
        margin-left: 50px
    }

    .rd-navbar-classic.rd-navbar-static .button-fixed {
        min-width: 180px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link {
    letter-spacing: .03em
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    border-bottom-color: #e5e5e5
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
    display: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 17px 0
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-right-panel {
    text-align: center
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-right-panel>li+li {
    margin-top: 15px
}

.rd-navbar-fullwidth {
    display: block
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
    margin-left: 20px
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
    padding: 10px 0
}

.rd-navbar-wide {
    display: block
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-main .rd-navbar-nav-wrap {
    flex-grow: 1
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-nav {
    display: flex
}

.rd-navbar-wide.rd-navbar-static .rd-nav-item {
    flex-grow: 1;
    border-left: 1px solid #c4c4c4;
    text-align: center
}

.rd-navbar-wide.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%)
}

.rd-navbar-wide.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-wide.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
.rd-navbar-wide.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    background: #f9f9f9
}

.rd-navbar-wide.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 0
}

.rd-navbar-wide.rd-navbar-static .rd-nav-link {
    display: block;
    padding: 30px 10px
}

.rd-navbar-wide.rd-navbar-static .rd-nav-link:hover {
    background: #f9f9f9
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-dropdown {
    width: 100%;
    text-align: center
}

.rd-navbar-wide.rd-navbar-static .rd-menu {
    margin-top: 36px
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-wide.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    margin-top: 0
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-brand {
    display: flex;
    justify-content: center;
    padding-bottom: 2px;
    min-width: 16vw;
    text-align: center
}

.rd-navbar-wide.rd-navbar-static .rd-navbar-brand a {
    display: inline-block
}

@media(min-width:1200px) {
    .rd-navbar-wide.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
        bottom: 10px
    }

    .rd-navbar-wide.rd-navbar-static .rd-nav-link {
        padding: 41px 10px
    }
}

.rd-navbar-wide.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-wide.rd-navbar-static.rd-navbar--is-clone {
    border-bottom: 1px solid #c4c4c4
}

.rd-navbar-wide.rd-navbar-static.rd-navbar--is-stuck .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-wide.rd-navbar-static.rd-navbar--is-clone .rd-nav-item>.rd-navbar-submenu-toggle {
    bottom: 5px
}

.rd-navbar-wide.rd-navbar-static.rd-navbar--is-stuck .rd-nav-link,
.rd-navbar-wide.rd-navbar-static.rd-navbar--is-clone .rd-nav-link {
    padding: 25px 10px
}

.rd-navbar-aside {
    display: block
}

.rd-navbar-aside.rd-navbar-static {
    background: 0 0
}

.rd-navbar-aside.rd-navbar-static .rd-navbar-collapse {
    display: none
}

.rd-navbar-aside.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-aside.rd-navbar-static .rd-navbar-panel {
    display: inline-block
}

.rd-navbar-aside.rd-navbar-static .rd-navbar-brand {
    display: none
}

.rd-navbar-aside.rd-navbar-static .rd-navbar-nav {
    padding: 25px 62px;
    background-color: transparent;
}

.rd-navbar-aside.rd-navbar-static .rd-navbar-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    width: 0;
    background-color: inherit;
    transition: inherit
}

.rd-navbar-aside.rd-navbar-static .rd-nav-link {
    font-size: 15px;
    color: #fff
}

.rd-navbar-aside.rd-navbar-static .rd-nav-link:hover {
    color: rgba(152, 239, 138, 1);
}

.rd-navbar-aside.rd-navbar-static .rd-nav-item {
    display: inline-block
}

.rd-navbar-aside.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    color: #fff
}

.rd-navbar-aside.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-aside.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: rgba(152, 239, 138, 1);
}

.rd-navbar-aside.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-aside.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: rgba(152, 239, 138, 1);
}

.rd-navbar-aside.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: rgba(152, 239, 138, 1);
}

.rd-navbar-aside.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: rgba(152, 239, 138, 1);
}

@media(min-width:1200px) {
    .rd-navbar-aside.rd-navbar-static .rd-nav-item:not(:first-child) {
        position: relative
    }

    .rd-navbar-aside.rd-navbar-static .rd-nav-item:not(:first-child):before {
        content: '';
        position: absolute;
        left: -28px;
        top: 50%;
        height: 1.7em;
        width: 2px;
        background-color: rgba(255, 255, 255, .2);
        transform: translateY(-50%)
    }
}

@media(min-width:1600px) {
    .rd-navbar-aside.rd-navbar-static .rd-navbar-nav {
        padding: 36px 62px
    }
}

.rd-navbar-aside.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav,
.rd-navbar-aside.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav {
    padding: 18px 62px;
    background-color: rgba(92, 172, 80, 1);
}

.rd-navbar-aside.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav:before,
.rd-navbar-aside.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav:before {
    width: 100vw
}

.swiper-container {
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-size: cover;
    background-position: center center
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=)
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDAwMDAwJy8+PC9zdmc+)
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDAwMDAnLz48L3N2Zz4=)
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .3
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #5cac50
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+)
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.custom-swiper-button-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.custom-swiper-button-wrap>*+* {
    margin-top: 11px
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    display: block;
    padding: 20px 19px;
    font-size: 24px;
    color: #000;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25)
}

.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
    color: #c4c4c4
}

.swiper-button-disabled {
    color: #c4c4c4;
    box-shadow: none
}

.custom-swiper-button-next {
    border-top-left-radius: 10px
}

.custom-swiper-button-prev {
    border-bottom-right-radius: 10px
}

.swiper-section .swiper-slider {
    min-height: 300px;
    height: 300px
}

.swiper-section .swiper-slide {
    position: relative;
    cursor: grab
}

.swiper-section .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) -30%, rgba(0, 0, 0, 0.8));
    opacity: 1;
    transition: opacity .3s
}

.swiper-section .swiper-slide-active:before {
    opacity: 0
}

.swiper-section .swiper-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center
}

.swiper-section .custom-swiper-button-wrap {
    display: none
}

@media(min-width:768px) {
    .swiper-section {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        display: flex
    }

    .swiper-section .swiper-slider {
        height: auto
    }

    .swiper-section .swiper-slide {
        width: 71%
    }

    .swiper-section .swiper-pagination {
        display: none
    }

    .swiper-section .custom-swiper-button-wrap {
        display: block
    }
}

.google-map-markers {
    display: none
}

.google-map-container {
    width: 100%
}

.google-map {
    height: 250px;
    width: 100%;
    height: 250px;
    height: 570px
}

.rd-search-results-live {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 600px;
    overflow-y: auto;
    margin: -3px 0 0;
    text-align: left;
    z-index: 998
}

.rd-search-results-live #search-results {
    position: relative;
    padding: 16px 0 0;
    color: #000;
    background: 0 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 0;
    transform: scale(1, .9);
    transition: .3s all ease
}

.rd-search-results-live #search-results::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    border: 1px solid #e5e5e5;
    border-top: 0
}

.rd-search-results-live #search-results.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1)
}

.rd-search-results-live .search-quick-result {
    padding-left: 15px;
    padding-right: 15px;
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #000
}

.rd-search-results-live .search-list {
    margin-top: 11px
}

.rd-search-results-live .search-list li:only-child {
    padding: 0 15px 15px
}

.rd-search-results-live .search-link {
    color: #c4c4c4
}

.rd-search-results-live .search-link:hover {
    color: #5cac50
}

.rd-search-results-live .search-error {
    font-size: 14px;
    line-height: 1.6
}

.rd-search-results-live .search-title {
    position: relative;
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.rd-search-results-live .search-title a:hover {
    color: #5cac50
}

.rd-search-results-live .search-list-item-all {
    margin-top: 18px;
    width: 100%
}

.rd-search-results-live .search-submit {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    padding: 8px;
    font-family: roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #5cac50
}

.rd-search-results-live .search-submit:hover {
    color: #fff;
    background: #c4c4c4
}

.rd-search-results-live .match {
    display: none
}

.not-empty~.rd-search-results-live {
    visibility: visible;
    opacity: 1
}

.rd-search-results-live p {
    font-size: 11px
}

.rd-search-results-live p * {
    margin: 0
}

.rd-search-results-live .search-list-item {
    padding: 0 15px
}

.rd-search-results-live *+p {
    margin-top: 5px
}

.rd-search-results-live .search-list-item+.search-list-item {
    margin-top: 17px
}

.rd-search-results .search-list {
    counter-reset: li;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    list-style-type: none;
    overflow: hidden
}

.rd-search-results .search-list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap
}

.rd-search-results .search-list li:only-child::before {
    display: none
}

.rd-search-results .search-list-item {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    color: #9b9b9b
}

.rd-search-results .search-list-item::before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: inherit;
    font-weight: 700;
    color: #000
}

.rd-search-results .search-list-item+.search-list-item {
    margin-top: 40px
}

.rd-search-results .search-title {
    font-size: 16px;
    color: #000
}

.rd-search-results .search {
    color: #fff;
    padding: 0 .25em;
    background: #5cac50
}

.rd-search-results .match {
    padding: 5px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000
}

.rd-search-results .match em {
    margin: 0;
    font-style: normal
}

.rd-search-results p * {
    margin: 0
}

.rd-search-results *+.match {
    margin-top: 10px
}

@media(min-width:768px) {
    .rd-search-results .search-title {
        font-size: 18px
    }

    .rd-search-results .search-list-item::before {
        top: -1px;
        font-size: 16px
    }

    .rd-search-results *+p {
        margin-top: 12px
    }
}

@media(min-width:992px) {
    .rd-search-results .search-list-item {
        padding-left: 40px
    }
}

*+.rd-search-results {
    margin-top: 40px
}

@media(min-width:768px) {
    *+.rd-search-results {
        margin-top: 55px
    }
}

.rd-search-classic {
    position: relative
}

.rd-search-classic .form-input {
    padding-right: 50px
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
    letter-spacing: 0
}

.rd-search-classic .rd-search-submit {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    padding-top: 3px;
    padding-right: 2px;
    margin: 0;
    text-align: center;
    color: #c4c4c4;
    font-size: 0;
    line-height: 0
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
    border: none;
    padding: 0
}

.rd-search-classic .rd-search-submit:before {
    position: relative;
    top: -1px;
    content: '\e014';
    font: 400 20px fl-chapps;
    line-height: 1;
    transition: .33s all ease
}

.rd-search-classic .rd-search-submit:hover {
    color: #5cac50
}

.rd-search.rd-search-inline {
    position: relative
}

.rd-search.rd-search-inline .form-input {
    padding-right: 50px
}

.rd-search.rd-search-inline .button-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    right: 0;
    margin: 0;
    font-size: 21px;
    color: #c4c4c4;
    transition: .33s
}

.rd-search.rd-search-inline .button-link::before {
    display: block;
    margin: auto
}

.rd-search.rd-search-inline .button-link:hover {
    color: #5cac50
}

.rd-search.rd-search-inline.form-sm .form-input {
    padding-right: 40px
}

.rd-search.rd-search-inline.form-sm .button-link {
    width: 40px;
    font-size: 18px
}

.rd-search.rd-search-inline.form-lg .form-input {
    padding-right: 60px
}

.rd-search.rd-search-inline.form-lg .button-link {
    width: 60px
}

@keyframes sprite-animation {
    from {
        background-position: 0 0
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    transition: .4s all ease
}

[data-isotope-layout] .row {
    margin-bottom: -30px
}

[data-isotope-layout] .row>[class*=col-] {
    margin-top: 30px
}

[data-isotope-layout] .row-narrow {
    margin-bottom: -30px
}

[data-isotope-layout] .row-narrow>[class*=col-] {
    margin-top: 30px
}

[data-isotope-layout] .row-condensed {
    margin-bottom: 0
}

[data-isotope-layout] .row-condensed>[class*=col-] {
    margin-top: 0
}

[data-isotope-layout] [class*=col-] {
    display: block;
    will-change: transform;
    backface-visibility: hidden;
    transition: .1s opacity ease-in
}

[data-isotope-layout].isotope--loaded [class*=col-] {
    opacity: 1
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden
}

.isotope-filters>* {
    margin-top: 0;
    vertical-align: middle
}

.isotope-filters .inline-list {
    position: relative;
    word-spacing: 0
}

.isotope-filters .inline-list li {
    display: inline-block
}

.isotope-filters .inline-list a {
    position: relative;
    transition: .3s;
    color: #c4c4c4
}

.isotope-filters .inline-list .isotope-filters-trigger {
    display: none
}

.isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px
}

.isotope-filters-modern .inline-list>* {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.isotope-filters-modern .inline-list>li {
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-size: 18px
}

.isotope-filters-modern .inline-list a {
    position: relative;
    padding-bottom: 10px
}

.isotope-filters-modern .inline-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .4s;
    background: #5cac50
}

.isotope-filters-modern .inline-list a:hover {
    color: #5cac50
}

.isotope-filters-modern .inline-list a.active::after {
    width: 100%
}

@media(min-width:992px) {
    .isotope-filters-modern .inline-list {
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px
    }

    .isotope-filters-modern .inline-list>* {
        margin-top: 10px;
        padding-left: 23px;
        padding-right: 23px
    }
}

.isotope-modern-wrap [class*=col] {
    margin-top: 30px
}

@media(max-width:767.98px) {
    .isotope-modern-wrap [class*=col] {
        width: 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*=col] {
        margin-top: 0
    }
}

.isotope-condensed {
    margin-left: 0;
    margin-right: 0
}

.isotope-condensed .row>* {
    margin-top: -1px;
    margin-bottom: -1px
}

*+.isotope {
    margin-top: 0
}

*+.isotope-condensed {
    margin-top: 30px
}

@media(max-width:991.98px) {
    .isotope-condensed {
        padding: 0 0 30px;
        margin-left: 0;
        margin-right: 0
    }

    .isotope-condensed .row.row-condensed>[class*=col] {
        padding-left: 10px;
        padding-right: 10px
    }

    .isotope-condensed .row.row-condensed>[class*=col]+[class*=col] {
        margin-top: 25px
    }
}

@media(min-width:768px) {
    *+.isotope {
        margin-top: 28px
    }

    *+.isotope-condensed {
        margin-top: 50px
    }
}

.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0
}

.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
    display: none
}

.tabs-custom .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease
}

.tabs-custom .nav-link {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0
}

.tabs-custom .nav-link.active {
    cursor: default;
    border: 0
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible
}

*+.tabs-horizontal.tabs-corporate {
    margin-top: 25px
}

*+.tabs-vertical.tabs-corporate {
    margin-top: 40px
}

@media(min-width:768px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 60px
    }
}

@media(min-width:1200px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 80px
    }
}

.tabs-corporate .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    padding: 0 30px;
    margin: 60px auto 30px;
    transform: rotate(45deg)
}

.tabs-corporate .nav-item {
    position: relative;
    width: 50%;
    padding-bottom: 50%
}

.tabs-corporate .nav-link {
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    background: #262626;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .35);
    letter-spacing: .03em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    overflow: hidden
}

.tabs-corporate .nav-link>span {
    transform: rotate(-45deg)
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
    color: #ffeb38;
    background: #262626;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tabs-corporate .tab-content {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .03em
}

@media(min-width:1600px) {
    .tabs-corporate .nav-tabs {
        max-width: 290px;
        margin-top: 100px
    }
}

.card-group-custom {
    margin-bottom: 0
}

.card-group-custom .card-header+.collapse>.card-body,
.card-group-custom .card-header+.collapse>.list-group {
    border-top: 0
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left
}

.card-custom a {
    display: block
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: 0 0
}

.card-custom .card-body {
    padding: 0;
    border: 0
}

.card-custom .card-title {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase
}

.card-custom .card-title a {
    position: relative;
    color: rgba(0, 0, 0, .75)
}

.card-custom .card-title a:before {
    content: '\f4f9';
    display: none;
    position: absolute;
    left: -33px;
    font-size: 24px;
    font-family: material design icons;
    line-height: 24px;
    color: #5cac50;
    opacity: 1;
    transition: .3s
}

.card-custom .card-title .title {
    position: relative;
    z-index: 1
}

.card-custom .card-title .title:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 30px);
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: #5cac50
}

.card-custom .card-title .collapsed:before {
    left: -53px;
    opacity: 0
}

.card-custom .index-counter {
    padding-right: 8px
}

.card-custom .card-body {
    padding-top: 19px
}

@media(min-width:992px) {
    .card-custom .card-title a:before {
        display: inline
    }
}

*+.card-custom {
    margin-top: 33px
}

.card-secondary-2 .card-title a:before {
    color: #ff4141
}

.card-secondary-2 .card-title .title:before {
    background: #ff4141
}

.card-secondary-3 .card-title a:before {
    color: #8f8eb7
}

.card-secondary-3 .card-title .title:before {
    background: #8f8eb7
}

*+.card-group-custom {
    margin-top: 35px
}

@media(min-width:1200px) {
    *+.card-group-custom {
        margin-top: 62px
    }
}

.context-dark .card-custom .card-title a,
.bg-gray-700 .card-custom .card-title a,
.bg-primary .card-custom .card-title a {
    color: #fff
}

.card-corporate {
    text-align: left;
    box-shadow: -1px 2px 5px 0 rgba(68, 73, 83, .12)
}

.card-corporate .card-title a,
.card-corporate .card-body {
    background: #fff
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 21px 82px 21px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .75);
    transition: 1.3s all ease;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #dedede
}

.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden
}

.card-corporate .card-title a.collapsed {
    border-radius: 6px;
    border-bottom-width: 0
}

.card-corporate .card-title a.collapsed .card-arrow {
    border-radius: 0 6px 6px 0
}

.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    width: 70px;
    background: #5cac50;
    border-radius: 0 6px 0 0;
    transition: .33s all ease
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    background: #fff
}

.card-corporate .card-arrow::before {
    width: 14px;
    height: 2px;
    right: 28px
}

.card-corporate .card-arrow::after {
    width: 2px;
    height: 14px;
    right: 34px
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
    color: rgba(0, 0, 0, .75);
    border-radius: 0 0 6px 6px
}

.card-corporate .card-body {
    padding: 25px 44px 25px 32px
}

@media(max-width:991.98px) {

    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 25px
    }
}

@media(min-width:768px) {
    .card-corporate .card-title a {
        font-size: 18px
    }
}

.tooltip {
    font-size: 16px;
    line-height: 1.2
}

.tooltip-inner {
    background-color: #5cac50
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #5cac50
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #5cac50
}

.counter-zero:before {
    content: "0"
}

.counter-minimal {
    display: flex;
    color: #000
}

.counter-minimal .counter-right {
    padding-top: 10px;
    padding-left: 16px;
    font-size: 15px;
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif
}

.counter-minimal .counter {
    font-size: 100px;
    line-height: 1;
    color: #5cac50
}

.counter-minimal .postfix {
    position: relative;
    top: .3em;
    font-size: 24px;
    line-height: 1
}

.counter-minimal .title {
    font-weight: 400;
    line-height: 1.333;
    text-transform: uppercase;
    max-width: 60px
}

.counter-minimal *+.title {
    margin-top: 17px
}

.progress-linear {
    position: relative;
    text-align: left
}

.progress-linear .progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px
}

.progress-linear .progress-header>* {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.progress-linear .progress-bar-linear-wrap {
    height: 10px;
    background: #e5e5e5
}

.progress-linear .progress-bar-linear {
    width: 0;
    height: inherit;
    background: #5cac50;
    transition: 1s all ease-in-out
}

.progress-linear .progress-value {
    font-weight: 700;
    color: #c4c4c4
}

.progress-linear .progress-value::after {
    content: "%"
}

*+.progress-bar-linear-wrap {
    margin-top: 8px
}

.progress-linear+.progress-linear {
    margin-top: 15px
}

@media(min-width:992px) {
    .progress-linear+.progress-linear {
        margin-top: 25px
    }
}

.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2
}

.progress-bar-circle canvas {
    vertical-align: middle
}

.progress-bar-circle span {
    position: absolute;
    top: 50%;
    left: 51%;
    font-size: 36px;
    line-height: 36px;
    transform: translate(-50%, -50%);
    color: #9b9b9b
}

.progress-bar-circle span::after {
    content: "%"
}

.progress-bar-circle-title {
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase
}

*+.progress-bar-circle-title {
    margin-top: 12px
}

.time_circles {
    position: relative;
    width: 100%
}

.time_circles>div {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -10px;
    text-align: center
}

@media(min-width:1200px) {
    #DateCountdown {
        width: 100%
    }
}

.time_circles>div>h4 {
    position: absolute;
    left: 0;
    top: calc(100% - 20px);
    right: 0;
    transform: translateY(-100%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 1.2 !important;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase
}

.time_circles>div>h4+* {
    margin-top: 0
}

.time_circles>div>span {
    display: block;
    text-align: center;
    letter-spacing: 0;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 1 !important;
    color: #5cac50
}

@media(min-width:768px) {
    .time_circles>div>span {
        font-size: 34px !important
    }
}

@media(min-width:992px) {
    .time_circles>div>span {
        font-size: 36px !important
    }
}

.context-dark .time_circles>div>span,
.bg-gray-700 .time_circles>div>span,
.bg-primary .time_circles>div>span {
    color: #fff
}

.countdown-wrap {
    max-width: 350px;
    padding-bottom: 20px
}

.countdown-wrap+.button {
    margin-top: 40px
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

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

.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(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    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-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

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

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

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

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.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;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144'
}

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

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

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-nav.disabled {
    display: none !important
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font: 400 24px/61px "Material Design Icons";
    color: #000;
    transition: .3s;
    cursor: pointer
}

.owl-prev:hover,
.owl-next:hover {
    color: #5cac50
}

.owl-prev {
    left: 0
}

.owl-prev::before {
    content: '\f14a'
}

.owl-next {
    right: 0
}

.owl-next::before {
    content: '\f14f'
}

.owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-dots.disabled {
    display: none !important
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background-color: #c4c4c4;
    border-radius: 50%;
    transition: .2s
}

.owl-dot:only-child {
    display: none
}

.owl-dot:hover,
.owl-dot:focus {
    background-color: #5cac50
}

.owl-dot.active {
    background-color: #5cac50
}

@media(min-width:768px) {
    .owl-dots {
        margin-top: 37px
    }
}

@media(min-width:992px) {
    .owl-dots {
        text-align: left;
        margin-left: 20px
    }
}

.tablet .owl-dot:before,
.mobile .owl-dot:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300%;
    height: 300%
}

.owl-carousel-1 .owl-prev,
.owl-carousel-1 .owl-next {
    top: calc(50% - 12px);
    width: 61px;
    height: 61px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25)
}

.owl-carousel-1 .owl-prev:hover,
.owl-carousel-1 .owl-next:hover {
    color: #fff;
    background: #5cac50
}

.owl-carousel-1 .owl-prev {
    left: 0
}

.owl-carousel-1 .owl-next {
    right: 0
}

.owl-carousel-1 .owl-dots {
    margin-top: 25px;
    text-align: center
}

.owl-carousel-1 .owl-dot {
    width: 8px;
    height: 8px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #c4c4c4;
    border-radius: 0;
    transition: .2s
}

.owl-carousel-1 .owl-dot:only-child {
    display: none
}

.owl-carousel-1 .owl-dot:hover,
.owl-carousel-1 .owl-dot:focus {
    background-color: #5cac50
}

.owl-carousel-1 .owl-dot.active {
    background-color: #5cac50
}

@media(min-width:1200px) {

    .owl-carousel-1 .owl-prev,
    .owl-carousel-1 .owl-next {
        top: calc(50% - 35px)
    }

    .owl-carousel-1 .owl-dots {
        margin-top: 52px
    }
}

.owl-carousel-2 .owl-dots {
    text-align: right;
    margin: 26px 33px 27px 15px
}

.owl-carousel-2 .owl-dot {
    background: rgba(255, 255, 255, .2)
}

.owl-carousel-2 .owl-dot:hover,
.owl-carousel-2 .owl-dot.active {
    background-color: #ffeb38
}

.owl-carousel-3 .owl-nav {
    display: none
}

.owl-carousel-3 .owl-prev,
.owl-carousel-3 .owl-next {
    top: 21%
}

.owl-carousel-3 .text-caption {
    font-weight: 300;
    line-height: 1.708
}

@media(min-width:768px) {
    .owl-carousel-3 .owl-dots {
        display: none
    }

    .owl-carousel-3 .owl-nav {
        display: block
    }
}

h3+.owl-carousel {
    margin-top: 20px
}

.title-bold+.owl-carousel {
    margin-top: 20px
}

@media(min-width:1200px) {
    h3+.owl-carousel {
        margin-top: 42px
    }

    .title-bold+.owl-carousel {
        margin-top: 33px
    }
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

@font-face {
    font-family: lg;
    src: url(../../Fonts/lg.eot?n1z373);
    src: url(../../Fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../../Fonts/lg.woff?n1z373) format("woff"), url(../../Fonts/lg.ttf?n1z373) format("truetype"), url(../../Fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media(min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../Imagens/Plugins/video-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../Imagens/Plugins/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../Imagens/Plugins/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../Imagens/Plugins/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../Imagens/Plugins/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

@font-face {
    font-family: lg;
    src: url(../../Fonts/lg.eot?n1z373);
    src: url(../../Fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../../Fonts/lg.woff?n1z373) format("woff"), url(../../Fonts/lg.ttf?n1z373) format("truetype"), url(../../Fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media(min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1090;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../Imagens/Plugins/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1090;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: .93
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.bg-vide {
    position: relative;
    z-index: 0
}

.bg-vide>* {
    position: relative;
    z-index: 1
}

.bg-vide-1 {
    padding: 50px 0
}

.bg-vide-1 .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.34;
    text-transform: uppercase
}

.bg-vide-1 .big {
    line-height: 1.36
}

.bg-vide-1 *+.big {
    margin-top: 20px
}

@media(min-width:768px) {
    .bg-vide-1 {
        padding: 80px 0
    }

    .bg-vide-1 .title {
        font-size: 50px
    }
}

@media(min-width:1200px) {
    .bg-vide-1 {
        padding: 132px 0 178px
    }

    .bg-vide-1 .title {
        font-size: 70px;
        line-height: 1.34
    }

    .bg-vide-1 *+.big {
        margin-top: 37px
    }
}

.parallax-container {
    position: relative;
    overflow: hidden
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0
}

.parallax-content {
    position: relative;
    z-index: 1
}

.parallax-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0)
}

.parallax-disabled {
    background-size: cover;
    background-position: center
}

html:not(.ie-11):not(.ios) .parallax-disabled {
    background-attachment: fixed
}