@font-face {
    font-family: 'Duke Charm';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/DukeCharming.eot');
    src: local(''),
    url('../fonts/DukeCharming.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DukeCharming.woff2') format('woff2'),
    url('../fonts/DukeCharming.woff') format('woff'),
    url('../fonts/DukeCharming.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'GT Alpina';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/GT-Alpina-Fine-Standard-Bold.eot');
    src: local(''),
    url('../fonts/GT-Alpina-Fine-Standard-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GT-Alpina-Fine-Standard-Bold.woff2') format('woff2'),
    url('../fonts/GT-Alpina-Fine-Standard-Bold.woff') format('woff'),
    url('../fonts/GT-Alpina-Fine-Standard-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/rubik-v14-latin-300.eot');
    src: local(''),
    url('../fonts/rubik-v14-latin-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rubik-v14-latin-300.woff2') format('woff2'),
    url('../fonts/rubik-v14-latin-300.woff') format('woff'),
    url('../fonts/rubik-v14-latin-300.ttf') format('truetype'),
    url('../fonts/rubik-v14-latin-300.svg#Rubik') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v14-latin-regular.eot');
    src: local(''),
    url('../fonts/rubik-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rubik-v14-latin-regular.woff2') format('woff2'),
    url('../fonts/rubik-v14-latin-regular.woff') format('woff'),
    url('../fonts/rubik-v14-latin-regular.ttf') format('truetype'),
    url('../fonts/rubik-v14-latin-regular.svg#Rubik') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik-v14-latin-500.eot');
    src: local(''),
    url('../fonts/rubik-v14-latin-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rubik-v14-latin-500.woff2') format('woff2'),
    url('../fonts/rubik-v14-latin-500.woff') format('woff'),
    url('../fonts/rubik-v14-latin-500.ttf') format('truetype'),
    url('../fonts/rubik-v14-latin-500.svg#Rubik') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/rubik-v14-latin-600.eot');
    src: local(''),
    url('../fonts/rubik-v14-latin-600.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rubik-v14-latin-600.woff2') format('woff2'),
    url('../fonts/rubik-v14-latin-600.woff') format('woff'),
    url('../fonts/rubik-v14-latin-600.ttf') format('truetype'),
    url('../fonts/rubik-v14-latin-600.svg#Rubik') format('svg');
    font-display: swap;
}



:root {
    --header-padding-top: 170px;
}

@media all and (max-width: 575px) {

    :root {
        --header-padding-top: 145px;
    }

}




.colours-available {

    color: #f6f0ec;
    color: #8dc2e7;

    color: #522f42;
    color: #5c344a;

}












/* Custom code start */

body {
    font-size: 1rem;
    font-weight: 300;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5em;
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.1em;
    margin-bottom: 15px;
}
h1 {
    font-size: 2.5rem;
    line-height: 1.15em;
}
h2 {
    font-size: 1.85rem;
}
h3 {
    font-size: 1.85rem;
}

.anchor {
    display: block;
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
.container.relative {
    position: relative;
}

.main-wrapper {
    display: block;
    position: relative;
    background-color: #f6f0ec;
}
.main-wrapper:not(.clean)::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.035;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 0 0;
    background-image: url('/images/bg-lines.png');
}

.wrapper {
    display: block;
    position: relative;
    padding: 70px 0;
    z-index: 50;
}
.wrapper.priority {
    z-index: 90;
}
.wrapper.spacing {
    padding: 100px 0 100px;
}
.wrapper.primary {
    background-color: #522f42;
    color: #fff;
}
.wrapper > .overlay {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.wrapper > .overlay.dark {
    background: rgba(0,0,0,0.5);
}
.wrapper > .overlay.darker {
    background: rgba(0,0,0,0.65);
}

.wrapper:not(.overflow) {
    overflow: hidden;
}
.wrapper.no-top { padding-top: 0!important; }
.wrapper.no-bottom { padding-bottom: 0!important; }
.wrapper.zero { padding: 0!important; }



.container > .decoration.left,
.container > .decoration.right {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 150px;
    height: 450px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 0 0;
}

.has-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.has-bg.contain {
    background-size: contain;
}

.nowrap {
    white-space: nowrap;
}
.nowrap.force {
    white-space: nowrap!important;
}
.notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.noselect {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}






/* Buttons */
.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.0485em;
    margin: 0 3px 8px 0;
    padding: 12px 25px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-decoration: none;
    text-align: center;
    background: none;
    border: 0;
    outline: 0;
    z-index: 35;
    color: #522f42;
}
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: 0 !important;
    color: #522f42;
}
.button.white:not(.basic) {
    color: #fff;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.button.rounded {
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
}
.button.disabled {
    cursor: not-allowed!important;
    opacity: 0.5;
}
.button.zero {
    margin: 0 !important;
}
.button.large {
    font-size: 1.185rem;
    padding: 16px 28px;
}
.button.large.rounded {
    padding-top: 20px;
    padding-bottom: 20px;
}
.button.rounded {
    padding-left: 25px;
    padding-right: 25px;
}
.button.large.rounded {
    padding-left: 35px;
    padding-right: 35px;
}

.button.icon,
.button.prev,
.button.next {
    padding-right: 55px;
}
.button.large.icon,
.button.large.prev,
.button.large.next {
    padding-right: 55px;
}
.button.rounded.icon,
.button.rounded.prev,
.button.rounded.next {
    padding-right: 55px;
}
.button.rounded.large.icon,
.button.rounded.large.prev,
.button.rounded.large.next {
    padding-right: 65px;
}

.button.no-left {
    padding-left: 0 !important;
}



/* Button Icons */
.button.icon::before,
.button.prev::before,
.button.next::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: 25px;
}
.button.large.rounded.icon::before,
.button.large.rounded.prev::before,
.button.large.rounded.next::before {
    right: 20px;
}
.button.prev::before,
.button.large.rounded.prev::before {
    right: auto; left: 0px;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
}
.button.prev::before,
.button.next::before {
    background-image: url('/images/arrow-right-white.png');
}
.button.prev.basic::before,
.button.prev:not(.white):not(.main):not(.blue):not(.primary):not(.secondary)::before,
.button.next.basic::before,
.button.next:not(.white):not(.main):not(.blue):not(.primary):not(.secondary)::before {
    background-image: url('/images/arrow-right-compact.png') !important;
}

.button.prev.no-left {
    padding-left: 40px !important;
}
.button.next.no-left:hover::before {
    right: 4px;
}






.button.next.scroll-down,
.button.next.scroll-down::before {
    display: block;

    width: 64px;
    height: 64px;
    background-size: 64px;
    padding: 0 !important;
    margin: 0 auto !important;
}
.button.next.scroll-down::before {
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}






    /* Button Colours */
.button.basic.white {
    color: #522f42 !important;
    background-color: #fff;
}
.button.basic.white:focus,
.button.basic.white:hover {
    background-color: #fff;
}


.button.main,
.button.primary {
    color: #fff !important;
    background-color: #522f42;
}
.button.main:focus,
.button.main:hover,
.button.primary:focus,
.button.primary:hover {
    background-color: #5c344a;
}


.button.blue,
.button.secondary {
    color: #fff !important;
    background-color: #8dc2e7;
}
.button.blue:focus,
.button.blue:hover,
.button.secondary:focus,
.button.secondary:hover {
    background-color: #66b2e7;
}


.button.tertiary {
    color: #522f42 !important;
    background-color: #DCC8B9;
}
.button.tertiary:focus,
.button.tertiary:hover {
    background-color: #DCC8B9;
}


body.ready .button,
body.ready .button::before,
body.ready .button::after {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}






/* Alerts */
.alert {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 14px 18px 15px;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.alert.bottom {
    margin-bottom: 30px;
}

.alert.enhanced {
    padding: 19px 23px 20px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}
.alert:not(.has-border) {
    border: none !important;
}
.alert.zero {
    margin: 0 !important;
}

.alert.alert-danger {
    color: #9e0000;
    background-color: #ffe1e1;
}
.alert.alert-success {
    color: #005a0d;
    background-color: #d9f5de;
}







/* Articles */

.article {
    display: block;
    position: relative;
    line-height: 1.55em;
    z-index: 25;
}
.article.enhance {
    font-size: 1.2rem;
}
.article.top {
    margin-top: 25px;
}
.article.bottom {
    margin-bottom: 40px;
}
.article.offset {
    margin-bottom: 25px;
}
.article.offset-15 {
    margin-bottom: 15px;
}
.article.center {
    text-align: center;
}
.article p {
    margin: 0 0 15px;
}
.article a:not(.button) {
    text-decoration: underline;
}
.article:not(.has-p) p:last-child {
    margin-bottom: 0;
}
.article:not(.clean) {
    color: #522f42;
}

.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
    line-height: 1.25em;
}
.article h1:first-child,
.article h2:first-child {
    margin-bottom: 20px;
}
.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 3px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}

.article:not(.regular) ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
}
.article:not(.regular) ul > li {
    display: block;
    position: relative;
    line-height: 1.1em;
    padding: 6px 0 7px 40px;
}
.article:not(.regular) ul > li::before {
    content: ' ';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/icon-check.png');
    background-size: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
}
.wrapper.dark .article:not(.regular) ul > li::before,
.wrapper.primary .article:not(.regular) ul > li::before {
    background-image: url('/images/icon-check-white.png');
}

.article.compact-title h1,
.article.compact-title h2,
.article.compact-title h3,
.article.compact-title h4 {
    margin-bottom: 0;
}
.article.compact-title > em {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1rem;
    margin: 0 0 10px;
}


.block-item.has-collapse .article.has-title > h3:not(:last-child) {
    margin: 0;
}
.block-item.has-collapse .article.has-title > em {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1rem;
    margin: 0 0 10px;
}





    /*


    .background-wrapper .background-video .video-wrap {
        min-height: 100vh;
        position: relative;
    }
    .background-wrapper .background-video .video-wrap .video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-width: 100vw;
        min-height: 100vh;
        width: auto;
        height: auto;
    }


    */




/* Iframes */
.iframe-wrap.is-video {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 0;
}
.iframe-wrap.is-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.iframe-wrap.is-video,
.iframe-wrap.is-video video,
.iframe-wrap.is-video iframe {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
}

.iframe-wrap.is-video video {
    width: 100%;
}

.iframe-wrap .iframe-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.iframe-wrap .iframe-image::after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background-image: url('/images/icon-play-video.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}









/* Images */
.image.centered {
    display: block;
    overflow: hidden;
    position: relative;
}
.image.centered > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.image.centered > img.child-vertical {
    max-width: 100%;
    max-height: none;
}
.image.centered > img.child-horizontal {
    max-width: none;
    max-height: 100%;
}
.image.centered.inside > img.child-vertical {
    max-width: none;
    max-height: 100%;
    min-width: 0;
}
.image.centered.inside > img.child-horizontal {
    max-width: 100%;
    max-height: none;
    min-height: 0;
}
.image.center {
    background-position: center;
    background-repeat: no-repeat;
}
.image.spread {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image.cover {
    background-size: cover !important;
}
.image.contain {
    background-size: contain !important;
}
.absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}






/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
}
[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-wrap {
    display: block;
    position: relative;
    margin: 0 0 -1px;
}
.slider-wrap.bottom {
    margin-bottom: 45px;
}
.slider-wrap .slide {
    padding: 0 15px;
}

.slider {
    list-style: none!important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider .slick-slide,
.slider .slick-slide>div {
    line-height: 0;
}
.slider .slick-slide .slide {
    line-height: 1.65em;
}
.slider.clean .slick-dots,
.slider.clean:not(.navigation) .slick-arrow {
    display: none!important;
}
.slider-wrap .slick-dots {
    display: inline-block;
    list-style: none;
    position: absolute;
    left: 50%;
    z-index: 50;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 210px;
    padding: 0;
    white-space: nowrap;
    bottom: 30px;
}
.slider-wrap.dots-right .slick-dots {
    left: auto;
    top: -60px;
    right: 0;
    width: 50%;
    transform: none;
    -webkit-transform: none;
}
.slider-wrap.dots-up .slick-dots {
    top: -45px;
    bottom: auto;
}
.slider-wrap.dots-zero .slick-dots {
    bottom: -5px;
}
.slider-wrap.dots-down .slick-dots {
    bottom: -45px;
}
.slider-wrap:not(.all-dots) .slick-dots {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
}
.slider-wrap .slick-dots li {
    display: inline-block;
    vertical-align: top;
}
.slider-wrap .slick-dots li>button {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 22px;
    height: 22px;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: transparent;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
}
.slider-wrap .slick-dots li>button::before {
    content: ' ';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    margin: 3px auto 0;
}
.slider-wrap .slick-dots li.slick-active>button::before {
    background: rgba(255, 255, 255, 1);
}

.slider-wrap.dots-dark .slick-dots li>button::before {
    border: 1px solid rgba(82, 47, 66, 1);
}
.slider-wrap.dots-dark .slick-dots li.slick-active>button::before {
    background: rgba(82, 47, 66, 1);
}

.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: auto;
    right: auto;
    z-index: 10;
    top: 50px;
    width: 54px;
    height: 54px;
    font-size: 0;
    border: none ;
    color: transparent;
    background: transparent;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-wrap.top-extra .slick-arrow {
    top: 150px;
}
.slider-wrap:not(.top):not(.top-extra) .slick-arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}



.slider-wrap.arrows.fade-arrows .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}

body.ready .slider-wrap .slick-arrow {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.slider-wrap.arrows .slick-arrow {
    border-radius: 999px;
}

.slider-wrap.shade-arrow .slick-arrow {
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.08);
}

.slider-wrap .slick-arrow.slick-next { right: 15px; }
.slider-wrap .slick-arrow.slick-prev { left: 15px; }
.slider-wrap.outer-arrow .slick-arrow.slick-next { right: -80px; }
.slider-wrap.outer-arrow .slick-arrow.slick-prev { left: -80px; }

.slider-wrap.attach-arrow .slick-arrow.slick-next { right: 0px; }
.slider-wrap.attach-arrow .slick-arrow.slick-prev { left: 0px; }

.slider-wrap.attach-arrow .slick-arrow.slick-next {
    border-radius: 999px 0 0 999px;
}
.slider-wrap.attach-arrow .slick-arrow.slick-prev {
    border-radius: 0 999px 999px 0;
}

.slider-wrap.arrows:not(.no-border) .slick-arrow {
    border: 1px solid #522f42;
}

.slider-wrap.arrows:not(.no-color) .slick-arrow {
    background-color: #f6f0eb;
    background-color: rgba(246, 240, 235, 0.7);
}
.slider-wrap.arrows:not(.no-color) .slick-arrow:hover {
    background-color: #e7ded5;
}

.slider-wrap.arrows.is-white .slick-arrow {
    background-color: rgba(255, 255, 255, 0.85);
}
.slider-wrap.arrows.is-white .slick-arrow:hover {
    background-color: #fff;
}

.slider-wrap.arrows .slick-arrow::before,
.slider-wrap.arrows .slick-arrow::after {
    bottom: 18px !important;
}
.slider-wrap.arrows .slick-arrow.slick-next {
    background-size: auto 32px;
    background-image: url('/images/arrow-right.png');
}
.slider-wrap.arrows .slick-arrow.slick-prev {
    background-size: auto 32px;
    background-image: url('/images/arrow-left.png');
}
.slider-wrap.arrows.white .slick-arrow.slick-next {
    background-size: auto 32px;
    background-image: url('/images/arrow-right-white.png');
}
.slider-wrap.arrows.white .slick-arrow.slick-prev {
    background-size: auto 32px;
    background-image: url('/images/arrow-left-white.png');
}

.slider-wrapper.is-main .slider-wrap:not(.top):not(.top-extra) .slick-arrow {
    top: 80%
}


/* Website Header, Footer, Main Theme below */







/* General */

body {
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.55em;
    font-family: 'Rubik', sans-serif;
    background-color: #522f42;
}
body:not(.clean)::before {
    content: ' ';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 400px;
    border-bottom: 100px solid #5b344a;
    background-image: url(/images/wave.png);
    background-position: -30% bottom;
    background-repeat: repeat-x;
    background-size: auto;
}
body .website {
    overflow: hidden;
}

h1, h2, h3, h4 {
    color: inherit;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

body:not(.no-space) .main-wrapper {
    padding-top: var(--header-padding-top, 170px);
}







/* Articles */
.article.has-title h1,
.article.has-title h2,
.article.has-title h3 {
    font-weight: 400;
    font-family: 'GT Alpina', sans-serif;
    line-height: 1em;
}
.article.has-title h1 {
    line-height: 0.85em;
}
.article.has-title h2 {
    line-height: 0.9em;
}
.article.has-title.strong-title strong {
    display: block;
    position: relative;
    font-family: 'GT Alpina', sans-serif;
    line-height: 0.9em;
    font-size: 3.5rem;
}
.article:not(.strong-title) strong {
    display: inline-block;
    line-height: 1.25em;
    font-weight: 600;
}

.article.is-compact h1,
.article.is-compact h2,
.article.is-compact h3 {
    margin: 0 0 5px;
}
.article.has-title h1,
.article.has-title.main h2 {
    font-size: 3.25rem;
}
.article.has-title h2 {
    font-size: 2.35rem;
}
.article.has-title h3 {
    margin-bottom: 5px;
}

.article.has-title.enhance em,
.article.has-title em strong,
.article.has-title strong em {
    display: inline-block;
    line-height: 1.35em;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 5px;
    font-style: normal;
}


.article-wrap.centered {
    margin-left: auto;
    margin-right: auto;
}
.article-wrap.has-max {
    max-width: 100%;
    width: 580px;
}
.article-wrap.has-max.smaller {
    width: 640px;
}
.article-wrap.has-max.medium {
    width: 700px;
}
.article-wrap.has-max.large {
    width: 780px;
}
.article-wrap.bottom {
    margin-bottom: 45px;
}
.article-wrap.top {
    margin-top: 80px;
}
.article-wrap.break-even {
    display: block;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48.5%;
}
.article-wrap .actions.pull-up {
    margin-top: -25px;
}
.article-wrap .actions.pull-down {
    margin-top: 25px;
}
.article-wrap .is-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 25;
    margin: 0;
}
.article-wrap .is-right.bottom {
    top: auto;
    bottom: 0;
}
.article .title-inline {
    display: block;
    position: relative;
}
.article .title-inline > *:not(.block) {
    display: inline-block;
}
.article .title-inline > p {
    vertical-align: 5px;
}
.article .title-inline > p:not(:first-child) {
    margin-left: 10px;
}



/* Article Others */
.article-image {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
    min-height: 400px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    max-height: 550px;
    height: 100%;
}
.article-image.overflow {
    overflow: hidden;
}
.article-image.has-border {
    border: 1px solid #522f42;
    overflow: hidden;
}
.article-image.zero {
    margin: 0;
}
.article-image.compact {
    width: 300px;
}
.article-image > .image {
    position: absolute;
    top: -1px; left: -1px;
    right: -1px; bottom: -1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.article-image.top-image > .image {
    background-position: center 35%;
}

.article-image > .image.inner {
    top: 1px; left: 1px;
    right: 1px; bottom: 1px;
}

.article-image > .button:not(.ignore) {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    margin: 0;
}

.article-image.one-pixel > .image {
    top: -1px; left: -1px;
    right: -1px; bottom: -1px;
}
.article-image.pos-40 > .image {
    background-position: 50% 40%;
}
.article-image.pos-30 > .image {
    background-position: 50% 30%;
}
.article-image.pos-0 > .image {
    background-position: 50% 0%;
}
.article-image.contain > .image {
    background-size: contain;
}
.article.huge {
    font-size: 1.5rem;
}
.article.huge h1,
.article.huge h2 {
    font-size: 2.5rem;
}

.article .title {
    display: block;
    position: relative;
    margin: 0 0 20px;
}
.article .title > h2 {
    margin: 0;
}
.article .title .subtitle {
    font-size: 1.5rem;
    color: #aaa;
}







/* Logo */
.logo-wrap:not(.static) {
    cursor: pointer;
}



/* Hamburger */
.hamburger {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 25;
    width: 40px;
    height: 40px;
    padding: 4px;
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 4px;
    margin: 9px 0;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hamburger div:nth-child(2) {
    z-index: 8;
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
}
.hamburger.cross-pre div:nth-child(1) {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}
.hamburger.cross-pre div:nth-child(3) {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}
.hamburger.cross div:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
.hamburger.cross div:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}
.hamburger div {
    background: #522f42;
}
body.ready .hamburger,
body.ready .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}







/* Menus */
.menu-wrap {
    display: block;
    position: relative;
    text-align: left;
    z-index: 6;
}
.menu-wrap > ul,
.menu-wrap li > .dropdown > ul {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
}
.menu-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
}
.menu-wrap > ul > li > a {
    display: block;
}






/* Socialmedia */
.socialmedia > ul {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 8;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
}
.socialmedia.space > ul > li:not(:last-child) {
    margin-right: 6px;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid #522f42;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

body.ready .socialmedia > ul > li > a,
body.ready .socialmedia > ul > li > a::before,
body.ready .socialmedia > ul > li > a::after {
    transition: 0.25s;
}
.socialmedia > ul > li > a::before,
.socialmedia > ul > li > a::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.socialmedia.light > ul > li > a {
    background-color: #e9ded3;
}
.socialmedia.light > ul > li:hover > a,
.socialmedia.light > ul > li:focus > a {
    background-color: #ffffff;
}
.socialmedia > ul > li.item.instagram > a > img {
    width: 26px;
}
.socialmedia > ul > li.item.facebook > a > img {
    width: 26px;
}

.socialmedia.sprites:not(.sheet) > ul > li.item > a::after {
    background-size: 24px;
}
.socialmedia.sprites:not(.sheet) > ul > li.item.instagram > a::after {
    background-image: url('/images/social-instagram.png');
    background-size: 26px;
}
.socialmedia.sprites:not(.sheet) > ul > li.item.facebook > a::after {
    background-image: url('/images/social-facebook.png');
    background-size: 26px;
}
.socialmedia.sprites:not(.sheet) > ul > li.item.youtube > a::after {
    background-image: url('/images/social-youtube.png');
}
.socialmedia.sprites:not(.sheet) > ul > li.item.linkedin > a::after {
    background-image: url('/images/social-linkedin.png');
}
.socialmedia.sprites:not(.sheet) > ul > li.item.twitter > a::after {
    background-image: url('/images/social-twitter.png');
}

.socialmedia.sprites.sheet > ul > li.item > a::after {
    background-image: url(/images/sprite-test.png) !important;
    background-position: 0 0;
    background-size: 160px;
    overflow: hidden;
    position: absolute;
    top: 50%; left: 50%;
    width: 26px; height: 26px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.socialmedia.sprites.sheet > ul > li.item.facebook > a::after {
    background-position: 0 0;
}





/* FAQ */

.faq-wrap.row {
    margin: 0 -10px;
}
.faq-wrap.row > div {
    padding: 0 10px 15px !important;
}
.faq-wrap.row > div .faq-item {
    margin-bottom: 0 !important;
    height: 100%;
}
.faq-wrap .faq-item:not(:last-child) {
    margin-bottom: 15px;
}


.faq-wrap .faq-item {
    display: block;
    position: relative;
    max-width: 100%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #522f42;
    overflow: visible !important;
    transition: 0.125s;
}

.faq-wrap .faq-item.open {
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
}

.faq-wrap .faq-item .title {
    display: block;
    position: relative;
    padding: 15px 85px 15px 25px;
}
.faq-wrap .faq-item .title,
.faq-wrap .faq-item .title > * {
    cursor: pointer;
    line-height: 1.2em;
    font-weight: 400;
    font-size: 1.3rem;
    color: #522f42;
}
.faq-wrap .faq-item .title > * {
    display: block;
    margin: 0;
}
.faq-wrap .faq-item .title::after {
    content: ' ';
    position: absolute;
    transition: 0.2s;
    background-repeat: no-repeat;
    background-image: url(/images/arrow-right-compact.png);
    background-position: center;
    background-size: 25px;
    width: 32px;
    height: 32px;
    top: 12px;
    right: 14px;
    z-index: 5;
}
.faq-wrap .faq-item.open .title::after,
.faq-wrap .faq-item.active .title::after  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-wrap .faq-item .description {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 5px;
    z-index: 16;
    max-height: 15em;
    overflow: auto;
    transform: translateY(100%);
    background-color: #f6f0eb;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #522f42;
    color: #522f42;
    border-top: 0;
    padding: 0 25px 25px;
}
.faq-wrap .faq-item .description::before,
.faq-wrap .faq-item .description::after {
    content:' ';
    display: block;
    width: 15px; height: 50px;
    background-color: #f6f0eb;
    position: absolute;
    top: -25px;
    left: -1px;

    display: none !important;
}
.faq-wrap .faq-item .description::before {
    border-left: 1px solid #522f42;
}
.faq-wrap .faq-item .description::after {
    border-right: 1px solid #522f42;
    left: auto; right: -1px;
}
.faq-wrap .faq-item:not(.active) .description {
    display: none;
}






/* Languages */
.language-switch {
    position: relative;
    display: inline-block;
    width: 32px; height: 32px;
    white-space: nowrap;
    font-size: 0;
}
.language-switch > .language-item {
    position: absolute;
    display: inline-block;
    width: 32px; height: 32px;
    top: 0; right: 0;
    z-index: 15;
    text-align: right;
}
.language-switch > .language-item.active {
    z-index: 25;
}
.language-switch > .language-item > i.flag {
    display: inline-block;
    width: 32px; height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 999px;
}
body.ready .language-switch > .language-item {
    transition: 0.2s;
}
.language-switch:hover > .language-item:nth-child(2) {
    right: 40px;
}
.language-switch:hover > .language-item:nth-child(3) {
    right: 80px;
}
.language-switch:hover > .language-item:nth-child(4) {
    right: 120px;
}
.language-switch:not(.sprites) > .language-item > i.flag-en {
    background-image: url('/images/flag-en.png');
}
.language-switch:not(.sprites) > .language-item > i.flag-nl {
    background-image: url('/images/flag-nl.png');
}






/* Header */
.header-wrapper .container,
.header-wrapper .container-fluid {
    position: relative;
    z-index: 15;
}
.header-wrapper {
    display: block;
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 300;
}
.header-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 170px;
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.08);
}

body.homepage.scrolled-far.down:not(.menu-open) .header-wrapper,
body.scroll.down:not(.menu-open):not(.homepage) .header-wrapper {
    top: -48px;
}

body.menu-open .header-wrapper::before,
body.homepage:not(.scrolled) .header-wrapper::before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-wrapper .header-top {
    display: block;
    position: relative;
    background: #522f42;
    color: #ffffff;
    height: 48px;
    z-index: 45;
}
.header-wrapper .header-bottom {
    display: block;
    position: relative;
    z-index: 40;
}
.header-wrapper .head-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 400;
    padding: 11px 0;
}
.header-wrapper .head-item:hover,
.header-wrapper .head-item:focus {
    text-decoration: none !important;
}
.header-wrapper .head-item.icon:not(.right) {
    padding-left: 40px;
}
.header-wrapper .head-item.icon.right {
    padding-right: 40px;
}
.header-wrapper .head-item.icon::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%; left: 0;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header-wrapper .head-item.icon.right::before {
    left: auto;
    right: 0;
}

.header-wrapper .head-item.icon.phone::before {
    background-image: url('/images/icon-phone.png');
    background-size: 26px; left: 5px;
}
.header-wrapper .head-item.icon.next::before {
    background-image: url('/images/arrow-right-white.png');
    background-size: 25px;
}

.header-wrapper .header-switch {
    position: absolute;
    right: 20px;
    top: 0;
}
.header-wrapper .header-switch .language-switch {
    margin-top: 8px;
    margin-right: 8px;
}

.header-wrapper .header {
    display: block;
    position: relative;
    box-sizing: content-box;
    padding: 0;
    z-index: 3;


    /*min-height: 90px;*/
    /*height: 120px;*/
    /*overflow: hidden;*/
}
.header-wrapper .header-logo {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 15;
    width: 120px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.header-wrapper .header-logo {

}

.header-wrapper .header-logo > a {
    display: inline-block;
}

body.menu-open .header-wrapper .header-logo {
    top: 50px;
}

body.ready .header-logo,
body.ready .header-wrapper,
body.ready .header-wrapper::before,
body.ready .header-wrapper .header,
body.ready .header-wrapper .header-logo,
body.ready .header-wrapper .header-logo a,
body.ready .header-wrapper .header-logo img,
body.ready .header-wrapper .language-switch::after {
    transition: 0.285s;
}
.header-wrapper .menu-wrap {
    position: absolute;
    top: 45px;
    right: 90px;
    left: 140px;
    /*right: 100px;*/
    /*left: 150px;*/
    text-align: right;
}
body.menu-open .header-wrapper .menu-wrap {
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.header-wrapper .menu-wrap ul {
    display: inline-block;
}
.header-wrapper .menu-wrap ul > li {
    text-align: left;
}
.header-wrapper .menu-wrap ul > li:not(:first-child) {
    /*padding-left: 30px;*/
    padding-left: 26px;
}
.header-wrapper .menu-wrap ul > li:hover > a,
.header-wrapper .menu-wrap ul > li:focus > a {
    text-decoration: none !important;
}
.header-wrapper .menu-wrap ul > li > a {
    display: block;
    position: relative;
    padding: 3px 0;
    font-weight: 500;
    color: #522f42;
    /*font-size: 1.15rem;*/
    /*font-size: 1.1rem;*/
    font-size: 1.0625rem;
}
.header-wrapper .menu-wrap ul > li > a::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%; bottom: 0;
    background: #522f42;
    height: 1px;
    width: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.header-wrapper .menu-wrap > ul > li:hover > a::before,
.header-wrapper .menu-wrap  > ul > li:focus > a::before,
.header-wrapper .menu-wrap  > ul:not(:hover) > li.active > a::before {
    width: 100%;
}
body.ready .header-wrapper .menu-wrap,
body.ready .header-wrapper .menu-wrap > ul > li > a,
body.ready .header-wrapper .menu-wrap > ul > li > a::before {
    transition: 0.2s;
}





/* Alternative Header */

body.theme-alternative .header-wrapper .header-top {
    color: #522f42;
    background: #DCC8B9;
}
body.theme-alternative .header-wrapper .head-item.icon.phone::before {
    background-image: url(/images/icon-phone-theme.png);
}
body.theme-alternative .header-wrapper .head-item.icon.next::before {
    background-image: url(/images/arrow-right-theme.png);
}


body.theme-alternative .slider-wrapper .button.main,
body.theme-alternative .slider-wrapper .button.primary {
    color: #522f42 !important;
    background: #DCC8B9;
}
body.theme-alternative .slider-wrapper .button.main:hover,
body.theme-alternative .slider-wrapper .button.primary:hover,
body.theme-alternative .slider-wrapper .button.main:focus,
body.theme-alternative .slider-wrapper .button.primary:focus {
    color: #522f42;
    background: #f3e6dc;
}
body.theme-alternative .slider-wrapper .button.prev::before,
body.theme-alternative .slider-wrapper .button.next::before {
    background-image: url(/images/arrow-right-theme.png);
}





/* Main Menu */
.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 280;
    height: 100vh;
    /*height: calc(100vh + 50px);*/
    background: #f6f0ec;
}
body:not(.menu-open) .menu-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}
.menu-wrapper .container {
    position: relative;
    height: 100%;
}
.menu-wrapper .socialmedia {
    position: absolute;
    bottom: 80px;
    left: 20px;
    z-index: 9;
}
.menu-wrapper .main-menu {
    display: block;
    position: relative;
    padding: 98px 0 0 200px;
}
.menu-wrapper .main-menu ul {
    display: inline-block;
    position: relative;
    text-align: center;
    list-style: none;
    padding: 0 0 60px;
    margin: 0;
    width: 290px;
}
.menu-wrapper .main-menu ul > li {
    display: block;
    position: relative;
}
.menu-wrapper .main-menu ul > li > a {
    color: #522f42;
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.15em;
    padding: 10px 46px 10px 16px;
    text-decoration: none !important;
    border-radius: 10px;
    border: 1px solid #522f42;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 8px;
}
.menu-wrapper .main-menu ul > li > a:hover,
.menu-wrapper .main-menu ul > li > a:focus,
.menu-wrapper .main-menu ul:not(:hover) > li.active > a {
    background-color: #e7ded5;
}

.menu-wrapper .main-menu ul > li.featured > a {
    color: #f6f0ec;
    background-color: #522f42;
    border: 1px solid #522f42;
}
.menu-wrapper .main-menu ul > li.featured > a:hover,
.menu-wrapper .main-menu ul > li.featured > a:focus,
.menu-wrapper .main-menu ul:not(:hover) > li.active > a {
    color: #fff;
    background-color: #5c344a;
}

.menu-wrapper .main-menu ul > li.item-sub span {
    display: block;
    white-space: normal;
}
.menu-wrapper .main-menu ul > li.item-sub em {
    display: block;
    font-weight: 400;
    font-size: 0.95rem;
    font-style: normal;
    white-space: nowrap;
}





/* Menu Dropdown  */

.menu-wrapper .menu-wrap li > a::before,
.menu-wrapper .menu-wrap li > a::after {
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}
.menu-wrapper .menu-wrap li.has-dropdown > a::after {
    background-image: url('/images/icon-dropdown.png');
    background-size: 16px;
    right: 3px; left: auto;
}
.menu-wrapper .menu-wrap li.has-dropdown:not(.is-active) > a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menu-wrapper .menu-wrap li.has-dropdown > .dropdown {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 300px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.menu-wrapper .menu-wrap li.has-dropdown:not(:hover):not(:focus):not(.hover) > .dropdown {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.menu-wrapper .menu-wrap ul:not(:hover) li.has-dropdown.active > .dropdown {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.menu-wrapper .menu-wrap li.is-special > a,
.menu-wrapper .menu-wrap li.item-sparkles > a,
.menu-wrapper .menu-wrap li.item-injectables > a,
.menu-wrapper .menu-wrap li.item-skin-therapy > a,
.menu-wrapper .menu-wrap li.item-surgery > a {
    padding-left: 45px;
}
.menu-wrapper .menu-wrap li.item-sparkles > a::before {
    background-image: url('/images/icon-sparkles.png');
    background-size: 28px;
}
.menu-wrapper .menu-wrap li.item-injectables > a::before {
    background-image: url('/images/icon-injectables.png');
}
.menu-wrapper .menu-wrap li.item-skin-therapy > a::before {
    background-image: url('/images/icon-skin-therapy.png');
}
.menu-wrapper .menu-wrap li.item-soft-surgery > a::before {
    background-image: url('/images/icon-beauty.png');
}
.menu-wrapper .menu-wrap li.item-surgery > a::before,
.menu-wrapper .menu-wrap li.item-skin-surgery > a::before {
    background-image: url('/images/icon-surgery.png');
}
.menu-wrapper .menu-wrap li.item-hair-removal > a::before {
    background-image: url('/images/icon-hair-removal.png');
    background-size: 34px;
}


body.ready .menu-wrapper {
    transition: 0.3s;
}
body.ready .menu-wrapper .main-menu ul > li > a,
body.ready .menu-wrapper .main-menu ul > li > a::before,
body.ready .menu-wrapper .menu-wrap li.has-dropdown > a::before,
body.ready .menu-wrapper .menu-wrap li.has-dropdown > a::after {
    transition: 0.25s;
}
body.ready .menu-wrapper .menu-wrap li.has-dropdown > .dropdown {
    transition: opacity 0.25s ease-in-out 0.1s, transform 0.25s ease-in-out 0.1s;
}
body.ready .menu-wrapper .menu-wrap li.has-dropdown:hover > .dropdown {
    transition: opacity 0.25s ease-in-out 0.05s, transform 0.25s ease-in-out 0.05s;
}















/* Notices */
.notice-message {
    display: block;
    position: relative;
    padding-left: 58px;
}
.notice-message .message {
    color: #f6f0ec;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    padding-left: 15px;
    border-left: 2px solid #f6f0ec;
}
.notice-message .icon {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.notice-message .icon::before {
    content: ' ';
    display: block;
    width: 48px;
    height: 48px;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center;
}
.notice-message .icon.eye::before {
    background-image: url('/images/icon-eye-light.png');
}











/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}
.footer-wrapper,
.footer-wrapper .article {
    color: #e9ded3;
}
.footer-wrapper .container,
.footer-wrapper .footer-inner {
    position: relative;
    z-index: 12;
}
.footer-wrapper .footer-wrap {
    display: block;
    position: relative;
    z-index: 60;
}
.footer-wrapper .footer-wrap .container {
    min-height: 340px;
    padding-top: 85px;
    padding-bottom: 55px;
}
.footer-wrapper .footer-logo {
    display: block;
    margin: 0 0 20px;
    max-width: 100%;
    width: 215px;
}
.footer-wrapper .footer-block {
    display: block;
    position: relative;
    margin-bottom: 45px;
}
.footer-wrapper .footer-block h3 {
    font-size: 1.75rem;
    margin-bottom: 12px;
    font-weight: 500;
}
.footer-wrapper .footer-block.has-top {
    padding-top: 40px;
}
.footer-wrapper .footer-block.footer-side {
    text-align: center;
}
.footer-wrapper .footer-block .article {
    width: 500px;
    max-width: 100%;
}
.footer-wrapper .footer-block .article p:not(:last-child) {
    margin: 0 0 10px;
}
.footer-wrapper .footer-block.menu-wrap > ul > li {
    display: block;
}
.footer-wrapper .footer-block.menu-wrap > ul > li > a {
    display: inline-block;
}
.footer-wrapper .article a:not(.button) {
    text-decoration: none;
}
.footer-wrapper .article a:not(.button):hover,
.footer-wrapper .article a:not(.button):focus {
    text-decoration: underline !important;
}
.footer-wrapper .footer-block .alert {
    margin: 2px 0 18px;
}
.footer-wrapper .footer-contact select.location {
    -webkit-appearance: none !important;
    background: none;
    outline: none;
    border: none;
    color: #e9ded3;
    font-weight: 500;
    padding: 0 0 0 28px;
    margin: 0 0 10px;
    width: auto;
}
.footer-wrapper .footer-contact select.location {
    background-image: url('/images/icon-box-light.png');
    background-repeat: no-repeat;
    background-position: left 45%;
    background-size: 18px;
}
.footer-wrapper .notice-message {
    margin: 55px 0 0;
}
.footer-wrapper .form-wrap {
    max-width: 100%;
    width: 520px;
}
.footer-wrapper .form-wrap h3 {
    font-size: 1.75rem;
}
.footer-wrapper .form-wrap .alert {
    border: 3px solid #f6f0ec !important;
    border-bottom: 0 !important;
}
.footer-wrapper .form-wrap .fields.inline > .field-email input {
    background-color: #522f42 !important;
    border: 3px solid #f6f0ec !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}
.footer-wrapper .form-wrap .fields.inline > .field-email input::placeholder {
    color: rgba(255,255,255,0.5);
    opacity: 1;
}
.footer-wrapper .form-wrap .fields.inline > .field-email input:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.footer-wrapper .form-wrap .fields.inline > .field-email input::-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.footer-wrapper .form-wrap .fields.inline > .field-submit .button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
}















/* Footer Developer */
.copyright-wrapper {
    position: relative;
    padding-bottom: 80px;
    z-index: 65;
}
.copyright-wrapper .article {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.developer-wrapper {
    position: relative;
    min-height: 35px;
}
.developer-wrapper .developer-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    left: 25px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.developer-wrapper > div:not(.developer-wrap) {
    position: relative;
    z-index: 12;
}




/* Rating Scores */
.score-rating {
    display: block;
    position: relative;
    overflow: hidden;
    width: 320px;
    height: 64px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.score-rating.medium {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.score-rating.small {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.score-rating::after {
    content: ' ';
    display: block;
    position: absolute;
    top: -1px; left: -1px;
    right: -1px; bottom: -1px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; z-index: 6;
    background-size: 324px 68px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/stars-light.png');

}

.score-rating > .rate {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 1px;
    z-index: 2;
    background-color: #522f42;
}
.score-wrap {
    display: block;
    position: relative;
    color: #522f42;
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
}
.score-wrap .score {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background-color: #522f42;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 65px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 15px;
}
.score-wrap .score.invert {
    background-color: #e9ded3;
    color: #522f42;
}
.score-wrap .score.large {
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 86px;
    width: 84px;
    height: 84px;
}
.score-wrap .score-rating {
    display: inline-block;
    vertical-align: middle;
}
.score-wrap .description {
    display: block;
    margin: 20px 0 0;
}
.score-wrap .description a:not(.button):not(.ignore) {
    font-weight: 500;
    text-decoration: underline;
}







/* Counters */
.counter-wrap {
    display: block;
    position: relative;
}
.counter-wrap .row > div {
    padding-bottom: 30px;
}
.counter-wrap .counter-block {
    display: block;
    position: relative;
    text-align: center;
}
.counter-wrap .counter-block .amount {
    font-size: 10rem;
    font-family: 'Duke Charm', sans-serif;
    line-height: 0.8em;
}
html.textstroke .counter-wrap .counter-block .amount {
    color: rgba(231, 222, 213, 0);
    text-shadow: none !important;
    -webkit-text-stroke: 0.01em #522f42;
    text-stroke: 0.01em #522f42;
}
html.textstroke .counter-wrap .counter-block:hover .amount {
    color: #e7ded5;
}
body.ready .counter-wrap .counter-block .amount {
    transition: 0.25s;
}




/* Snap target wrap */
.snap-wrap {
    position: relative;
}
.snap-wrap .snap-target {
    padding-top: 0px;
}
.snap-wrap.ready .snap-target {
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
}
.snap-wrap.passed .snap-target {
    position: fixed;
    top: 120px;
}

body.scroll.up.scrolled-far.homepage .snap-wrap.passed .snap-target,
body.scroll.up:not(.homepage) .snap-wrap.passed .snap-target {
    padding-top: 50px
}

body.ready .snap-wrap.passed .snap-target {
    transition: padding 0.2s;
}




/* Image Position */
.image-wrap.pos-100 > .image { background-position: 50% 100% !important; }
.image-wrap.pos-90 > .image { background-position: 50% 90% !important; }
.image-wrap.pos-80 > .image { background-position: 50% 80% !important; }
.image-wrap.pos-70 > .image { background-position: 50% 70% !important; }
.image-wrap.pos-60 > .image { background-position: 50% 60% !important; }
.image-wrap.pos-50 > .image { background-position: 50% 50% !important; }
.image-wrap.pos-40 > .image { background-position: 50% 40% !important; }
.image-wrap.pos-30 > .image { background-position: 50% 30% !important; }
.image-wrap.pos-20 > .image { background-position: 50% 20% !important; }
.image-wrap.pos-10 > .image { background-position: 50% 10% !important; }
.image-wrap.pos-0 > .image { background-position: 50% 0% !important; }




/* Blocks (with icons) */
.blocks-wrap {
    display: block;
    position: relative;
}
.blocks-wrap.bottom {
    margin-bottom: 45px;
}
.blocks-wrap.offset {
    margin-bottom: 15px;
}

.blocks-wrap .row {
    margin: 0 -15px;
}
.blocks-wrap .row > div {
    padding: 0 15px 25px;
}

.blocks-wrap .row:not(.regular) {
    margin: 0 -20px;
}
.blocks-wrap .row:not(.regular) > div {
    padding: 0 20px 35px;
}
.blocks-wrap.space .row {
    margin: 0 -25px;
}
.blocks-wrap.space .row > div {
    padding: 0 25px 30px;
}
.blocks-wrap .block-item {
    display: block;
    position: relative;
    max-width: 100%;
}
.blocks-wrap .block-item.has-border {
    padding: 22px 24px 24px;
    border: 1px solid #522f42;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 100%;
}
.blocks-wrap .block-item.has-bg {
    background-color: #f6f0eb;
}
.blocks-wrap .block-item.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.blocks-wrap .block-item.zero {
    padding: 0 !important;
}
.blocks-wrap .block-item.zero .inner {
    padding: 22px 24px 24px;
}
.blocks-wrap .block-item.zero .alert.zero {
    padding: 22px 24px 24px;
}
.blocks-wrap .block-item.compact-bottom {
    padding: 22px 24px 2px;
}
.blocks-wrap .block-item.is-even {
    height: 100%;
}
.blocks-wrap .block-item.has-max {
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;
}
.blocks-wrap .block-item.has-actions {
    padding-bottom: 70px;
}
.blocks-wrap .block-item.has-actions > .actions {
    position: absolute;
    left: 0; right: 0; bottom: 0;
}
.blocks-wrap .block-item.has-actions:not(.is-zero) > .actions {
    padding: 0 24px 22px;
}
.blocks-wrap .block-item.is-centered {
    margin-left: auto;;
    margin-right: auto;
    width: 465px;
}
.blocks-wrap .block-item.is-large {
    width: 525px;
}
.blocks-wrap .block-item .image-wrap {
    display: block;
    position: relative;
    max-width: 100%;
    width: 465px;
    height: 350px;
    margin: 0 0 25px;
    overflow: hidden;
    border: 1px solid #522f42;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.blocks-wrap .block-item .image-wrap.full {
    width: 100%;
}
.blocks-wrap .block-item .image-wrap.squared {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.blocks-wrap .block-item .image-wrap > .image {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blocks-wrap .block-item.is-publication.is-empty .image-wrap > .image {
    background-color: #fff;
    background-size: 128px;
}


.blocks-wrap .block-item.hover .image-wrap > .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blocks-wrap .block-item .icon {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 20px;
    width: 64px;
    height: 64px;
}
.blocks-wrap .block-item .icon::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -5px;
    border: 1px solid #522f42;
    /*border: 3px solid #e7ded5;*/
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.blocks-wrap .block-item:not(.hover) .icon::before {
    opacity: 0;
}
.blocks-wrap .block-item .article h3 {
    margin: 0 0 10px;
}
.blocks-wrap .block-item.is-small .article h3 {
    font-size: 1.55rem;
}
.blocks-wrap .block-item .article.space h2 {
    margin: 0 0 25px;
}
.blocks-wrap .block-item .article-wrap.in-safezone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

body.ready .blocks-wrap .block-item .image-wrap > .image,
body.ready .blocks-wrap .block-item .icon::before,
body.ready .blocks-wrap .block-item .actions {
    transition: 0.25s;
}



.blocks-wrap.is-location .row > div.dv0.is-last,
.blocks-wrap.is-treatment .row > div.dv0.is-last {
    margin-left: 33.3333%;
}





/* Blocks (specific) */
.blocks-wrap .block-item.float-size,
.blocks-wrap .block-item.float-icon,
.blocks-wrap .block-item.float-image {
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    min-height: 350px;
    padding-top: 30px;
    width: 860px;
}
.blocks-wrap .block-item.float-image.compact {
    min-height: 200px;
}
.blocks-wrap .block-item.auto {
    min-height: 0 !important;
}
.blocks-wrap .block-item.float-icon .icon-wrap,
.blocks-wrap .block-item.float-image .image-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    height: auto;
    width: 340px;
    margin: 0;
}
.blocks-wrap .block-item.float-image:not(.float-right) {
    padding-left: 375px;
}
.blocks-wrap .block-item.float-image.float-right {
    padding-right: 375px;
    padding-left: 30px;
}
.blocks-wrap .block-item.float-image.float-right .image-wrap {
    left: auto; right: -1px;
}
.blocks-wrap .block-item.float-icon {
    padding-left: 130px;
    min-height: 200px;
}
.blocks-wrap .block-item.float-icon .icon-wrap {
    width: 84px;
    height: 84px;
    left: 20px;
    top: 25px;
}
.blocks-wrap.is-team:not(.no-top) {
    padding-top: 30px;
}
.blocks-wrap.is-team .block-item .image-wrap {
    height: 280px;
}
.blocks-wrap.is-price .article {
    margin-bottom: 15px;
}
.blocks-wrap.is-price .article small.extra {
    display: block;
    margin: 10px 0 0;
    line-height: 1.25rem;
    font-size: 14px;
}
.blocks-wrap.is-location .block-item {
    width: 465px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.blocks-wrap.is-location table {
    white-space: nowrap;
}
.blocks-wrap.is-location .block-item strong {
    font-size: 1.25rem;
    margin: 0 0 10px;
}
.blocks-wrap.is-location .block-item .image-wrap {
    height: 200px;
}





/* Block filters */
ul.block-filters {
    display: block;
    position: relative;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.block-filters > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}
ul.block-filters > li > .button {
    border: 1px solid #522f42;
    background-color: #f6f0eb;
    padding-left: 14px;
    padding-right: 14px;
}
ul.block-filters > li.item-mobile {
    display: none;
}
ul.block-filters > li.active > .button {
    background-color: #522f42;
    color: #fff;
}

select.block-filter-select {
    -webkit-appearance: none !important;
    padding-right: 45px !important;
    text-align: left !important;
    outline: none;
    width: auto;
    border: 1px solid #522f42;
    background-color: #f6f0eb;
    background-repeat: no-repeat;
    background-image: url('/images/icon-dropdown.png');
    background-position: right 20px center;
    background-size: 15px;
}

.snap-wrap ul.block-filters {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 20px 15px 12px;
    max-width: 100%;
}
.snap-wrap ul.block-filters.width {
    width: 860px;
}
.snap-wrap ul.block-filters::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -1000px; left: 0;
    right: 0; bottom: 0;
    background-color: #fff;
    /*border: 1px solid #522f42;*/
    border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.09);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-top: 0;
}
.snap-wrap:not(.passed) ul.block-filters::before {
    opacity: 0;
}
body.ready ul.block-filters,
body.ready ul.block-filters::before {
    transition: 0.2s;
}



/* Pagination */
ul.pagination {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pagination > li {
    display: inline-block;
    vertical-align: top;
}
ul.pagination > li > .button {
    border: 1px solid #522f42;
    background-color: #f6f0eb;
}
ul.pagination > li.active > .button {
    background-color: #522f42;
    color: #fff;
}







/* Form base  */
.form-wrap.bottom {
    margin-bottom: 35px;
}
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    position: relative;
    width: 100%;
    font-weight: 300;
    padding: 11px 14px;
    min-height: 46px;
    background: #fff;
    outline: none !important;
    overflow: hidden;
    border: none;
    z-index: 19;
}
.form-wrap .field-button {
    position: relative;
}
.form-wrap .field-button > .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    margin: 0;
    padding: 0;
    min-width: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-wrap .field-button > .button.next::after {
    background-size: auto 22px;
    right: 5px;
}
.form-wrap.attach-bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 12;
}
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background-color: #f4f4f4;
}

.form-wrap .fields.inline {
    display: block;
    position: relative;
}
.form-wrap .fields.inline > .field {
    display: inline-block;
    vertical-align: top;
}
.form-wrap .fields.inline > .field-email {
    width: 100%;
}
.form-wrap .fields.inline > .field-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
}
.form-wrap .fields.inline > .field-submit,
.form-wrap .fields.inline > .field-submit .button {
    margin: 0 !important;
}




/* Contact Form */
.contact-form {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
.contact-form form {
    padding: 0;
    margin: 0;
}
.contact-form.bottom  {
    margin-bottom: 25px;
}
.contact-form.semi-width {
    width: 520px;
    max-width: 100%;
}
.contact-form .actions {
    position: relative;
    margin: 35px 0 0;
}
.contact-form .actions:not(.right) .button {
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 16px;
}
.contact-form .actions.single .button {
    margin-bottom: 0;
}
.contact-form .actions.zero .button {
    margin: 0 !important;
}
.contact-form .actions .meta {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    font-weight: 400;
    font-size: 1rem;
}
.contact-form .form-wrap .article {
    margin: 0 0 20px !important;
}
.contact-form .form-wrap .article h2 {
    font-size: 1.75rem;
    margin: 0 0 10px;
}
.contact-form .actions .button {
    min-width: 102px;
}
.contact-form .article p {
    margin: 0 0 5px;
}
.contact-form .alert {
    margin: 0 0 20px;
}
.contact-form .alert > ul {
    margin: 0 !important;
}
.contact-form .field-inner::before,
.contact-form .actions.disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form form:not(.posted) .actions.disabled::after {
    content: ' ';
    display: block;
    cursor: not-allowed;
    background: rgba(246,246,246,0.75);
    z-index: 39;
}
.contact-form .field {
    position: relative;
    padding: 30px 0 0;
    margin: 0 0 15px;
}
.contact-form:not(.rounded) .field-inner {
    position: static;
    line-height: 1.5rem;
    box-shadow: inset 0px -2px 0px 0px #e9ded3;
    background-color: transparent !important;
}
.contact-form:not(.rounded) .posted .field.has-error .field-inner,
.contact-form:not(.rounded) .field.init.has-error .field-inner {
    background-color: transparent !important;
}
.contact-form:not(.rounded) .posted .field.has-success .field-inner,
.contact-form:not(.rounded) .field.init.has-success .field-inner {
    background-color: transparent !important;
}
.contact-form:not(.rounded) .posted .field.has-error.filled .field-inner::before,
.contact-form:not(.rounded) .field.init.has-error.filled .field-inner::before {
    background-color: #b90000 !important;
}
.contact-form:not(.rounded) .posted .field.has-success .field-inner::before,
.contact-form:not(.rounded) .field.init.has-success .field-inner::before {
    background-color: #0b6a00 !important;
}
.contact-form:not(.rounded) .field-inner::before {
    content: ' ';
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 100%;
}
.contact-form:not(.rounded) .field:not(.focus):not(.filled) .field-inner::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
body.ready .contact-form .field-inner,
body.ready .contact-form .field-inner::before,
body.ready .contact-form .field .meta {
    transition: 0.2s;
}
.contact-form .field select,
.contact-form .field textarea,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background: none !important;
}
.contact-form .field textarea {
    resize: none;
    height: 8em;
}
.contact-form .field-inner,
.contact-form .field select,
.contact-form .field-inner::before,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    display: block;
    border-radius: 0 0;
}
.contact-form:not(.rounded) .field.select select {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-form:not(.rounded) .field.textarea textarea,
.contact-form:not(.rounded) .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.contact-form:not(.rounded) .field.textarea textarea,
.contact-form:not(.rounded) .field.textarea .field-inner,
.contact-form:not(.rounded) .field.textarea .field-inner::before {
    border-radius: 0 0;
}
.contact-form .field label.label,
.contact-form .field label.label > span,
.contact-form .field .meta {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.contact-wrap:not(.with-labels) .contact-form.rounded .field:not(.focus) .meta.placeholder {
    color: #000 !important;
}
.contact-form .field .meta.error {
    color: #b90000;
    font-size: 0.985rem;
    font-weight: 400;
}
.contact-wrap:not(.with-labels) .field:not(.has-error) .meta.error {
    opacity: 0;
}
.contact-wrap:not(.with-labels) .field:not(.focus) .meta.placeholder {
    opacity: 0.45;
}
.contact-wrap:not(.with-labels) .field.focus .meta.placeholder {
    opacity: 0.2;
}
.contact-form:not(.rounded) .field .meta.placeholder {
    top: 29px;
    margin: 12px 0 0 1px;
}
.contact-form.rounded .field .meta.placeholder {
    top: 29px;
}
.contact-wrap:not(.with-labels) .contact-form.rounded .field .meta.placeholder {
    margin: 12px 0 0 20px;
}
.contact-form .field.textarea .meta.placeholder {
    -webkit-transform: translate(-2px, 1px);
    transform: translate(-2px, 1px);
}
.contact-form .field label.label {
    top: 0;
    right: 0;
    z-index: 12;
    font-size: 1rem;
}
.contact-form .field label.label > em {
    float: right;
    color: #a1021d;
    font-weight: 800;
    font-size: 1.5rem;
    font-style: normal;
}
.contact-form .field label.label > span {
    color: #000;
}
.contact-form .field.has-success label.label > span {
    color: #0b6a00;
}
.contact-form .field.has-success label.label > em {
    opacity: 0;
}
body.ready .contact-form .field label.label > span {
    transition: 0.2s;
}
.contact-form .field.has-error label.label > span {
    opacity: 0 !important;
}
.contact-form .form-wrap.minimal form .field.field-recaptcha {
    padding-top: 0 !important;
}
.contact-form .form-wrap.minimal form:not(.posted) .field label.label {
    display: none;
}
.contact-form .form-wrap.minimal form:not(.posted) .field .meta.error {
    display: none;
}
.contact-form .form-wrap.minimal form:not(.posted) .field .meta.placeholder {
    top: 0;
}
.contact-wrap:not(.with-labels) .field.filled .meta.placeholder {
    opacity: 0 !important;
}
body.ready .contact-form .field label.label > em {
    transition: 0.2s;
}













/* Slider loader */
.slider-loader {
    display: block;
    position: relative;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    box-sizing: content-box;
    line-height: 0em;
    height: 5px;
}
.slider-loader > .loader {
    height: 6px;
    overflow: visible;
}
.slider-loader > .loader {
    display: inline-block;
    position: relative;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background-color: #522f42;
    transition: opacity 0.3s;
    width: 0;
}



/* Slider */
.slider-wrapper {
    display: block;
    position: relative;
    max-height: 100%;
    z-index: 35;
}
.slider-wrapper .slider-wrap .slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}
.slider-wrapper .slider-wrap .slide .container {
    position: relative;
    z-index: 100;
    height: 100%;
}
.slider-wrapper .slider-wrap .article {
    display: block;
    position: relative;
    line-height: 1.55em;
}

.slider-wrapper .slider-wrap .article.calc-min-height > .inner {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}


.slider-wrapper .slider-wrap .slide.has-back {
    background-color: #f6f0eb;
}
.slider-wrapper .slider-wrap .slide.full-screen {
    height: 100vh;
}
.slider-wrapper.is-main .slider-wrap .slide.full-screen {
    min-height: 600px;
}
.slider-wrapper .slider-wrap .article-wrap.floated {
    position: absolute;
    left: 20px;
    bottom: 80px;
    color: #522f42;
}

.slider-wrapper .slider-wrap .article-wrap.boxed {
    padding: 40px 40px 30px;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.75);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.slider-wrapper .slider-wrap .article-wrap.floated .button.large {
    text-shadow: none !important;
    margin-top: 20px;
}

.slider-wrap.has-space .slider {
    margin: 0 -10px;
}
.slider-wrap.has-space .slider .slide {
    padding-left: 10px;
    padding-right: 10px;
}

.slider-wrap .slide.is-team {
    overflow: hidden;
}
.slider-wrap .slide.is-partner {
    padding: 0 20px;
}
.slider-wrap .slide.is-partner .article-image {
    height: 100px;
    min-height: 100px;
    max-width: 100%;
    width: 200px;
}





/* Cookie Message */
.cookie-dialog-wrapper {
    position: fixed;
    z-index: 279;
    box-shadow: 0px 4px 10px rgb(63 63 68 / 40%);
    padding: 2rem;
    background-color: #FFFFFF;
    bottom: 0;
    right: 0;
    border-top-left-radius: 3px;
    max-width: 650px;
}
.cookie-dialog h2 {
    color: hsl(0deg, 0%, 12%, 100%);
    font-family: inherit;
    font-size: 19px;
}

.cookie-dialog a {
    text-decoration: underline;
}

/* Cookie Message - Actions (buttons) */
.cookie-dialog-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cookie-dialog-actions .cookie-dialog-btn-wrapper {
    display: flex;
}

.cookie-dialog-actions .cookie-dialog-btn {
    flex-basis: 50%;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.cookie-dialog-actions .cookie-dialog-btn.link {
    text-decoration: underline;
    background: none;
    border: none;
    margin: 15px 20px 0 0;
    text-align: start;
}
.cookie-dialog-actions .cookie-dialog-btn:not(.link) {
    border: 1px solid hsl(0deg, 0%, 12%, 100%);
    background: #FFFFFF;
    color: #333;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 2px;
    margin: 15px 20px 0 0;
}


/* Cookie modal */
.cookie-modal-wrapper {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
}

/* Cookie modal - toggle visibility class */
.visible {
    display: flex;
}

.cookie-modal {
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgb(63 63 68 / 50%);
    min-width: 280px;
    border-radius: 3px;
    width: 50%;
    max-height: 80%;
    overflow-y: scroll;
}

/* Cookie Modal - Header */
.cookie-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    border-bottom: 1px solid hsl(0deg, 0%, 88%, 100%);
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
}

.cookie-modal-header h2 {
    color: hsl(0deg, 0%, 12%, 100%);
    margin: 0;
    font-weight: 600;
    font-size: 21px;
}

/* Cookie Modal - Actions */
.cookie-modal-actions {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

/* Cookie Modal - Action buttons */
.cookie-modal-btn {
    padding: 8px 25px 10px 25px;
    margin-right: 20px;
    font-size: 18px;
    background: #FFFFFF;
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-radius: 2px;
    line-height: 120%;
    cursor: pointer;
}

.cookie-modal-btn:focus {
    outline: none;
}

/* Cookie Modal - Close button */
.cookie-modal-btn-close {
    border: none;
    width: 18px;
    height: 18px;
    padding: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 35px;
}

.cookie-modal-btn-close:focus {
    outline: none;
    border: none;
}

.cookie-modal-btn.close svg {
    width: inherit;
    height: inherit;
}

/* Cookie Modal - Intro text */
.cookie-modal-intro {
    padding: 20px 32px 0 32px;
    line-height: 1.5;
}


/* Cookie Modal - Subtitle */
.cookie-modal-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.cookie-modal-content p {
    font-size: 17px;
}

/* Cookie Modal - Checkbox options */
.cookie-modal-options {
    padding: 0 32px 32px 32px;
    border-top: 1px solid hsl(0deg, 0%, 88%, 100%);
}

.cookie-modal-option {
    padding-top: 20px;
}

.cookie-modal-option label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cookie-modal-option label {
    display: flex;
    gap: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    padding-left: 35px;
}

.cookie-modal-option.essential label span {
    opacity: 0.1;
}


/* Cookie modal - Custom checkbox */
.cookie-modal-option label span {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #1F1F1F;
    border-radius: 4px;
}

.cookie-modal-option label span::after {
    content: '';
    position: absolute;
    display: none;
}

.cookie-modal-option input:checked ~ span {
    background-color: #1F1F1F;
}
.cookie-modal-option input:checked ~ span::after {
    display: block;
}

.cookie-modal-option span::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookie-modal-option p {
    line-height: 1.3;
    margin: 0;
    padding-left: 35px;
    font-size: 16px;
}
div.blocks-wrap.is-blog.recent-blog > div.row > div:nth-child(odd){
    padding-right: 25px;
}
div.blocks-wrap.is-blog.recent-blog > div.row > div:nth-child(even){
    padding-left: 25px;
}
    /* Cookie Modal - Option essential */
.cookie-modal-option.essential {
    padding-top: 25px;
}

/** region Reviews **/
.ke-widget > div{
    margin: 15px 0px;
}
.ke-widget.mobile{
    display: none;
}

/** endregion Reviews **/

/* Main Theme Responsive */
@media all and (max-width: 1400px) {




    /* Header */
    .menu-wrapper .main-menu {
        padding: 98px 0 0 140px;
    }




    /* Blocks */
    .blocks-wrap.is-team .block-item .image-wrap {
        height: 240px;
        width: 240px;
    }




    /* Cookies Modal */
    .cookie-modal {
        width: 90%;
    }




}



@media all and (max-width: 1200px) {



    /* General */
    .article-image {
        min-height: 400px;
    }




    /* Header */
    .menu-wrapper .main-menu ul {
        width: 225px;
    }
    .menu-wrapper .menu-wrap li.has-dropdown > .dropdown {
        left: 240px;
    }

    .header-wrapper .menu-wrap li.item-72,
    .header-wrapper .menu-wrap li.item-44 {
        display: none !important;
    }






    /*!* Slider Custom *!*/
    /*.slider-wrap.is-reviews .slick-arrow {*/
    /*    top: -85px !important;*/
    /*    transform: none !important;*/
    /*    -webkit-transform: none !important;*/
    /*}*/
    /*.slider-wrap.is-reviews .slick-arrow.slick-prev {*/
    /*    left: -13px;*/
    /*}*/
    /*.slider-wrap.is-reviews .slick-arrow.slick-next {*/
    /*    right: -13px;*/
    /*}*/



    /* Footer */
    .footer-wrapper .footer-logo {
        width: 185px;
    }




    /* Blocks */
    .blocks-wrap.is-team .block-item .image-wrap {
        height: 280px;
        width: 280px;
    }


    /* Blocks */
    .blocks-wrap.is-team .block-item {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }


}

@media all and (max-width: 992px) {





    /* General */
    body {
        font-size: 1.05rem;
    }
    body:not(.clean)::before {
        background-image: url('/images/wave-small.png');
        height: 300px;
    }
    .md-no-br br {
        display: none !important;
    }
    .wrapper {
        padding: 40px 0;
    }
    .wrapper.spacing {
        padding: 60px 0 60px;
    }
    .wrapper.spacing-top {
        padding-top: 60px;
    }
    .wrapper.mobile-no-top {
        padding-top: 0 !important;
    }
    .wrapper.mobile-no-bottom {
        padding-bottom: 0 !important;
    }





    /* Articles */
    .article.has-title h1,
    .article.has-title.main h2 {
        font-size: 2.85rem;
    }

    .article-image {
        margin: 25px 0;
        height: auto;
    }
    .article-wrap .article-more {
        margin-bottom: 30px;
    }
    .article.huge {
        font-size: 1.25rem;
    }
    .article.huge h1,
    .article.huge h2 {
        font-size: 2rem;
    }
    .article-image {
        min-height: 350px;
    }
    .article.article-head {
        margin-bottom: 0 !important;
    }
    .article-wrap.is-homepage {
        margin: 0;
    }
    .article-wrap.is-homepage.is-odd {
        min-height: 315px;
    }
    .article-wrap.is-homepage .article-image {
        width: 300px;
        min-height: 320px;
        margin: -150px 0 0 auto;
    }
    .article-wrap.is-homepage.is-odd .article-image {
        min-height: 315px;
        position: absolute;
        margin: 0;
        right: 0;
        top: -35px;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }










    /* Block filter */
    ul.block-filters > li {
        padding: 0 4px;
    }




    /* Blocks */
    .blocks-wrap .row {
        margin: 0 -10px;
    }
    .blocks-wrap .row > div {
        padding: 0 10px 20px;
    }
    .blocks-wrap.is-team .block-item .image-wrap {
        /*height: 280px;*/
        /*width: 280px;*/

        height: 256px;
        width: 256px;
    }
    .blocks-wrap.is-price .article h3 {
        font-size: 1.5rem;
    }
    .blocks-wrap .block-item.has-actions {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .blocks-wrap .block-item.has-actions > .actions {
        padding: 0 !important;
    }
    .blocks-wrap .block-item.has-actions > .actions .button {
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        text-align: left;
    }
    .blocks-wrap .block-item .article-wrap.in-safezone {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
    }
    .blocks-wrap.is-location .row > div.dv0.is-last,
    .blocks-wrap.is-treatment .row > div.dv0.is-last {
        margin-left: 0;
    }




    /* Main Menu */
    .menu-wrapper .menu-wrap ul[data-depth="1"] > li.has-dropdown > .dropdown {
        display: none;
        position: static;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important;
    }



    /* Header */
    .header-wrapper .menu-wrap {
        display: none;
    }




    /* Footer */
    .footer-wrapper .footer-bottom {
        padding-left: 180px;
        padding-top: 20px;
    }
    .footer-wrapper .footer-block.footer-side {
        position: relative;
        text-align: left;
        margin: 0 0 50px;
        top: auto;
    }
    .footer-wrapper .footer-wrap .container::before {
        left: -1100px;
    }

    .footer-wrapper .notice-message {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-wrapper .notice-message .message br {
        display: none;
    }




    /* Block Filters */
    ul.block-filters > li.item-desktop {
        display: none;
    }
    ul.block-filters > li.item-mobile {
        display: block;
    }
    .snap-wrap ul.block-filters {
        padding: 18px 15px 8px;
    }
    div.blocks-wrap.is-blog.recent-blog > div.row > div:nth-child(odd){
        padding-right: 15px;
    }
    div.blocks-wrap.is-blog.recent-blog > div.row > div:nth-child(even){
        padding-left: 15px;
    }

}

@media all and (max-width: 768px) {





    /* General */
    body.homepage.scrolled-far.down:not(.menu-open) .header-wrapper,
    body.scroll.down:not(.menu-open):not(.homepage) .header-wrapper {
        top: -170px !important;
    }
    body.scroll.down .snap-wrap.passed .snap-target {
        top: 0;
    }
    body.ready .snap-wrap.passed .snap-target {
        transition: 0.3s;
    }
    .snap-wrap ul.block-filters {
        padding: 13px 13px 8px;
    }




    /* Articles */
    .article.has-title h1,
    .article.has-title.main h2 {
        font-size: 2.75rem;
    }
    .article.has-title h2,
    .article.has-title.main-desktop h2 {
        font-size: 2rem;
    }
    .article-wrap.has-max.medium {
        width: 400px;
    }
    .article-image:not(.ignore-mobile) {
        min-height: 250px;
    }
    .article-wrap.is-homepage .article-image {
        margin-top: -60px;
        width: 230px;
    }
    .article-wrap .actions.pull-up {
        margin-top: 0;
    }
    .article-wrap.bottom {
        margin-bottom: 30px;
    }
    .article-wrap.top {
        margin-top: 45px;
    }




    /* Main Menu */
    .menu-wrapper .main-menu {
        padding-left: 0;
    }
    .menu-wrapper .main-menu ul {
        width: 210px;
    }
    .menu-wrapper .menu-wrap li.has-dropdown > .dropdown {
        left: 225px;
    }



    /* Header */
    .menu-wrapper .main-menu {
        padding-top: 198px;
    }
    body.menu-open .header-wrapper .header-logo {
        top: 35px;
    }




    /* Footer */
    .footer-wrapper .footer-bottom {
        padding-left: 0;
    }
    .footer-wrapper .footer-logo {
        width: 150px;
        margin: 0 0 40px;
    }
    .footer-wrapper .footer-block {
        margin-bottom: 35px;
    }
    .footer-wrapper .footer-block.has-top {
        padding-top: 0;
    }
    .footer-wrapper .footer-wrap .container {
        padding-top: 60px;
        /*padding-bottom: 0;*/
    }
    .footer-wrapper .footer-block.footer-side {
        margin-bottom: 40px;
    }
    .footer-wrapper .footer-wrap .container::before {
        display: none !important;
    }





    /* Copyright */
    .copyright-wrapper .menu-wrap {
        text-align: center;
        padding-bottom: 35px;
        padding-top: 22px;
    }
    .copyright-wrapper .menu-wrap > ul > li {
        display: block;
    }
    .copyright-wrapper .menu-wrap > ul > li > a {
        display: inline-block;
    }
    .copyright-wrapper .article {
        text-align: left;
        padding: 10px 0 55px;
    }





    /* Blocks */
    .blocks-wrap .row:not(.regular) {
        margin: 0 -15px;
    }
    .blocks-wrap .row:not(.regular) > div {
        padding: 0 15px 30px;
    }
    .blocks-wrap.is-team .block-item .image-wrap {
        height: 250px;
        width: 250px;
    }
    .blocks-wrap .block-item.float-image .image-wrap {
        width: 220px;
    }
    .blocks-wrap .block-item.float-image:not(.float-right) {
        padding-left: 255px;
    }
    .blocks-wrap .block-item.float-image.float-right {
        padding-right: 255px;
    }
    .blocks-wrap .block-item .image-wrap,
    .blocks-wrap.is-location .block-item .image-wrap {
        height: 200px;
    }





    /* Counter */
    html.textstroke .counter-wrap .counter-block .amount {
        font-size: 8.5rem;
    }



    /* Cookies */
    .cookie-dialog-wrapper {
        left: 0;
        padding-bottom: 6rem;
    }


    /* Cookies Modal */
    .cookie-modal-header,
    .cookie-modal-actions {
        flex-direction: column;
        align-items: start;
    }

    .cookie-modal-actions,
    .cookie-modal-btn {
        width: 100%;
    }

    .cookie-modal-btn {
        margin-bottom: 15px;
    }

    .cookie-modal-btn-close {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 15px;
        height: 15px;
    }

    .cookie-modal-header h2 {
        margin:  0 0 .8em 0;
    }
    .ke-widget.desktop{
        display: none;
    }
    .ke-widget.mobile{
        display: block;
    }


}
@media all and (max-width: 722px){
    div.blocks-wrap.is-blog.recent-blog > div.row > div:nth-child(odd){
        padding-right: 0px;
    }
    div.blocks-wrap.is-blog.recent-blog > div.row > div:nth-child(even){
        padding-left: 0px;
    }
}
@media all and (max-width: 575px) {



    /* Cookie dialog */
    .cookie-dialog p {
        font-size: 1rem;
        line-height: 1.35;
    }

    .cookie-dialog-actions {
        flex-direction: column;
        align-items: normal;
    }
    .cookie-dialog-actions .cookie-dialog-btn.link {
        order: 2;
        text-align: center;
        margin: 15px 0 0 0;
    }

    .cookie-dialog-btn-wrapper {
        flex-direction: column;
    }
    .cookie-dialog-btn-wrapper .cookie-dialog-btn:not(.link) {
        margin: 15px 0 0 0;
        padding: 5px 25px;
    }


    /* Cookie Modal */
    .cookie-modal-header {
        padding: 15px 20px 10px 20px;
    }

    .cookie-modal-intro {
        padding: 20px 20px 0 20px;
    }

    .cookie-modal-options {
        padding: 0 20px 20px 20px;
    }

    body:not(.no-space) .main-wrapper {
        padding-top: var(--header-padding-top, 145px);
    }



    /* General */
    h3 {
        font-size: 1.5rem;
    }
    .wrapper.spacing {
        padding: 40px 0 40px;
    }
    .wrapper.spacing-top {
        padding-top: 40px;
    }

    .button.large {
        font-size: 1.05rem;
    }
    .article.has-title h1 {
        font-size: 2.3rem;
    }
    .article.has-title h2,
    .article.has-title.main-desktop h2 {
        font-size: 1.75rem;
    }
    .article.has-title.main h2 {
        font-size: 2rem;
    }
    .article.has-title.strong-title strong {
        font-size: 3rem;
    }
    .article-wrap.is-homepage.is-odd .article-image {
        width: 230px;
        min-height: 280px;
    }
    .article .title-inline > p {
        vertical-align: 2px;
    }
    .anchor {
        display: block;
        -ms-transform: translateY(-180px);
        -webkit-transform: translateY(-180px);
        transform: translateY(-180px);
    }
    .article.has-title.strong-title strong {
        font-size: 3rem;
    }



    /* Main Menu */
    .menu-wrapper .container {
        padding-top: 155px;
    }
    .menu-wrapper .socialmedia {
        bottom: 60px;
    }
    .menu-wrapper .main-menu {
        width: 100%;
        padding: 0;
        overflow: auto;
        height: calc(100vh - 265px);
    }
    .menu-wrapper .main-menu ul {
        display: block;
        padding: 10px 0;
        width: 265px;
    }
    .menu-wrapper .main-menu ul > li > a {
        width: 230px;
        font-size: 1.05rem;
    }
    .menu-wrapper .menu-wrap ul > li.has-dropdown > .dropdown {
        display: none;
        position: static;
        padding-left: 15px;
        padding-bottom: 15px;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important;
    }




    /* Header */
    .header-wrapper::before {
        height: 145px;
    }
    .header-wrapper .hamburger {
        top: 21px;
    }
    .header-wrapper .header-logo {
        width: 90px;
        height: 74px;
        top: 11px;
    }
    .header-wrapper .header-logo {
        background-image: url('/images/logo-small.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .header-wrapper .header-logo .logo > img {
        opacity: 0;
    }
    .header-wrapper .header-switch {
        left: 20px;
        right: 20px;
        text-align: right;
    }
    .header-wrapper .head-item.right.icon {
        display: none;
    }
    body.menu-open .header-wrapper .header-logo {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    body.menu-open .header-wrapper .header-logo {
        top: 25px;
    }






    /* Header Language */
    .header-wrapper .language-switch {
        position: absolute;
        left: 0;
    }
    .language-switch:hover > .language-item:nth-child(2) {
        right: -40px;
    }
    .language-switch:hover > .language-item:nth-child(3) {
        right: -80px;
    }
    .language-switch:hover > .language-item:nth-child(4) {
        right: -120px;
    }





    /* Footer */
    .footer-wrapper .footer-logo {
        margin: 0 auto 40px;
    }
    .footer-wrapper .footer-block {
        text-align: center;
    }
    .footer-wrapper .form-wrap {
        text-align: center;
        margin: 0 auto;
        width: 350px;
    }
    .footer-wrapper .form-wrap .alert,
    .footer-wrapper .form-wrap form {
        width: 320px;
        margin: 0 auto;
    }
    .footer-wrapper .form-wrap .alert {
        text-align: left;
    }
    .footer-wrapper .form-wrap .field-submit .button {
        height: 100%;
        font-size: 0;
        padding: 26px 0;
        width: 58px;
    }
    .footer-wrapper .form-wrap .fields.inline > .field-email input {
        border: 2px solid #f6f0ec !important;
        padding: 11px 13px !important;
    }
    .footer-wrapper .footer-contact select.location {
        font-weight: 600;
        font-size: 1.4rem;
        margin-left: 10px;
        width: 155px;
    }
    .footer-wrapper .footer-contact h3 {
        display: none;
    }
    .footer-wrapper .form-wrap h3,
    .footer-wrapper .footer-block h3 {
        font-size: 1.35rem;
    }
    .footer-wrapper .notice-message .message {
        font-size: 14px;
        max-width: 100%;
        width: 315px;
    }




    /* Others */
    body.scroll.up.scrolled-far.homepage .snap-wrap.passed .snap-target,
    body.scroll.up:not(.homepage) .snap-wrap.passed .snap-target {
        padding-top: 25px;
    }
    .snap-wrap ul.block-filters {
        padding-top: 13px;
    }

    .article-wrap.is-homepage.is-even .article-image {
        position: relative;
        bottom: auto;
        right: 0;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        margin: -50px 0 30px auto;
    }




    /* Counter */
    html.textstroke .counter-wrap .counter-block .amount {
        font-size: 7.5rem;
    }


    /* Scores */
    .score-wrap .score {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 1.45rem;
    }
    .score-wrap .score-rating {
        /*width: 160px;*/
        /*height: 32px;*/
    }
    .score-wrap .description {
        margin: 10px 0 0;
    }




    /* Blocks */
    .blocks-wrap.is-close .row:not(.regular) > div {
        padding-bottom: 15px;
    }
    .blocks-wrap.is-close .block-item.compact-bottom.has-collapse {
        padding-bottom: 10px;
    }




    .blocks-wrap.is-team .row:not(.regular) {
        margin: 0 -10px;
    }
    .blocks-wrap.is-team .row:not(.regular) > div {
        padding: 0 10px 25px;
    }

    body.homepage .blocks-wrap.is-team:not(.no-top) {
        padding-top: 10px !important;
    }
    body.homepage .blocks-wrap.is-team .row:not(.regular) > div {
        padding-bottom: 10px !important;
    }
    .blocks-wrap .block-item.float-image,
    .blocks-wrap .block-item.float-image.float-right,
    .blocks-wrap .block-item.float-image:not(.float-right) {
        padding: 0;
    }
    .blocks-wrap .block-item.float-image .article-wrap,
    .blocks-wrap .block-item.float-image.float-right .article-wrap,
    .blocks-wrap .block-item.float-image:not(.float-right) .article-wrap {
        padding: 22px 20px 18px;
    }
    .blocks-wrap .block-item.float-image .image-wrap,
    .blocks-wrap .block-item.float-image.float-right .image-wrap,
    .blocks-wrap .block-item.float-image:not(.float-right) .image-wrap {
        border: none;
        top: auto; left: auto;
        bottom: auto; right: auto;
        border-bottom: 1px solid #522f42;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        min-height: 200px;
        position: relative;
        overflow: hidden;
        height: 200px;
        width: 100%;
    }
    .blocks-wrap.is-team .block-item .image-wrap {
        height: 45vw;
    }
    .blocks-wrap.slider-wrap.bottom {
        margin-bottom: 15px;
    }


    .block-item.has-collapse .article.has-title {
        display: block;
        position: relative;
    }
    .block-item.has-collapse:not(.is-active) .collapse {
        display: none;
    }
    .block-item.has-collapse .article.has-title:first-child::after {
        content: ' ';
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -4px;
        left: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px;
    }
    .block-item.has-collapse .article.has-title:first-child::after {
        background-image: url('/images/icon-dropdown.png');
        background-size: 16px;
        right: 3px; left: auto;
    }
    .block-item.has-collapse:not(.is-active) .article.has-title:first-child::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    body.ready  .block-item.has-collapse .article.has-title:first-child::after {
        transition: 0.25s;
    }






    /* Slider */
    .slider-wrap.arrows .slick-arrow.slick-next,
    .slider-wrap.arrows .slick-arrow.slick-prev {
        background-size: auto 32px !important;
    }
    .slider-wrapper .slider-wrap .article-wrap.floated .button.large {
        white-space: normal;
        padding-top: 16px;
        width: 230px;
    }
    .slider-wrapper .slider-wrap .article-wrap.boxed {
        box-shadow: none;
        background: none;
        padding: 0;
    }






    /* Slider Main */
    .slider-wrapper.is-main .slider-wrap:not(.top):not(.top-extra) .slick-arrow {
        top: 165px;
    }
    .slider-wrapper.is-main .slider-wrap.arrows .slick-arrow {
        position: fixed;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    body.scrolled-semi .slider-wrapper.is-main .slider-wrap.arrows .slick-prev {
        left: -100px;
    }
    body.scrolled-semi .slider-wrapper.is-main .slider-wrap.arrows .slick-next {
        right: -100px;
    }

    .slider-wrapper.is-main .slider-wrap .article-wrap.floated {
        bottom: auto;
        top: 280px;
        left: 30px;
        right: 30px;
        text-align: center;
    }
    .slider-wrapper.is-main .slider-wrap .article-wrap.floated > .article {
        display: inline-block;
        text-align: left;
    }
    .slider-wrapper.is-main .article.has-title.strong-title strong {
        font-size: 2.85rem;
    }
    .slider-wrapper.is-main .article.has-title.strong-title br {
        display: none;
    }
    .slider-wrapper.is-main .slider-wrap .slide .container {
        background-color: rgba(255,255,255,0.4);
        min-height: 600px;
    }
    .slider-wrapper.is-main .slider-wrap.arrows.is-white .slick-arrow
    .slider-wrapper.is-main .slider-wrap.arrows.is-white .slick-arrow:hover {
        background-color: transparent !important;
    }



    /* Slider Custom */
    /*.slider-wrap.is-reviews .slick-arrow {*/
    /*    top: -64px !important;*/
    /*}*/
    /*.slider-wrap.is-reviews .slick-arrow.slick-prev {*/
    /*    left: -5px;*/
    /*}*/
    /*.slider-wrap.is-reviews .slick-arrow.slick-next {*/
    /*    right: -5px;*/
    /*}*/






}

@media all and (max-width: 455px) {



    .row.is-tiny > div.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .article-wrap.is-homepage.is-odd .article-image {
        position: relative;
        bottom: auto;
        right: 0;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        margin: -50px 0 30px auto;
    }


    .article-wrap.is-homepage.is-even .article-image {
        margin: 20px 0 0;
    }


    .counter-wrap.compact {
        width: 310px;
    }
    .counter-wrap.compact .row {
        margin-left: 0;
        margin-right: 0;
    }
    .counter-wrap.compact .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .counter-wrap.compact h3 {
        font-size: 1.4rem;
    }





}



@media all and (min-width: 355px) and (max-width: 455px) {



    .blocks-wrap.is-semi-side .block-item .article,
    .blocks-wrap.is-semi-side .block-item .actions {
        padding-left: 90px;
    }
    .blocks-wrap.is-semi-side .block-item .icon {
        position: absolute;

    }






}











/* Mobile Friendly -  Bootstrap Responsive */

.hidden-xl { display: none !important; }
.visible-xl { display: block !important; }
.visible-xs { display: none !important; }
.row > div > .full-height {
    display: block;
    position: relative;
    height: 100%;
}

.row .col-no-bottom {
    padding-bottom: 0 !important;
}


@media all and (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}
@media all and (max-width: 1200px) {
    .hidden-xl { display: block !important; }
    .inline.hidden-xl { display: inline-block !important; }
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }
    .row-xl { display: block !important; }
}

@media all and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }
    .row-lg { display: block !important; }
}

@media all and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }
    .row-md { display: block !important; }
    .xs-table-block table,
    .xs-table-block table tbody,
    .xs-table-block table thead,
    .xs-table-block table tr,
    .xs-table-block table th,
    .xs-table-block table td {
        display: block;
    }
    .xs-table-block table td:not(:first-child) {
        margin-top: 15px !important;
    }
}

@media all and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }
    .inline.visible-xs { display: inline-block !important; }

    /*.container-fluid { padding: 0 15px; }*/
    /*.container { padding: 0 15px; }*/

    .row-sm { display: block !important; }
}




