.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
@charset "UTF-8";
.xb,
.xf,
.xi,
.xib,
.xif,
img {
    position: relative;
}
.xib,
.xif,
.xtcell {
    vertical-align: top;
}
.xsite-width,
.xspacer,
.xtable,
.xtrow,
body,
html {
    width: 100%;
}
.hide-text,
.js-overflow-hidden {
    overflow: hidden;
}
.xtext,
body {
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.xaction-btn,
.xnav ul li a,
.xtitle,
body {
    color: #5c5c60;
}
.heavy,
.site-action--btn,
.site-carousel__prev-next > div .arrow-icon--left:after,
.site-carousel__prev-next > div .arrow-icon--right:after,
.site-menu a,
.site-overview__item.site-overview__item--square > .site-overview__item--content .xtext,
.tj-textuallink,
.xaction-btn,
.xtext,
.xtitle--large,
.xtitle--medium,
.xtitle--small,
strong {
    font-family: Roboto, sans-serif;
}
.site-action--btn,
.site-footer button,
.site-menu a,
.site-mobilemenu--wrapper a {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-menu li,
.site-mobilemenu--wrapper li,
.xtext ul li {
    list-style: none;
}
html {
    box-sizing: border-box;
}
*,
::after,
::before {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    display: block;
}
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
    display: none !important;
}
.xcms,
.xoverlay {
    display: none;
}
.xtext {
    font-size: 16px;
    line-height: 1.4;
}
@media screen and (min-width: 750px) {
    .xtext {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1050px) {
    .xtext {
        font-size: 18px;
        line-height: 1.7;
    }
}
@media screen and (min-width: 1500px) {
    .xtext {
        font-size: 18px;
        line-height: 1.7;
    }
}
.xtitle {
    line-height: 1.4;
}
@media screen and (min-width: 750px) {
    .xtitle {
        line-height: 1.5;
    }
    .xtitle--small {
        font-size: 14px;
    }
}
.xtitle--small {
    font-size: 14px;
}
@media screen and (min-width: 1050px) {
    .xtitle {
        line-height: 1.7;
    }
    .xtitle--small {
        font-size: 15px;
    }
}
@media screen and (min-width: 1500px) {
    .xtitle {
        line-height: 1.7;
    }
    .xtitle--small {
        font-size: 15px;
    }
}
.xtitle--medium {
    font-size: 22px;
}
@media screen and (min-width: 750px) {
    .xtitle--medium {
        font-size: 30px;
    }
}
@media screen and (min-width: 1050px) {
    .xtitle--medium {
        font-size: 38px;
    }
}
@media screen and (min-width: 1500px) {
    .xtitle--medium {
        font-size: 38px;
    }
}
.xtitle--large {
    font-size: 30px;
}
@media screen and (min-width: 750px) {
    .xtitle--large {
        font-size: 40px;
    }
    .xsite-width {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.xsite-width {
    margin: 0 auto;
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 480px) {
    .xsite-width {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.xf {
    display: -ms-flexbox;
    display: flex;
}
.xb {
    display: block;
}
.xi {
    display: inline;
}
.xif {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.xib {
    display: inline-block;
}
.xab,
.xabf {
    position: absolute;
}
.xabf {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.xtable {
    display: table;
    height: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    opacity: 1;
}
.xtrow {
    display: table-row;
}
.xtcell {
    display: table-cell;
}
.xvc,
.xvc--top {
    display: -ms-flexbox;
    -ms-flex-direction: column;
}
.xtauto {
    table-layout: auto;
}
.xleft {
    text-align: left;
}
.xright {
    text-align: right;
}
.xcenter {
    text-align: center;
}
.xvc {
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xvc--top {
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.xvc--bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.xspacer {
    height: 50px;
}
@media screen and (min-width: 750px) {
    .xspacer {
        height: 50px;
    }
}
@media screen and (min-width: 1050px) {
    .xtitle--large {
        font-size: 50px;
    }
    .xsite-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .xspacer {
        height: 70px;
    }
}
@media screen and (min-width: 1500px) {
    .xtitle--large {
        font-size: 50px;
    }
    .xsite-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .xspacer {
        height: 70px;
    }
}
.xspacer--small {
    height: 25px;
}
@media screen and (min-width: 750px) {
    .xspacer--small {
        height: 30px;
    }
}
@media screen and (min-width: 1050px) {
    .xspacer--small {
        height: 40px;
    }
}
@media screen and (min-width: 1500px) {
    .xspacer--small {
        height: 40px;
    }
}
.xspacer--line:after,
.xspacer--line:before {
    content: "";
    display: block;
    height: 25px;
    width: 100%;
}
.xspacer--line:before {
    border-bottom: 1px solid #5c5c60;
}
@media screen and (min-width: 750px) {
    .xspacer--line:after,
    .xspacer--line:before {
        content: "";
        display: block;
        height: 0;
    }
}
@media screen and (min-width: 1050px) {
    .xspacer--line:after,
    .xspacer--line:before {
        content: "";
        display: block;
        height: 0;
    }
}
@media screen and (min-width: 1500px) {
    .xspacer--line:after,
    .xspacer--line:before {
        content: "";
        display: block;
        height: 0;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row--full {
    margin-left: -9px;
    margin-right: -9px;
}
.row--auto .col {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.row--start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.row--start .col {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.row--center {
    -ms-flex-pack: center;
    justify-content: center;
}
.row--center .col {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.row--end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.row--end .col {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.row--top {
    -ms-flex-align: start;
    align-items: flex-start;
}
.row--middle {
    -ms-flex-align: center;
    align-items: center;
}
.row--baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}
.row--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row--row {
    -ms-flex-direction: row;
    flex-direction: row;
}
.row--bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}
.row--bottom .col {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.row--stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row--around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.row--around .col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.row--between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row--between .col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.row--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
}
.col--first {
    -ms-flex-order: -1;
    order: -1;
}
.col--last {
    -ms-flex-order: 1;
    order: 1;
}
.col--full {
    padding-left: 0;
    padding-right: 0;
}
.col__offset--1 {
    margin-left: 8.33333333%;
}
.col__offset--2 {
    margin-left: 16.66666667%;
}
.col__offset--3 {
    margin-left: 25%;
}
.col__offset--4 {
    margin-left: 33.33333333%;
}
.col__offset--5 {
    margin-left: 41.66666667%;
}
.col__offset--6 {
    margin-left: 50%;
}
.col__offset--7 {
    margin-left: 58.33333333%;
}
.col__offset--8 {
    margin-left: 66.66666667%;
}
.col__offset--9 {
    margin-left: 75%;
}
.col__offset--10 {
    margin-left: 83.33333333%;
}
.col__offset--11 {
    margin-left: 91.66666667%;
}
.col__offset--12 {
    margin-left: 100%;
}
.col--1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col--2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col--3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col--4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col--5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col--6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col--7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col--8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col--9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col--10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col--11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .col--1 {
        width: 8.33333333%;
    }
    .col--2 {
        width: 16.66666667%;
    }
    .col--3 {
        width: 25%;
    }
    .col--4 {
        width: 33.33333333%;
    }
    .col--5 {
        width: 41.66666667%;
    }
    .col--6 {
        width: 50%;
    }
    .col--7 {
        width: 58.33333333%;
    }
    .col--8 {
        width: 66.66666667%;
    }
    .col--9 {
        width: 75%;
    }
    .col--10 {
        width: 83.33333333%;
    }
    .col--11 {
        width: 91.66666667%;
    }
    .col--12 {
        width: 100%;
    }
}
@media screen and (min-width: 480px) {
    .col__sm--1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__sm--2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__sm--3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__sm--4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__sm--5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__sm--6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__sm--7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__sm--8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__sm--9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__sm--10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__sm--11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__sm--12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 480px) and (-ms-high-contrast: active),
    screen and (min-width: 480px) and (-ms-high-contrast: none) {
    .col__sm--1 {
        width: 8.33333333%;
    }
    .col__sm--2 {
        width: 16.66666667%;
    }
    .col__sm--3 {
        width: 25%;
    }
    .col__sm--4 {
        width: 33.33333333%;
    }
    .col__sm--5 {
        width: 41.66666667%;
    }
    .col__sm--6 {
        width: 50%;
    }
    .col__sm--7 {
        width: 58.33333333%;
    }
    .col__sm--8 {
        width: 66.66666667%;
    }
    .col__sm--9 {
        width: 75%;
    }
    .col__sm--10 {
        width: 83.33333333%;
    }
    .col__sm--11 {
        width: 91.66666667%;
    }
    .col__sm--12 {
        width: 100%;
    }
}
@media screen and (min-width: 750px) {
    .col__md--1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__md--2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__md--3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__md--4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__md--5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__md--6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__md--7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__md--8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__md--9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__md--10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__md--11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__md--12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 750px) and (-ms-high-contrast: active),
    screen and (min-width: 750px) and (-ms-high-contrast: none) {
    .col__md--1 {
        width: 8.33333333%;
    }
    .col__md--2 {
        width: 16.66666667%;
    }
    .col__md--3 {
        width: 25%;
    }
    .col__md--4 {
        width: 33.33333333%;
    }
    .col__md--5 {
        width: 41.66666667%;
    }
    .col__md--6 {
        width: 50%;
    }
    .col__md--7 {
        width: 58.33333333%;
    }
    .col__md--8 {
        width: 66.66666667%;
    }
    .col__md--9 {
        width: 75%;
    }
    .col__md--10 {
        width: 83.33333333%;
    }
    .col__md--11 {
        width: 91.66666667%;
    }
    .col__md--12 {
        width: 100%;
    }
}
@media screen and (min-width: 1050px) {
    .col__lg--1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__lg--2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__lg--3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__lg--4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__lg--5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__lg--6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__lg--7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__lg--8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__lg--9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__lg--10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__lg--11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__lg--12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 1050px) and (-ms-high-contrast: active),
    screen and (min-width: 1050px) and (-ms-high-contrast: none) {
    .col__lg--1 {
        width: 8.33333333%;
    }
    .col__lg--2 {
        width: 16.66666667%;
    }
    .col__lg--3 {
        width: 25%;
    }
    .col__lg--4 {
        width: 33.33333333%;
    }
    .col__lg--5 {
        width: 41.66666667%;
    }
    .col__lg--6 {
        width: 50%;
    }
    .col__lg--7 {
        width: 58.33333333%;
    }
    .col__lg--8 {
        width: 66.66666667%;
    }
    .col__lg--9 {
        width: 75%;
    }
    .col__lg--10 {
        width: 83.33333333%;
    }
    .col__lg--11 {
        width: 91.66666667%;
    }
    .col__lg--12 {
        width: 100%;
    }
}
@media screen and (min-width: 1500px) {
    .col__xl--1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__xl--2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__xl--3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__xl--4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__xl--5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__xl--6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__xl--7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__xl--8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__xl--9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__xl--10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__xl--11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__xl--12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.xtext-width,
.xtitle {
    max-width: 800px;
}
@media screen and (min-width: 1500px) and (-ms-high-contrast: active),
    screen and (min-width: 1500px) and (-ms-high-contrast: none) {
    .col__xl--1 {
        width: 8.33333333%;
    }
    .col__xl--2 {
        width: 16.66666667%;
    }
    .col__xl--3 {
        width: 25%;
    }
    .col__xl--4 {
        width: 33.33333333%;
    }
    .col__xl--5 {
        width: 41.66666667%;
    }
    .col__xl--6 {
        width: 50%;
    }
    .col__xl--7 {
        width: 58.33333333%;
    }
    .col__xl--8 {
        width: 66.66666667%;
    }
    .col__xl--9 {
        width: 75%;
    }
    .col__xl--10 {
        width: 83.33333333%;
    }
    .col__xl--11 {
        width: 91.66666667%;
    }
    .col__xl--12 {
        width: 100%;
    }
}
.xnav-mob {
    display: none;
}
.xnav ul {
    list-style-type: none;
}
.xnav ul li {
    display: inline;
}
.xnav ul li:first-child a {
    margin-left: 0 !important;
}
.xnav ul li:last-child a {
    margin-right: 0 !important;
}
.xaction-btn {
    font-size: 15px;
}
@media screen and (min-width: 750px) {
    .xaction-btn {
        font-size: 16px;
    }
}
@media screen and (min-width: 1050px) {
    .xmobile-menu {
        display: none;
    }
    .xaction-btn {
        font-size: 18px;
    }
}
@media screen and (min-width: 1500px) {
    .xaction-btn {
        font-size: 18px;
    }
}
.xhamburger {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer;
}
.xhamburger.xhamburger-default .xhamburger-icon {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    background-color: #2ecc71;
}
.xhamburger.xhamburger-default .xhamburger-icon:after,
.xhamburger.xhamburger-default .xhamburger-icon:before {
    content: "";
    display: block;
    background-color: #2ecc71;
    width: 100%;
    height: 2px;
    position: absolute;
}
.xhamburger.xhamburger-default .xhamburger-icon:before {
    top: 8px;
}
.xhamburger.xhamburger-default .xhamburger-icon:after {
    top: 16px;
}
.xhamburger.xhamburger-default .xclose-icon {
    top: 50%;
    left: 50%;
    margin-top: -15px;
    opacity: 0;
}
@media screen and (min-width: 1050px) {
    .xhamburger {
        display: none;
    }
}
.xhamburger--top-to-bottom .xclose-icon {
    transform: translate(0, -10px) rotate(45deg);
}
.xclose-icon {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.xclose-icon:after,
.xclose-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #2ecc71;
}
.clearfix::after,
.image--overlay:after,
.xtext a:after {
    content: "";
}
.xclose-icon:before {
    left: 50%;
    top: 0;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.xclose-icon:after {
    top: 50%;
    left: 0;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
.clearfix::after {
    clear: both;
    display: table;
}
.hide-text {
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.xbgcov {
    background: no-repeat;
    background-size: cover;
}
.xbgcon {
    background: no-repeat;
    background-size: contain;
}
.xoverlay {
    position: fixed;
    opacity: 1;
}
.xoverlay .xmobile_nav {
    overflow-y: scroll;
}
.xoverlay.black {
    background-color: #000;
    opacity: 0;
}
.xoverlay.white {
    background-color: #fff;
    opacity: 0;
}
.xicon {
    transition-duration: 0.2s;
}
.xicon .xicon--hover,
.xicon .xicon--standard {
    left: 0;
    top: 0;
}
.xicon .xicon--standard {
    opacity: 1;
}
.xicon .xicon--hover,
.xicon:hover .xicon--standard {
    opacity: 0;
}
.xicon:hover .xicon--hover {
    opacity: 1;
}
.xjustify {
    text-align: justify;
    text-justify: distribute-all-lines;
    vertical-align: center;
}
.xjustify li {
    display: inline-block;
    zoom: 1;
}
.xjustify .xstretch {
    width: 100%;
    height: 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
@media screen and (max-width: 1050px) {
    .xmake-relative {
        padding: 0;
    }
    .xmake-relative .xabf,
    .xmake-relative .xg_content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }
    .xmake-relative .xabf.ximg {
        padding-top: 50%;
    }
}
.ximg-img,
.ximg-item {
    position: absolute;
    opacity: 0;
}
.image--overlay:after,
.ximg-img,
.ximg-item {
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.ximg-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ximg-img img {
    display: block;
    width: 100%;
}
body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
}
#site {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.image--overlay {
    position: relative;
}
.image--overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 750px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1050px) {
    #site {
        margin-bottom: 250px;
        z-index: 2;
    }
    body {
        font-size: 18px;
        line-height: 1.7;
    }
}
@media screen and (min-width: 1500px) {
    body {
        font-size: 18px;
        line-height: 1.7;
    }
}
.xtitle {
    font-weight: 900;
}
.xtext b,
.xtext__bold {
    font-weight: 700;
}
.xtitle--large,
.xtitle--medium {
    line-height: 1.1;
}
.xtext a {
    color: #000;
    display: inline-block;
    position: relative;
    transition: 0.2s all ease;
}
.xtext a:after {
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: #000;
}
.xtext a:hover {
    color: #8e8e8e;
}
.xtext ul {
    padding: 0;
    margin: 0;
}
.xtext ul li {
    padding-left: 20px;
    position: relative;
}
.xtext ul li:before {
    content: "◦";
    position: absolute;
    left: 0;
    top: 0;
    color: #5c5c60;
}
.xtext ol {
    padding: 0;
    margin: 0;
}
.xtext p {
    margin: 0 0 15px;
}
.site-contentsection._centered .xtext,
.site-contentsection._centered .xtitle,
.xtext-width {
    margin: 0 auto;
}
.site-eyecatcher .xtext a:hover {
    color: #fff;
}
.xtext--small {
    font-size: 12px;
    line-height: 1.8;
}
.xsprite {
    background-image: url(../../images/basic-site-template_sprite.svg);
}
.xsprite--logo {
    width: 220px;
    height: 32px;
    background-position: -5px -20px;
    z-index: 10;
}
.site-contentarea,
.site-header {
    z-index: 2;
    background-color: #fff;
}
@media screen and (max-width: 950px) {
    .xsprite--logo {
        transform: scale(1);
    }
}
.xsprite--facebook-logo {
    width: 20px;
    height: 20px;
    background-position: -285px -4px;
}
.xsprite--twitter-logo {
    width: 22px;
    height: 22px;
    background-position: -325px -4px;
}
.xsprite--instagram-logo {
    width: 21px;
    height: 21px;
    background-position: -370px -4px;
}
.xsprite--pinterest-logo {
    width: 20px;
    height: 20px;
    background-position: -415px -4px;
}
.xsprite--linkedin-logo {
    width: 21px;
    height: 21px;
    background-position: -455px -5px;
}
.grey-dark {
    color: #8e8e8e !important;
}
.white {
    color: #fff;
}
.site-menu a,
.yellow {
    color: #5c5c60;
}
.xbgcov {
    background-position: center;
}
.site-contentsection .col__inner {
    max-width: 100%;
}
.site-contentsection._centered {
    margin: 0 auto;
    max-width: 850px;
}
@media screen and (max-width: 550px) {
    .site-contentsection {
        padding: 0 20px;
    }
    .site-contentsection img {
        margin: 0 auto;
    }
    .site-contentsection .col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .site-contentsection.site-contentsection__full .col {
        padding-bottom: 0;
    }
    .site-contentsection.site-contentsection__full .xsite-width {
        padding: 0;
    }
    .site-contentsection.site-contentsection__full .xabf {
        position: relative;
        display: block;
        padding-top: 60%;
        left: 0 !important;
        right: 0 !important;
        margin-bottom: 80px;
    }
    .dli--odd .col:nth-child(odd) {
        -ms-flex-order: 2;
        order: 2;
    }
}
.dli > .row {
    border-bottom: 1px solid #f5f8f9;
}
.dli .site-contentsection.site-contentsection__full .xabf {
    right: 0;
    left: 50%;
}
.dli:last-child > .row {
    border: none;
}
.dli--odd .site-contentsection.site-contentsection__full .xabf {
    left: 0;
    right: 50%;
}
@media screen and (min-width: 1050px) {
    .dli--even .site-textcontent__left {
        padding-right: 100px;
    }
    .dli--odd .site-textcontent__right {
        padding-left: 100px;
    }
}
.site-textcontain,
.site-textcontent__left,
.site-textcontent__left--large,
.site-textcontent__right,
.site-textcontent__right--large {
    padding-bottom: 40px;
}
@media screen and (min-width: 550px) {
    .site-textcontain,
    .site-textcontent__left,
    .site-textcontent__left--large,
    .site-textcontent__right,
    .site-textcontent__right--large {
        padding-top: 40px;
    }
    .site-textcontent__left {
        padding-right: 30px;
    }
}
@media screen and (min-width: 750px) {
    .site-textcontent__left {
        padding-right: 40px;
    }
}
@media screen and (min-width: 1050px) {
    .site-textcontent__left {
        padding-right: 60px;
    }
}
@media screen and (min-width: 550px) {
    .site-textcontent__left--large {
        padding-right: 50px;
    }
    .site-textcontent__right {
        padding-left: 30px;
    }
}
@media screen and (min-width: 750px) {
    .site-textcontent__left--large {
        padding-right: 80px;
    }
    .site-textcontent__right {
        padding-left: 40px;
    }
}
@media screen and (min-width: 1050px) {
    .site-textcontent__left--large {
        padding-right: 120px;
    }
    .site-textcontent__right {
        padding-left: 60px;
    }
}
@media screen and (min-width: 550px) {
    .site-textcontent__right--large {
        padding-left: 50px;
    }
}
@media screen and (min-width: 750px) {
    .site-textcontent__right--large {
        padding-left: 80px;
    }
}
@media screen and (min-width: 1050px) {
    .site-textcontent__right--large {
        padding-left: 120px;
    }
}
.site-zoom.site-zoom__left img {
    transition: all 0.3s ease 0.2s;
    transform: translateX(-20px);
    opacity: 0;
}
.site-zoom.site-zoom__right img {
    transition: all 0.3s ease 0.1s;
    transform: translateX(20px);
    opacity: 0;
}
.site-contentsection.site-contentsection__full {
    background-color: #fff;
    width: 100%;
}
.site-zoom {
    overflow: hidden;
}
.site-zoom img {
    -ms-flex: none;
    flex: none;
}
.site-zoom.__appear img {
    transform: translateX(0);
    opacity: 1;
}
.site-header .col:nth-child(2) {
    text-align: right;
}
@media screen and (max-width: 1050px) {
    .site-header {
        z-index: 100;
    }
}
.site-header__inner {
    padding: 25px 0;
}
.site-logo {
    margin-left: -20px;
    transform: scale(0.8);
    z-index: 1;
}
@media screen and (min-width: 950px) {
    .site-header__inner {
        padding: 25px 0;
    }
    .site-logo {
        margin-left: 0;
        transform: scale(1.6);
    }
}
.site-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.site-menu li {
    display: none;
}
@media screen and (min-width: 815px) {
    .site-menu li {
        display: block;
    }
    .site-menu li.site-mobile-link {
        display: none;
    }
}
.site-menu a {
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: 0.2s all ease;
    font-size: 13px;
    margin: 0 12px;
}
.site-menu a.active:hover,
.site-menu a:hover {
    color: #8e8e8e;
}
.site-menu a.active {
    opacity: 0.5;
}
@media screen and (min-width: 1080px) {
    .site-menu a {
        font-size: 15px;
        margin: 0 15px;
    }
}
@media screen and (min-width: 1140px) {
    .site-menu a {
        margin: 0 20px;
    }
}
.site-menu .site-ddmenu--btn {
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 40px;
    border: 1px solid #e7ecef;
    padding: 0 0 0 10px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    transition: 0.2s all ease;
    margin-right: 0;
}
.site-menu .site-ddmenu--btn:after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    background-image: url(../../images/basic-site-template_sprite.svg);
    background-position: -240px -5px;
    margin-left: 10px;
    transition: 0.2s all ease;
}
.site-menu .site-ddmenu--btn.submenu--active {
    padding-left: 22px;
}
.site-menu .site-ddmenu--btn.submenu--active:after {
    transform: translate(0, 2px);
    opacity: 0;
}
.site-mobilemenu--wrapper a.active,
.site-overview .row:hover a {
    opacity: 0.5;
}
.site-menu .langmenu {
    position: absolute;
}
.site-menu .langmenu a {
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 40px;
    border: 1px solid #e7ecef;
    padding: 1px 0 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-top: -1px;
}
.site-mobilemenu--wrapper {
    background-color: #f5f8f9;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    left: 0;
    right: 0;
    z-index: 9999;
}
.site-mobilemenu--wrapper a {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    color: #8e8e8e;
}
@media screen and (min-width: 500px) {
    .site-mobilemenu--wrapper li:nth-child(5) {
        display: none;
    }
    .site-mobilemenu li:nth-child(4) a {
        border: 0;
    }
}
@media screen and (max-width: 500px) {
    .site-mobilemenu li:last-child a {
        border: 0;
    }
}
.site-mobilelangmenu {
    border-top: 1px solid #ddd;
}
.site-mobilelangmenu li {
    display: inline;
}
.site-mobilelangmenu li a {
    border: 0;
    padding-right: 16px;
}
@media screen and (min-width: 815px) {
    .site-mobilelangmenu {
        display: none;
    }
}
.langmenu--wrapper {
    margin-top: 1px;
}
.langmenu,
.site-footer {
    display: none;
}
.site-footer.site-footer--show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f8f9;
    height: 202px;
}
.site-footer .input-container {
    background-color: #fff;
}
.site-footer button,
.site-footer input {
    font-size: 15px;
    outline: 0;
    padding: 12px 15px;
}
.site-footer input {
    border: 0;
    display: inline;
}
.site-footer button {
    font-weight: 700;
    border: 0;
    color: #fff;
    background: #8e8e8e;
}
.site-footer button:after {
    background-color: #8e8e8e;
}
.site-footer__bottom {
    margin-bottom: 30px;
}
.site-footer__bottom .col {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
@media screen and (min-width: 1050px) {
    .site-footer.site-footer--show {
        height: 251px;
    }
    .site-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }
    .site-footer__bottom .col {
        text-align: left;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        max-width: inherit;
    }
}
.footer-404,
.owl-dots,
.so-content-container .xtext,
.so-language-menu,
.so-social-media {
    text-align: center;
}
.site-footer__social-media {
    height: 22px;
}
.site-footer__social-media .col {
    margin: 0 10px;
}
.newsletter__content {
    max-width: 600px;
    width: 100%;
    margin: 10px 0 50px;
}
@media screen and (max-width: 550px) {
    .newsletter__content {
        margin: 10px 0 40px;
    }
}
.newsletter_form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.newsletter_form input {
    margin-top: 3px;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .newsletter_form {
        padding: 0 20px;
    }
    .newsletter_form .col {
        margin-top: 20px;
    }
    .newsletter_form .error {
        text-align: center;
    }
    .newsletter_form input {
        display: block;
        width: 100%;
        text-align: center;
    }
}
.site-intro--text .xtitle,
.site-introsection {
    margin: 0 auto;
}
.js-img-large,
.site-intro-image--wrapper .site-action--btn {
    display: none;
}
.site-intro-image--wrapper {
    overflow: hidden;
    padding: 150px 20px;
}
.site-intro-image--wrapper.intro-image__small {
    padding: 100px 20px;
}
@media screen and (min-width: 750px) {
    .newsletter_form .row {
        width: 100%;
    }
    .site-intro-image--wrapper.intro-image__small {
        padding: 180px 100px;
    }
}
@media screen and (min-width: 1090px) {
    .site-intro-image--wrapper.intro-image__small {
        padding: 200px 250px;
    }
}
@media screen and (min-width: 750px) {
    .site-intro-image--wrapper {
        padding: 180px 100px;
    }
}
@media screen and (min-width: 1090px) {
    .site-intro-image--wrapper {
        padding: 250px;
    }
}
.site-intro--text {
    z-index: 0;
}
.js-img-large,
.js-img-small {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
}
.site-introsection img {
    -ms-flex: none;
    flex: none;
}
@media screen and (min-width: 550px) {
    .site-introsection .site-textcontent__left {
        padding-right: 50px;
    }
    .site-introsection {
        padding-left: 20px;
    }
}
@media screen and (min-width: 1180px) {
    .site-introsection {
        max-width: 1180px;
        padding-left: 30px;
    }
}
@media screen and (min-width: 1400px) {
    .site-introsection {
        max-width: 1400px;
        padding-left: 140px;
    }
}
.site-eyecatcher {
    background: #8e8e8e;
    z-index: 2;
}
.site-eyecatcher .xtext,
.site-eyecatcher .xtitle {
    color: #fff;
    margin: 0 auto;
    max-width: 800px;
}
.site-eyecatcher .xaction-btn {
    color: #fff;
}
.site-eyecatcher .xaction-btn:after {
    background-color: #fd1428;
}
.site-overview {
    margin: -10px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.site-overview a {
    transition: opacity 0.2s ease;
}
.site-overview:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #fff;
}
@media screen and (min-width: 750px) {
    .site-introsection .site-textcontent__left {
        padding-right: 80px;
    }
    .site-overview {
        margin: -10px;
        padding-top: 10;
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 1050px) {
    .site-introsection .site-textcontent__left {
        padding-right: 180px;
    }
    .site-overview {
        margin: -12.5px;
        padding-top: 12.5;
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 1500px) {
    .site-overview {
        margin: -12.5px;
        padding-top: 12.5;
        padding-bottom: 20px;
    }
}
.site-overview .row:hover a:hover {
    opacity: 1;
}
.site-overview__item {
    z-index: 10;
}
.site-overview__item .site-action--btn {
    margin-top: 30px;
}
.site-overview__item > .site-overview__item--content {
    margin: 10px;
    padding-bottom: 50px;
    background-size: cover;
    border-bottom: 1px solid #f0f0f0;
}
.site-overview__item > .site-overview__item--content .xtext {
    min-height: 50px;
}
.site-overview__item > .site-overview__item--content .xtitle {
    margin: 15px 0;
}
@media screen and (min-width: 750px) {
    .site-overview__item > .site-overview__item--content {
        margin: 10px;
    }
}
@media screen and (min-width: 1050px) {
    .site-overview__item > .site-overview__item--content {
        margin: 12.5px;
    }
}
@media screen and (min-width: 1500px) {
    .site-overview__item > .site-overview__item--content {
        margin: 12.5px;
    }
}
.site-overview__item.site-overview__item--square > .site-overview__item--content {
    padding: 0;
}
.site-overview__item.site-overview__item--square > .site-overview__item--content .xtext {
    color: #fff;
    opacity: 0;
    text-align: center;
    transform: translateY(10px);
    transition: all 0.2s ease;
    margin: 0;
}
.site-overview__item.site-overview__item--square > .site-overview__item--content .site-action--btn {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease 0.1s;
}
.site-overview__item.site-overview__item--square > .site-overview__item--content .site-action--btn:after {
    border: 1px solid #fff;
    background-color: transparent;
}
@media screen and (max-width: 1050px) {
    .site-overview__item.site-overview__item--square > .site-overview__item--content .site-action--btn,
    .site-overview__item.site-overview__item--square > .site-overview__item--content .xtext {
        opacity: 1;
        transform: translateY(0);
    }
    .site-overview__item.site-overview__item--square > .site-overview__item--content .site-overview__item--frame {
        background-color: #000;
        opacity: 0.5;
    }
}
.site-overview__item.site-overview__item--square .site-overview__item--frame {
    padding-top: 100%;
    transition: all 0.3s ease;
}
.site-overview__item--photo {
    background-size: cover;
    padding-top: 70%;
}
.site-overview__item:hover .site-action--btn:after {
    left: -5px;
    right: -5px;
}
.site-overview__item.site-overview__item--square:hover .site-action--btn,
.site-overview__item.site-overview__item--square:hover .xtext {
    opacity: 1;
    transform: translateY(0);
}
.site-overview__item.site-overview__item--square:hover .site-overview__item--frame {
    background-color: #000;
    opacity: 0.5;
}
.site-carousel,
.site-carousel--fixed {
    margin: 0 auto;
    max-width: 800px;
}
.site-carousel--fixed img {
    max-height: 600px;
    margin: 0 auto;
}
.owl-item {
    height: 250px;
}
@media screen and (min-width: 750px) {
    .owl-item {
        height: 550px;
    }
}
.owl-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.site-carousel__prev-next {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
    height: 80px;
    z-index: -1;
}
.site-carousel__prev-next > div {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
}
.site-carousel__prev-next > div .arrow-icon--left,
.site-carousel__prev-next > div .arrow-icon--right {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -15px;
}
.site-carousel__prev-next > div .arrow-icon--left:after,
.site-carousel__prev-next > div .arrow-icon--right:after {
    font-size: 80px;
    line-height: 20px;
    opacity: 0.6;
    color: #5c5c60;
}
@media screen and (max-width: 750px) {
    .site-carousel__prev-next > div .arrow-icon--left:after,
    .site-carousel__prev-next > div .arrow-icon--right:after {
        color: #fff;
    }
}
.site-carousel__next-button,
.site-carousel__prev-button {
    top: 0;
}
.site-carousel__prev-button {
    left: -70px;
}
.site-carousel__next-button {
    right: -70px;
}
@media screen and (max-width: 815px) {
    .site-carousel__prev-next {
        z-index: 1;
    }
    .site-carousel__prev-button {
        left: 0;
    }
    .site-carousel__next-button {
        right: 0;
    }
}
.arrow-icon--right:after {
    content: "\203A";
}
.arrow-icon--left:after {
    content: "\2039";
}
.owl-dots {
    margin-top: 10px;
}
.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5c5c60;
    display: inline-block;
    opacity: 0.2;
    margin: 0 3px;
}
.owl-dot.active {
    opacity: 1;
}
.contact_form input,
.contact_form textarea {
    width: 100%;
    padding: 18px 15px 18px 0;
    border: 0;
    border-bottom: 1px solid #e7ecef;
    outline: 0;
    margin-bottom: 10px;
    background-color: transparent;
    color: #000;
}
.contact_form .xtext {
    color: #5c5c60;
    margin-bottom: 0 !important;
    transform: translateY(50px);
    transition: all 0.2s ease;
}
@media screen and (min-width: 480px) {
    .contact_form .xtext {
        transform: translateY(50px);
    }
}
@media screen and (min-width: 750px) {
    .contact_form .xtext {
        transform: translateY(45px);
    }
}
.contact_form .error {
    color: red;
    margin-top: -15px;
}
.contact_form .site-action--btn {
    margin-top: 30px;
}
.contact_form a {
    text-decoration: underline !important;
}
.contact-field-container:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #5c5c60;
    transition: all 0.2s ease;
}
.contact-field-container.focus .error {
    margin-top: 15px;
}
.contact-field-container.focus .xtext {
    transform: translateY(13px);
}
.contact-field-container.focus:after {
    right: 0;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #dddada;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}
.styled-checkbox:checked + label:before {
    background: currentColor;
    border-color: currentColor;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow:
        2px 0 0 #fff,
        4px 0 0 #fff,
        4px -2px 0 #fff,
        4px -4px 0 #fff,
        4px -6px 0 #fff,
        4px -8px 0 #fff;
    transform: rotate(45deg);
}
.styled-checkbox--error + label:before {
    border-color: red;
}
a {
    text-decoration: none;
    color: #5c5c60;
}
.tj-textuallink {
    font-weight: 700;
    color: #000;
    display: inline-block;
    position: relative;
}
.site-action--btn:after,
.tj-textuallink:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
}
.tj-textuallink:after {
    position: absolute;
    bottom: -4px;
    height: 2px;
    background-color: #000;
    opacity: 1;
    transition: 0.2s all ease;
}
.tj-textuallink:hover:after {
    opacity: 0;
}
.site-box--btn {
    border: 1px solid #e7ecef;
    padding: 18px;
    transition: 0.2s all ease;
}
.site-box--btn:hover {
    border-color: #fff;
}
.site-action--btn {
    font-weight: 900;
    color: #fff;
    padding: 10px 35px;
    position: relative;
    z-index: 1;
}
.so-content-container .xtext a,
.so-language-menu a.active,
.so-language-menu a:hover {
    color: #5c5c60;
}
.site-action--btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f10015;
    z-index: -1;
    transition: all 0.2s ease;
}
.site-action--btn:hover:after {
    left: -5px;
    right: -5px;
}
.site-action--btn.site-action--btn--small {
    font-size: 14px;
    padding: 8px 27px;
}
.site-mobile-link {
    display: inline-block;
    position: relative;
}
.site-mobile-link .site-mobile-btn {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.site-mobile-link span {
    background-color: #8e8e8e;
    position: absolute;
    display: block;
}
.site-mobile-link.hamburger--open .mobile-open {
    opacity: 0;
    transform: translate(0, 15px);
}
.site-mobile-link.hamburger--open .mobile-close {
    opacity: 1;
    transform: translate(0, 0);
}
@media screen and (min-width: 815px) {
    .site-mobile-link {
        display: none !important;
    }
}
.mobile-close,
.mobile-open {
    display: block;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
}
.mobile-open {
    position: relative;
}
.mobile-open span {
    left: 0;
    right: 0;
    height: 2px;
}
.mobile-open span:nth-child(1) {
    top: 6px;
}
.mobile-open span:nth-child(2) {
    top: 13px;
}
.mobile-open span:nth-child(3) {
    top: 20px;
}
.mobile-close {
    position: absolute;
    top: 0;
    transform: translate(0, -15px);
    opacity: 0;
}
.mobile-close .xb {
    width: 30px;
    height: 30px;
}
.mobile-close span {
    transform: rotate(45deg);
}
.mobile-close span:nth-child(1) {
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}
.mobile-close span:nth-child(2) {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px;
}
.page-404 {
    background-color: #f5f8f9;
}
.header-404 {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}
.footer-404 {
    padding: 40px;
}
body.page-404 .site-header,
body.page-soon-online .site-header {
    display: none;
}
body.page-404 #site,
body.page-soon-online #site {
    margin: 0;
}
@media screen and (max-height: 700px) {
    body.page-404,
    body.page-soon-online {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    body.page-404 .so-content-container,
    body.page-404 .so-content-container .xab,
    body.page-404 .so-content-container .xabf,
    body.page-soon-online .so-content-container,
    body.page-soon-online .so-content-container .xab,
    body.page-soon-online .so-content-container .xabf {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
}
.so-body-bg {
    position: fixed;
}
@media screen and (max-width: 480px) {
    .so-body-bg:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
    }
}
.so-content-container .xsprite--logo {
    margin: 0 auto;
    transform: scale(1.6);
}
.so-content-container__content {
    background-color: #fff;
    padding: 30px;
}
.so-language-menu a.active:after,
.so-language-menu a:hover:after {
    background-color: transparent;
    border: 1px solid #5c5c60;
}
@media screen and (min-width: 480px) {
    .so-content-container__content {
        padding: 70px;
    }
}
.so-language-menu li {
    list-style: none;
    display: inline;
}
.so-language-menu a:hover:after {
    left: 0;
    right: 0;
}
.page-contact .site-footer,
.page-disclaimer .site-footer {
    background-color: #f5f8f9;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
}
.so-extra-info {
    max-width: 400px;
    margin: 0 auto;
}
.so-extra-info .xtext {
    font-size: 16px;
}
.so-social-media {
    margin-bottom: 40px;
}
.so-social-media a {
    margin: 7px;
}
.page-disclaimer #site {
    margin-bottom: 0;
}
.page-disclaimer .site-footer {
    padding: 20px 0;
}
@media screen and (min-width: 750px) {
    .page-disclaimer .site-footer {
        padding: 70px 0;
    }
}
@media screen and (min-width: 1050px) {
    .page-disclaimer .site-footer {
        padding: 100px 0;
    }
}
.page-disclaimer .newsletter__content {
    margin: 10px auto 50px;
}
.page-contact #site {
    margin-bottom: 0;
}
.page-contact .site-footer {
    padding: 20px 0;
}
@media screen and (min-width: 750px) {
    .page-contact .site-footer {
        padding: 70px 0;
    }
}
@media screen and (min-width: 1050px) {
    .page-contact .site-footer {
        padding: 100px 0;
    }
}
.page-contact .newsletter__content {
    margin: 10px auto 50px;
}
.site-contact__block {
    margin-top: 26px;
    margin-bottom: 26px;
}
.site-contact__block a {
    color: #5c5c60;
    transition: 0.2s all ease;
}
.site-contact__block a:hover {
    color: #5c5c60 !important;
}
.site-contact--data .site-content__block-social {
    margin: 20px 10px;
}
.site-contact--data .site-content__block-social:first-child {
    margin-left: 0;
}
.site-contact--data .site-content__block-social:last-child {
    margin-right: 0;
}
@media screen and (max-width: 550px) {
    .site-contact--data {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.contact_form textarea {
    height: 200px;
}
.contact_form button {
    border: 0;
    outline: 0;
}
.contact_form input,
.contact_form textarea {
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: none;
}
.error {
    color: red !important;
    margin-bottom: 10px;
}
.address {
    cursor: pointer;
}
.map {
    width: 100%;
    height: 366px;
    margin-bottom: 50px;
}
