﻿[class^="col-"] {
    width: 100%
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

fieldset legend {
    border-bottom: none
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}


/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-single {
    *zoom: 1
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

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

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    background-color: #fff
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px
}

:root {
    --black: #000;
    --white: #fff;
    --red: #CC0000;
    --gray: #eee;
    --gray-shade-1: #F3F4F6;
    --light-gray: #E2E2E2;
    --lighter-gray: #E4E4E4;
    --dark-gray: #333333;
    --blue: #0D214D;
    --k-blue: #5E6D87;
    --k-blue-shade-1: rgba(94, 109, 135, 0.2);
    --gold: #8B704B;
    --primary-color: #F4F4F4;
    --primary-text-color: #1A1A1A;
    --secondary-color: #F4F4F4;
    --secondary-light-color: #F4F4F4;
    --action-background-color: #E24234;
    --danger-color: var(--red);
    --color-box-background-color: #F4F4F4;
    --color-box-text-color: #fff;
    --font-size-base: 15px;
    --line-height-base: 1.67;
    --text-color-base: var(--dark-gray);
    --limiter-max-width: 1140px;
    --limiter-gutter: 15px;
    --font-family-sans-serif: 'Montserrat', sans-serif;
    --font-family-sans-serif-alt: 'Maven Pro', sans-serif;
    --font-family-serif: 'Cardo', serif;
    --font-family-serif-alt: 'Lora', serif;
    --font-family-cursive: 'Rock Salt', cursive;
    --font-family-cursive-alt: 'Parisienne', cursive;
    --h1-font-family: "Roboto";
    --h1-font-size: 32px;
    --h1-text-color: #383838;
    --h1-font-weight: 600;
    --h1-letter-spacing: 0;
    --h1-line-height: normal;
    --h1-font-style: normal;
    --h1-text-transform: none;
    --h2-font-family: "Roboto";
    --h2-font-size: 30px;
    --h2-text-color: #838383;
    --h2-font-weight: 700;
    --h2-letter-spacing: 0;
    --h2-line-height: normal;
    --h2-font-style: normal;
    --h2-text-transform: none;
    --h3-font-family: "Roboto";
    --h3-font-size: 25px;
    --h3-text-color: #383838;
    --h3-font-weight: 400;
    --h3-letter-spacing: 0;
    --h3-line-height: normal;
    --h3-font-style: normal;
    --h3-text-transform: none;
    --h4-font-family: "Roboto";
    --h4-font-size: 20px;
    --h4-text-color: #383838;
    --h4-font-weight: 400;
    --h4-letter-spacing: 0;
    --h4-line-height: normal;
    --h4-font-style: normal;
    --h4-text-transform: uppercase;
    --h5-font-family: "Roboto";
    --h5-font-size: 18px;
    --h5-text-color: #383838;
    --h5-font-weight: 400;
    --h5-letter-spacing: 0;
    --h5-line-height: normal;
    --h5-font-style: normal;
    --h5-text-transform: none;
    --h6-font-family: var(--font-family-sans-serif);
    --h6-font-size: 14px;
    --h6-text-color: var(--primary-color);
    --h6-font-weight: 400;
    --h6-letter-spacing: 0;
    --h6-line-height: normal;
    --h6-font-style: normal;
    --h6-text-transform: none;
    --input-field-bg: #F3F4F6;
    --input-field-messages-color: var(--gray);
    --checkbox-border-color: #707070;
    --link-font-size: 13px;
    --link-color: #E24234;
    --btn-font-size: 14px;
    --btn-lg-font-size: 15px;
    --btn-text-color: var(--white);
    --btn-bg: #F4F4F4;
    --btn-secondary-bg: var(--secondary-color);
    --btn-secondary-hover-color: var(--white);
    --btn-default-bg: #E4E4E4;
    --btn-default-text-color: #707070;
    --btn-default-border-color: var(--btn-default-bg);
    --nav-bg: #223869;
    --nav-link-active: #1A2A4F;
    --nav-link-color: var(--white);
    --reservation-bg: var(--gray-shade-1);
    --reservation-border-color: #D2D7E3;
    --reservation-footer-bg: #E7E8EA;
    --reservation-text-color: var(--dark-gray);
    --lead-font-family: "Roboto";
    --lead-font-size: 16px;
    --lead-line-height: 24px;
    --lead-letter-spacing: 0;
    --lead-font-weight: 400;
    --lead-color: #383838
}

.gms-page-wrap {
    min-height: 70vh
}

.clear-aft:after,
.m-nav--logo-menu:after {
    display: table;
    content: '';
    clear: both
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.more-link {
    display: inline-block;
    margin-top: 18px
}

.more-link:after {
    content: " \2192"
}

[dir="rtl"] .more-link:after {
    content: " \2190"
}

.ratio-1-1 {
    position: relative;
    overflow: hidden
}

.ratio-1-1::before {
    content: '';
    display: block;
    padding-bottom: 100%
}

.ratio-1-1-slider {
    overflow: hidden;
    padding-bottom: 100%;
    height: 0
}

.ratio-4-3 {
    position: relative;
    overflow: hidden
}

.ratio-4-3::before {
    content: '';
    display: block;
    padding-bottom: 75%
}

.ratio-4-3-slider {
    overflow: hidden;
    padding-bottom: 75%;
    height: 0
}

.ratio-16-9 {
    position: relative;
    overflow: hidden
}

.ratio-16-9::before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

.ratio-16-9-slider {
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0
}

.ratio-24-9 {
    position: relative;
    overflow: hidden
}

.ratio-24-9::before {
    content: '';
    display: block;
    padding-bottom: 37.5%
}

.ratio-24-9-slider {
    overflow: hidden;
    padding-bottom: 37.5%;
    height: 0
}

@media (min-width: 1200px) {
    .ratio-1-1--desktop {
        position: relative;
        overflow: hidden
    }
    .ratio-1-1--desktop::before {
        content: '';
        display: block;
        padding-bottom: 100%
    }
}

@media (min-width: 1200px) {
    .ratio-4-3--desktop {
        position: relative;
        overflow: hidden
    }
    .ratio-4-3--desktop::before {
        content: '';
        display: block;
        padding-bottom: 75%
    }
}

@media (min-width: 1200px) {
    .ratio-16-9--desktop {
        position: relative;
        overflow: hidden
    }
    .ratio-16-9--desktop::before {
        content: '';
        display: block;
        padding-bottom: 56.25%
    }
}

@media (min-width: 1200px) {
    .ratio-24-9--desktop {
        position: relative;
        overflow: hidden
    }
    .ratio-24-9--desktop::before {
        content: '';
        display: block;
        padding-bottom: 37.5%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ratio-1-1--tablet {
        position: relative;
        overflow: hidden
    }
    .ratio-1-1--tablet::before {
        content: '';
        display: block;
        padding-bottom: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ratio-4-3--tablet {
        position: relative;
        overflow: hidden
    }
    .ratio-4-3--tablet::before {
        content: '';
        display: block;
        padding-bottom: 75%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ratio-16-9--tablet {
        position: relative;
        overflow: hidden
    }
    .ratio-16-9--tablet::before {
        content: '';
        display: block;
        padding-bottom: 56.25%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ratio-24-9--tablet {
        position: relative;
        overflow: hidden
    }
    .ratio-24-9--tablet::before {
        content: '';
        display: block;
        padding-bottom: 37.5%
    }
}

@media (max-width: 767px) {
    .ratio-1-1--mobile {
        position: relative;
        overflow: hidden
    }
    .ratio-1-1--mobile::before {
        content: '';
        display: block;
        padding-bottom: 100%
    }
}

@media (max-width: 767px) {
    .ratio-4-3--mobile {
        position: relative;
        overflow: hidden
    }
    .ratio-4-3--mobile::before {
        content: '';
        display: block;
        padding-bottom: 75%
    }
}

@media (max-width: 767px) {
    .ratio-16-9--mobile {
        position: relative;
        overflow: hidden
    }
    .ratio-16-9--mobile::before {
        content: '';
        display: block;
        padding-bottom: 56.25%
    }
}

@media (max-width: 767px) {
    .ratio-24-9--mobile {
        position: relative;
        overflow: hidden
    }
    .ratio-24-9--mobile::before {
        content: '';
        display: block;
        padding-bottom: 37.5%
    }
}

.ratio-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.ratio-content img,
.ratio-content iframe {
    width: 100%;
    height: 100%
}

.ratio-content img {
    object-fit: cover
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ratio-content img {
        font-family: 'object-fit:cover;'
    }
}

.ratio-content .video-foreground,
.ratio-content .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-aspect-ratio: 16 / 9) {
    .ratio-content .video-foreground {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .ratio-content .video-foreground {
        width: 300%;
        left: -100%
    }
}

@media only screen and (min-width: 80em) {
    .ratio-content .video-background iframe {
        pointer-events: none
    }
}

iframe {
    border: none
}

@media (min-width: 1200px) {
    [dir="rtl"] .col-lg-offset-1 {
        margin-left: auto;
        margin-right: 8.33333%
    }
}

[dir="rtl"] .dropdown-menu {
    right: 0;
    left: auto
}

body:not(.no-js) button:focus,
body:not(.no-js) a:focus,
body:not(.no-js) input:focus,
body:not(.no-js) textarea:focus {
    outline: none
}

.tabPressed *:focus {
    outline: 2px dotted #da4444 !important;
    outline-offset: 0
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

html[dir=rtl] a.skip-main {
    right: -999px;
    left: auto
}

a.skip-main:active,
a.skip-main:focus {
    color: #333;
    background-color: #fff;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow: auto;
    padding: .5em 1em;
    text-align: center;
    font-size: 1.2em;
    z-index: 9999
}

html[dir="rtl"] a.skip-main:active,
html[dir="rtl"] a.skip-main:focus {
    right: auto !important
}

html {
    font-size: 62.5%
}

body {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px
}

@media (max-width: 768px) {
    body {
        font-size: 13px
    }
}

.booking-mask-box-wrapper,
.map__infowindow {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none
}

@media (max-width: 768px) {
    .booking-mask-box-wrapper,
    .map__infowindow {
        font-size: 13px
    }
}

.small-text {
    font-size: 13px
}

a,
.btn-link-style {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #E24234
}

a:visited,
.btn-link-style:visited {
    color: #E24234
}

a:hover,
a:focus,
a:visited:hover,
.btn-link-style:hover,
.btn-link-style:focus,
.btn-link-style:visited:hover {
    color: #b5352a;
    text-decoration: underline
}

.link-text {
    color: #333;
    cursor: pointer
}

.link-text:visited {
    color: #333
}

.link-text:hover,
.link-text:focus,
.link-text:visited:hover {
    color: #707070;
    text-decoration: none
}

.btn-link {
    padding: 0;
    border: 0
}

.btn-icon {
    line-height: 1
}

.secondary-navigation a,
.accordion__panel__heading .btn-link,
.tabs__nav__link,
.link-transparent {
    color: inherit;
    cursor: pointer;
    font-weight: inherit;
    font-size: 15px;
    font-style: inherit
}

.secondary-navigation a:visited,
.accordion__panel__heading .btn-link:visited,
.tabs__nav__link:visited,
.secondary-navigation a:hover,
.accordion__panel__heading .btn-link:hover,
.tabs__nav__link:hover,
.secondary-navigation a:focus,
.accordion__panel__heading .btn-link:focus,
.tabs__nav__link:focus,
.secondary-navigation a:active,
.accordion__panel__heading .btn-link:active,
.tabs__nav__link:active,
.link-transparent:visited,
.link-transparent:hover,
.link-transparent:focus,
.link-transparent:active {
    color: inherit;
    text-decoration: none
}

.link-block {
    display: block
}

.link-block:hover,
.link-block:visited,
.link-block:focus {
    text-decoration: none
}

h1,
.h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #383838;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none
}

@media (max-width: 1199px) {
    h1,
    .h1 {
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 26px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 36px
    }
}

.hero-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #FFF;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none
}

@media (max-width: 1199px) {
    .hero-title {
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 26px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero-title {
        font-size: 36px
    }
}

.hero-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    color: #FFF;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none
}

@media (max-width: 1199px) {
    .hero-subtitle {
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 22px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero-subtitle {
        font-size: 22px
    }
}

h2,
.h2 {
    margin-top: 0;
    margin-bottom: 21px;
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #838383;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none
}

@media (max-width: 1199px) {
    h2,
    .h2 {
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 26px
    }
}

h3,
.h3 {
    margin-top: 0;
    margin-bottom: 33px;
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    color: #383838;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none
}

@media (max-width: 1199px) {
    h3,
    .h3 {
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    h3,
    .h3 {
        font-size: 19px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 20px
    }
}

h4,
.h4 {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #383838;
    letter-spacing: 0;
    line-height: normal;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    h4,
    .h4 {
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    h4,
    .h4 {
        font-size: 1.3rem
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem
    }
}

h5,
.h5 {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #383838;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none
}

@media (max-width: 1199px) {
    h5,
    .h5 {
        line-height: 1.3
    }
}

.lead-rates {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    letter-spacing: 0;
    line-height: 24px
}

.lead-rates--bigger {
    font-size: 1.375em
}

.icon,
.icon__text {
    vertical-align: middle
}

.small-line-height {
    line-height: 1
}

label {
    font-weight: 300;
    font-weight: 300
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333
}

input::placeholder,
textarea::placeholder {
    color: #333;
    opacity: 1
}

textarea {
    max-width: 100%
}

.checkbox-radio-custom>label {
    display: flex
}

.checkbox-radio-custom span {
    display: inline-block;
    vertical-align: middle
}

.checkbox-radio-custom label {
    cursor: pointer
}

.checkbox-radio-custom label:hover .fake-input {
    border-color: #939393
}

.checkbox-radio-custom .fake-input {
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #D3D3D3;
    margin-right: 5px;
    color: white;
    -webkit-transition: border 300ms, background 300ms;
    -o-transition: border 300ms, background 300ms;
    transition: border 300ms, background 300ms;
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.checkbox-radio-custom .fake-input svg {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    font-size: 0.75em;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.checkbox-radio-custom input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checkbox-radio-custom input[type="checkbox"]:checked ~ .fake-input {
    background: #939393;
    border-color: #939393
}

.checkbox-radio-custom input[type="checkbox"]:checked ~ .fake-input svg {
    opacity: 1
}

.tabPressed .checkbox-radio-custom input[type="checkbox"]:focus ~ .fake-input {
    outline: 2px dotted red;
    border-color: #939393
}

.checkbox-radio-custom input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checkbox-radio-custom input[type="radio"] ~ .fake-input {
    border-radius: 50%;
    box-shadow: 0 0 0 5px transparent inset
}

.checkbox-radio-custom input[type="radio"]:checked ~ .fake-input {
    box-shadow: 0 0 0 5px #939393 inset;
    border-color: #939393
}

.checkbox-radio-custom input[type="radio"]:checked ~ .fake-input svg {
    opacity: 1
}

.tabPressed .checkbox-radio-custom input[type="radio"]:focus ~ .fake-input {
    outline: 2px dotted red;
    border-color: #939393
}

.form-group--horizontal .checkbox-radio-custom {
    display: inline-block;
    margin-right: 1.5em
}

.form-group--horizontal .checkbox-radio-custom:last-child {
    margin-right: 0
}

.checkbox-radio-text .label {
    cursor: pointer
}

.checkbox-radio-text input[type="radio"],
.checkbox-radio-text input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checkbox-radio-text input[type="radio"]:checked ~ .label,
.checkbox-radio-text input[type="checkbox"]:checked ~ .label {
    font-weight: bold
}

::selection {
    color: #fff;
    background: #333;
    opacity: 1
}

body {
    background-color: #fff
}

.row-module-list .col-sm-6 {
    margin-bottom: 68px
}

@media (max-width: 767px) {
    .row-module-list .col-sm-6 {
        margin-bottom: 48px
    }
}

.flex-vertical-center {
    align-items: end;
}

.svg-fill-path path {
    fill: currentColor
}

.l-page-description {
    margin-bottom: 36px
}

@media (max-width: 767px) {
    .l-page-description {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .l-page-description {
        text-align: center
    }
}

@media (max-width: 1024px) {
    .l-page-description {
        text-align: center
    }
}

.l-block-margin,
.l-block-margin_no-bottom {
    margin: 65px 0
}

.l-block-margin_no-bottom {
    margin-bottom: 0
}

.l-block-padding,
.l-block-padding_no-bottom {
    padding: 65px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1024px) {
    .l-block-padding,
    .l-block-padding_no-bottom {
        padding: 87px 0 53px
    }
}

@media (max-width: 767px) {
    .l-block-padding,
    .l-block-padding_no-bottom {
        padding: 0
    }
}

.l-block-padding_no-bottom {
    padding-bottom: 0
}

@media (max-width: 1024px) {
    .l-block-padding_no-bottom {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .l-block-padding_no-bottom {
        padding-bottom: 0
    }
}

.light-bg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav--vertical>li>a {
    display: block
}

body.sticky-footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

body.g_gms-free-content {
    justify-content: flex-start
}

#main-content {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container--tablet {
        width: 750px;
        margin: auto;
        padding-left: 21px;
        padding-right: 21px
    }
}

@media (min-width: 1200px) {
    .container,
    .container--desktop {
        width: 1200px
    }
    .container--desktop {
        margin: auto;
        padding-left: 30px;
        padding-right: 30px
    }
}

.container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.col-free {
    padding-left: 11px;
    padding-right: 11px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        padding-left: 21px;
        padding-right: 21px
    }
    .row {
        margin-left: -9px;
        margin-right: -9px
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .row {
        margin-left: -11px;
        margin-right: -11px
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 11px;
        padding-right: 11px
    }
}

.col-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.row-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-flex:before,
.row-flex:after {
    display: none
}

.row-flex--oneline {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-styleguide .l-color-box {
    display: inline-block;
    vertical-align: top;
    width: 100px
}

.p-styleguide .l-color-box .box {
    height: 100px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2)
}

.p-styleguide .l-color-box .box:before {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 5px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    word-wrap: break-word;
    text-align: center;
    max-width: 90%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: 'color code'
}

.p-styleguide .l-color-box .box.primary {
    background-color: #F4F4F4
}

.p-styleguide .l-color-box .box.primary:before {
    content: "#F4F4F4"
}

.p-styleguide .l-color-box .box.primary-hover {
    background-color: #c3c3c3
}

.p-styleguide .l-color-box .box.primary-hover:before {
    content: "#c3c3c3"
}

.p-styleguide .l-color-box .box.primary-text {
    background-color: #1A1A1A
}

.p-styleguide .l-color-box .box.primary-text:before {
    content: "#1A1A1A"
}

.p-styleguide .l-color-box .box.secondary {
    background-color: #F4F4F4
}

.p-styleguide .l-color-box .box.secondary:before {
    content: "#F4F4F4"
}

.p-styleguide .l-color-box .box.secondary-hover {
    background-color: #c3c3c3
}

.p-styleguide .l-color-box .box.secondary-hover:before {
    content: "#c3c3c3"
}

.p-styleguide .l-color-box .box.secondary-text {
    background-color: #1A1A1A
}

.p-styleguide .l-color-box .box.secondary-text:before {
    content: "#1A1A1A"
}

.p-styleguide .l-color-box .box.action {
    background-color: #E24234
}

.p-styleguide .l-color-box .box.action:before {
    content: "#E24234"
}

.p-styleguide .l-color-box .box.action-hover {
    background-color: #b5352a
}

.p-styleguide .l-color-box .box.action-hover:before {
    content: "#b5352a"
}

.p-styleguide .l-color-box .box.action-text {
    background-color: #fff
}

.p-styleguide .l-color-box .box.action-text:before {
    content: "#fff"
}

.p-styleguide .l-color-box .box.booking-mask {
    background-color: #1A1A1A
}

.p-styleguide .l-color-box .box.booking-mask:before {
    content: "#1A1A1A"
}

.p-styleguide .l-color-box .box.booking-mask-text {
    background-color: #fff
}

.p-styleguide .l-color-box .box.booking-mask-text:before {
    content: "#fff"
}

.p-styleguide .l-color-box .box.color-box {
    background-color: #F4F4F4
}

.p-styleguide .l-color-box .box.color-box:before {
    content: "#F4F4F4"
}

.p-styleguide .l-color-box .box.color-box-text {
    background-color: #fff
}

.p-styleguide .l-color-box .box.color-box-text:before {
    content: "#fff"
}

.p-styleguide .l-color-box .box.body-background {
    background-color: #fff
}

.p-styleguide .l-color-box .box.body-background:before {
    content: "#fff"
}

.p-styleguide .l-color-box span {
    font-size: 1.3rem;
    font-weight: bold
}

.p-styleguide .l-links .hovered {
    color: #b5352a;
    text-decoration: underline !important
}

.p-styleguide .svg-show {
    text-align: center;
    margin-bottom: 20px;
    background-color: #F4F4F4;
    color: #fff;
    padding: 20px;
    height: 200px
}

.p-styleguide .svg-show svg {
    font-size: 30px
}

.p-styleguide .svg-show xmp {
    font-size: 12px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 20px
}

.p-styleguide .svg-show * {
    text-align: left;
    white-space: pre-line
}

.p-room {
    margin-bottom: 60px
}

.p-room h1 {
    margin-top: 0;
    margin-bottom: 40px
}

.p-room .l-page-description {
    margin-bottom: 45px;
    width: 80%
}

@media (max-width: 767px) {
    .p-room .l-page-description {
        margin: 0 auto 16px
    }
    .p-room .l-page-description+.l-read-more,
    .p-room .l-page-description+.l-read-less,
    .p-room .l-page-description+.l-read-less {
        margin-bottom: 18px
    }
}

.p-room .m-view-nav {
    margin-bottom: 40px
}

.p-room .m-content-object--infos {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.p-room .m-content-object--content p {
    text-align: start
}

@media (max-width: 767px) {
    .p-room .m-content-object--content {
        margin-bottom: 16px
    }
    .p-room .m-content-object--content+.l-read-more,
    .p-room .m-content-object--content+.l-read-less,
    .p-room .m-content-object--content+.l-read-less {
        margin-bottom: 18px
    }
}

.p-room .m-content-object {
    margin-bottom: 45px
}

.p-room .m-color-box {
    margin-bottom: 60px
}

.p-room .m-link-list {
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .p-room .l-title {
        text-align: left
    }
    .p-room .m-color-box,
    .p-room .m-link-list {
        margin-bottom: 38px
    }
    .p-room .m-content-object {
        margin-bottom: 20px
    }
}

.p-room .room-slider--item {
    height: 420px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

@media (max-width: 767px) {
    .p-room .room-slider--item {
        height: 265px
    }
}

.p-room .m-social-share,
.p-room .slider-nav {
    margin-top: 5px
}

@media (max-width: 767px) {
    .p-room .room-slider-footer {
        margin-bottom: 30px
    }
}

.p-room .room-slider-footer .slider-nav {
    text-align: right
}

.p-room .room-slider-footer .slider-nav .prev,
.p-room .room-slider-footer .slider-nav .next {
    cursor: pointer
}

@media (max-width: 767px) {
    .p-room .room-slider-footer .slider-nav {
        position: absolute;
        bottom: 3px;
        right: 9px
    }
}

.p-room .m-link-list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 40px
}

.p-room .lead-rates-price {
    display: inline-block
}

.p-room .m-color-box {
    justify-content: space-between
}

.facilities__wrapper {
    margin-top: 40px
}

.p-rooms .info-price--oneline .btn:first-child {
    margin-left: auto;
    margin-right: auto
}

.p-rooms .l-page-description {
    margin-top: 30px;
    margin-bottom: 50px
}

@media (min-width: 1200px) {
    .p-rooms .column2 .m-content-object--infos {
        padding-left: 30px;
        padding-right: 30px
    }
}

.p-rooms .m-content-object--infos {
    text-align: center
}

.p-rooms .m-content-object--title,
.p-rooms .m-content-object--content,
.p-rooms .m-content-object--link {
    text-align: center
}

.p-rooms .m-content-object--content {
    margin-bottom: 10px
}

.l-read-more,
.l-read-less {
    display: block;
    cursor: pointer;
    color: #E24234;
    text-align: center
}

.l-read-more span,
.l-read-less span {
    margin-right: .5em
}

html[dir=rtl] .l-read-more span,
html[dir=rtl] .l-read-less span {
    margin-left: .5em;
    margin-right: auto
}

.l-read-more:hover,
.l-read-less:hover {
    text-decoration: none
}

.l-read-more:hover span,
.l-read-less:hover span {
    text-decoration: underline
}

.l-read-more:visited,
.l-read-less:visited {
    color: #E24234
}

.l-read-more .icon,
.l-read-less .icon {
    font-size: 0.875em;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.l-read-less .icon {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.has-rsp-read-more,
[data-read-more] {
    overflow: hidden;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

[data-read-more]+.l-read-more,
[data-read-more]+.l-read-less {
    margin-top: 1em
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    overflow: hidden
}

.loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 5px solid rgba(51, 51, 51, 0.2);
    border-left-color: #333;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.back-to-top {
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
    right: 10px;
    position: fixed;
    bottom: 10px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 300;
    font-style: normal;
    -webkit-transition: opacity 300ms, visibility 300ms;
    -o-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms
}

[dir="rtl"] .back-to-top {
    right: auto;
    left: 10px
}

.back-to-top.is-sticky {
    visibility: visible;
    position: absolute;
    opacity: 1
}

.back-to-top.is-visible {
    visibility: visible;
    opacity: 1
}

.back-to-top .btn {
    padding: 0;
    height: 35px;
    width: 35px;
    min-width: 0;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

html[dir=rtl] .back-to-top .btn {
    margin-right: 10px;
    margin-left: 0
}

.back-to-top .btn svg {
    height: 14px;
    fill: currentColor
}

.back-to-top__wrapper {
    position: relative
}

.dropdown button {
    text-transform: inherit
}

.stripe {
    padding-top: 50px;
    padding-bottom: 50px
}

.no-margin {
    margin: auto
}

.stripe__title {
    margin-top: 0;
    margin-bottom: 20px
}

.stripe__subtitle {
    margin-top: 0;
    margin-bottom: 25px
}

.stripe__text {
    margin-bottom: 20px
}

.stripe__actions>div:first-child {
    margin-bottom: 1em
}

.stripe__actions>div:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .col-sm-6 .stripe__actions {
        display: flex;
        justify-content: space-between
    }
    .col-sm-6 .stripe__actions .more-link {
        margin-top: 0
    }
    .col-sm-6 .stripe__actions>div:first-child:last-child {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .col-lg-4 .stripe__actions {
        display: flex;
        justify-content: space-between
    }
    .col-lg-4 .stripe__actions .more-link {
        margin-top: 0
    }
}

.stripe__default-content .h1,
.stripe__default-content .h2,
.stripe__default-content .h3 {
    margin-top: 0
}

.stripe__default-content .h2 {
    margin-bottom: 20px
}

.stripe__default-content .h3 {
    margin-bottom: 25px
}

.stripe__default-content .content {
    margin-bottom: 28px
}

.stripe__default-content .content p:last-child {
    margin-bottom: 0
}

.btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 1.3rem 2.4rem 1.2rem 2.4rem;
    line-height: 1.8rem;
    border: none;
    min-width: 190px
}

.btn.btn-action {
    background-color: #E24234;
    color: #fff
}

.btn.btn-action:visited {
    color: #fff
}

.btn.btn-action:hover,
.btn.btn-action.hovered {
    background-color: #b5352a
}

.btn.btn-primary {
    background-color: #F4F4F4;
    color: #1A1A1A
}

.btn.btn-primary:hover,
.btn.btn-primary.hovered {
    background-color: #c3c3c3
}

.btn.btn-secondary {
    background-color: #F4F4F4;
    color: #1A1A1A
}

.btn.btn-secondary:visited {
    color: #1A1A1A
}

.btn.btn-secondary:hover,
.btn.btn-secondary.hovered {
    background-color: #c3c3c3
}

.btn.btn-ghost {
    background-color: transparent;
    border: solid 1px #E24234;
    color: #E24234
}

.btn.btn-ghost:hover,
.btn.btn-ghost.hovered {
    background-color: #E24234;
    color: #fff
}

.btn--large {
    min-width: 250px;
    text-align: center
}

.m-plain-text {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 43px;
    padding-bottom: 40px
}

.m-plain-text--stripe {
    width: 75%;
    margin: 0 auto
}

.m-plain-text[data-text-alignment="left"],
.m-plain-text[data-text-alignment="right"],
.m-plain-text[data-text-alignment="center"] {
    padding: 40px
}

.m-plain-text[data-text-alignment="left"] .m-plain-text--stripe {
    margin-left: 0
}

.m-plain-text[data-text-alignment="right"] .m-plain-text--stripe {
    margin-right: 0
}

@media (min-width: 768px) {
    .m-plain-text[data-text-alignment="left"] .stripe-btn-wrapper,
    .m-plain-text[data-text-alignment="right"] .stripe-btn-wrapper {
        display: inline-block
    }
    .m-plain-text[data-text-alignment="left"] .m-plain-text--link,
    .m-plain-text[data-text-alignment="right"] .m-plain-text--link {
        margin-bottom: 0
    }
    .m-plain-text[data-text-alignment="left"] .m-plain-text--link+.stripe-btn-wrapper,
    .m-plain-text[data-text-alignment="right"] .m-plain-text--link+.stripe-btn-wrapper {
        margin-left: 2em
    }
}

.m-plain-text--title {
    margin-top: 0;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .m-plain-text--title {
        margin-bottom: 33px
    }
}

.m-plain-text--subtitle {
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .m-plain-text--subtitle {
        margin-bottom: 33px
    }
}

.m-plain-text--content {
    margin-bottom: 28px
}

.m-plain-text--link {
    margin-top: 0;
    margin-bottom: 25px
}

.m-plain-text--quote {
    border-left: 0;
    margin: 0;
    text-align: center;
    font-size: 15px
}

.m-plain-text--quote-title {
    margin: 0 auto 33px;
    width: 75%
}

.m-plain-text--quote-content {
    width: 75%;
    margin: 0 auto 30px
}

.m-plain-text--quote-author {
    margin-bottom: 20px;
    font-size: 13px;
    color: #999
}

.m-plain-text--quote-name {
    color: #333;
    font-weight: 600
}

.m-plain-text_noPadding {
    padding-top: 0;
    padding-bottom: 0
}

.m-plain-text_noPadding[data-text-alignment="left"] .m-plain-text--stripe {
    margin-left: 0;
    width: auto
}

.m-plain-text_noPadding[data-text-alignment="right"] .m-plain-text--stripe {
    margin-right: 0;
    width: auto
}

@media (min-width: 768px) {
    .m-plain-text .slick-next {
        right: 40px
    }
    .m-plain-text .slick-prev {
        left: 40px
    }
}

.m-plain-text.one-slide {
    padding: 0 113px
}

@media (max-width: 767px) {
    .m-plain-text--quote-content {
        width: 80%;
        margin: 0 auto 20px
    }
    .m-plain-text--quote-author {
        margin-bottom: 20px
    }
    .m-plain-text .stripe-btn-wrapper a {
        max-width: 100%;
        white-space: normal
    }
}

.m-quote-sign {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px
}

.m-quote-sign svg {
    font-size: 35px
}

.panel__body {
    padding: 35px 10px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .panel__body {
        padding: 35px 20px
    }
}

@media (min-width: 1200px) {
    .panel__body {
        padding: 70px 55px
    }
}

@media (max-width: 1199px) {
    .panel__body .col-media+.col-content {
        margin-top: 25px
    }
}

.m-review--list .grid-item {
    width: 48%
}

@media (min-width: 1200px) {
    .m-review--list.column3 .grid-item {
        width: 31%
    }
}

.m-review--item {
    margin-bottom: 26px;
    padding: 30px;
    border: 1px solid #383838
}

.m-review--item:nth-of-type(even) {
    margin-right: 0
}

.m-review--item-quote {
    padding: 0;
    margin: 0;
    border-left: 0;
    font-size: 15px
}

.m-review--item-content {
    margin-bottom: 0
}

.m-review--item-author {
    padding-top: 13px;
    padding-right: 10px;
    text-align: right;
    font-size: 13px
}

.m-review--item .m-quote-sign {
    text-align: left;
    margin-bottom: 0
}

.m-review--item svg {
    font-size: 35px;
    margin-bottom: 15px
}

.js-slider__wrapper .m-review--item-quote {
    padding: 0 10% 2% 10%
}

.js-slider__wrapper .m-review--item-quote .m-review--item-excerpt {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 1.2em
}

.js-slider__wrapper .m-review--item-quote .m-review--item-content {
    font-size: 1.3em;
    margin-bottom: 50px;
    line-height: 1.2em
}

.js-slider__wrapper .m-review--item-quote .m-review--item-author {
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .m-review--list .grid-item {
        width: 100%
    }
    .m-review--item:before {
        margin-left: 20px
    }
    .m-review--item-quote {
        border-left: 0;
        padding: 20px 19px 23px
    }
}

[dir="rtl"] .m-reviews-rotator .slick-arrow svg {
    transform: rotate(180deg)
}

[dir="rtl"] .m-reviews-rotator .icon-quote-open {
    transform: rotate(180deg)
}

.m-reviews-rotator .m-review--item-author-wrapper {
    font-weight: bold
}

[dir="rtl"] .m-reviews-rotator .m-review--item-author-wrapper {
    display: inline-flex
}

[dir="rtl"] .m-reviews-rotator .m-review--item-author-name:after,
[dir="rtl"] .m-reviews-rotator .m-review--item-author-lastname:after,
[dir="rtl"] .m-reviews-rotator .m-review--item-author-location-separator1:after,
[dir="rtl"] .m-reviews-rotator .m-review--item-author-location-separator2:after {
    content: "\00a0"
}

.color-box {
    background: #F4F4F4;
    color: #fff
}

.m-color-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    padding: 30px;
    color: #fff;
    background-color: #F4F4F4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.m-color-box--list {
    padding-bottom: 10px
}

.m-color-box--item {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .m-color-box--2-col .m-color-box--item {
        width: 50%
    }
}

.m-color-box--illustration {
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden
}

.m-color-box--illustration img {
    max-width: 100%;
    max-height: 100%
}

.m-color-box--illustration svg {
    font-size: 20px
}

.m-color-box--text {
    padding-left: 15px;
    line-height: 2.4rem
}

.m-nav--logo-area img {
    object-fit: contain
}

@keyframes slide-in {
    0% {
        margin-top: -100%
    }
    50% {
        margin-top: 0
    }
}

.m-nav {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    top: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%
}

.m-nav .full-cta-item {
    display: none
}

.m-nav.is-primary .m-nav--logo-area-left,
.m-nav.is-primary .m-nav--logo-area-right {
    display: none
}

.m-nav.is-secondary .m-nav--addon {
    display: none
}

.m-nav.is-secondary .m-nav--next-btn {
    max-height: 53px
}

.m-nav.is-secondary .m-nav--menu-item.dropdown,
.m-nav.is-secondary .m-nav--menu-item.m-nav--next-btn {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.is-secondary .m-nav--menu-area {
        display: none
    }
    .m-nav.is-secondary .m-nav--logo-area-middle {
        text-align: center
    }
    .m-nav.is-secondary .m-nav--logo-area-middle img {
        max-width: 240px
    }
    .m-nav.is-secondary .m-nav--logo-area-right {
        text-align: right
    }
    .m-nav.is-secondary.has-button .m-nav--logo-area-right .btn {
        display: inline-block
    }
    .m-nav.is-secondary .m-nav--next-btn {
        display: inline-block;
        max-height: 53px
    }
    .m-nav.is-secondary .m-nav--next-btn.m-nav--menu-item {
        position: absolute;
        top: 0;
        left: 0;
        padding: 48px 30px;
        max-height: 120px
    }
    .m-nav.is-secondary.has-fixed-menu .m-nav--next-btn.m-nav--menu-item {
        padding: 17px 30px;
        max-height: 59px
    }
}

@media (max-width: 1199px) {
    .m-nav.is-secondary>.container {
        position: initial
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .m-nav.is-secondary.has-fixed-menu .m-nav--next-btn {
        position: fixed
    }
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--menu {
        display: block
    }
    .m-nav.is-secondary .m-nav--next-label {
        position: static
    }
    .m-nav.is-secondary .m-nav--next-icon {
        position: relative
    }
    .m-nav.is-secondary .m-nav--menu-item {
        display: block;
        width: 25%;
        float: left
    }
    .m-nav.is-secondary .m-nav--next-btn {
        padding-right: 12px
    }
    .m-nav.is-secondary .btn {
        font-size: 1.2rem
    }
    .m-nav.is-secondary .btn svg {
        display: none
    }
    .m-nav.is-secondary .m-nav--menu-area .m-nav--menu-item.is-lang {
        display: none
    }
    .m-nav.is-secondary .m-nav--menu-area .m-nav--menu-item.is-phone {
        width: 16%;
        padding: 11px 0px;
        border-left: solid 1px rgba(255, 255, 255, 0.1)
    }
    .m-nav.is-secondary .m-nav--menu-area .m-nav--menu-item.has-button {
        padding: 0
    }
    .m-nav.is-secondary .m-nav--menu-area .m-nav--menu-item.has-button .btn {
        padding: 1.6rem 2.4rem
    }
    .m-nav.is-secondary .m-nav--menu-area .m-nav--menu-item.m-nav--next-btn {
        width: 34%;
        padding-bottom: 10px;
        padding-top: 11px
    }
}

.m-nav .bars {
    display: block;
    height: 3px;
    background: white;
    width: 32px;
    top: 3px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto 7px auto;
    position: relative
}

.m-nav .bars:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav .bars {
        top: 0
    }
}

@media (max-width: 767px) {
    .m-nav .bars {
        width: 24px;
        height: 2px;
        margin: 0 auto 5px auto
    }
}

@media (max-width: 767px) {
    .m-nav .container {
        padding: 0
    }
}

.m-nav .m-nav--menu-item.dropdown,
.m-nav .dropdown {
    cursor: pointer
}

.m-nav .m-nav--menu-item.dropdown.open,
.m-nav .dropdown.open {
    background-color: #F4F4F4
}

.m-nav .m-nav--menu-item.dropdown.open:after,
.m-nav .dropdown.open:after {
    background-color: #50576a;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0
}

.m-nav .m-nav--menu-item.dropdown.open svg,
.m-nav .dropdown.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 768px) and (max-width: 1199px),
(max-width: 767px) {
    .m-nav .m-nav--menu-item:not(.m-nav--next-btn):not(.has-button):not(.is-lang) {
        display: none
    }
}

.m-nav .dropdown-menu {
    margin: 1px 0;
    padding: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #F4F4F4;
    min-width: 120px
}

.m-nav .dropdown-menu>li:last-child>a {
    border: none
}

.m-nav .dropdown-menu>li>a {
    color: #1A1A1A;
    padding: 12px 15px;
    text-transform: none;
    border-bottom: solid 1px rgba(26, 26, 26, 0.3);
    font-weight: 100;
    font-size: 1.5rem
}

.m-nav .dropdown-menu>li>a:hover {
    background: transparent;
    text-decoration: underline
}

.m-nav--next-icon {
    display: inline-block
}

.m-nav--next-label {
    margin-left: 8px;
    position: relative;
    top: -6px
}

@media (max-width: 767px) {
    .m-nav--next-label {
        font-size: 1.2rem
    }
}

.m-nav--next-btn+.m-nav--menu-item.has-button {
    padding-left: 10px
}

.has-fixed-menu.m-nav:not(.no-hero) {
    animation-name: slide-in;
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards
}

.has-fixed-menu {
    position: fixed
}

.m-nav.no-hero.is-primary .m-nav--logo-area {
    padding-top: 12px;
    padding-bottom: 12px
}

.has-fixed-menu,
.m-nav.no-hero {
    z-index: 2;
    width: 100%;
    top: 0;
    z-index: 100;
    background: #F4F4F4
}

.has-fixed-menu.is-primary,
.m-nav.no-hero.is-primary {
    padding: 0 7.5px
}

.has-fixed-menu.is-primary .m-nav--logo,
.m-nav.no-hero.is-primary .m-nav--logo {
    vertical-align: middle
}

.has-fixed-menu.is-primary .m-nav--logo-area .m-nav--logo,
.m-nav.no-hero.is-primary .m-nav--logo-area .m-nav--logo {
    max-height: 42px
}

.has-fixed-menu.is-primary .m-nav--menu-item,
.m-nav.no-hero.is-primary .m-nav--menu-item {
    padding-top: 17px;
    padding-bottom: 17px
}

.has-fixed-menu.is-primary .m-nav--menu-item.dropdown.open,
.m-nav.no-hero.is-primary .m-nav--menu-item.dropdown.open {
    padding-top: 17px;
    padding-bottom: 17px
}

.has-fixed-menu.is-secondary .m-nav--menu-area,
.m-nav.no-hero.is-secondary .m-nav--menu-area {
    border-top: solid 1px rgba(26, 26, 26, 0.3)
}

.has-fixed-menu.is-secondary .m-nav--menu-area .m-nav--menu-item:not(.dropdown),
.m-nav.no-hero.is-secondary .m-nav--menu-area .m-nav--menu-item:not(.dropdown) {
    text-align: left
}

.has-fixed-menu.is-secondary .m-nav--menu,
.m-nav.no-hero.is-secondary .m-nav--menu {
    border: none
}

.has-fixed-menu.is-secondary .m-nav--logo,
.m-nav.no-hero.is-secondary .m-nav--logo {
    max-height: 60px
}

@media (min-width: 1200px) {
    .has-fixed-menu.is-secondary .m-nav--menu-container,
    .m-nav.no-hero.is-secondary .m-nav--menu-container {
        margin: 0 auto;
        width: 1200px;
        padding: 0 30px
    }
}

.has-fixed-menu.is-secondary .dropdown:after,
.m-nav.no-hero.is-secondary .dropdown:after {
    display: none
}

.has-fixed-menu.is-secondary .dropdown .dropdown-menu:after,
.m-nav.no-hero.is-secondary .dropdown .dropdown-menu:after {
    background-color: #7f8591;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: -1px;
    left: 0
}

.has-fixed-menu .dropdown.open,
.m-nav.no-hero .dropdown.open {
    background-color: #485063
}

.has-fixed-menu .dropdown.open:after,
.m-nav.no-hero .dropdown.open:after {
    background-color: #7f8591
}

.has-fixed-menu .dropdown .dropdown-menu,
.m-nav.no-hero .dropdown .dropdown-menu {
    background-color: #485063
}

.m-nav>* {
    position: relative
}

@media (max-width: 767px) {
    .m-nav.has-fixed-menu {
        position: fixed
    }
}

@media (max-width: 767px) {
    .m-nav {
        background: #F4F4F4;
        position: static
    }
}

.m-nav:before {
    content: '';
    pointer-events: none;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(244, 244, 244, 0);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0))
}

.m-nav .m-nav--logo {
    max-width: 270px;
    max-height: 170px
}

@media (max-width: 767px) {
    .m-nav .m-nav--logo {
        max-width: 160px;
        max-height: 49px
    }
}

@media (max-width: 992px) {
    .m-nav.has-button.is-primary .m-nav--menu-area {
        width: 845px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.has-button.is-primary .m-nav--menu-area {
        width: 300px
    }
}

.m-nav.has-button .m-nav--menu {
    justify-content: space-between
}

.m-nav.has-button .m-nav--menu-item.has-button {
    display: inline-block;
    padding: 0
}

.m-nav.is-primary {
    padding: 14px 7.5px
}

.m-nav.is-primary .m-nav--logo-area,
.m-nav.is-primary .m-nav--menu-area {
    float: left
}

.m-nav.is-primary .m-nav--menu {
    justify-content: space-between
}

.m-nav.is-primary .m-nav--logo-area {
    width: 270px;
    max-height: 165px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.is-primary .m-nav--logo-area {
        width: 230px;
        max-height: 140px
    }
}

.m-nav.is-primary .m-nav--logo-area img {
    max-width: 100%
}

.m-nav.is-primary .m-nav--menu-area {
    float: right
}

@media (min-width: 1199px) {
    .m-nav.is-primary .m-nav--menu-area {
        width: 610px
    }
}

.m-nav.is-primary .m-nav--menu .m-nav--menu-item.is-lang {
    display: none
}

@media (min-width: 1199px) {
    .m-nav.is-primary.has-lang .m-nav--menu-area {
        width: 670px
    }
}

.m-nav.is-primary.has-lang .m-nav--menu-item.is-lang {
    display: block
}

@media (min-width: 1199px) {
    .m-nav.is-primary.has-button .m-nav--menu-area {
        width: 710px
    }
}

@media (min-width: 1199px) {
    .m-nav.is-primary.has-button.has-lang .m-nav--menu-area {
        width: 845px
    }
}

@media (max-width: 1199px) {
    .m-nav.is-primary.is-primary .m-nav--menu-item.dropdown {
        display: none
    }
    .m-nav.is-primary .m-nav--menu-item {
        display: none
    }
    .m-nav.is-primary .m-nav--menu-item.dropdown {
        display: none
    }
    .m-nav.is-primary .m-nav--menu-item.dropdown.is-lang,
    .m-nav.is-primary .m-nav--menu-item.m-nav--next-btn {
        display: inline-block
    }
}

.m-nav.is-primary .m-nav--menu-item {
    padding: 5px 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.is-primary .m-nav--menu-item {
        padding: 5px
    }
}

.m-nav.is-primary .m-nav--menu-item.dropdown {
    padding-left: 12px;
    padding-right: 0;
    display: block
}

.m-nav.is-primary .m-nav--menu-item.dropdown .dropdown-toggle {
    padding: 0
}

.m-nav.is-primary .m-nav--menu-item.dropdown.open {
    padding: 5px 12px 4px 12px
}

.m-nav.is-primary .m-nav--addon {
    float: right
}

@media (max-width: 767px) {
    .m-nav.is-primary .l-label {
        display: none
    }
}

.m-nav.is-secondary:before {
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0))
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.is-secondary:not(.no-hero):not(.has-fixed-menu) .m-nav--logo-area {
        border-bottom: solid 1px white
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.is-secondary.has-fixed-menu .m-nav--logo-area {
        padding: 6px 0
    }
}

@media (max-width: 767px) {
    .m-nav.is-secondary.has-fixed-menu .m-nav--logo-area {
        display: none
    }
    .m-nav.is-secondary.has-fixed-menu .m-nav--menu-area,
    .m-nav.is-secondary.has-fixed-menu .m-nav--menu {
        border: none
    }
    .m-nav.is-secondary.has-fixed-menu .m-nav--menu-area .m-nav--menu-item.is-phone {
        text-align: center
    }
}

.m-nav.is-secondary .m-nav--logo-area {
    display: table;
    margin-top: 40px;
    margin-bottom: 35px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.is-secondary .m-nav--logo-area {
        margin: 0;
        padding: 36px 0
    }
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--logo-area {
        margin: 0;
        display: block
    }
}

.m-nav.is-secondary .m-nav--logo-area-left,
.m-nav.is-secondary .m-nav--logo-area-middle,
.m-nav.is-secondary .m-nav--logo-area-right {
    display: table-cell;
    width: 33.33%
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--logo-area-left {
        display: none
    }
}

.m-nav.is-secondary .m-nav--logo {
    max-width: 415px;
    max-height: 100px
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--logo {
        max-width: 170px;
        max-height: 30px;
        margin: 22px auto
    }
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--logo-area-middle {
        width: 100%;
        text-align: center
    }
}

.m-nav.is-secondary .m-nav--menu {
    border-top: solid 1px white;
    border-bottom: solid 1px white
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--menu {
        border-bottom: none;
        border-top: solid 1px rgba(255, 255, 255, 0.1)
    }
}

.m-nav.is-secondary .m-nav--menu-item {
    padding: 13px 0 12px 0
}

.m-nav.is-secondary .m-nav--menu-item.has-button {
    padding: 1px 0;
    width: 175px
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--menu-item.has-button {
        width: 50%
    }
    .m-nav.is-secondary .m-nav--menu-item.has-button .btn {
        width: 100%;
        min-width: auto
    }
}

.m-nav.is-secondary .m-nav--menu-item.has-button .btn {
    padding: 10px 24px;
    max-width: 240px;
    white-space: inherit
}

@media (max-width: 767px) {
    .m-nav.is-secondary .m-nav--menu-item {
        padding-top: 0;
        padding-bottom: 0
    }
}

.m-nav--menu {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav--menu {
        display: block;
        text-align: right
    }
}

.m-nav--menu a:visited {
    color: white
}

.m-nav--menu .has-button {
    display: none
}

.m-nav--menu .btn {
    min-width: 175px
}

.has-button .m-nav--menu .btn {
    display: inline-block
}

.has-button .m-nav--menu .has-button {
    display: inline-block
}

.m-nav--menu-item {
    font-size: 1.5rem;
    line-height: 1.9em;
    color: white;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer
}

.m-nav--menu-item.has-button {
    display: none;
    padding: 0 0 0 10px;
    width: 175px
}

.m-nav--menu-item.has-button:hover {
    text-decoration: none
}

.m-nav--menu-item.is-lang {
    font-size: 12px
}

.m-nav--logo-area {
    width: 100%
}

@media (max-width: 767px) {
    .m-nav--logo-area {
        padding: 0
    }
}

.m-nav--logo-area-left,
.m-nav--logo-area-middle,
.m-nav--logo-area-right {
    vertical-align: middle
}

.m-nav--logo-menu {
    padding: 0;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1199px),
(max-width: 767px) {
    .m-nav--logo-menu {
        display: none
    }
}

.m-nav--logo-item {
    list-style: none;
    display: block;
    float: left
}

.m-nav--logo-item.dropdown {
    margin-left: 8px;
    margin-right: 8px
}

.m-nav--logo-item.dropdown:last-child {
    margin-right: 0
}

.m-nav--logo-link {
    display: block;
    padding: 10px 7.5px 14px 7.5px;
    font-size: 1.3rem;
    line-height: 1.6em;
    color: white
}

.m-nav--logo-link:visited {
    color: white
}

.dropdown.open .m-nav--logo-link {
    padding: 10px 7.5px 13px 7.5px
}

.m-nav--logo-area-left .m-nav--next-btn {
    display: none
}

.m-nav--logo-area-left .m-nav--logo-item:first-child .m-nav--logo-link {
    padding-left: 0
}

.m-nav--logo-area-right .m-nav--logo-item {
    float: right
}

.m-nav--logo-area-right .m-nav--logo-item:last-child .m-nav--logo-link {
    padding-right: 0
}

.m-nav--logo-area-right .btn {
    display: none
}

.m-sidenav,
.m-sidenav--backdrop {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.m-sidenav.subnav-is-active,
.m-sidenav--backdrop.subnav-is-active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.m-sidenav--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2
}

.m-sidenav {
    position: fixed;
    z-index: 999;
    width: 335px;
    height: 100%;
    top: 0;
    right: -100px;
    background-color: #F4F4F4;
    overflow: scroll;
    padding: 35px
}

.m-sidenav.subnav-is-active {
    right: 0
}

.m-sidenav--head {
    margin-bottom: 55px;
    font-size: 1.3rem;
    color: white
}

.m-sidenav--back,
.m-subnav--back {
    cursor: pointer;
    fill: white;
    color: white
}

.m-sidenav--back svg,
.m-subnav--back svg {
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.m-nav--next-close {
    height: 17px;
    width: 17px;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 38px
}

.m-sidenav--item:last-child>.m-sidenav--link {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3)
}

.m-sidenav--link {
    font-size: 1.5rem;
    color: white;
    display: block;
    padding: 20px 0;
    text-transform: uppercase;
    border-top: solid 1px rgba(255, 255, 255, 0.3)
}

.m-sidenav--link.has-sub-list {
    -moz-background-size: 8px;
    -o-background-size: 8px;
    -webkit-background-size: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 23px;
    background-image: url("/integration/tc-theme/public/img/arrow-right.svg");
    text-decoration: none
}

.m-sidenav--link:visited {
    color: white
}

.m-sidenav--list>.m-sidenav--item>.m-sidenav--link {
    position: relative;
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.m-sidenav--list>.m-sidenav--item>.m-sidenav--link.has-no-trans {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms
}

.m-sidenav .m-sidenav--back {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.m-sidenav .m-sidenav--sub-list {
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 114px;
    right: -20px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.m-sidenav .m-sidenav--sub-list.has-no-trans {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms
}

.m-sidenav.is-n1-lvl .m-sidenav--back {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.m-sidenav.is-n1-lvl>.m-sidenav--list>.m-sidenav--item>.m-sidenav--link {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    left: -20px
}

.m-sidenav.is-n1-lvl .m-sidenav--sub-list.is-active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0
}

.m-subnav {
    display: none;
    background-color: #485063;
    padding: 12px 0;
    z-index: 2;
    margin-top: -1px;
    position: relative
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-subnav {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 767px) {
    .m-subnav {
        padding: 30px 25px 30px 25px
    }
}

.m-subnav ul {
    padding: 0;
    margin: 0
}

.m-subnav.subnav-is-active {
    display: block
}

.m-subnav.subnav-is-active.is-n1-lvl .m-subnav--sub-list {
    display: block;
    visibility: visible
}

.m-subnav.subnav-is-active.is-n1-lvl .m-subnav--list>.m-subnav--item {
    width: 100%
}

.m-subnav.subnav-is-active.is-n1-lvl .m-subnav--list>.m-subnav--item>.m-subnav--link {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.m-subnav.subnav-is-active.is-n1-lvl .m-subnav--sub-list.is-active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.m-subnav .container {
    position: relative
}

.m-subnav .m-subnav--head {
    padding: 12px 35px 12px 0
}

.no-hero .m-subnav {
    margin-top: 0
}

.m-nav.has-subnav-active .m-nav--next-btn {
    background-color: #485063;
    color: white
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-nav.has-subnav-active.is-secondary {
        background-color: #F4F4F4
    }
}

.m-subnav--list {
    position: relative
}

.m-subnav--item {
    float: left;
    width: 25%;
    list-style: none;
    position: initial
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-subnav--item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .m-subnav--item {
        width: 100%
    }
}

.m-subnav--link {
    display: block;
    margin: 12px 35px 12px 0;
    padding: 3px 0 3px 11px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    border-left: solid 1px #8D929E
}

.m-subnav--link:visited,
.m-subnav--link:hover {
    color: white;
    cursor: pointer
}

.m-subnav--link.has-sub-list {
    position: relative
}

.m-subnav--link.has-sub-list:before {
    display: block;
    content: '';
    top: 5px;
    right: -20px;
    height: 14px;
    width: 8px;
    position: absolute;
    -moz-background-size: 8px;
    -o-background-size: 8px;
    -webkit-background-size: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 23px;
    background-image: url("/integration/tc-theme/public/img/arrow-right.svg");
    background-position: top left;
    text-decoration: none
}

.m-subnav--sub-list {
    display: none;
    visibility: hidden;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 00px
}

@media (min-width: 480px) and (max-width: 1199px) {
    .m-nav.is-primary .m-nav--menu-item.m-nav--next-btn {
        padding-left: 18px;
        padding-right: 18px;
        position: relative;
        top: 5px
    }
    .m-nav.is-primary .m-nav--menu-item.is-lang {
        position: absolute;
        top: 6px
    }
    .m-nav.is-primary.no-hero .dropdown.open,
    .m-nav.is-primary.has-fixed-menu .dropdown.open {
        background-color: #485063
    }
    .m-nav.is-primary.no-hero .dropdown.open:after,
    .m-nav.is-primary.has-fixed-menu .dropdown.open:after {
        background-color: #7f8591
    }
    .m-nav.is-primary.has-button .is-lang {
        right: 268px
    }
    .m-nav.is-primary .is-lang {
        right: 89px
    }
}

@media (max-width: 767px) {
    .m-nav:before {
        display: none
    }
    .m-nav.is-primary {
        padding: 0
    }
    .m-nav.is-primary .m-nav--logo-area {
        width: 34%;
        float: left
    }
    .m-nav.is-primary .m-nav--logo {
        margin: 16px 10px;
        max-height: inherit !important
    }
    .m-nav.is-primary .m-nav--menu {
        text-align: right;
        justify-content: flex-end
    }
    .m-nav.is-primary .m-nav--menu-area {
        float: left;
        width: 66%
    }
    .m-nav.is-primary.full-cta .has-button {
        display: none !important
    }
    .m-nav.is-primary.full-cta .full-cta-item {
        display: block
    }
    .m-nav.is-primary.full-cta .full-cta-item .btn {
        display: block;
        max-width: 100%;
        padding: 11px 0;
        font-size: 1.4rem;
        color: #fff
    }
    .m-nav.is-primary.full-cta .full-cta-item .btn svg {
        display: none
    }
    .m-nav.is-primary.full-cta .full-cta-item .btn .l-label {
        display: block !important
    }
    .m-nav.is-primary .m-nav--menu-item {
        padding: 10px 0;
        width: 55px;
        border-left: solid 1px rgba(255, 255, 255, 0.1);
        text-align: center
    }
    .m-nav.is-primary .m-nav--menu-item.is-lang {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding: 14px 10px 13px 10px !important;
        order: 1
    }
    .m-nav.is-primary .m-nav--menu-item.has-button {
        width: 52px;
        order: 4
    }
    .m-nav.is-primary .m-nav--menu-item.is-phone {
        order: 2
    }
    .m-nav.is-primary .m-nav--menu-item.m-nav--next-btn {
        order: 3
    }
}

@media (max-width: 767px) and (min-width: 992px) {
    .m-nav.is-primary .m-nav--next-icon {
        height: 26px;
        position: relative;
        top: 3px
    }
}

@media (max-width: 767px) {
    .m-nav.is-primary .m-nav--next-btn {
        padding: 11px 0
    }
    .m-nav.is-primary .m-nav--next-icon {
        top: 1px;
        position: relative
    }
    .m-nav.is-primary .m-nav--logo {
        max-width: 90px !important;
        max-height: 16px !important
    }
    .m-nav.is-primary .btn {
        max-width: 52px;
        padding: 16px 0;
        min-width: auto;
        display: block;
        color: white;
        font-size: 2.4rem;
        padding: 12px 0 13px 0
    }
    .m-nav.is-primary .is-phone {
        font-size: 1.6rem
    }
    .m-nav.is-primary .m-nav--next-label {
        display: none !important
    }
    .m-nav.has-button.is-primary .m-nav--menu-area {
        width: 66%
    }
    .has-fixed-menu .m-nav--logo-area-middle .m-nav--logo {
        margin: 16px 10px
    }
    .m-sidenav {
        top: 50px;
        padding: 35px 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.1)
    }
    .m-sidenav:not(.is-n1-lvl) .m-sidenav--head {
        display: none
    }
    .m-sidenav--head {
        margin-bottom: 25px
    }
    .m-sidenav .m-sidenav--sub-list {
        top: 84px
    }
    .m-sidenav--link {
        padding: 13px 0;
        font-size: 1.3rem
    }
    .m-sidenav--link.has-sub-list {
        background-position: right 14px
    }
    .m-nav--next-close {
        display: none
    }
    .m-nav--menu-item .dropdown-menu {
        min-width: 180px !important;
        margin: 0
    }
    .m-sidenav--backdrop.subnav-is-active {
        display: none !important
    }
    body.subnav-is-active .m-nav {
        position: fixed;
        width: 100%
    }
}

.modal-open {
    overflow: hidden
}

.dialog {
    z-index: 1000
}

.dialog[aria-hidden="true"] {
    display: none
}

.dialog-overlay {
    z-index: 2;
    background-color: #383838;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.dialog-content {
    background-color: #fff;
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.dialog-content .js-message h1 {
    color: #333
}

.dialog-content .js-message .dialog-text {
    color: #333
}

.dialog-content {
    padding: 1em;
    max-width: 90%;
    width: 700px;
    border-radius: 2px
}

@media screen and (min-width: 700px) {
    .dialog-content {
        padding: 2em
    }
}

.dialog-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.25em;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    cursor: pointer;
    transition: 0.15s
}

@media screen and (min-width: 700px) {
    .dialog-close {
        top: 1em;
        right: 1em
    }
}

.modal-offer {
    text-align: center
}

.modal-offer .dialog-content {
    padding: 2.5em;
    width: 400px
}

.modal-offer__form {
    margin-top: 1.5em
}

.modal-offer .stripe-btn-wrapper {
    margin-top: 2em
}

.modal-offer__title {
    margin-bottom: 20px
}

.modal-offer .form-label {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .5em
}

.mosaic-list {
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 70px
}

.mosaic-list .row {
    margin: 0
}

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

.mosaic-list [class*="col-"] {
    align-items: center
}

@media (min-width: 992px) {
    .mosaic-list [class*="col-"] {
        padding: 0
    }
}

.mosaic-list--container:after {
    display: block;
    content: '';
    clear: both
}

.mosaic-list--item {
    display: block
}

.mosaic-list--item:hover {
    text-decoration: none
}

@media (max-width: 1200px) {
    .mosaic-list--item .mosaic-list--content-container {
        padding: 50px 30px
    }
    .mosaic-list--item:nth-child(odd) .mosaic-list--illustration {
        order: 2
    }
}

@media (min-width: 1200px) {
    .mosaic-list--item:nth-child(4n-1) .mosaic-list--illustration,
    .mosaic-list--item:nth-child(4n-1)+.mosaic-list--item .mosaic-list--illustration {
        order: 2
    }
}

.mosaic-list--content {
    display: flex;
    text-align: center;
    background-color: #ebebeb;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    color: #333
}

.mosaic-list--content .title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px
}

.mosaic-list--content-container {
    padding-left: 30px;
    padding-right: 30px
}

.mosaic-list--illustration img {
    object-fit: cover
}

.module-nav[data-position="bottom"] {
    margin-top: 2em
}

.module-nav[data-position=""],
.module-nav[data-position="top"] {
    margin-bottom: 2em
}

.module-nav__item {
    display: inline-block;
    padding: 0.2rem 1.3rem;
    margin: 1.4rem 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: inherit
}

.module-nav__item:hover {
    text-decoration: none
}

.module-nav__item:visited {
    color: inherit
}

+.module-nav__item {
    border-left: solid 1px
}

.module-nav__item svg {
    position: relative;
    font-size: 13px
}

[dir="rtl"] .module-nav__item svg {
    transform: rotate(180deg)
}

@media (max-width: 768px) {
    .module-nav__item {
        font-size: 13px
    }
}

.module-nav__group--prev-next {
    text-align: right
}

[dir="rtl"] .module-nav__group--prev-next {
    width: 100%;
    text-align: left
}

@media (max-width: 767px) {
    .color-box .module-nav__group {
        border-color: rgba(255, 255, 255, 0.3)
    }
    .module-nav__col:first-child .module-nav__group {
        border-top: 0;
        display: none
    }
    .module-nav__group--prev-next {
        display: flex;
        justify-content: space-between
    }
}

[dir="rtl"] .pull-right-rtl {
    float: right !important
}

.header--1__wrapper {
    position: fixed;
    z-index: 400;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s
}

.header--fixed .header--1__wrapper {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.header-font-style {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .header-font-style {
        font-size: 13px
    }
}

.header-font-style a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.header--1 {
    background: #F4F4F4;
    color: #1A1A1A;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5
}

.header--1 .header__links a:visited {
    color: inherit
}

.header--1 .header__links a,
.header--1 .header__links button {
    color: inherit
}

.header--1 .header__links a:hover,
.header--1 .header__links button:hover {
    color: #7a7a7a;
    text-decoration: none
}

.header--1 .dropdown-menu {
    background: #F4F4F4;
    color: #1A1A1A;
    border-radius: 0
}

.header--1 .dropdown-menu a {
    color: inherit
}

.header--1 .dropdown-menu a:hover,
.header--1 .dropdown-menu a:focus {
    color: #1A1A1A;
    background-color: #ababab
}

.header__items-wrapper {
    display: flex;
    align-items: center;
    height: 69px
}

@media (max-width: 1199px) {
    .header__items-wrapper {
        height: 64px
    }
}

@media (max-width: 767px) {
    .header__items-wrapper {
        height: 70px
    }
}

.header__logo-wrapper {
    align-self: flex-start;
    position: relative;
    margin-right: 30px
}

.header__logo-wrapper a {
    display: inline-block
}

.header__logo-wrapper img {
    max-width: 163px;
    max-height: 60px;
    object-fit: contain;
    -webkit-transition: visibility 300ms, opacity 300ms, max-width 300ms, max-height 300ms;
    -o-transition: visibility 300ms, opacity 300ms, max-width 300ms, max-height 300ms;
    transition: visibility 300ms, opacity 300ms, max-width 300ms, max-height 300ms
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header__logo-wrapper img {
        font-family: 'object-fit: contain;'
    }
}

@media (min-width: 768px) {
    .header__logo-wrapper img {
        /*max-width: 190px;*/
        max-height: 100px
    }
}

.header__logo--on-scroll {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.header__navigation__wrapper {
    margin-left: auto
}

@media (max-width: 767px) {
    .header--1>.container {
        padding-right: 0;
        padding-left: 0
    }
    .header--1 .header__navigation {
        display: none
    }
    .header--1 .header__logo-wrapper {
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-left: 15px;
        margin-left: 0;
        margin-right: auto
    }
    .header--1 .header__navigation__wrapper {
        margin-left: 0
    }
    .header--1 .header__phone-number {
        font-size: 20px
    }
    .header--1 .header__navigation__more {
        font-size: 25px
    }
    .header--1 .header__navigation__more svg {
        margin-top: -5px
    }
    .header--1 .header__navigation__more,
    .header--1 .header__language-switcher,
    .header--1 .header__phone-number,
    .header--1 .header-user__sign-in {
        height: 50px;
        line-height: 50px;
        border-left: 1px solid #ababab;
        padding-left: 15px;
        padding-right: 15px
    }
    .language-switcher-dropdown {
        text-transform: capitalize
    }
    .language-switcher-dropdown .dropdown-menu {
        text-transform: uppercase;
        min-width: auto
    }
}

.header__navigation__item__link {
    padding-left: .875em;
    padding-right: .875em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-transition: background-color 300ms, color 300ms;
    -o-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms
}

.menu-has-child .header__navigation__item__link {
    padding-right: 0.5em
}

.header__navigation__item__link .icon {
    margin-left: .5em
}

html[dir=rtl] .header__navigation__item__link .icon {
    margin-right: .5em;
    margin-left: auto
}

.header__navigation__item:hover .header__navigation__item__link {
    background-color: #F4F4F4;
    color: #7a7a7a
}

.header__navigation__wrapper .header__navigation__item__link .icon-arrow-bottom {
    display: none
}

@media (min-width: 768px) {
    .header--1 {
        background: rgba(14 13 13 / 90%);
        color: #fff;
        position: absolute;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s
    }
    body:not(.has-no-hero):not(.header--fixed) .header--1 {
        box-shadow: none
    }
    .has-no-hero .header--1 {
        background: #F4F4F4
    }
    .has-secondary-navigation .header--1 .header__language-switcher {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s
    }
    .has-no-hero .header--1 .header__logo-wrapper img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .header--1 .header__logo--on-scroll {
        max-height: 69px
    }
    .has-no-hero .header--1,
    .header--fixed .header--1 {
        color: #1A1A1A
    }
    .has-no-hero .header--1 .header__logo-wrapper,
    .header--fixed .header--1 .header__logo-wrapper {
        display: flex;
        -ms-flex: 1 0 auto;
        align-items: center;
        padding-top: 0
    }
    .has-no-hero .header--1 .header__logo,
    .header--fixed .header--1 .header__logo {
        max-height: 69px
    }
    .has-no-hero .header--1 .header__logo--on-scroll,
    .header--fixed .header--1 .header__logo--on-scroll {
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 10
    }
    .has-no-hero .header--1 .header__logo--on-scroll+picture .header__logo,
    .header--fixed .header--1 .header__logo--on-scroll+picture .header__logo {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0
    }
    .header--fixed .header--1 {
        position: fixed;
        background: #F4F4F4;
        -webkit-transition: top 0.1s, background 0.3s;
        -o-transition: top 0.1s, background 0.3s;
        transition: top 0.1s, background 0.3s
    }
    .header--fixed .header--1 .header__language-switcher {
        visibility: visible;
        opacity: 1
    }
    .header__language-switcher {
        font-size: 12px;
        margin-right: 30px;
        text-transform: uppercase;
        white-space: nowrap
    }
    .language-switcher-dropdown {
        text-transform: capitalize
    }
    .language-switcher-dropdown .dropdown-menu {
        text-transform: uppercase
    }
    .header__navigation__wrapper {
        margin-left: auto;
        display: flex;
        width: 100%;
        justify-content: flex-end;
        opacity: 0;
        transition: opacity 100ms;
        max-width: 420px
    }
    html[dir=rtl] .header__navigation__wrapper {
        margin-right: auto;
        margin-left: 0
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .header__navigation__wrapper {
        max-width: 850px
    }
}

@media (min-width: 768px) {
    .no-js .header__navigation__wrapper,
    .header__navigation__wrapper.navigation-auto-width {
        opacity: 1
    }
    .header__navigation__wrapper.navigation-show-more .header__navigation__more {
        display: block
    }
    .header__navigation__wrapper .header__navigation {
        white-space: nowrap
    }
    .header__navigation__wrapper .header__navigation>li {
        white-space: normal;
        display: inline-block;
        vertical-align: middle
    }
    .header__navigation__wrapper .header__navigation__item__link {
        display: flex;
        align-items: center
    }
    .header__navigation__wrapper .header__navigation__item__link.current>span {
        border-bottom: 1px solid
    }
    .header__navigation__wrapper .header__navigation__item {
        position: relative
    }
    .header__navigation__wrapper .header__navigation__item.menu-has-child a.header__navigation__item__link,
    .header__navigation__wrapper .header__navigation__item.menu-has-child span.header__navigation__item__link {
        float: left;
        cursor: pointer
    }
    .header__navigation__wrapper .header__navigation__item.menu-has-child a.header__navigation__item__link button,
    .header__navigation__wrapper .header__navigation__item.menu-has-child span.header__navigation__item__link button {
        display: none
    }
    .header__navigation__wrapper .header__navigation__item.menu-has-child button {
        float: right;
        background-color: transparent;
        border: 0;
        padding: 0 2px;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s
    }
    .header__navigation__wrapper .header__navigation__item.menu-has-child:hover button {
        background-color: #F4F4F4;
        color: #7a7a7a
    }
    .header__navigation__wrapper .header__navigation__item__subnav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 260px;
        background: #F4F4F4;
        color: #1A1A1A;
        border-top: 1px solid #ababab;
        visibility: hidden;
        opacity: 0;
        transition: 300ms
    }
    .header__navigation__wrapper .header__navigation__item__subnav__link {
        display: block;
        padding: 0.5em 1em
    }
    .header__navigation__wrapper .header__navigation__item__subnav li+li .header__navigation__item__subnav__link {
        border-top: 1px solid #ababab
    }
    .header__navigation__wrapper .header__navigation__item__subnav .header__navigation-parent {
        display: none
    }
    .header__navigation__wrapper .menu-has-child.hover .header__navigation__item__subnav,
    .header__navigation__wrapper .menu-has-child:hover .header__navigation__item__subnav {
        visibility: visible;
        opacity: 1
    }
    .header__navigation__wrapper .header__navigation__item:nth-last-child(-n+2) .header__navigation__item__subnav {
        left: auto;
        right: 0
    }
    .header__navigation__more {
        display: none;
        font-size: 30px;
        padding-left: 15px
    }
    .no-js .header__navigation__more {
        display: none
    }
}

@media (max-width: 767px) {
    .secondary-navigation {
        display: none
    }
}

.secondary-navigation {
    background: #F4F4F4;
    color: #1A1A1A;
    font-size: 12px
}

.secondary-navigation .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(-50%, 22px, 0);
    transform: translate3d(-50%, 22px, 0)
}

.secondary-navigation .dropdown-menu {
    background: #F4F4F4;
    color: #1A1A1A;
    border-radius: 0;
    left: 50%;
    min-width: 115px;
    max-width: 130px;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-align: center;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 300ms, opacity 300ms, transform 300ms;
    -o-transition: visibility 300ms, opacity 300ms, transform 300ms;
    transition: visibility 300ms, opacity 300ms, transform 300ms;
    -webkit-transform: translate3d(-50%, 19px, 0);
    transform: translate3d(-50%, 19px, 0)
}

.secondary-navigation .dropdown-menu::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 11px 14px;
    border-color: transparent transparent #F4F4F4 transparent;
    transform: translate3d(-50%, -100%, 0);
    left: 50%
}

.secondary-navigation .dropdown-menu a {
    padding: 7px 2px;
    color: inherit
}

.secondary-navigation .dropdown-menu a:hover,
.secondary-navigation .dropdown-menu a:focus {
    color: #1A1A1A;
    background-color: #dcdcdc
}

.secondary-navigation .dropdown-menu li+li {
    border-top: 1px solid #dcdcdc
}

.secondary-navigation a {
    font-weight: 400
}

.secondary-navigation a:hover {
    color: #484848
}

.secondary-navigation button:hover {
    color: #484848
}

@media all and (-ms-high-contrast: none) {
    .header--fixed .secondary-navigation {
        display: none
    }
}

.secondary-navigation__items-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.secondary-navigation .secondary-navigation__item {
    padding: 0 10px;
    height: 37px;
    line-height: 37px
}

@media (max-width: 1199px) {
    .secondary-navigation .secondary-navigation__item {
        height: 27px;
        line-height: 27px
    }
}

.secondary-navigation .secondary-navigation__item+.secondary-navigation .secondary-navigation__item {
    border-left: 1px solid #dcdcdc
}

.secondary-navigation .secondary-navigation__item:first-child {
    padding-left: 0
}

.secondary-navigation .secondary-navigation__item:last-child {
    padding-right: 0
}

.secondary-navigation__weather svg {
    font-size: 1.25em
}

.secondary-navigation__links {
    margin: 0;
    padding: 0;
    list-style: none
}

.secondary-navigation__links li {
    display: inline-block
}

.secondary-navigation__links li+li {
    margin-left: 1em
}

.m-nav {
    top: auto
}

.has-fixed-menu {
    top: 0
}

.header--1__fake-size {
    background: #F4F4F4
}

@media (max-width: 767px) {
    .header--1__fake-size {
        height: 50px
    }
}

.no-hero {
    background: #F4F4F4
}

.has-no-hero .no-hero {
    display: none
}

@media (min-width: 1200px) {
    .header--1__fake-size {
        color: 0
    }
    .has-secondary-navigation .header--1__fake-size {
        padding-top: 37px
    }
    .has-no-hero .header--1__fake-size {
        padding-top: 69px
    }
    .has-no-hero.has-secondary-navigation .header--1__fake-size {
        padding-top: 106px
    }
    .m-hero,
    .no-hero {
        min-height: 69px
    }
    .m-hero--slide {
        height: 100vh
    }
    .has-secondary-navigation .m-hero--slide {
        height: calc(100vh - 37px)
    }
    .header--1 .header__navigation__item__link,
    .header--1 .header__navigation__item button,
    .bm--inline-nav-bar .bm-collapsed-wrapper>.btn-link {
        height: 69px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header--1__fake-size {
        color: 0
    }
    .has-secondary-navigation .header--1__fake-size {
        padding-top: 27px
    }
    .has-no-hero .header--1__fake-size {
        padding-top: 64px
    }
    .has-no-hero.has-secondary-navigation .header--1__fake-size {
        padding-top: 91px
    }
    .m-hero,
    .no-hero {
        min-height: 64px
    }
    .m-hero--slide {
        height: 100vh
    }
    .has-secondary-navigation .m-hero--slide {
        height: calc(100vh - 27px)
    }
    .header--1 .header__navigation__item__link,
    .header--1 .header__navigation__item button,
    .bm--inline-nav-bar .bm-collapsed-wrapper>.btn-link {
        height: 64px
    }
}

.header-sidenav__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s
}

.has-sidenav .header-sidenav__backdrop {
    visibility: visible;
    opacity: 1
}

.header-sidenav {
    position: fixed;
    background: #F4F4F4;
    color: #1A1A1A;
    right: 0;
    top: 0;
    bottom: 0;
    width: 334px;
    z-index: 1000;
    padding: 20px 35px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(60%, 0, 0);
    -webkit-transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s
}

.has-sidenav .header-sidenav {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.header-sidenav a,
.header-sidenav button {
    color: inherit
}

.header-sidenav a:hover,
.header-sidenav button:hover {
    color: #7a7a7a;
    text-decoration: none
}

.header-sidenav .secondary-navigation__item {
    padding: 0
}

.header-sidenav .secondary-navigation__links {
    margin-top: 1.5em
}

.header-sidenav .secondary-navigation__links li {
    display: block;
    margin: 0
}

.header-sidenav .secondary-navigation__link {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px
}

.header-sidenav__head {
    margin-bottom: 50px
}

.header-sidenav__back {
    font-size: 0.8em;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.header-sidenav__back.is-active {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-sidenav__close {
    position: absolute;
    top: 20px;
    right: 40px
}

.header__navigation__item__subnav__link--parent {
    display: none
}

.header-sidenav__body {
    position: relative;
    border-top: 1px solid #ababab;
    overflow: hidden
}

.header-sidenav__body .header__navigation__item__link {
    cursor: pointer
}

.header-sidenav__body .header__navigation__item__link button {
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0 2px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s
}

.header-sidenav__body .header__navigation__item>button {
    display: none
}

.header-sidenav__body .header__navigation__item__link,
.header-sidenav__body .header__navigation__item__subnav__link {
    border-bottom: 1px solid #ababab;
    display: block;
    padding: 1em 0
}

.header-sidenav__body .header__navigation__item__subnav__link {
    padding-left: 20px
}

.header-sidenav__body .header__navigation__item__subnav__link--parent {
    padding-left: 0
}

.header-sidenav__body .header__navigation__item__subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: visibility 300ms, opacity 300ms, transform 300ms;
    -o-transition: visibility 300ms, opacity 300ms, transform 300ms;
    transition: visibility 300ms, opacity 300ms, transform 300ms
}

.header-sidenav__body .menu-has-child.is-selected .header__navigation__item__subnav {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-sidenav__body .header__navigation__item__link .icon-arrow-bottom {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header-sidenav__body .header__navigation .header__navigation__item__link {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.header-sidenav__body .header__navigation.moves-out .header__navigation__item__link {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.header-sidenav {
    display: flex;
    flex-direction: column
}

.header-sidenav__body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%
}

.header-2 .no-hero {
    height: 50px
}

@media (min-width: 768px) {
    .header-2 .no-hero {
        height: 90px
    }
}

@media (min-width: 1200px) {
    .header-2 .no-hero {
        height: 155px
    }
}

.header-2 .header-2__container .header-gms-container-mobile {
    display: none
}

.header-2 .header-2__container .header-2__navigation-wrapper.no-items {
    margin-top: 0
}

.header-2 .header-2__container .header-2__mobile .header__phone-number-mobile {
    display: flex;
    flex-grow: 1;
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    border: 1px solid #1A1A1A
}

.header-2 .header-2__container .header-2__mobile .header__phone-number-mobile a {
    display: flex
}

.header-2 .header-2__container .header-2__mobile .bm-collapsed-wrapper {
    display: flex;
    position: relative
}

.header-2.gms-data-loaded .header-2__container .header-gms-container-mobile {
    display: block
}

@media (min-width: 768px) {
    .header-2.gms-data-loaded .header-2__container .header-gms-container-mobile {
        display: none
    }
}

.header-2__container {
    top: 0;
    z-index: 500;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F4F4F4;
    color: #fff
}

@media (min-width: 768px) {
    .header-2__container {
        background: rgba(244, 244, 244, 0)
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-2__container>.container {
        width: 100%;
        margin: 0
    }
    [dir='ltr'] .header-2__container>.container {
        padding-left: 0
    }
    [dir='rtl'] .header-2__container>.container {
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .header-2__container .header__phone-number-mobile {
        display: none
    }
}

.header-2__container a,
.header-2__container a:visited,
.header-2__container button {
    color: inherit
}

@media (min-width: 768px) {
    .header-2__container>.container {
        position: relative
    }
}

.header-2__container .header__language-switcher {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px
}

[dir='rtl'] .header-2__container .header__language-switcher {
    padding-right: 0;
    padding-left: 30px
}

.header-2__container .header__language-switcher .language-switcher-dropdown {
    text-transform: capitalize
}

.header-2__container .header__language-switcher .language-switcher-dropdown .dropdown-menu {
    text-transform: uppercase;
    background: #F4F4F4;
    color: #fff
}

.header-2__container .header-2__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    font-size: 0.8em
}

.header-2__container .header-2__items>* {
    flex-grow: 1;
    flex-shrink: 0
}

.header-2__container .header-2__items .header-2__left {
    flex-basis: 33%;
    align-items: center;
    display: none
}

@media (min-width: 768px) {
    .header-2__container .header-2__items .header-2__left.v__tablet {
        display: flex;
        height: 10rem;
        align-items: stretch;
        margin-top: -1em
    }
}

@media (min-width: 1200px) {
    .header-2__container .header-2__items .header-2__left.v__desktop {
        display: flex
    }
    .header-2__container .header-2__items .header-2__left.v__tablet {
        display: none
    }
}

.header-2__container .header-2__items .header-2__right {
    flex-basis: 33%;
    justify-content: flex-end;
    align-items: center;
    display: none
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-2__container .header-2__items .header-2__right.v__tablet {
        display: flex
    }
}

@media (min-width: 1200px) {
    .header-2__container .header-2__items .header-2__right.v__desktop {
        display: flex;
        height: 8rem
    }
}

.header-2__container .header-2__items .header__logo {
    flex-basis: 33%;
    text-align: center
}

.header-2__container .header-2__items .header__logo .header__logo-link {
    min-height: 6rem;
    max-height: 8rem;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem
}

.header-2__container .header-2__items .header__logo .header__logo-link img {
    min-height: 6rem;
    max-height: 8rem;
    display: block
}

.header-2__container .header-2__items .header__logo .header__logo-image {
    height: 100%
}

.header-2__container .header-2__items .header__logo .on-scroll {
    display: none
}

.header-2__container .header-2__mobile {
    display: none
}

@media (max-width: 767px) {
    .header-2__container .header-2__mobile {
        display: flex
    }
}

.header-2__container .header-2__mobile>* {
    flex-grow: 1
}

.header-2__container .header-2__navigation-wrapper .header__nav {
    flex-grow: 1
}

.header-2__container .header-2__left .header-2__sidenav-btn {
    padding-left: 0
}

[dir='rtl'] .header-2__container .header-2__left .header-2__sidenav-btn {
    padding-left: 0;
    padding-right: 0
}

.header-2__container .bm__below-header {
    position: absolute;
    right: 15px;
    left: auto
}

[dir='rtl'] .header-2__container .bm__below-header {
    left: 15px;
    right: auto
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-2__container .bm__below-header {
        right: 21px;
        left: auto
    }
    [dir='rtl'] .header-2__container .bm__below-header {
        left: 21px;
        right: auto
    }
}

@media (min-width: 1200px) {
    .header-2__container .bm__below-header {
        right: 30px;
        left: auto
    }
    [dir='rtl'] .header-2__container .bm__below-header {
        left: 30px;
        right: auto
    }
}

.header-2__container .bm__below-header .bm-collapsed-wrapper {
    position: relative
}

@media (min-width: 1200px) {
    [dir='ltr'] .header-2__container .header-2__right.v__desktop .bm-collapsed-wrapper,
    [dir='ltr'] .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
        margin-left: 15px
    }
    [dir='rtl'] .header-2__container .header-2__right.v__desktop .bm-collapsed-wrapper,
    [dir='rtl'] .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
        margin-right: 15px
    }
}

.bm__button-only.bm--inline-nav-bar .header-2__container .bm__below-header {
    display: none
}

.bm__button-only.bm--below-nav-bar .header-2__container .bm__below-header .bm-collapsed-wrapper {
    display: none
}

.bm__button-only.bm--below-nav-bar .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: none
}

@media (min-width: 768px) {
    .header-2 .header-2__container .bm__below-header .bm-collapsed-wrapper {
        display: block
    }
}

.header-2.bm__show-mobile .bm__below-header.bm--show {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1A1A1A;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
}

.header-2.bm__show-mobile .bm__below-header.bm--show>.btn {
    border-radius: 0
}

.header-2.bm__show-mobile .header-2__mobile .bm-collapsed-wrapper {
    background: transparent;
    box-shadow: none;
    height: auto;
    position: static
}

.header-2.bm__show-mobile .header-2__mobile .bm-collapsed-wrapper .bm___collapsed-close {
    color: #1A1A1A;
    position: absolute;
    text-align: right;
    background: transparent
}

.header-2.bm-is-horizontal.header--fixed.bm--inline-nav-bar.bm-is-large-layout .header-2__container .bm__below-header {
    display: none
}

.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container .bm__below-header {
    display: flex
}

.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container #bm-collapsed-horizontal-wrapper,
.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container .bm__below-header-horizontal {
    display: none
}

.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container #bm-collapsed-horizontal-wrapper.bm--show,
.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container .bm__below-header-horizontal.bm--show {
    display: block
}

.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container #bm-collapsed-horizontal-wrapper .bm___collapsed-close,
.header-2.bm-is-horizontal.header--fixed.bm--below-nav-bar.bm-is-large-layout .header-2__container .bm__below-header-horizontal .bm___collapsed-close {
    display: none
}

.header-2.bm--inline-nav-bar .header-2__container .bm-collapsed-wrapper .bm___collapsed-close {
    margin-top: 0;
    padding: 1.3rem 2.4rem 1.2rem 2.4rem;
    color: #fff;
    background: #1A1A1A
}

.header-2.bm--inline-nav-bar .header-2__container .bm-collapsed-wrapper .bm___collapsed-close:before {
    content: "";
    background-color: #1A1A1A;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.header-2.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .bm__below-header .bm-collapsed-wrapper {
    display: none
}

.header-2.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .bm-collapsed-wrapper.bm--show {
    align-self: auto
}

.header-2.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .header-2__navigation-wrapper.no-items .bm-collapsed-wrapper {
    display: none
}

.header-2.bm__collapsed-closed.bm--below-nav-bar .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: none
}

.header-2.bm__collapsed-closed.bm--below-nav-bar .header-2__container .header-2__right .bm-collapsed-wrapper {
    display: none
}

.header-2.bm__collapsed-closed.bm--below-nav-bar .header-2__container .bm__below-header {
    position: absolute
}

.header-2.bm__collapsed-closed.bm--below-nav-bar .header-2__container .bm__below-header .bm-collapsed-wrapper {
    position: relative
}

.header-2.bm__collapsed-closed.bm--below-nav-bar .header-2__container .bm__below-header .bm-collapsed-wrapper .bm___collapsed-close {
    margin-top: 0;
    padding: 1.3rem 2.4rem 1.2rem 2.4rem;
    color: #fff;
    background: #1A1A1A
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container .v__tablet .bm-collapsed-wrapper {
    display: flex;
    align-self: center
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container .bm__below-header .bm-collapsed-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container .bm__below-header .booking-mask-box-wrapper {
    display: none
}

@media (min-width: 1200px) {
    .header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container .bm__below-header .booking-mask-box-wrapper {
        display: block;
        margin-top: 2em
    }
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container .bm__below-header.bm--show .booking-mask-box-wrapper {
    display: block
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container.header-scroll .bm__below-header .bm-collapsed-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container.header-scroll .bm__below-header .booking-mask-box-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container.header-scroll .bm__below-header.bm--show .booking-mask-box-wrapper {
    display: block;
    margin-top: 0
}

.header-2.bm__collapsed-open.bm--inline-nav-bar .header-2__container.header-scroll .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: flex;
    align-self: center
}

.header-2.bm__collapsed-open.bm--inline-nav-bar.has-no-hero .header-2__container .bm__below-header:not(.bm--show) .booking-mask-box-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--inline-nav-bar.has-no-hero .header-2__container .bm__below-header .booking-mask-box-wrapper {
    margin-top: 0
}

.header-2.bm__collapsed-open.bm--inline-nav-bar.has-no-hero .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: flex;
    align-self: center
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container .bm__below-header .booking-mask-box-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container .bm__below-header .booking-mask-box-wrapper.bm--show {
    display: block
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container .bm__below-header.bm--show .booking-mask-box-wrapper {
    display: block
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container .bm__below-header .bm-collapsed-wrapper {
    display: none
}

@media (min-width: 1200px) {
    .header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container .bm__below-header .booking-mask-box-wrapper {
        display: block;
        margin-top: 2em
    }
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: none
}

@media (min-width: 768px) {
    .header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container.header-scroll .bm-collapsed-wrapper {
        display: none
    }
}

@media (min-width: 768px) {
    .header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container.header-scroll .bm__below-header .bm-collapsed-wrapper {
        display: flex
    }
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container.header-scroll .bm__below-header .booking-mask-box-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container.header-scroll .bm__below-header.bm--show .booking-mask-box-wrapper {
    display: block;
    margin-top: 0
}

.header-2.bm__collapsed-open.bm--below-nav-bar .header-2__container.header-scroll .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: none
}

@media (min-width: 768px) {
    .header-2.bm__collapsed-open.bm--below-nav-bar.has-no-hero .header-2__container .bm-collapsed-wrapper {
        display: none
    }
}

@media (min-width: 768px) {
    .header-2.bm__collapsed-open.bm--below-nav-bar.has-no-hero .header-2__container .bm__below-header .bm-collapsed-wrapper {
        display: block
    }
}

.header-2.bm__collapsed-open.bm--below-nav-bar.has-no-hero .header-2__container .bm__below-header .booking-mask-box-wrapper {
    display: none
}

.header-2.bm__collapsed-open.bm--below-nav-bar.has-no-hero .header-2__container .bm__below-header.bm--show .booking-mask-box-wrapper {
    display: block
}

.header-2.bm--collapsed .bm-collapsed-wrapper {
    display: flex;
    align-self: center
}

.header-2.bm--collapsed .booking-mask-box-wrapper {
    display: none
}

.header-2.bm--collapsed.bm__collapsed-closed .header-2__container .bm-collapsed-wrapper {
    display: flex;
    align-items: center
}

.header-2.bm--collapsed.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .bm__below-header {
    display: none
}

.header-2.bm--collapsed.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .bm__below-header.bm--show {
    display: flex
}

@media (min-width: 768px) {
    .header-2.bm--collapsed.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .bm__below-header.bm--show {
        display: block
    }
}

.header-2.bm--collapsed.bm__collapsed-closed.bm--inline-nav-bar .header-2__container .bm__below-header.bm--show .bm-collapsed-wrapper {
    display: none
}

.header-2.bm--collapsed.bm--show .booking-mask-box-wrapper {
    display: block
}

.header-2.header--fixed.bm--collapsed.bm--inline-nav-bar .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper,
.header-2.has-no-hero.header--fixed.bm--collapsed.bm--inline-nav-bar .header-2__container .header-2__navigation-wrapper .bm-collapsed-wrapper {
    display: flex
}

.has-no-hero .header-2__container,
.header--fixed .header-2__container {
    color: #1A1A1A;
    background: #F4F4F4
}

.has-no-hero .header-2__container {
    position: relative
}

.header-2.header--fixed:not(.has-no-hero) .header-2__container,
.header-2.header--fixed .header-2__container,
.header-2.has-no-hero.header--fixed .header-2__container {
    position: fixed;
    padding-bottom: 0;
    transition: top 1s linear
}

@media (min-width: 1199px) {
    .header-2.header--fixed:not(.has-no-hero) .header-2__container .header-2__items,
    .header-2.header--fixed .header-2__container .header-2__items,
    .header-2.has-no-hero.header--fixed .header-2__container .header-2__items {
        display: none
    }
}

.header-2.header--fixed:not(.has-no-hero) .is-sticky-header,
.header-2.header--fixed .is-sticky-header,
.header-2.has-no-hero.header--fixed .is-sticky-header {
    top: -50px
}

.header-2.header--fixed:not(.has-no-hero) .is-sticky-header.header-scroll,
.header-2.header--fixed .is-sticky-header.header-scroll,
.header-2.has-no-hero.header--fixed .is-sticky-header.header-scroll {
    top: 0;
    transition: top 1s linear
}

.header-2 .header-2__container.header-scroll .header-2__items {
    display: none
}

@media (min-width: 768px) {
    .header-2 .header-2__container.header-scroll .header-2__items {
        display: flex
    }
}

.header-2__navigation-wrapper {
    display: none
}

@media (min-width: 1200px) {
    .header-2__navigation-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        border: 1px solid #fff;
        border-left: 0;
        border-right: 0;
        margin-top: 1em;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        height: 0
    }
    .header-scroll .header-2__navigation-wrapper.no-items {
        min-height: 4em
    }
    .header-2__navigation-wrapper.navigation-auto-width {
        height: auto;
        opacity: 1
    }
    .header-2__navigation-wrapper:not(.header-2__navigation-center) .header__nav {
        display: flex
    }
    .header-2__navigation-wrapper .header__navigation {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        white-space: nowrap
    }
    .header-2__navigation-wrapper .header__navigation__item__link {
        display: flex;
        align-items: center
    }
    .header-2__navigation-wrapper .header__navigation__item__link.current>span {
        border-bottom: 1px solid
    }
    .header-2__navigation-wrapper.header-2__navigation-center:not(.no-items) .header__navigation {
        justify-content: center
    }
    .header-2__navigation-wrapper.header-2__navigation-center:not(.no-items) .header__navigation .header__navigation__item {
        flex-grow: 0
    }
    .header-2__navigation-wrapper .header__logo-scroll {
        display: none
    }
    .header-2__navigation-wrapper .header__navigation__item {
        position: relative;
        flex-grow: 1;
        flex-shrink: 0;
        display: flex;
        z-index: 3
    }
    .header-2__navigation-wrapper .header__navigation__item .header__navigation__item__link {
        padding: 1em .875em
    }
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child a.header__navigation__item__link,
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child span.header__navigation__item__link {
        float: left;
        cursor: pointer
    }
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child a.header__navigation__item__link button,
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child span.header__navigation__item__link button {
        display: none
    }
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child button {
        background-color: transparent;
        border: 0;
        padding: 0 2px;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s
    }
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child button .icon {
        vertical-align: baseline;
        width: .875em;
        height: .875em
    }
    .header-2__navigation-wrapper .header__navigation__item.menu-has-child:hover button {
        background-color: #F4F4F4;
        color: #7a7a7a
    }
    .header-2__navigation-wrapper .header__navigation__item__subnav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 235px;
        background: #F4F4F4;
        color: #1A1A1A;
        border-top: 1px solid #ababab;
        visibility: hidden;
        opacity: 0;
        transition: 300ms
    }
    .header-2__navigation-wrapper .header__navigation__item__subnav__link {
        display: block;
        padding: 0.5em 1em;
        white-space: normal
    }
    .header-2__navigation-wrapper .header__navigation__item__subnav li+li .header__navigation__item__subnav__link {
        border-top: 1px solid #ababab
    }
    .header-2__navigation-wrapper .header__navigation__item__subnav .header__navigation-parent {
        display: none
    }
    .header-2__navigation-wrapper .menu-has-child.hover .header__navigation__item__subnav,
    .header-2__navigation-wrapper .menu-has-child:hover .header__navigation__item__subnav {
        visibility: visible;
        opacity: 1
    }
    .header-2__navigation-wrapper .header__navigation__item:nth-last-child(-n+2) .header__navigation__item__subnav {
        right: 0
    }
    .header-2__navigation-wrapper.no-items {
        border-top: 0;
        border-bottom: 0
    }
    .header-2__navigation-wrapper.no-items .header__nav .header__navigation {
        display: none
    }
    .header-2__navigation-wrapper.no-items .header-2__navigation-more,
    .header-2__navigation-wrapper.no-items .header-2__sidenav-close {
        display: none
    }
    .has-no-hero .header-2__navigation-wrapper {
        border-bottom: 0
    }
    .header--fixed .header-2__navigation-wrapper,
    .has-no-hero.header--fixed .header-2__navigation-wrapper {
        border-top: 0;
        border-bottom: 0;
        margin-top: 0
    }
    .header--fixed .is-sticky-header .header__logo-scroll,
    .has-no-hero.header--fixed .is-sticky-header .header__logo-scroll {
        display: flex;
        padding: .5em .5em .5em 0;
        max-height: 3.5em;
        height: 100%
    }
    [dir="rtl"] .header--fixed .is-sticky-header .header__logo-scroll,
    [dir="rtl"] .has-no-hero.header--fixed .is-sticky-header .header__logo-scroll {
        padding: .5em 0 .5em .5em
    }
    .header--fixed .is-sticky-header .header__logo-scroll img,
    .has-no-hero.header--fixed .is-sticky-header .header__logo-scroll img {
        height: 100%
    }
    .header--fixed .is-sticky-header.header-scroll .no-items,
    .has-no-hero.header--fixed .is-sticky-header.header-scroll .no-items {
        justify-content: space-between
    }
    .header--fixed .header-scroll .header-2__navigation-more,
    .has-no-hero.header--fixed .header-scroll .header-2__navigation-more {
        display: block
    }
    .header--fixed .header-scroll .header-2__sidenav-close,
    .has-no-hero.header--fixed .header-scroll .header-2__sidenav-close {
        display: none
    }
    .header--fixed.has-sidenav .header-scroll .header-2__navigation-more,
    .has-no-hero.header--fixed.has-sidenav .header-scroll .header-2__navigation-more {
        display: none
    }
    .header--fixed.has-sidenav .header-scroll .header-2__sidenav-close,
    .has-no-hero.header--fixed.has-sidenav .header-scroll .header-2__sidenav-close {
        display: block
    }
}

@media (min-width: 1200px) {
    .header-2__items .header-2__right.v__desktop .header-2__sidenav-btn {
        font-size: 2em;
        height: 100%;
        display: flex;
        justify-content: flex-end
    }
    [dir='ltr'] .header-2__items .header-2__right.v__desktop .header-2__sidenav-btn {
        margin-left: 0.5em
    }
    [dir='rtl'] .header-2__items .header-2__right.v__desktop .header-2__sidenav-btn {
        margin-right: 0.5em
    }
    .header-2__items .header-2__right.v__desktop .header-2__sidenav-btn .header-2__navigation-more,
    .header-2__items .header-2__right.v__desktop .header-2__sidenav-btn .header-2__sidenav-close {
        width: 2em
    }
    .header-2__navigation-wrapper .header-2__sidenav-btn {
        font-size: 2em;
        display: flex;
        justify-content: flex-end
    }
    .header-2__container:not(.navigation-show-more) .header-2__navigation-wrapper .header-2__sidenav-btn {
        display: none
    }
    .header-2__navigation-wrapper .header-2__sidenav-btn .header-2__navigation-more {
        padding: 0 0.25em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-2__container .header-2__items .header-2__left.v__tablet .header-2__sidenav-btn {
        display: flex;
        justify-content: flex-start;
        font-size: 2.5em
    }
    .header-2__container .header-2__items .header-2__left.v__tablet .header-2__sidenav-btn .header-2__navigation-more,
    .header-2__container .header-2__items .header-2__left.v__tablet .header-2__sidenav-btn .header-2__sidenav-close {
        width: 3em
    }
    [dir='ltr'] .header-2__container .header-2__sidenav-wrapper .header-2__sidenav {
        left: 0
    }
    [dir='rtl'] .header-2__container .header-2__sidenav-wrapper .header-2__sidenav {
        right: 0
    }
}

@media (max-width: 767px) {
    .header-2__container .header-2__mobile .header-2__sidenav-btn {
        display: flex;
        justify-content: center;
        font-size: 1.5em;
        color: #1A1A1A;
        border: 1px solid #1A1A1A
    }
    .has-sidenav .header-2__container .header-2__mobile .header-2__sidenav-btn {
        background: #F4F4F4
    }
    .header-2__container .header-2__mobile .header-2__sidenav-btn .header-2__navigation-more {
        display: flex;
        flex-grow: 1;
        justify-content: center
    }
    .has-sidenav .header-2__container .header-2__mobile .header-2__sidenav-btn .header-2__navigation-more {
        display: none
    }
    .header-2__container .header-2__mobile .header-2__sidenav-btn .header-2__sidenav-close {
        padding: 0
    }
    .has-sidenav .header-2__container .header-2__mobile .header-2__sidenav-btn .header-2__sidenav-close {
        display: flex;
        flex-grow: 1;
        justify-content: center
    }
    .header-2__container .header-2__sidenav-wrapper .header-2__sidenav {
        width: 100%;
        left: 0;
        right: 0
    }
}

.header-2__navigation-more {
    outline: none;
    -webkit-transition: visibility 0.2s, opacity 0.2s;
    -o-transition: visibility 0.2s, opacity 0.2s;
    transition: visibility 0.2s, opacity 0.2s
}

.has-sidenav .header-2__navigation-more {
    display: none;
    opacity: 0;
    visibility: hidden
}

.header-2__sidenav-close {
    outline: none;
    background: #F4F4F4;
    padding: 0 0.25em;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: visibility 0.2s, opacity 0.2s;
    -o-transition: visibility 0.2s, opacity 0.2s;
    transition: visibility 0.2s, opacity 0.2s
}

.header-2__sidenav-close:hover {
    background: #F4F4F4
}

.has-sidenav .header-2__sidenav-close {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    color: #fff
}

.header-2__sidenav {
    position: absolute;
    background: #F4F4F4;
    color: #fff;
    max-height: 75vh;
    width: 334px;
    z-index: 1000;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s, opacity 0.2s, transform 0.2s;
    -o-transition: visibility 0.2s, opacity 0.2s, transform 0.2s;
    transition: visibility 0.2s, opacity 0.2s, transform 0.2s
}

[dir='ltr'] .header-2__sidenav {
    left: auto;
    right: 30px
}

[dir='rtl'] .header-2__sidenav {
    left: 30px;
    right: auto
}

.has-sidenav .header-2__sidenav {
    visibility: visible;
    opacity: 1
}

.header-2__sidenav .header-sidenav__head {
    margin-bottom: 0;
    padding: 20px 35px;
    display: none
}

[dir="rtl"] .header-2__sidenav .header-sidenav__head svg {
    transform: rotate(180deg)
}

.header-2__sidenav .header-sidenav__body {
    padding: 20px 35px;
    border: none;
    overflow-y: hidden
}

.header-2__sidenav .header-sidenav__body.no-items {
    display: none
}

.header-2__sidenav .header-sidenav__body .header__navigation {
    display: block
}

.header-2__sidenav .header-sidenav__body .header__navigation.moves-out .header__navigation__item:not(.is-selected) {
    display: none
}

.header-2__sidenav .header-sidenav__body .header__navigation.moves-out .header__navigation__item .header__navigation__item__link {
    display: none
}

.header-2__sidenav .header-sidenav__body .header__navigation.moves-out .header__navigation__item .header__navigation__item__subnav {
    position: relative
}

.header-2__sidenav .header-sidenav__body .header__navigation__item__link:nth-child(1),
.header-2__sidenav .header-sidenav__body .header__navigation__item__link {
    padding: 0 10px;
    margin: 15px 0;
    border: none;
    text-transform: uppercase
}

[dir="ltr"] .header-2__sidenav .header-sidenav__body .header__navigation__item__link:nth-child(1),
[dir="ltr"] .header-2__sidenav .header-sidenav__body .header__navigation__item__link {
    border-left: 1px solid #fff
}

[dir="rtl"] .header-2__sidenav .header-sidenav__body .header__navigation__item__link:nth-child(1),
[dir="rtl"] .header-2__sidenav .header-sidenav__body .header__navigation__item__link {
    border-right: 1px solid #fff
}

.header-2__sidenav .header-sidenav__body .header__navigation__item:hover .header__navigation__item__link {
    background-color: #F4F4F4;
    color: #fff
}

.header-2__sidenav .header-sidenav__body .header__navigation__item.menu-has-child .header__navigation__item__subnav .header__navigation-parent {
    display: none;
    font-weight: bold
}

.header-2__sidenav .header-sidenav__body .header__navigation__item.menu-has-child .header__navigation__item__subnav .header__navigation__item__subnav__link {
    padding: 0 10px;
    margin: 15px 0;
    border: none;
    text-transform: uppercase
}

[dir="ltr"] .header-2__sidenav .header-sidenav__body .header__navigation__item.menu-has-child .header__navigation__item__subnav .header__navigation__item__subnav__link {
    border-left: 1px solid #fff
}

[dir="rtl"] .header-2__sidenav .header-sidenav__body .header__navigation__item.menu-has-child .header__navigation__item__subnav .header__navigation__item__subnav__link {
    border-right: 1px solid #fff
}

.header-2__sidenav.submenu-open .header-sidenav__head {
    display: block;
    padding-bottom: 0
}

.header-2__sidenav.submenu-open .header-sidenav__body {
    padding-top: 0
}

.header-2__sidenav__backdrop {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0
}

.has-sidenav .header-2__sidenav__backdrop {
    visibility: visible;
    opacity: 1
}

.header-2 .header-sidenav__secondary {
    display: none;
    padding: 20px 35px;
    border-top: 1px solid #fff
}

.header-2 .header-sidenav__secondary.has-main-items {
    border-top: 1px solid #fff
}

@media (min-width: 1200px) {
    .header-2 .header-sidenav__secondary {
        border: 0
    }
}

.header-2 .submenu-open .header-sidenav__secondary {
    display: none !important
}

.header-2 .header-sidenav__lang-switch {
    padding: 20px 35px;
    border-top: 1px solid #fff
}

@media (min-width: 1200px) {
    .header-2 .header-sidenav__lang-switch {
        display: none
    }
}

.header-2 .secondary-navigation-wrapper {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px
}

.header-2 .secondary-navigation-wrapper.ready {
    opacity: 1
}

.header-2 .secondary-navigation__links {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap
}

.header-2 .secondary-navigation__links li {
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    color: inherit
}

.header-2 .secondary-navigation__links li .secondary-navigation__link {
    padding-right: 1em;
    margin-left: 0
}

@media (min-width: 1200px) {
    .header-2:not(.has-no-hero) .header-2__container {
        position: absolute
    }
    .header-2:not(.has-no-hero) .header-2__container.header-scroll.is-sticky-header {
        position: fixed;
        transition: top 1s linear
    }
    .header-2 .m-hero--slide {
        height: calc(100vh)
    }
    .header-2.no-header-nav .m-hero--slide {
        height: calc(100vh - 100px)
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .header-2.no-header-nav.bm-is-horizontal .m-hero--slide {
        height: calc(100vh - 200px - 100px)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .header-2.no-header-nav.bm-is-horizontal .m-hero--slide {
        height: calc(100vh - 155px)
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .header-2.no-header-nav.bm-is-horizontal.bm-is-long-layout .m-hero--slide {
        height: calc(100vh - 145px - 100px)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .header-2.no-header-nav.bm-is-horizontal.bm-is-long-layout .m-hero--slide {
        height: calc(100vh - 155px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-2:not(.has-no-hero) .header-2__container {
        position: absolute
    }
    .header-2:not(.has-no-hero) .header-2__container.header-scroll.is-sticky-header {
        position: fixed;
        transition: top 1s linear
    }
    .header-2 .m-hero--slide {
        height: calc(100vh)
    }
    .header-2.no-header-nav .m-hero--slide {
        height: calc(100vh - 90px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .header-2.no-header-nav.bm-is-horizontal .m-hero--slide {
        height: calc(100vh - 200px - 90px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
    .header-2.no-header-nav.bm-is-horizontal .m-hero--slide {
        height: calc(100vh - 90px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .header-2.no-header-nav.bm-is-horizontal.bm-is-long-layout .m-hero--slide {
        height: calc(100vh - 145px - 90px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
    .header-2.no-header-nav.bm-is-horizontal.bm-is-long-layout .m-hero--slide {
        height: calc(100vh - 90px)
    }
}

.header-2__container .header-user__sign-in {
    border-left: none;
    border-right: none
}

.header-2__container .header-user__sign-in .link-transparent:hover {
    text-decoration: underline
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head {
    background: transparent
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info {
    padding-right: 30px
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info {
    padding-left: 30px;
    padding-right: 12px
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-icon .icon {
    margin-right: 10px
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-icon .icon {
    margin-left: 10px;
    margin-right: none
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-content {
    border-left: 1px solid;
    padding-left: 10px;
    text-align: left
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-content {
    border-right: 1px solid;
    border-left: none
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-content {
    padding-right: 10px;
    padding-left: inherit
}

html[dir='rtl'] .header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-content {
    text-align: right
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-content .header-connected__small-data {
    background: transparent;
    justify-content: left;
    padding: 10px 0 0 0;
    font-weight: lighter
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .header-connected__dropdown-head-content .header-connected__small-data .js-gms-points {
    display: inline
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .icon-arrow-bottom {
    font-size: 15px;
    right: 15px
}

html[dir='rtl'] .header-2__container .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .icon-arrow-bottom {
    left: 0px;
    right: initial
}

.header-2__container .header-connected__dropdown.open .header-connected__dropdown-head .icon-arrow-bottom {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 33%
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-menu {
    font-size: 15px;
    background: #F4F4F4;
    color: #fff;
    left: inherit;
    left: inherit
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu {
    right: inherit;
    left: 0
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list {
    padding: 20px
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item {
    text-transform: uppercase;
    border-left: 1px solid #fff;
    padding: 4px 10px;
    margin: 18px 10px 18px 5px
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item {
    border-right: 1px solid #fff;
    border-left: none
}

html[dir='rtl'] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item {
    margin: 18px 5px 18px 10px
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out {
    text-align: inherit;
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    border-top: none
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out {
    border-right: none;
    border-left: none
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out {
    margin-right: 0px;
    margin-left: inherit
}

html[dir=rtl] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out {
    padding-right: 0px;
    padding-left: inherit
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out .icon__text {
    cursor: pointer
}

.header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out .icon-cross {
    font-size: xx-small;
    color: #fff;
    margin: auto 2px auto 1px
}

html[dir='rtl'] .header-2__container .header-connected__dropdown .header-connected__dropdown-menu .header-connected__menu-list .header-connected__menu-item.header-connected__menu-item--sign-out .icon-cross {
    margin: auto 1px auto 2px
}

@media (max-width: 767px) {
    .gms-data-loaded .header-2__container .header-2__mobile .header-gms-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1A1A1A;
        border: 1px solid #1A1A1A
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-user__sign-in {
        margin-left: 0px;
        padding: 0
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown.open .header-connected__dropdown-head {
        background: #F4F4F4
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-head {
        height: 43px;
        justify-content: center
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-head .header-connected__info {
        width: auto;
        padding: 0px
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-head .header-connected__info .svg-fill-path.icon {
        margin: 0px
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-head .header-connected__dropdown-head-content {
        display: none
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-head .icon-arrow-bottom {
        display: none
    }
    .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-menu {
        top: 42px;
        min-width: 40vw;
        left: 0
    }
    html[dir=rtl] .gms-data-loaded .header-2__container .header-2__mobile .header-connected__dropdown .header-connected__dropdown-menu {
        right: 0;
        left: inherit
    }
}

body:not(.gms-data-loaded) .js-gms-connected,
body:not(.gms-data-loaded) .js-gms-not-connected {
    display: none !important
}

body:not(.gms-connected) .js-gms-connected {
    display: none !important
}

.gms-connected .js-gms-not-connected {
    display: none !important
}

.header-user__sign-in {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    font-size: 12px;
    white-space: nowrap;
    text-align: center
}

html[dir=rtl] .header-user__sign-in {
    margin-right: 20px;
    margin-left: 0
}

.header-user__sign-in svg {
    font-size: 16px
}

@media (min-width: 768px) {
    .has-no-hero .header-user__sign-in,
    .header--fixed .header-user__sign-in {
        border-color: #1A1A1A
    }
}

.header-connected__dropdown {
    position: relative;
    margin-left: 20px;
    z-index: 3
}

.header-connected__dropdown-head {
    display: flex;
    align-items: stretch;
    font-size: 12px;
    font-weight: bold;
    background: #484848;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white
}

.header-connected__info,
.header-connected__small-data {
    flex-shrink: 0
}

.header-connected__info {
    width: 160px;
    padding: 8px 12px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    border: 0;
    background: transparent
}

.header-connected__info .icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-right: 10px
}

.header-connected__info .icon__text {
    overflow: hidden
}

.header-connected__info .icon-arrow-bottom {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-connected__info .js-gms-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.header-connected__small-data {
    width: 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 0
}

.header-connected__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 13px;
    background: #fff;
    color: #333;
    box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 0;
    transition: all 300ms
}

.header-connected__dropdown-menu[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden
}

.header-connected__menu-list {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
    line-height: 1
}

.header-connected__menu-item {
    padding: 8px;
    padding-left: 18px
}

html[dir=rtl] .header-connected__menu-item {
    padding-right: 18px;
    padding-left: 8px
}

.header-connected__menu-item a {
    color: inherit;
    font-weight: 400
}

.header-connected__menu-item--sign-out {
    text-align: right;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    padding-top: 12px;
    padding-bottom: 13px;
    margin-top: 5px
}

.header-connected__menu-item--sign-out .icon {
    margin-left: 20px
}

html[dir=rtl] .header-connected__menu-item--sign-out .icon {
    margin-right: 20px;
    margin-left: 0
}

.header-gms-container-mobile .header-user__sign-in .icon__text {
    display: none
}

.header-gms-container-mobile .header-connected__dropdown-menu {
    z-index: 1
}

.header-gms-container-mobile .header-user__sign-in {
    border-right: 0
}

.header-gms-container-mobile .header-connected__dropdown {
    margin-right: 20px
}

.input-title {
    color: blue;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2rem
}

.form-label {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.4rem
}

.form-label .required {
    color: #EB1120
}

.form-label-radio {
    display: inline-block;
    padding-right: 2rem;
    font-weight: 300
}

.form-input {
    height: 4rem;
    display: block;
    width: 100%;
    line-height: 2.3rem;
    padding-left: 1.5rem;
    border: 1px solid #ccc;
    background: white;
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

html[dir=rtl] .form-input {
    padding-right: 1.5rem;
    padding-left: 0
}

.form-input[type="radio"],
.form-input[type="checkbox"] {
    display: inline-block
}

.form-input:hover {
    border: 1px solid #333
}

.form-input.error {
    border: 1px solid #EB1120
}

form label.error {
    padding: 0 10px;
    position: relative;
    margin-top: 7px;
    background-color: #EB1120;
    color: #FFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    font-size: 13px;
    padding-left: 25px
}

[dir="rtl"] form label.error {
    text-align: right;
    padding-left: 10px;
    padding-right: 25px
}

form label.error:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    transform: rotate(45deg) translateY(-65%);
    width: 10px;
    height: 10px;
    background-color: #EB1120
}

[dir="rtl"] form label.error:before {
    right: 14px;
    left: 0
}

form label.error::after {
    content: '';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxNCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxMCAtMTc5KSI+PGNpcmNsZSBjeD0iMzE2LjUiIGN5PSIxODUuNSIgcj0iNi41IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTMxNS44IDE4OS44Yy0uMi0uMi0uMy0uNC0uMy0uNyAwLS4zLjEtLjUuMy0uNy4yLS4yLjUtLjMuOC0uMy4zIDAgLjYuMS44LjMuMi4yLjMuNC4zLjcgMCAuMy0uMS41LS4zLjdzLS41LjMtLjguM2MtLjMgMC0uNi0uMS0uOC0uM3ptLS4yLTcuNWgybC0uMyA1aC0xLjRsLS4zLTV6IiBmaWxsPSIjZTE0MTQxIi8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 5px;
    left: 8px
}

[dir="rtl"] form label.error::after {
    left: 0;
    right: 5px
}

textarea.form-input {
    padding: 15px;
    height: 120px;
    min-height: 4em
}

.sub-action {
    font-weight: 500
}

.download-action {
    cursor: pointer
}

.download-action span:nth-of-type(1) {
    background: grey;
    padding-right: 15px
}

.download-action span:nth-of-type(2) {
    padding-left: 10px
}

.form-group:focus {
    outline: none
}

@media (max-width: 767px) {
    form.box--form div button[type="submit"] {
        max-width: 100%;
        white-space: normal
    }
}

.form-rfp {
    background-color: #E8E9EC;
    margin: 45px auto 97px;
    padding: 40px 28px 28px
}

.form-rfp .form-subtitle {
    padding-top: 40px;
    padding-bottom: 23px;
    text-transform: uppercase;
    font-size: 2.2rem
}

.form-rfp .form-subtitle:nth-of-type(1) {
    padding-top: 0
}

.form-rfp .btn-primary {
    float: right;
    margin-top: 12px
}

@media (max-width: 480px) {
    .form-rfp {
        margin: 45px auto 80px
    }
}

.m-slider {
    height: auto;
    padding: 60px 0 30px
}

.m-slider--stripe {
    position: relative;
    padding-bottom: 40px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.m-slider--stripe_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    z-index: 2
}

.m-slider .m-plain-text--stripeBis {
    width: 80%;
    margin: 0 auto
}

.m-slider .m-plain-text--subtitle {
    margin-bottom: 26px
}

.m-slider .m-plain-text--content p {
    width: 100%;
    margin-bottom: 20px
}

.m-slider--link {
    padding-top: 0;
    padding-bottom: 25px
}

.m-slider--player {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 2rem;
    color: #fff
}

.m-slider--player svg {
    cursor: pointer
}

@media (max-width: 991px) {
    .m-slider .m-plain-text--content {
        margin: 0 auto
    }
}

.slider__actions--flat {
    padding-top: 5px
}

.slider__actions--flat .js-slider-pagination-container {
    text-align: center;
    min-width: 3em
}

.slider__actions--flat .js-slider-playpause-container {
    text-align: center;
    min-width: 25px
}

.slider__actions--flat .slider__action {
    display: inline-block;
    vertical-align: middle
}

.slider__actions--flat .slick-arrow {
    font-size: 18px
}

.slick-play-pause {
    display: block;
    background: transparent;
    color: inherit;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 0.875em;
    line-height: 0;
    margin: auto
}

.slick-play-pause.is-playing .slick-play-pause__play {
    display: block
}

.slick-play-pause.is-playing .slick-play-pause__pause {
    display: none
}

.slick-play-pause__play {
    display: none
}

.slider--arrows-light .slick-arrow {
    color: white
}

.slider--arrows-padding {
    padding-left: 35px;
    padding-right: 35px
}

.js-slider-next-container,
.js-slider-prev-container {
    display: inline-block
}

.js-slider-next-container .slick-arrow,
.js-slider-prev-container .slick-arrow {
    position: static;
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.js-slider-next-container .slick-arrow svg,
.js-slider-prev-container .slick-arrow svg {
    font-size: inherit
}

[dir="rtl"] .js-slider-next-container .slick-arrow svg,
[dir="rtl"] .js-slider-prev-container .slick-arrow svg {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.slider--arrows-external {
    padding-left: 35px;
    padding-right: 35px
}

@media (min-width: 868px) and (max-width: 1199px) {
    .slider--arrows-external {
        padding-left: 0;
        padding-right: 0
    }
    .slider--arrows-external .slick-prev {
        left: -35px
    }
    .slider--arrows-external .slick-next {
        right: -35px
    }
}

@media (min-width: 1300px) {
    .slider--arrows-external {
        padding-left: 0;
        padding-right: 0
    }
    .slider--arrows-external .slick-prev {
        left: -35px
    }
    .slider--arrows-external .slick-next {
        right: -35px
    }
}

@media (max-width: 767px) {
    .slider--arrows-external {
        padding-left: 0;
        padding-right: 0
    }
}

.slider--with-radius .slick-slide>div>div {
    display: block !important
}

.slider-img-full {
    position: relative;
    color: white;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8)
}

.slider-img-full.no-text-shadow {
    text-shadow: none
}

.slider-img-full.no-text-shadow svg {
    filter: none
}

.slider-img-full .btn {
    text-shadow: none
}

.slider-img-full .slider__actions {
    position: absolute;
    bottom: 1em;
    right: 1em
}

.slider-img-full .slider__actions svg {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8))
}

.slider-img-full__item {
    position: relative;
    z-index: 0
}

.slider-img-full__item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.15)
}

.slider-img-full__item .m-plain-text {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.slider-img-full .slick-track {
    display: flex;
    align-items: stretch
}

.slider-img-full .slick-slide {
    height: auto;
    display: flex !important
}

.slider-img-full .slick-slide>div {
    width: 100%;
    display: flex !important;
    height: 100%
}

.slider__lead-rates {
    margin-bottom: .5em
}

.slick-initialized .slick-slide {
    float: inherit;
    display: inline-block !important;
    vertical-align: middle
}

.slider-lightbox .slick-slide {
    float: left
}

[dir="rtl"] .slider-lightbox .slick-slide {
    float: right
}

@media (max-width: 767px) {
    .m-slider-items .slick-slide .m-content-object--footer a.btn {
        white-space: normal
    }
    .rooms-offers-rotator .slick-slide .rotator-box-item__content .stripe__book-now a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.m-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.m-hero.gp-hero {
    margin-bottom: 0px
}

@media (min-width: 768px) {
    .m-hero::before {
        content: "";
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 167px;
        z-index: 1;
        opacity: 0.3;
        background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0))
    }
}

.m-hero .video-wrapper.video-hidden {
    opacity: 0
}

.m-hero .slick-list {
   /* background: white */
}

.m-hero .container {
    position: relative;
    height: 100%
}

.m-hero--content {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    line-height: 1;
    z-index: 1
}

.m-hero--content.banner-content {
    font-size: .75em;
    bottom: 0
}

.m-hero--content.banner-content .container {
    margin: inherit;
    display: flex;
    justify-content: flex-start;
    padding: 0
}

.m-hero--content.banner-content .container .m-hero--content__wrapper {
    width: 100%
}

.m-hero--content-title,
.m-hero--content-subtitle {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.m-hero--content-btn {
    margin-top: 25px
}

.m-hero--play {
    position: absolute;
    bottom: 35px;
    right: 0;
    color: #FFF
}

.m-hero--slide {
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative
}

.m-hero--content__wrapper.banner-wrapper .title-sub {
    padding: 1rem;
    display: flex
}

.m-hero--content__wrapper.banner-wrapper .title-sub .hero-title {
    font-size: 2.66667em;
    line-height: normal
}

.m-hero--content__wrapper.banner-wrapper .title-sub .hero-subtitle {
    font-size: 1.86667em;
    line-height: normal;
    display: none
}

.m-hero--content__wrapper.banner-wrapper .title-sub .btn {
    margin-top: 0;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    color: #FFF;
    text-transform: capitalize;
    flex-shrink: 0
}

.m-hero--content__wrapper.banner-wrapper .title-sub .btn:after {
    content: " \2192"
}

.m-hero--content__wrapper .banner {
    display: none
}

.m-hero--content__wrapper .banner img {
    width: 0;
    height: 0;
    opacity: 0
}

[dir="rtl"] .m-hero--content__wrapper.banner-wrapper .title-sub .btn:after {
    content: " \2190"
}

.m-hero_short .m-hero--slide {
    height: 0;
    padding-bottom: 56.25%
}

@media (min-width: 1200px) {
    .m-hero_short .m-hero--slide {
        padding-bottom: 37.5%
    }
}

.m-hero_small .m-hero--slide {
    height: 0;
    padding-bottom: 406px
}

@media (max-width: 1199px) {
    .m-hero--content:not(.banner-content) {
        left: 0
    }
    .m-hero--content:not(.banner-content),
    .m-hero--play {
        bottom: 55px
    }
}

@media (max-width: 767px) {
    .m-hero {
        overflow: hidden
    }
    .m-hero--content:not(.banner-content) {
        bottom: 30px;
        left: 0;
        padding-left: 30px;
        padding-right: 30px
    }
    .m-hero--content-subtitle {
        font-size: 13px
    }
    .m-hero--content-btn {
        max-width: 100%;
        white-space: normal
    }
    .m-hero--slide {
        height: 60vh
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub {
        align-items: center;
        justify-content: space-between
    }
}

.m-hero .m-hero-play-wrapper {
    position: relative
}

.js-loading .m-hero--slide:not(:first-child) {
    display: none
}

.m-hero .slick-slide>div {
    line-height: 0
}

@media (max-width: 767px) {
    .m-hero .m-hero--slider+.container,
    .m-hero .m-hero-play-wrapper,
    .m-hero .m-hero--play {
        position: static;
        height: 0
    }
    .m-hero .slick-custom-pagination {
        display: none
    }
    .m-hero .slick-prev,
    .m-hero .slick-next {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 25px
    }
    .m-hero .slick-next {
        right: 10px
    }
    .m-hero .slick-prev {
        left: 10px
    }
}

.m-hero__media img {
    position: absolute;
    width: calc(100% + 1px);
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover
}

.m-hero--slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 0;
    pointer-events: none
}

.js-slider__wrapper[data-text-alignment="right"] .m-hero--play {
    right: auto;
    left: 0
}

@media (min-width: 768px) {
    .m-hero--content__wrapper {
        padding-right: 120px
    }
    .m-hero--content.banner-content {
        font-size: 1em;
        display: flex;
        justify-content: center;
        bottom: 2rem
    }
    .m-hero--content.banner-content .container {
        margin: inherit;
        display: flex;
        justify-content: flex-start
    }
    .m-hero--content.banner-content .container .m-hero--content__wrapper {
        width: auto;
        min-width: 30%;
        max-width: 70%;
        margin-left: 3rem;
        flex-basis: auto
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
    .m-hero--content.banner-content .container .m-hero--content__wrapper {
        width: 100%
    }
    .m-hero--content.banner-content .container .m-hero--content__wrapper.image-only {
        width: auto
    }
    .m-hero--content.banner-content .container .m-hero--content__wrapper.image-only .banner {
        width: 18rem;
        height: 18rem
    }
}

@media (min-width: 768px) {
    .m-hero--content__wrapper.banner-wrapper {
        padding: 0;
        display: flex
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub {
        padding: 2rem;
        flex-grow: 1;
        flex-direction: column;
        flex-basis: 70%
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub.right {
        padding: 2rem
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub.banner-image-disable {
        width: 100%;
        padding: 2rem
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub.banner-image-disable.right {
        padding: 2rem
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub .hero-subtitle {
        display: none
    }
    .m-hero--content__wrapper.banner-wrapper .title-sub .btn {
        margin-top: 1rem
    }
    .m-hero--content__wrapper.banner-wrapper .banner {
        display: block;
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
        flex-grow: 1;
        min-width: 18rem;
        min-height: 12rem;
        flex-basis: 30%
    }
    .m-hero--play {
        bottom: 2rem
    }
    .m-hero .js-slider__wrapper[data-text-alignment="right"] .m-hero--content__wrapper {
        padding-right: 0;
        padding-left: 120px
    }
    .m-hero .js-slider__wrapper[data-text-alignment="right"] .m-hero--content.banner-content .container {
        justify-content: flex-end
    }
    .m-hero .js-slider__wrapper[data-text-alignment="right"] .m-hero--content.banner-content .container .m-hero--content__wrapper {
        padding-right: 0;
        padding-left: 120px;
        margin-left: 0rem;
        margin-right: 3rem
    }
    .m-hero .js-slider__wrapper[data-text-alignment="right"] .m-hero--content.banner-content .container .m-hero--content__wrapper.banner-wrapper {
        padding: 0
    }
    .m-hero .js-slider__wrapper[data-text-alignment="center"] .m-hero--content__wrapper {
        padding-right: 120px;
        padding-left: 120px
    }
    .m-hero .js-slider__wrapper[data-text-alignment="center"] .m-hero--content.banner-content .container {
        justify-content: center
    }
    .m-hero .js-slider__wrapper[data-text-alignment="center"] .m-hero--content.banner-content .container .m-hero--content__wrapper {
        padding-right: 120px;
        padding-left: 120px;
        margin: 0
    }
    .m-hero .js-slider__wrapper[data-text-alignment="center"] .m-hero--content.banner-content .container .m-hero--content__wrapper.banner-wrapper {
        padding: 0
    }
    [dir="rtl"] .m-hero .m-hero--content.banner-content .container {
        justify-content: flex-end
    }
    [dir="rtl"] .m-hero .m-hero--content.banner-content .banner-wrapper .title-sub.left {
        order: 0
    }
    [dir="rtl"] .m-hero .m-hero--content.banner-content .banner-wrapper .title-sub.right {
        order: 1
    }
    [dir="rtl"] .m-hero .m-hero--content.banner-content .banner-wrapper .banner.left {
        order: 1
    }
    [dir="rtl"] .m-hero .m-hero--content.banner-content .banner-wrapper .banner.right {
        order: 0
    }
    [dir="rtl"] .m-hero .js-slider__wrapper[data-text-alignment="left"] .m-hero--content.banner-content .container {
        justify-content: flex-end
    }
    [dir="rtl"] .m-hero .js-slider__wrapper[data-text-alignment="right"] .m-hero--content.banner-content .container {
        justify-content: flex-start
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--slide__overlay,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--slide__overlay {
        bottom: 10em
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--content,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--content {
        bottom: 14em
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--play,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--play {
        bottom: 14em
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--slide__overlay,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--slide__overlay {
        bottom: 12em
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--content,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--content {
        bottom: 18em
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--play,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--play {
        bottom: 18em
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--slide__overlay,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--slide__overlay {
        bottom: 0em;
        height: 400px
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--content,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--content {
        bottom: 12em
    }
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short) .m-hero--play,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small) .m-hero--play {
        bottom: 12em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_short).bm-is-large-layout .m-hero--slide__overlay,
    .bm-is-horizontal:not(.bm--collapsed) .m-hero:not(.m-hero_small).bm-is-large-layout .m-hero--slide__overlay {
        bottom: 192px
    }
}

@media (min-width: 992px) {
    .m-hero--content__wrapper.banner-wrapper .title-sub .hero-subtitle {
        display: block
    }
}

.m-breadcrumb {
    padding: 0;
    margin: 30px 0
}

@media (max-width: 768px) {
    .m-breadcrumb {
        margin: 13px 0
    }
}

.m-breadcrumb--item {
    list-style: none;
    display: inline-block;
    font-size: 13px
}

.m-breadcrumb--item:after {
    content: '>';
    display: inline-block;
    margin-left: 4px
}

html[dir=rtl] .m-breadcrumb--item:after {
    margin-right: 4px;
    margin-left: auto
}

.m-breadcrumb--item:last-child .m-breadcrumb--link {
    font-weight: 400
}

.m-breadcrumb--item:last-child:after {
    content: ''
}

.m-breadcrumb--link {
    color: #333
}

.m-breadcrumb--link:visited {
    color: #333
}

.slick-prev,
.slick-next {
    z-index: 1;
    position: absolute;
    display: block;
    line-height: 0px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev svg,
.slick-next svg {
    font-size: 50px
}

.slick-prev {
    left: 0
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0
}

[dir="rtl"] footer .slick-prev {
    right: -35px;
    transform: translateY(-50%) rotate(180deg)
}

.slick-next {
    right: 0
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto
}

[dir="rtl"] footer .slick-next {
    left: -35px;
    transform: translateY(-50%) rotate(180deg)
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 10px
}

.slick-dots li {
    margin-top: 15px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    position: relative;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    content: "";
    width: 7px;
    height: 7px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-custom-pagination {
	display: none;
    font-size: 16px;
    text-align: right
}

.m-img-full {
    position: relative
}

@media (max-width: 767px) {
    .full-width-image .m-img-full {
        position: relative;
        overflow: hidden
    }
    .full-width-image .m-img-full::before {
        content: '';
        display: block;
        padding-bottom: 100%
    }
    .container .m-img-full .m-img-full__image {
        position: relative;
        overflow: hidden
    }
    .container .m-img-full .m-img-full__image::before {
        content: '';
        display: block;
        padding-bottom: 100%
    }
}

@media (min-width: 768px) {
    .m-img-full {
        height: 265.5px
    }
}

@media (min-width: 1200px) {
    .m-img-full {
        height: 427.5px
    }
}

.m-img-full.container .m-img-full__image {
    height: inherit;
    position: relative
}

@media (min-width: 1200px) {
    .m-img-full--parallax {
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed
    }
    .m-img-full--parallax .m-img-full__image {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

@media (max-width: 1199px) {
    .m-img-full--parallax {
        background-image: none !important
    }
}

.box__title-before {
    margin-bottom: .25em
}

.box--form {
    padding: 30px;
    margin-bottom: 46px;
    background: #E8E9EC;
    background: #F4F4F4;
    color: #fff
}

.box--form .h1,
.box--form .h2,
.box--form .h3,
.box--form .h4,
.box--form .h5 {
    color: inherit
}

.box--form .form-input:not(.error):hover {
    border-color: #fff
}

.box--form.loading .btn {
    opacity: 0.5
}

.m-contact--where-map {
    margin-bottom: 50px
}

.m-contact--where-map img {
    object-fit: fill;
    width: 100%;
    height: 393px
}

.m-contact--where-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px
}

.m-contact--where-info:nth-of-type(1) {
    margin-top: 35px
}

.m-contact--where-info span {
    padding: 0 7px 0 9px
}

.m-contact--where-info span img {
    width: 18px
}

.m-contact--where-info p {
    padding-left: 14px;
    margin-bottom: 0
}

.m-contact--where-custom {
    border-left: 1px solid #383838
}

@media (max-width: 1199px) {
    .m-contact--form-half {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .m-contact--where {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 35px 0 32px
    }
    .m-contact--where-info {
        font-size: 13px;
        text-align: left;
        margin-top: 0
    }
    .m-contact--where-info:nth-of-type(1) {
        margin-top: 0
    }
    .m-contact--where-info span {
        padding: 0 7px 0 0
    }
    .m-contact--where-info span img {
        width: 15px
    }
    .m-contact--where-address {
        width: 32%
    }
    .m-contact--where-custom p {
        text-align: left;
        padding-left: 10px
    }
    .m-contact--where-map img {
        height: 437px
    }
}

@media (max-width: 767px) {
    .m-contact--where {
        flex-wrap: wrap;
        padding: 0 25px
    }
    .m-contact--where-info {
        width: 100%;
        margin-bottom: 15px
    }
    .m-contact--where-map img {
        height: 276px
    }
}

.form-group .select-wrapper {
    border: 1px solid #ccc;
    background: white;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.form-group .select-wrapper.error {
    border: 1px solid red
}

.form-group .info-error {
    display: none;
    color: red;
    font-size: 13px
}

.form-group.select-error .select-wrapper {
    border: 1px solid red
}

.form-group.select-error .info-error {
    display: block
}

.select2.select2-container {
    width: 100% !important
}

.select2.select2-container:after {
    content: '';
    position: absolute;
    top: 0.4rem;
    right: 30px;
    height: 3rem;
    border-left: 1px solid #ccc
}

html[dir="rtl"] .select2.select2-container:after {
    right: auto;
    left: 30px
}

.select2-container,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f4;
    color: #333
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: white;
    color: #333
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #f4f4f4;
    color: #333
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0
}

.form-group {
    position: relative
}

.select-wrapper:hover {
    border: 1px solid #333
}

.select-wrapper:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    right: 12px;
    top: 1.3rem;
    transform: rotate(45deg);
    vertical-align: top;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    transition: all ease 0.25s
}

html[dir="rtl"] .select-wrapper:after {
    right: auto;
    left: 12px
}

.select2-results__options {
    border-top: 1px solid #333
}

.select2-container--default .select2-selection--single {
    height: 3.8rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.8rem;
    padding-right: 30px
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none
}

select.select2-hidden-accessible {
    visibility: hidden
}

.m-divider {
    margin: 15px auto;
    height: 3px;
    color: #95989A;
    border-bottom: 1px solid
}

.m-divider.center {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    border: none;
    align-items: center
}

.m-divider.center .m-divider_first,
.m-divider.center .m-divider_second {
    width: 48%;
    border-bottom-style: solid
}

.m-divider.center .m-divider_pseudo {
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    border-top-style: solid;
    border-width: 8px
}

.column2 .col-sm-4 {
    width: 50%
}

.column3 .col-sm-4 {
    width: 33.33%
}

.column3 .col-sm-4.col-filters .m-content-object--footer {
    flex-wrap: wrap
}

.column3 .col-sm-4.col-filters .m-content-object--footer-price {
    flex-basis: 100%
}

.column4 .col-sm-4 {
    width: 25%
}

.column4 .m-content-object--footer {
    flex-wrap: wrap
}

.column4 .m-content-object--footer-price,
.column4 .m-content-object--footer-btn {
    margin: 0 auto
}

@media (max-width: 991px) {
    .column4 .col-sm-4 {
        width: 50%
    }
}

@media (max-width: 767px) {
    .column2 .col-sm-4,
    .column3 .col-sm-4,
    .column4 .col-sm-4 {
        width: 100%
    }
}

.m-content-object {
    margin-top: 35px;
    margin-bottom: 30px;
    background: transparent
}

.m-content-object--illu {
    margin: auto;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    border-radius: var(--current-image-radius);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.has-round-images .m-content-object--illu:not([style*='border-radius']),
.m-content-object--illu.is-round {
    width: 75%;
    border-radius: 50%;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.m-content-object--illu img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@supports (object-fit: cover) {
    .m-content-object--illu img {
        height: 100%;
        object-fit: cover
    }
}

.m-content-object--infos {
    background: transparent;
    margin-top: -1px;
    padding: 20px 28px 0px 28px
}

.m-content-object--title {
    margin-top: 0;
    margin-bottom: 10px
}

.m-slider-items .m-content-object--content {
    margin-bottom: 10px
}

.m-content-object--footer {
    margin: 25px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-content-object--footer.module-room___button,
.m-content-object--footer.module-room___button-slider {
    justify-content: center
}

.m-content-object--footer-price {
    display: block;
    text-align: left
}

.m-content-object--footer-price span {
    display: block
}

.m-content-object--footer-btn {
    margin-top: 5px
}

.m-content-object--link {
    display: inline-block;
    margin-top: 15px
}

@media (max-width: 767px) {
    .p-rooms .m-content-object--link {
        margin-top: 10px
    }
}

.module-room .column2 .module-room___item .m-content-object--footer.module-room___button,
.module-room .column2 .module-room___item .m-content-object--footer.module-room___button-slider,
.module-slider .column2 .module-room___item .m-content-object--footer.module-room___button,
.module-slider .column2 .module-room___item .m-content-object--footer.module-room___button-slider {
    justify-content: center;
    flex-wrap: wrap
}

.module-room .column2 .module-room___item .m-content-object--footer-price,
.module-slider .column2 .module-room___item .m-content-object--footer-price {
    width: 100%;
    text-align: center
}

.module-room .column2 .module-room___item.left.has-rate .m-content-object--footer-price,
.module-slider .column2 .module-room___item.left.has-rate .m-content-object--footer-price {
    margin-top: 5px
}

@media (min-width: 1200px) {
    .module-room .column2 .module-room___item .module-room___button,
    .module-slider .column2 .module-room___item .module-room___button {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (min-width: 768px) {
    .module-room .column2 .module-room___item .m-content-object--footer.module-room___button,
    .module-room .column2 .module-room___item .m-content-object--footer.module-room___button-slider,
    .module-slider .column2 .module-room___item .m-content-object--footer.module-room___button,
    .module-slider .column2 .module-room___item .m-content-object--footer.module-room___button-slider {
        flex-wrap: inherit
    }
    .module-room .column2 .module-room___item .m-content-object--footer-price,
    .module-slider .column2 .module-room___item .m-content-object--footer-price {
        width: auto;
        text-align: inherit
    }
    .module-room .column2 .module-room___item.left .m-content-object--footer.module-room___button,
    .module-room .column2 .module-room___item.left .m-content-object--footer.module-room___button-slider,
    .module-slider .column2 .module-room___item.left .m-content-object--footer.module-room___button,
    .module-slider .column2 .module-room___item.left .m-content-object--footer.module-room___button-slider {
        justify-content: flex-start
    }
    .module-room .column2 .module-room___item.right .m-content-object--footer.module-room___button,
    .module-room .column2 .module-room___item.right .m-content-object--footer.module-room___button-slider,
    .module-slider .column2 .module-room___item.right .m-content-object--footer.module-room___button,
    .module-slider .column2 .module-room___item.right .m-content-object--footer.module-room___button-slider {
        justify-content: flex-end
    }
    .module-room .column2 .module-room___item.center.has-rate .m-content-object--footer.module-room___button,
    .module-room .column2 .module-room___item.center.has-rate .m-content-object--footer.module-room___button-slider,
    .module-slider .column2 .module-room___item.center.has-rate .m-content-object--footer.module-room___button,
    .module-slider .column2 .module-room___item.center.has-rate .m-content-object--footer.module-room___button-slider {
        justify-content: center;
        flex-wrap: wrap
    }
    .module-room .column2 .module-room___item.center.has-rate .m-content-object--footer-price,
    .module-slider .column2 .module-room___item.center.has-rate .m-content-object--footer-price {
        width: 100%;
        text-align: center
    }
    .module-room .column2 .module-room___item.left.has-rate .m-content-object--footer.module-room___button,
    .module-room .column2 .module-room___item.left.has-rate .m-content-object--footer.module-room___button-slider,
    .module-slider .column2 .module-room___item.left.has-rate .m-content-object--footer.module-room___button,
    .module-slider .column2 .module-room___item.left.has-rate .m-content-object--footer.module-room___button-slider {
        justify-content: space-between;
        flex-direction: row
    }
    .module-room .column2 .module-room___item.right.has-rate .m-content-object--footer.module-room___button,
    .module-room .column2 .module-room___item.right.has-rate .m-content-object--footer.module-room___button-slider,
    .module-slider .column2 .module-room___item.right.has-rate .m-content-object--footer.module-room___button,
    .module-slider .column2 .module-room___item.right.has-rate .m-content-object--footer.module-room___button-slider {
        justify-content: space-between
    }
}

.m-content-object_poi .m-content-object--title,
.m-content-object_poi .m-content-object--content {
    text-align: left
}

.m-content-object_poi .m-content-object--infos {
    text-align: right
}

.m-content-object_poi .m-content-object--link {
    margin-top: 5px
}

.js-filter-container .accordion__panel {
    margin-bottom: 24px
}

.js-filter-container .accordion__panel .accordion__panel__heading {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff
}

.js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone {
    cursor: pointer;
    font-size: small;
    position: absolute;
    right: 4px;
    margin-top: -35px;
    display: none;
    color: #fff
}

.js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone .btn-clear-filters {
    border: 0;
    background-color: transparent;
    display: none
}

.js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone .poi-filters-clear-text {
    padding-right: 0px
}

.js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone .poi-filters-counter {
    color: #E24234;
    padding-left: 0px
}

.js-filter-container .accordion__panel .accordion__panel__heading__icon {
    margin-left: 0.5em;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 300ms
}

.js-filter-container .accordion__panel .panel__body {
    padding: 30px 0px;
    border-bottom: 1px solid #E24234
}

.js-filter-container .m-poi--filterPart {
    padding: 0px 20px
}

.js-filter-container .m-poi--filterPart .m-poi--filterPart-list {
    list-style-type: none;
    padding-left: 6px
}

.js-filter-container .m-poi--filterPart .m-poi--filterPart-list .m-poi--filterPart-listItem {
    padding: 12px 0 10px 10px
}

.js-filter-container .poi-filter-actions {
    float: right
}

.js-filter-container .poi-filter-actions .btn-clear-filters-container {
    display: inline
}

.js-filter-container .poi-filter-actions .btn-clear-filters-container .btn-clear-filters {
    border: 0;
    background-color: transparent;
    display: none
}

.js-filter-container .poi-filter-actions .btn-clear-filters-container .poi-filters-clear-text {
    padding-right: 0px
}

.js-filter-container .poi-filter-actions .btn-clear-filters-container .poi-filters-counter {
    color: #E24234;
    padding-left: 0px
}

.btn-point-on-map {
    right: 0;
    bottom: 0;
    position: absolute
}

.btn-point-on-map .icon {
    margin-top: -3px;
    margin-right: 3px
}

html[dir='rtl'] .js-filter-container .accordion__panel .accordion__panel__heading .btn-link {
    width: auto;
    padding: 15px 15px 15px 0px
}

html[dir='rtl'] .js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone {
    left: 4px;
    right: auto
}

html[dir='rtl'] .js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone .poi-filters-clear-text {
    padding-left: 0px
}

html[dir='rtl'] .js-filter-container .accordion__panel .accordion__panel__heading .btn-clear-filters-clone .poi-filters-counter {
    padding-right: 0px
}

html[dir='rtl'] .js-filter-container .accordion__panel .accordion__panel__heading .accordion__panel__heading__icon {
    margin-right: 0.5em
}

html[dir='rtl'] .js-filter-container .accordion__panel .m-poi--filterPart .m-poi--filterPart-list {
    padding-right: 6px
}

html[dir='rtl'] .js-filter-container .accordion__panel .m-poi--filterPart .checkbox-radio-custom span {
    padding-right: 6px
}

html[dir='rtl'] .poi-filter-actions {
    float: left
}

html[dir='rtl'] .poi-filter-actions .btn-clear-filters-container {
    padding-left: 10px
}

html[dir='rtl'] .poi-filter-actions .btn-clear-filters-container .poi-filters-clear-text {
    padding-left: 0px
}

html[dir='rtl'] .poi-filter-actions .btn-clear-filters-container .poi-filters-counter {
    padding-right: 0px
}

html[dir='rtl'] .btn-point-on-map {
    left: 0
}

html[dir='rtl'] .btn-point-on-map .icon {
    margin-left: 3px
}

html[dir='rtl'] .map__infowindow__content__col--image {
    margin-left: 20px;
    margin-right: 0px
}

@media (max-width: 1199px) {
    .column3 .col-sm-4 {
        width: 33.33%
    }
    .column3 .col-sm-4.col-filters .m-content-object--footer {
        flex-wrap: wrap
    }
    .column3 .col-sm-4.col-filters .m-content-object--footer-price {
        flex-basis: auto
    }
    .m-content-object--link {
        text-align: center
    }
    .m-content-object--footer {
        flex-wrap: wrap;
        justify-content: space-around
    }
    .m-content-object--footer-btn {
        width: 160px
    }
}

@media (max-width: 991px) {
    .m-content-object {
        margin-top: 15px;
        margin-bottom: 0
    }
    .m-content-object--infos {
        padding: 20px 10px 20px;
        margin-bottom: 0
    }
    .m-content-object--footer {
        margin: 15px 0 0
    }
    .m-content-object--footer-btn {
        width: 190px
    }
}

@media (max-width: 767px) {
    .column3 .col-sm-4 {
        width: 100%
    }
    .m-content-object {
        margin-top: 15px;
        padding-bottom: 0
    }
    .m-content-object:last-child .m-content-object--infos {
        margin-bottom: 0
    }
    .p-rooms .m-content-object--infos {
        padding: 30px 0
    }
    .m-content-object--footer {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 50px
    }
    .m-content-object--footer-btn {
        width: 160px
    }
}

.m-content-object--infos {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.m-content-object--title,
.m-content-object--content,
.m-content-object--link {
    text-align: inherit
}

.info-price--oneline .lead-rates-price {
    display: inline-block
}

.info-price--twolines {
    display: block
}

.info-price--twolines .m-content-object--footer-price {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 0.5rem
}

.info-price--twolines .lead-rates-price {
    display: inline-block
}

.m-content-object--background {
    display: flex;
    flex-direction: column
}

.m-content-object--background .m-content-object--illu {
    flex-grow: 0;
    flex-shrink: 0
}

.m-content-object--background .m-content-object--infos--full {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.m-content-object--infos--full {
    padding: 20px;
    background: #aaaaaa
}

@media (max-width: 767px) {
    .p-rooms .m-content-object--infos--full {
        padding: 30px 0
    }
}

.m-content-object--footer {
    position: relative
}

.m-content-object__btn {
    margin-top: 10px
}

@media (min-width: 1200px) {
    .m-content-object__btn {
        margin-top: 15px
    }
}

@media (max-width: 767px) {
    .m-content-object__btn a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.m-icon--row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .m-icon--row[data-max-item="2"] .m-icon--item {
        width: 38%;
        max-width: 38%
    }
    .m-icon--row[data-max-item="2"] .m-icon--item:first-child:nth-last-child(1),
    .m-icon--row[data-max-item="2"] .m-icon--item:first-child:nth-last-child(2),
    .m-icon--row[data-max-item="2"] .m-icon--item:first-child:nth-last-child(2) ~ .m-icon--item {
        flex: 1 1 38%
    }
    .m-icon--row[data-max-item="3"] .m-icon--item {
        width: 30%;
        max-width: 30%
    }
    .m-icon--row[data-max-item="3"] .m-icon--item:first-child:nth-last-child(1),
    .m-icon--row[data-max-item="3"] .m-icon--item:first-child:nth-last-child(2),
    .m-icon--row[data-max-item="3"] .m-icon--item:first-child:nth-last-child(2) ~ .m-icon--item,
    .m-icon--row[data-max-item="3"] .m-icon--item:first-child:nth-last-child(3),
    .m-icon--row[data-max-item="3"] .m-icon--item:first-child:nth-last-child(3) ~ .m-icon--item {
        flex: 1 1 30%
    }
    .m-icon--row[data-max-item="4"] .m-icon--item {
        width: 22%;
        max-width: 22%
    }
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(1),
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(2),
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(2) ~ .m-icon--item,
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(3),
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(3) ~ .m-icon--item,
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(4),
    .m-icon--row[data-max-item="4"] .m-icon--item:first-child:nth-last-child(4) ~ .m-icon--item {
        flex: 1 1 22%
    }
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(1),
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(2),
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(2) ~ .m-icon--item,
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(3),
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(3) ~ .m-icon--item,
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(4),
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(4) ~ .m-icon--item,
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(5),
    .m-icon--row[data-max-item="5"] .m-icon--item:first-child:nth-last-child(5) ~ .m-icon--item {
        flex: 1 1 20%
    }
}

.m-icon--item {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 40px;
    width: 20%
}

.m-icon--item_hasLink {
    display: block
}

.m-icon--item_hasLink .m-icon--item-content,
.m-icon--item_hasLink .m-icon--item-title {
    color: inherit
}

.m-icon--item img {
    width: 116px;
    border-radius: 50%
}

.m-icon--item-title {
    margin-top: 25px
}

.m-icon--item-content p {
    text-align: center
}

@media (max-width: 1199px) {
    .m-icon--item {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .m-icon--item {
        width: 90%;
        margin-bottom: 25px
    }
}

.m-highlight-text {
    position: relative;
    text-align: left
}

.m-highlight-text__box {
    background: #FFF;
    padding: 25px
}

@media (min-width: 768px) {
    .m-highlight-text__box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
        width: 382px
    }
}

.m-highlight-text .more-link {
    margin-top: 0;
    margin-bottom: 1.6em
}

.m-highlight-text--title {
    margin-top: 0;
    margin-bottom: 20px
}

.m-highlight-text--content {
    margin-bottom: 1.6em
}

.m-highlight-text--footer-price {
    margin-top: 30px;
    margin-bottom: 7px
}

.m-highlight-text--footer-price span {
    font-weight: 600
}

@media (max-width: 767px) {
    .m-highlight-text--footer {
        text-align: center
    }
    .m-highlight-text--footer a.btn {
        max-width: 100%;
        white-space: normal
    }
}

@media (min-width: 768px) {
    .m-highlight-text--fullwidth .m-highlight-text__box {
        right: 0
    }
    .m-highlight-text--left-content .m-highlight-text__box {
        left: 60px;
        right: auto
    }
    .m-highlight-text--left-content.m-highlight-text--fullwidth .m-highlight-text__box {
        left: 0
    }
}

@media (min-height: 768px) {
    .m-highlight-text--title {
        max-height: 2.5em;
        overflow: hidden
    }
}

.m-event--list-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2
}

.m-event--list-title {
    font-size: 3rem;
    margin: 0
}

.m-event--stripe {
    margin-bottom: 65px
}

.m-event--item {
    display: flex !important;
    justify-content: space-between;
    text-align: left
}

.m-event--illu {
    height: 263px;
    width: 263px;
    position: relative
}

.m-event--illu-date {
    position: absolute;
    top: 0;
    left: 17px;
    width: 55px;
    height: 60px;
    padding: 8px 15px 8px;
    color: #FFF;
    background: #F4F4F4;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 2rem
}

.m-event--illu-date span {
    font-size: 2.4rem
}

.m-event--info {
    background: transparent;
    width: 51%;
    padding: 10px 3px 0 25px
}

.m-event--item-title {
    margin: 0 0 15px;
    line-height: 3rem
}

.m-event--item-content {
    margin-bottom: 0
}

.m-event--item-link {
    padding-bottom: 10px;
    padding-top: 14px
}

@media (max-width: 1199px) {
    .m-event--item {
        width: 85%;
        margin: 0 auto
    }
    .m-event--info {
        width: 100%
    }
}

@media (max-width: 767px) {
    .m-event {
        padding: 10px 3px 0 25px
    }
    .m-event--list-title {
        padding-left: 15px
    }
    .m-event--list-link {
        display: none
    }
    .m-event--item {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 25px;
        margin: 0 0 30px
    }
    .m-event--illu {
        width: 100%;
        height: 217px
    }
    .m-event--info {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 10px 5px 0
    }
    .m-event--info-wrap {
        text-align: center
    }
}

@media (max-width: 768px) {
    .m-link-list .m-divider:first-child {
        margin-bottom: 0
    }
    .m-link-list .m-divider:last-child {
        margin-top: 0
    }
}

.m-link-list--contain {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px
}

@media (min-width: 768px) {
    .m-link-list--contain {
        padding: 20px 0
    }
}

.m-link-list--link {
    width: 50%;
    padding: 10px 0 10px 17px;
    color: #E24234
}

.m-link-list--link:visited {
    color: #E24234
}

@media (min-width: 1200px) {
    .m-link-list--link {
        padding: 10px 0 10px 30px
    }
}

@media (max-width: 767px) {
    .m-link-list--link {
        width: 100%
    }
}

.m-link-list--link .icon-download-arrow {
    width: 1.9rem;
    height: 15px;
    fill: #E24234
}

.m-link-list--link:hover .icon-download-arrow {
    fill: #b5352a
}

.cms-html-var table,
.m-table table {
    width: 100% !important;
    margin: 0 auto;
    border: 0;
    border-spacing: 0
}

.cms-html-var td,
.m-table td {
    padding: .75em 20px;
    border: 1px solid #E9E9E9;
    border-top: 0;
    border-bottom: 0
}

.cms-html-var tr:last-child,
.m-table tr:last-child {
    border-bottom: 1px solid #E9E9E9
}

.cms-html-var tbody tr:first-child,
.m-table tbody tr:first-child {
    border-top: 1px solid #E9E9E9
}

.cms-html-var tbody tr:nth-of-type(odd) th,
.m-table tbody tr:nth-of-type(odd) th {
    background: #fff
}

.cms-html-var tbody tr:nth-of-type(odd) th:nth-of-type(1),
.m-table tbody tr:nth-of-type(odd) th:nth-of-type(1) {
    background: #F4F4F4;
    color: #fff
}

.cms-html-var tbody tr:nth-of-type(even) td,
.m-table tbody tr:nth-of-type(even) td {
    background: rgba(244, 244, 244, 0.1)
}

.cms-html-var thead tr th,
.cms-html-var tbody tr th,
.m-table thead tr th,
.m-table tbody tr th {
    padding: .75em 20px;
    background: #F4F4F4;
    color: #fff;
    text-align: center
}

.cms-html-var thead tr th:nth-of-type(1),
.cms-html-var tbody tr th:nth-of-type(1),
.m-table thead tr th:nth-of-type(1),
.m-table tbody tr th:nth-of-type(1) {
    background: #F4F4F4;
    color: #fff
}

.m-social-share {
    margin-top: 5px
}

.m-social-share svg {
    font-size: 20px;
    margin: 0 5px
}

.m-social-share--link {
    display: inline-block;
    vertical-align: middle
}

.m-social-share--label:hover,
.m-social-share--label:focus,
.m-social-share--label:active {
    text-decoration: none
}

.m-social-share__links-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms, visibility 300ms;
    -o-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms
}

.m-social-share__links-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.875em;
    width: 1px;
    background-color: #333
}

.m-social-share.open .m-social-share__links-wrapper {
    visibility: visible;
    opacity: 1
}

@media (min-width: 768px) {
    .blog-entry {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.blog-entry__header {
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    min-height: 2em
}

@media (min-width: 768px) {
    .blog-entry__header {
        margin-bottom: 15px
    }
}

.blog-entry__author {
    font-size: 0.875em
}

.blog-entry__name {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .blog-entry__name {
        margin-top: 22px
    }
}

.blog-entry__illustration-wrapper {
    flex-shrink: 0;
    position: relative
}

.blog-entry__date {
    background: #383838;
    color: #fff;
    padding: 3px 1em;
    text-align: center;
    text-transform: uppercase
}

.blog-entry__date .day {
    font-size: 1.55em
}

.blog-entry__date .month {
    font-size: 0.8em
}

.blog-entry__date .full-date {
    font-size: 1em;
    line-height: 1.45
}

@media (max-width: 767px) {
    .blog-entry__date .full-date {
        line-height: 1.5
    }
}

.blog-entry__header .blog-entry__date {
    margin-right: 1em;
    line-height: 1
}

[dir="rtl"] .blog-entry__header .blog-entry__date {
    margin-right: 0
}

.blog-entry__illustration-wrapper .blog-entry__date {
    position: absolute;
    left: 10%;
    top: 0;
    padding: 0.5em 1em;
    z-index: 1
}

.blog-entry__illustration-wrapper .blog-entry__date .day,
.blog-entry__illustration-wrapper .blog-entry__date .month {
    display: block
}

.slider--align-top .slick-slide {
    vertical-align: top
}

.blog-entry_event-slider .blog-entry__text {
    margin-bottom: 7px !important
}

.blog-entry_event-slider .btn {
    margin-top: 12px
}

@media (min-width: 768px) {
    .blog-entry__content:not(: first-child) {
        padding-left: 5px
    }
    .blog-list__title {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .blog-list__title__link {
        margin: 0
    }
}

.blog-list__title {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 1.75em;
    padding-bottom: 0.5em
}

.blog-list__title__text {
    margin-bottom: 0
}

.slider-blog-list:not(.slick-initialized) {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .slider-blog-list .blog-entry__illustration-wrapper {
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .slider-blog-list .blog-entry__illustration-wrapper {
        padding-top: 1em
    }
}

body:not(.no-js) .slider-blog-list>.blog-entry-item:nth-child(n+3) {
    display: none
}

body:not(.no-js) .slider-blog-list .slick-track:first-child:last-child {
    margin-left: 0
}

.blog-entry__actions .more-link {
    margin-top: 0
}

.blog-entry__text:not(:last-child) {
    margin-bottom: 1em
}

.blog-list--vertical .blog-entry {
    margin-bottom: 4em
}

@media (min-width: 768px) {
    .blog-list--vertical .blog-entry__content {
        min-width: 0
    }
    .blog-list--vertical .blog-entry__name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width: 1200px) {
    .grid-events {
        display: flex
    }
    .grid-events::before,
    .grid-events::after {
        display: none
    }
    .grid-events .m-event--filter {
        height: 100%
    }
}

.detail-page__external-link {
    margin-top: 1em;
    text-align: center
}

@media (min-width: 768px) {
    .detail-page__external-link {
        text-align: right
    }
}

.m-newsletter {
    background: #E8E8E8;
    margin: 30px 0
}

.m-newsletter--stripe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto
}

.m-newsletter--stripe-title {
    font-family: "Roboto";
    padding: 31px 0 34px;
    margin-bottom: 0;
    font-size: 3rem;
    flex-grow: 2
}

.m-newsletter--stripe-form {
    height: 40px;
    font-size: 0
}

.m-newsletter--stripe-form input,
.m-newsletter--stripe-form button {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-size: 1.4rem
}

.m-newsletter--stripe-form input {
    border: none;
    padding-left: 15px
}

.m-newsletter--stripe-intro {
    padding-right: 20px
}

@media (max-width: 991px) {
    .m-newsletter--stripe {
        width: 90%;
        padding: 15px 0;
        flex-wrap: wrap;
        justify-content: center
    }
    .m-newsletter--stripe-title {
        flex-grow: unset;
        flex-basis: 100%;
        padding: 0 0 15px;
        text-align: center
    }
    .m-newsletter--stripe-intro {
        padding-right: 10px
    }
}

@media (max-width: 480px) {
    .m-newsletter--stripe-intro {
        padding-bottom: 10px
    }
    .m-newsletter--stripe-form .btn {
        min-width: 1px
    }
}

.awards-grid .column4 .ratio-4-3::before {
    padding-bottom: 100%
}

.rotator-box-item .stripe__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.rotator-box-item .stripe__book-now {
    margin-top: 1em
}

.rotator-box-item .stripe__book-now .lead-rates-price {
    font-weight: bold
}

.rotator-box-item .lead-rates+.btn {
    margin-top: 0.5em
}

.rotator-box-item__content {
    padding: 40px 40px 60px
}

@media (min-width: 1200px) {
    .rotator-box-item__content {
        padding: 45px 30px 0 14px
    }
    .rotator-box-slider--media-right .rotator-box-item__content {
        padding-left: 45px;
        padding-right: 14px
    }
}

.rotator-box-slider {
    position: relative;
    background: #C7C7C7
}

.rotator-box-slider .slider__actions--flat {
    position: absolute;
    bottom: 20px
}

@media (max-width: 1199px) {
    .rotator-box-slider .slider__actions--flat {
        left: 30px
    }
}

@media (min-width: 1200px) {
    .rotator-box-slider .slider__actions--flat {
        bottom: 40px;
        right: 30px
    }
}

@media (min-width: 1200px) {
    .rotator-box-slider.rotator-box-slider--media-right .slider__actions--flat {
        right: 50%
    }
    .rotator-box-slider.rotator-box-slider--media-right[data-text-alignment="left"] .slider__actions--flat {
        left: 40px;
        right: auto
    }
}

.m-newsletter-step {
    margin: 15px 0;
    background: red
}

.m-newsletter-step .row {
    background: yellow
}

.m-newsletter-step--stripe {
    padding: 45px 42px 37px;
    background: #E8E9EC
}

.m-newsletter-step--btn {
    float: right;
    margin: 30px 12px 0 0
}

@media (max-width: 767px) {
    .m-newsletter-step--stripe {
        padding: 20px 0
    }
}

.m-txt-video {
    position: relative;
    margin-bottom: 95px
}

.m-txt-video--link {
    padding-bottom: 26px
}

.m-txt-video--video {
    height: 417px;
    padding-right: 0;
    background-color: #FFF
}

.m-txt-video--social {
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 20px;
    padding-top: 5px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end
}

.m-txt-video--social-item {
    padding: 0 8px
}

@media (max-width: 1199px) {
    .m-txt-video--text {
        margin-bottom: 20px
    }
    .m-txt-video--content {
        padding: 20px 0
    }
    .m-txt-video--link {
        float: left
    }
    .m-txt-video--btn {
        float: right
    }
    .m-txt-video--video {
        height: 407px
    }
}

@media (max-width: 480px) {
    .m-txt-video--video {
        height: 217px
    }
}

@media (max-width: 767px) {
    .text-video .block-with-paginated-slider__side-column .stripe__actions div.stripe__btn__wrap {
        display: flex;
        justify-content: center
    }
    .text-video .block-with-paginated-slider__side-column .stripe__actions div.stripe__btn__wrap a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.m-txt-img {
    position: relative;
    margin-top: 15px;
    margin-bottom: 95px
}

.m-txt-img--link {
    display: block;
    padding-bottom: 26px
}

.m-txt-img--video {
    height: 417px;
    padding-right: 0;
    background-color: #FFF
}

.m-txt-img--img {
    position: relative;
    height: 417px
}

.m-txt-img--imgItem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 15px;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.m-txt-img--wrapBottom {
    position: absolute;
    left: 0;
    right: 15px;
    bottom: -35px
}

.m-txt-img--social {
    float: left;
    height: 25px;
    padding-top: 5px;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end
}

.m-txt-img--social-item {
    padding: 0 8px
}

.m-txt-img--social-item:first-child {
    padding-left: 0;
    border-right: 1px solid #383838
}

.m-txt-img--social-item_tripadvisor svg {
    width: 1.5em
}

.m-txt-img--social-item_google svg {
    width: 1.3em
}

.m-txt-img--currentImg {
    float: right;
    padding-top: 5px;
    color: #383838
}

.m-txt-img--currentImg span {
    padding: 0 5px
}

.m-txt-img--currentImg .icon {
    cursor: pointer
}

.img-left .m-txt-img--img {
    float: left
}

.img-left .m-txt-img--imgItem {
    left: 15px
}

.img-left .m-txt-img--wrapBottom {
    left: 15px
}

.img-left .m-txt-img--text {
    float: right;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 1199px) {
    .m-txt-img--text {
        margin-bottom: 20px;
        padding-right: 20px
    }
    .m-txt-img--title {
        margin-top: 10px
    }
    .m-txt-img--content {
        padding: 20px 0
    }
    .m-txt-img--link {
        float: left
    }
    .m-txt-img--btn {
        float: right
    }
    .m-txt-img--video,
    .m-txt-img--img {
        height: 407px
    }
}

@media (max-width: 991px) {
    .m-txt-img.img-left .m-txt-img--text {
        float: none
    }
    .m-txt-img.img-left .m-txt-img--img {
        float: none
    }
}

@media (max-width: 480px) {
    .m-txt-img--video,
    .m-txt-img--img {
        height: 217px
    }
    .m-txt-img--social-item {
        display: none
    }
    .m-txt-img--social-item:first-child {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .text-image .block-with-paginated-slider__side-column .stripe__actions div.stripe__btn__wrap {
        display: flex;
        justify-content: center
    }
    .text-image .block-with-paginated-slider__side-column .stripe__actions div.stripe__btn__wrap a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.block-with-paginated-slider__side-column {
    padding-bottom: 30px
}

.text-map .stripe__text p:last-of-type {
    margin-bottom: 0
}

.text-map .more-link {
    margin-top: 0
}

.text-map .m-event--filterPart-wrapInfo {
    border-left: 1px solid #333
}

[dir="rtl"] .text-map .m-event--filterPart-wrapInfo {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
    padding-left: 1px;
    margin-left: 0;
    border-left: 0px
}

.contact-details-container .email-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contact-details-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }
    .contact-details-container .m-event--filterPart-wrap:not(:last-child) {
        margin-right: 5px
    }
}

.m-filters {
    background: #FAFAFA
}

.js-filter-container .js-filter-results {
    transition: opacity 0.3s
}

.js-filter-container.is-loading .js-filter-results {
    opacity: 0.3
}

.m-page-detail {
    margin-top: 15px
}

.m-page-detail--nav {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #BBBEC5
}

.m-page-detail--navBack,
.m-page-detail--navPrev,
.m-page-detail--navNext {
    display: inline-block;
    padding: 15px;
    cursor: pointer
}

.m-page-detail--navContent {
    float: right;
    display: inline-block
}

.m-page-detail--navPrev {
    padding-right: 0
}

.m-page-detail--navPrev:after {
    content: " |"
}

.m-page-detail--navNext {
    padding-left: 0
}

.m-page-detail--content {
    margin-bottom: 24px
}

.m-page-detail--facilities {
    color: #fff;
    margin-bottom: 58px
}

.m-page-detail--facilitiesTitle {
    margin-top: 50px
}

.m-page-detail--facilitiesList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    padding: 40px 20px 30px;
    background-color: #BBBEC5
}

.m-page-detail--facilitiesItem {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
    margin-bottom: 20px
}

.m-page-detail--facilitiesItem_svg {
    width: 40px;
    padding: 10px 0 7px;
    text-align: center;
    background-color: #E2E2E2;
    border-radius: 50%
}

.m-page-detail--facilitiesItem_expl {
    width: 80%;
    padding-left: 15px
}

.m-page-detail--download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #BBBEC5;
    border-bottom: 1px solid #BBBEC5;
    padding-bottom: 20px
}

.m-page-detail--downloadItem {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
    padding-top: 20px
}

.m-page-detail--downloadItem .icon {
    width: 40px
}

.m-page-detail--downloadItemAlt {
    width: 80%
}

@media (max-width: 1024px) {
    .m-page-detail--facilitiesItem {
        width: 100%
    }
    .m-page-detail--download {
        padding-bottom: 0
    }
    .m-page-detail--downloadItem {
        width: 100%
    }
}

@media (max-width: 480px) {
    .m-page-detail--navBack,
    .m-page-detail--navPrev,
    .m-page-detail--navNext {
        padding: 8px
    }
    .m-page-detail--navPrev:after {
        content: none
    }
    .m-page-detail--navContent {
        display: flex;
        justify-content: space-between;
        float: none;
        background: rgba(0, 0, 0, 0.2)
    }
    .m-page-detail--text .m-content-object--footer-price {
        flex-basis: 100%;
        text-align: center
    }
    .m-page-detail--facilitiesList {
        padding: 40px 20px 30px 50px
    }
}

.breadcrumb-container+.m-introduction {
    padding-top: 35px
}

@media (min-width: 1200px) {
    .m-introduction[data-text-alignment="left"] .m-introduction--button {
        justify-content: flex-end
    }
    .m-introduction[data-text-alignment="left"] .m-introduction--content,
    .m-introduction[data-text-alignment="right"] .m-introduction--content {
        margin-bottom: 0
    }
    .m-introduction[data-text-alignment="center"] .m-introduction--button {
        justify-content: center
    }
}

.m-introduction--title {
    margin-top: 0;
    margin-bottom: 20px
}

.m-introduction--subtitle {
    margin-top: 0;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .m-introduction--button {
        display: flex;
        align-items: center
    }
}

.m-introduction--content {
    margin-bottom: 28px
}

.m-introduction--video.top {
    margin-bottom: 30px
}

.m-introduction--video.bottom {
    margin-top: 30px
}

@media (max-width: 1199px) {
    .m-introduction--video.left {
        margin-bottom: 30px
    }
    .m-introduction--video.right {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .m-introduction .m-introduction--button a {
        max-width: 100%;
        white-space: normal
    }
}

@media (max-width: 1199px) {
    .m-introduction--button {
        width: 100%
    }
    .m-introduction[data-text-alignment="center"] .m-introduction--button {
        justify-content: center
    }
    .m-introduction[data-text-alignment="right"] .m-introduction--button {
        justify-content: flex-end
    }
}

.accordion__panel+.accordion__panel {
    margin-top: 2px
}

.accordion__panel__heading {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    color: #fff
}

.accordion__panel__heading .btn-link {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 15px 50px 15px 20px
}

.accordion__panel__heading__icon {
    position: absolute;
    right: 1.25em;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 300ms
}

.accordion__panel__heading__icon svg {
    display: block;
    transition: transform 300ms
}

.active .accordion__panel__heading__icon svg {
    transform: rotate(-180deg)
}

.js-loading .accordion__panel__heading__icon,
.no-js .accordion__panel__heading__icon {
    opacity: 0
}

.accordion__panel__body {
    background-color: #fdfdfd;
    display: none
}

.js-loading .accordion.accordion--open-first .accordion__panel:first-child .accordion__panel__body {
    display: block
}

.accordion__panel__body.active,
.no-js .accordion__panel__body {
    display: block
}

@media (max-width: 767px) {
    .accordion .accordion__panel .accordion__panel__body .col-content .stripe__actions div a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.tabs__head {
    margin-bottom: -1px
}

.tabs__nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.tabs__nav li {
    display: inline-block
}

.tabs__nav li+li {
    margin-left: 20px
}

.tabs__nav__link {
    display: inline-block;
    padding: 15px 40px;
    background-color: #F8F9F9;
    border: 1px solid #AFB2B3;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400
}

.tabs__nav__link.active {
    background-color: white;
    border-bottom-color: white
}

.tabs__body {
    border: 1px solid #AFB2B3
}

.tab__panel {
    display: none
}

.js-loading .tab__panel:first-child {
    display: block
}

.no-js .tab__panel,
.tab__panel.active {
    display: block
}

@media (max-width: 767px) {
    .tabs .tabs__body .tab__panel.panel__body .col-content .stripe__actions div.stripe__btn__wrap {
        display: flex;
        justify-content: center
    }
    .tabs .tabs__body .tab__panel.panel__body .col-content .stripe__actions div.stripe__btn__wrap a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.m-gallery--list.column4 .col-xs-4 {
    width: 25%
}

@media (max-width: 1199px) {
    .m-gallery--list.column4 .col-xs-4 {
        width: 50%
    }
}

.m-gallery--list.column2 .col-xs-4 {
    width: 50%
}

@media (max-width: 767px) {
    .m-gallery--list.column3 .col-xs-4 {
        width: 50%
    }
}

.m-gallery--item {
    margin-bottom: 30px
}

.m-gallery--itemContent {
    position: relative
}

.m-gallery--itemCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 5.5em;
    overflow: hidden;
    padding: 0.5em 1em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 1.3
}

.m-gallery--itemCaption p {
    margin-bottom: 0
}

@media (min-width: 767px) and (max-width: 1199px) {
    .m-gallery--itemCaption {
        max-height: 6em;
        padding: 5px 10px
    }
}

@media (max-width: 767px) {
    .m-gallery--itemCaption {
        max-height: 6em;
        padding: 5px 10px
    }
}

.m-gallery-grid--item,
.m-gallery-grid--item-width2 {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 50%
}

@media (min-width: 768px) {
    .m-gallery-grid--item,
    .m-gallery-grid--item-width2 {
        height: 200px
    }
}

@media (min-width: 1200px) {
    .m-gallery-grid--item,
    .m-gallery-grid--item-width2 {
        height: 300px
    }
}

@media (min-width: 768px) {
    .m-gallery-grid--item.is-tall,
    .m-gallery-grid--item-width2.is-tall {
        height: 420px
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .m-gallery-grid--item.is-tall,
    .m-gallery-grid--item-width2.is-tall {
        height: 423px
    }
}

@media (min-width: 1200px) {
    .m-gallery-grid--item.is-tall,
    .m-gallery-grid--item-width2.is-tall {
        height: 629px
    }
}

.m-gallery-grid--sizer,
.m-gallery-grid--item {
    width: 48%
}

.m-gallery-grid--sizer {
    margin-left: 4%
}

.m-gallery-grid--item {
    display: block;
    margin-bottom: 4%
}

.m-gallery-grid--no-margins .m-gallery-grid--sizer,
.m-gallery-grid--no-margins .m-gallery-grid--item {
    width: 50%
}

.m-gallery-grid--no-margins .m-gallery-grid--item {
    margin-bottom: 0
}

.m-gallery-grid--no-margins .m-gallery-grid--sizer {
    margin-left: 0
}

@media (min-width: 768px) {
    .m-gallery-grid--item,
    .m-gallery-grid--sizer {
        width: 31.6%
    }
    .m-gallery-grid--item {
        display: block;
        margin-bottom: 18px
    }
    .m-gallery-grid--sizer {
        margin-left: 18px
    }
}

@media (min-width: 768px) and (min-width: 991px) and (max-width: 1199px) {
    .m-gallery-grid--item {
        margin-bottom: 23px
    }
    .m-gallery-grid--sizer {
        margin-left: 23px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .m-gallery-grid--item {
        margin-bottom: 29px
    }
    .m-gallery-grid--sizer {
        margin-left: 29px
    }
}

@media (min-width: 768px) {
    .m-gallery-grid--item-width2 {
        width: 65.8%
    }
    .m-gallery-grid--no-margins .m-gallery-grid--item,
    .m-gallery-grid--no-margins .m-gallery-grid--sizer {
        width: 33.3%
    }
    .m-gallery-grid--no-margins .m-gallery-grid--item {
        margin-bottom: 0
    }
    .m-gallery-grid--no-margins .m-gallery-grid--item.is-tall {
        height: 400px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .m-gallery-grid--no-margins .m-gallery-grid--item.is-tall {
        height: 600px
    }
}

@media (min-width: 768px) {
    .m-gallery-grid--no-margins .m-gallery-grid--sizer {
        margin-left: 0
    }
    .m-gallery-grid--no-margins .m-gallery-grid--item-width2 {
        width: 66.66667%
    }
}

.gallery-filters {
    background: #F4F4F4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.125em
}

.gallery-filters .btn-link {
    padding: .5em 1em;
    color: inherit;
    text-transform: inherit
}

.gallery-filters .btn-link:hover,
.gallery-filters .btn-link:focus {
    text-decoration: none
}

.gallery-filters .btn-link.active {
    color: gray
}

.gallery___full-screen .gallery___wrapper {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    overflow: hidden;
    height: 56vh;
    background-color: #F4F4F4
}

.gallery___full-screen .gallery___wrapper.gallery___show {
    opacity: 1
}

.gallery___full-screen .gallery___wrapper .slick-slide>div {
    height: 100%
}

.gallery___full-screen .gallery___wrapper .slick-prev,
.gallery___full-screen .gallery___wrapper .slick-next {
    color: #ffffff
}

.gallery___full-screen .gallery___wrapper .slick-prev {
    left: 1rem
}

.gallery___full-screen .gallery___wrapper .slick-next {
    right: 1rem
}

.gallery___full-screen .gallery___wrapper .gallery___item {
    width: 100vw;
    height: 56vh
}

.gallery___full-screen .gallery___wrapper .gallery___item-content {
    width: 100%;
    height: 100%
}

.gallery___full-screen .gallery___wrapper .gallery___item-image {
    width: 100%;
    height: 100%
}

.gallery___full-screen .gallery___wrapper .gallery___item picture {
    width: 100%;
    height: 100%;
    display: block
}

.gallery___full-screen .gallery___wrapper .gallery___item img {
    position: absolute;
    width: calc(100% + 1px);
    min-height: calc(100% + 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover
}

.gallery___full-screen .gallery___wrapper .gallery___item img:focus {
    outline: 0
}

.gallery___full-screen .gallery___wrapper .gallery___item .gallery___item-video picture {
    display: none
}

.gallery___full-screen .gallery___wrapper .gallery___item .gallery___item-video iframe {
    width: 100%;
    height: 100%
}

.gallery___full-screen .gallery___wrapper .gallery___item .gallery___item-video svg {
    display: none
}

.gallery___full-screen .gallery___wrapper .gallery___item .gallery__item-caption {
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 1;
    bottom: 30px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px
}

.gallery___full-screen .gallery___wrapper .gallery___item .gallery__item-caption .gallery___content-title,
.gallery___full-screen .gallery___wrapper .gallery___item .gallery__item-caption .gallery___content--subtitle {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.gallery___full-screen .gallery___wrapper .gallery___item .gallery__item-caption .gallery___content-btn {
    margin-top: 25px
}

.gallery___full-screen .gallery___wrapper-mini {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 100%
}

.gallery___full-screen .gallery___wrapper-mini.gallery___show {
    opacity: 1
}

.gallery___full-screen .gallery___wrapper-mini .slick-prev,
.gallery___full-screen .gallery___wrapper-mini .slick-next {
    color: #fff
}

.gallery___full-screen .gallery___wrapper-mini .slick-track {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    margin-left: auto
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item {
    position: relative;
    overflow: hidden;
    padding: 0 .25rem
}

@media (min-width: 768px) {
    .gallery___full-screen .gallery___wrapper-mini .gallery___item {
        padding: 0 .5rem
    }
}

@media (min-width: 1200px) {
    .gallery___full-screen .gallery___wrapper-mini .gallery___item {
        padding: 0 .75rem
    }
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item-content {
    width: 100%;
    height: 100%
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item-image {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item picture {
    display: block;
    position: relative
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 74.40476%
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item img:focus {
    outline: 0
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item .gallery___item-video iframe {
    display: none
}

.gallery___full-screen .gallery___wrapper-mini .gallery___item .gallery___item-video svg {
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.8;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    z-index: 1
}

@media (min-width: 768px) {
    .gallery___full-screen .gallery___wrapper-mini .gallery___item .gallery___item-video svg {
        width: 3em;
        height: 3em
    }
}

@media (min-width: 1200px) {
    .gallery___full-screen .gallery___wrapper-mini .gallery___item .gallery___item-video svg {
        width: 80px;
        height: 80px
    }
}

.gallery___full-screen .gallery___wrapper-mini .slick-current .gallery___item picture:before {
    padding-top: 80.35714%
}

.gallery___full-screen .gallery___navigation {
    width: 100%;
    display: flex;
    background-color: #F4F4F4;
    flex-direction: column
}

.gallery___full-screen .gallery___navigation-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative
}

@media (max-width: 1199px) {
    .gallery___full-screen .gallery___navigation-wrapper {
        padding-right: 11px;
        padding-left: 11px;
        width: 100%;
        min-height: 3em
    }
}

.gallery___full-screen .gallery___navigation .gallery___filter-by {
    justify-self: flex-start
}

@media (max-width: 1199px) {
    .gallery___full-screen .gallery___navigation .gallery___filter-by {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.gallery___full-screen .gallery___navigation .gallery___slide-nav {
    justify-self: flex-end;
    margin-right: 0;
    margin-left: auto
}

@media (max-width: 1199px) {
    .gallery___full-screen .gallery___navigation .gallery___slide-nav {
        position: absolute;
        right: 11px;
        top: 1.3rem
    }
}

.gallery___full-screen .gallery___filter-by {
    display: flex;
    text-transform: uppercase;
    align-items: flex-start;
    flex-direction: column
}

@media (max-width: 1199px) {
    .gallery___full-screen .gallery___filter-by {
        width: 100%
    }
}

.gallery___full-screen .gallery___filter-by .gallery___filter-title {
    color: #fff;
    display: flex;
    align-items: flex-start
}

.gallery___full-screen .gallery___filter-by .gallery___filter-title button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-left: .5rem;
    line-height: 2rem
}

.gallery___full-screen .gallery___filter-by .form-group {
    display: none;
    min-width: 18em;
    margin-bottom: 0
}

.gallery___full-screen .gallery___filter-by .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4rem
}

@media (max-width: 1199px) {
    .gallery___full-screen .gallery___filter-by.active>div {
        margin-bottom: 1rem
    }
    .gallery___full-screen .gallery___filter-by.active .form-group {
        display: flex;
        flex-grow: 1;
        width: 100%;
        flex-direction: column
    }
}

.gallery___full-screen .gallery___slide-nav {
    display: flex
}

.gallery___full-screen .gallery___slide-nav button:hover {
    color: #ccc
}

.gallery___full-screen .gallery___slide-prev-next {
    display: flex
}

.gallery___full-screen .gallery___slide-prev-next .slider__actions--flat {
    display: none;
    padding-top: 0
}

.gallery___full-screen .gallery___slide-prev-next .slider__actions--flat .slick-custom-pagination {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.25em;
    align-items: center;
    display: flex
}

.gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge .icon___expand {
    height: 1em;
    width: 1em
}

.gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge .icon___expand g {
    fill: #fff
}

.gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge:hover .icon___expand g {
    fill: #ccc
}

.gallery___full-screen .gallery___mini-slide {
    background-color: #7a7a7a;
    width: 100%;
    position: relative;
    padding-top: .70rem;
    height: 100%
}

@media (min-width: 1200px) {
    .gallery___full-screen .gallery___wrapper {
        height: 63vh
    }
    .gallery___full-screen .gallery___wrapper .slick-arrow {
        display: none !important
    }
    .gallery___full-screen .gallery___wrapper .gallery___item {
        height: 63vh
    }
    .gallery___full-screen .gallery___navigation-wrapper {
        align-items: center;
        height: 6rem
    }
    .gallery___full-screen .gallery___navigation .gallery___slide-nav {
        height: 100%;
        min-height: 6rem
    }
    .gallery___full-screen .gallery___filter-by {
        flex-grow: 2;
        align-items: center;
        flex-direction: row
    }
    .gallery___full-screen .gallery___filter-by>div {
        margin-right: 1.5rem
    }
    .gallery___full-screen .gallery___filter-by .gallery___filter-title button {
        display: none
    }
    .gallery___full-screen .gallery___filter-by .form-group {
        display: block
    }
    .gallery___full-screen .gallery___slide-prev-next .slider__actions--flat {
        display: none;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        margin-right: 1rem
    }
    .gallery___full-screen .gallery___slide-prev-next .slider__actions--flat .slick-arrow {
        font-size: 1.5em
    }
    .gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge {
        position: relative;
        padding: 0 2rem;
        font-size: 1.75em
    }
    .gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge::before,
    .gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge::after {
        content: "";
        background-color: #fff;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
    .gallery___full-screen .gallery___slide-prev-next .gallery___slide-enlarge::after {
        right: 0;
        left: auto
    }
}

.gallery___full-screen .gallery___slide-reduce {
    display: none
}

.gallery___fullscreen-enabled {
    height: 100vh;
    overflow: hidden
}

.gallery___fullscreen-enabled .gallery___full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___wrapper {
    height: 95vh
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___wrapper .slick-list {
    height: 95vh !important
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___wrapper .gallery___item {
    height: 95vh
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___wrapper .gallery___item picture {
    display: flex;
    justify-content: center
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___wrapper .gallery___item .gallery___item-video picture {
    display: none
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___slide-reduce {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.5em
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___slide-reduce g {
    fill: #fff
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___navigation {
    position: fixed;
    bottom: 0
}

.gallery___fullscreen-enabled .gallery___full-screen .gallery___navigation .gallery___mini-slide {
    position: fixed;
    top: 100vh
}

[dir="rtl"] .gallery___full-screen .gallery___wrapper .slick-prev {
    left: auto;
    right: 1rem;
    transform: rotate(180deg)
}

[dir="rtl"] .gallery___full-screen .gallery___wrapper .slick-next {
    right: auto;
    left: 1rem;
    transform: rotate(180deg)
}

[dir="rtl"] .gallery___full-screen .gallery___wrapper-mini .slick-track {
    margin-right: auto;
    margin-left: 0;
    justify-content: flex-start
}

[dir="rtl"] .gallery___full-screen .gallery___navigation .gallery___slide-nav {
    margin-left: 0;
    margin-right: auto;
    justify-self: flex-start
}

@media (max-width: 1199px) {
    [dir="rtl"] .gallery___full-screen .gallery___navigation .gallery___slide-nav {
        left: 11px;
        right: auto;
        top: 1rem
    }
}

[dir="rtl"] .gallery___full-screen .gallery___filter-by .gallery___filter-title button {
    margin-right: .5rem
}

[dir="rtl"] .gallery___full-screen .gallery___filter-by .form-group .select-wrapper:after {
    right: auto;
    left: 12px
}

[dir="rtl"] .gallery___full-screen .gallery___filter-by .form-group .select2-container--default.select2-container:after {
    right: auto;
    left: 30px
}

[dir="rtl"] .gallery___fullscreen-enabled .gallery___full-screen .gallery___slide-reduce {
    left: 2rem;
    right: auto
}

.hotel-offer--list {
    display: flex;
    flex-wrap: wrap
}

.hotel-offer--item {
    padding-bottom: 25px;
    flex-grow: 1
}

@media (min-width: 768px) {
    .hotel-offer--item {
        display: flex
    }
}

@media (min-width: 1200px) {
    .hotel-offer--item {
        width: 50%;
        padding-left: 12.5px;
        padding-right: 12.5px
    }
}

.hotel-offer--item:nth-child(odd) {
    padding-left: 0
}

.hotel-offer--item:nth-child(even) {
    padding-right: 0
}

.hotel-offer--illustration {
    position: relative;
    height: 290px
}

@media (max-width: 1200px) {
    .hotel-offer--illustration {
        height: 290px
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .hotel-offer--illustration {
        height: 380px
    }
}

.hotel-offer--illustration img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hotel-offer--name {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0px;
    padding: 0 20px;
    line-height: 1.3em;
    color: white;
    font-size: 1.667em;
    font-family: "Roboto"
}

@media (max-width: 768px) {
    .hotel-offer--name {
        font-size: 1.923em
    }
}

.hotel-offer--illustration,
.hotel-offer--content {
    width: 50%
}

@media (max-width: 768px) {
    .hotel-offer--illustration,
    .hotel-offer--content {
        width: 100%
    }
}

.hotel-offer--content {
    padding: 25px 20px 95px 20px
}

.hotel-offer--content-offer {
    display: flex
}

.hotel-offer--content {
    position: relative;
    background-color: #ebebeb
}

.hotel-offer--content-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.hotel-offer--content-footer .sub-info {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: 400
}

.hotel-offer--content-footer .item {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 8px
}

.hotel-offer--content-footer .item:first-child {
    border-left: none
}

.hotel-offer--content-footer .bar {
    display: flex
}

.hotel-offer--content-footer .icon {
    color: #333;
    width: 1em;
    height: 1em
}

.hotel-offer--content-footer .btn {
    margin-left: auto;
    min-width: 170px
}

.dialog-overlay--lightbox {
    background-color: black;
    opacity: 0.8
}

.dialog-overlay--lightbox .dialog-close {
    color: white
}

.dialog-content--lightbox {
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: white;
    max-height: 90%;
    max-width: 800px;
    overflow: hidden
}

@media (max-height: 700px) {
    .dialog-content--lightbox {
        max-width: 700px
    }
}

@media (max-height: 600px) {
    .dialog-content--lightbox {
        max-width: 500px
    }
}

@media (max-width: 767px) {
    .dialog-content--lightbox {
        max-width: 100vw
    }
}

.dialog-content--lightbox .loader {
    margin: auto;
    border-left-color: rgba(255, 255, 255, 0.3)
}

.video-watermark {
    height: 100%
}

.video-watermark svg {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.8;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7))
}

@media (max-width: 767px) {
    .video-watermark svg {
        width: 40px;
        height: 40px
    }
}

.slider-lightbox img {
    max-width: 100%;
    max-height: 70vh;
    display: block;
    margin: auto
}

.slider-lightbox__image-container .slider-lightbox__video-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.slider-lightbox__image-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider-lightbox .download-link {
    font-size: 1.065em
}

.fadeincss {
    animation: fadeincss 300ms
}

@keyframes fadeincss {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.m-capacity-chart {
    display: none;
    padding-bottom: 60px
}

.m-capacity-chart.show-me {
    display: block
}

.m-capacity_desktab {
    width: 100%
}

.m-capacity_desktab--tableWrapper {
    overflow-x: auto
}

.m-capacity_desktab th,
.m-capacity_desktab td {
    padding: 20px 0;
    text-align: center;
    border: 1px solid #F4F4F4
}

.m-capacity_desktab td {
    border: 1px solid #F4F4F4;
    color: #333
}

.m-capacity_desktab th {
    font-weight: 500
}

.m-capacity_desktab th .icon {
    font-size: 35px;
    color: #fff
}

.m-capacity_desktab th .icon.hideIcon {
    opacity: 0
}

.m-capacity_desktab th .p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0
}

.m-capacity_desktab thead tr th {
    padding: 15px 10px;
    background: #F4F4F4;
    border: 1px solid #F4F4F4
}

.m-capacity_desktab thead tr th:nth-of-type(1) {
    width: 20%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-capacity_desktab th,
    .m-capacity_desktab td {
        padding: 10px
    }
    .m-capacity_desktab th .p {
        display: none
    }
}

@media (max-width: 767px) {
    .m-capacity_desktab {
        display: none
    }
}

.m-capacity_mobile {
    display: none
}

@media (max-width: 767px) {
    .m-capacity_mobile {
        display: block
    }
    .m-capacity_mobile--itemHead {
        background-color: #F4F4F4
    }
    .m-capacity_mobile--itemHead--title {
        color: #fff;
        width: 100%;
        text-align: left;
        background-color: transparent;
        border: none;
        display: block;
        padding: 15px 20px
    }
    [dir="rtl"] .m-capacity_mobile--itemHead--title {
        text-align: right
    }
    .m-capacity_mobile--itemHead--arrow {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(50%);
        transition: opacity 300ms;
        float: right
    }
    [dir="rtl"] .m-capacity_mobile--itemHead--arrow {
        float: left
    }
    .m-capacity_mobile--itemBody {
        padding: 0;
        background-color: transparent
    }
    .m-capacity_mobile--itemBody--infos {
        padding: 15px;
        margin: 0;
        background-color: transparent;
        text-align: center;
        color: #333;
        border: 1px solid #F4F4F4
    }
    .m-capacity_mobile--itemBody--infos_name,
    .m-capacity_mobile--itemBody--infos_val {
        color: #333
    }
    .m-capacity_mobile--itemBody--tableWrapper {
        overflow-x: auto
    }
    .m-capacity_mobile--itemBody--tableWrapper table {
        width: 100%;
        margin-top: 2px
    }
    .m-capacity_mobile--itemBody--tableWrapper thead tr th {
        background-color: #FFF;
        border-top: 1px solid #F4F4F4;
        border-left: 1px solid #F4F4F4;
        border-right: 1px solid #F4F4F4;
        cursor: pointer
    }
    .m-capacity_mobile--itemBody--tableWrapper thead tr th.active {
        border-top: 3px solid #F4F4F4;
        border-left: 3px solid #F4F4F4;
        border-right: 3px solid #F4F4F4
    }
    .m-capacity_mobile--itemBody--tableWrapper th,
    .m-capacity_mobile--itemBody--tableWrapper td {
        min-width: 40px;
        padding: 7px 0;
        text-align: center;
        border: 1px solid #F4F4F4;
        color: #333
    }
    .m-capacity_mobile--itemBody--tableWrapper th .icon {
        height: 25px;
        width: 25px
    }
    .m-capacity_mobile--itemBody--tableWrapper td.active {
        border-bottom: 3px solid #F4F4F4;
        border-left: 3px solid #F4F4F4;
        border-right: 3px solid #F4F4F4
    }
    .m-capacity_mobile--itemBody--headName {
        display: none
    }
}

.m-event {
    display: flex;
    justify-content: space-between;
    margin: 0
}

.m-event--header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2
}

.m-event--header-title {
    font-size: 3rem;
    margin: 0
}

.m-event--list {
    width: 75%;
    order: 1;
    margin-top: 20px
}

.m-event--list-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.m-event--list-link {
    margin-bottom: 10px
}

.m-event--list_noFilter {
    width: 100%
}

.m-event--filter {
    padding: 15px 15px 30px 20px;
    background: #F4F4F4;
    color: #fff;
    margin-bottom: 3.5em
}

.m-event--filter .h1,
.m-event--filter .h2,
.m-event--filter .h3,
.m-event--filter .h4,
.m-event--filter .h5 {
    color: inherit
}

.m-event--filterPart {
    margin-bottom: 45px
}

.m-event--filterPart:last-child {
    margin-bottom: 0
}

.m-event--filterPart-subtitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400
}

.m-event--filterPart-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.m-event--filterPart-wrapInfo {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff
}

.m-event--filterPart-wrapInfo p {
    margin-bottom: 0
}

.m-event--filterPart-list {
    list-style-type: none;
    padding-left: 0
}

.m-event--filterPart-listItem {
    padding: 12px 0 10px 10px;
    border-bottom: 1px solid
}

[dir="rtl"] .m-event--filterPart-listItem {
    padding: 12px 10px 10px 0
}

[dir="rtl"] .m-event--filterPart-list {
    padding-inline-start: 0
}

.m-event--filterPart .m-link-list--link {
    width: 100%;
    padding: 10px 0 10px 15px
}

.m-event--calendar-filter {
    padding: 15px;
    background: #F4F4F4;
    color: #fff;
    margin-bottom: 3.5em
}

@media (max-width: 1199px) {
    .m-event {
        flex-wrap: wrap
    }
    .m-event--list {
        flex-basis: 100%;
        order: 2;
        margin-top: 50px;
        padding: 0
    }
    .m-event--filter {
        order: 1;
        flex-basis: 100%
    }
}

.m-event--filterPart-wrap .icon {
    flex-shrink: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contact-details-container .m-event--filterPart-wrap {
        align-items: start
    }
    .m-event--filterPart-wrap .icon {
        margin-top: 5px
    }
}

.m-event--item {
    margin: 0;
    padding-right: 30px
}

.m-event--itemIllu {
    display: flex !important;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 30px
}

.m-event--itemIllu-date {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 17px;
    width: 55px;
    height: 60px;
    padding: 8px 15px 8px;
    color: #FFF;
    background: #383838;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 2rem
}

.m-event--itemIllu-date span {
    display: block;
    font-size: 2.4rem
}

.m-event--itemInfo {
    background: transparent;
    padding: 0 3px 0 25px
}

.m-event--itemInfo-author {
    font-size: 13px;
    color: #383838;
    border-bottom: 1px solid #383838;
    margin-bottom: 25px
}

.m-event--itemInfo-header {
    display: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #383838
}

.m-event--itemInfo-headerDate {
    padding: 12px 15px 10px;
    color: #FFF;
    background: #383838;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 2rem
}

.m-event--itemInfo-headerDate span {
    display: inline;
    margin-right: 5px;
    font-size: 2.4rem
}

.m-event--itemInfo-title {
    margin: 0 0 15px;
    line-height: 3rem
}

.m-event--itemInfo-content {
    margin-bottom: 0
}

.m-event--itemInfo-link {
    padding-bottom: 10px;
    padding-top: 14px
}

.m-event--itemInfo-link .more-link {
    margin: 0
}

@media (max-width: 1199px) {
    .m-event--item {
        margin: 0;
        padding-right: 0
    }
    .m-event--itemIllu-date {
        display: none
    }
    .m-event--itemInfo-author {
        display: none
    }
    .m-event--itemInfo-header {
        display: flex;
        align-items: center
    }
    .m-event--itemInfo-headerAuthor {
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .m-event--itemIllu {
        margin: 0
    }
    .m-event--itemInfo {
        padding: 0
    }
    .m-event--itemInfo-link {
        width: 100%;
        margin: 0 0 30px;
        text-align: right
    }
    .m-event--itemInfo-link .more-link {
        margin: 0
    }
}

.m-event--item_noPic {
    padding-right: 30px
}

.m-event--item_noPic .m-event--itemInfo {
    padding: 0 0 25px 0
}

.m-event--item_noPic .m-event--itemInfo-header {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #383838
}

.m-event--item_noPic .m-event--itemInfo-headerDate {
    padding: 12px 15px 10px;
    color: #FFF;
    background: #383838;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 2rem
}

.m-event--item_noPic .m-event--itemInfo-headerDate span {
    display: inline;
    margin-right: 5px;
    font-size: 2.4rem
}

.m-event--item_noPic .m-event--itemInfo-headerAuthor {
    padding: 10px;
    font-size: 13px
}

@media (max-width: 768px) {
    .m-event--item_noPic {
        margin: 0;
        padding-right: 0
    }
}

.m-event--filter label.checkbox-radio-text {
    margin: 0;
    display: block
}

.m-event--filter label.checkbox-radio-text input[type="radio"]:checked ~ .label,
.m-event--filter label.checkbox-radio-text input[type="radio"]:focus ~ .label,
.m-event--filter label.checkbox-radio-text input[type="checkbox"]:checked ~ .label,
.m-event--filter label.checkbox-radio-text input[type="checkbox"]:focus ~ .label {
    font-weight: bold;
    color: #fff
}

.tabPressed .m-event--filter label.checkbox-radio-text input[type="radio"]:focus ~ .label,
.tabPressed .m-event--filter label.checkbox-radio-text input[type="checkbox"]:focus ~ .label {
    outline: 2px dotted red
}

.m-events-list .popover {
    border-radius: 0;
    z-index: 10000
}

.m-events-list .popover ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0
}

.m-events-list .popover ul li {
    border-bottom: 1px solid black;
    padding: 10px 0
}

.m-events-list .popover ul li:last-child {
    border: none
}

@media (min-width: 768px) {
    .highlight-grid__list[data-text-alignment='left'] .m-content-object--link {
        margin-right: 0;
        margin-left: auto
    }
}

@media (max-width: 1199px) {
    .highlight-grid__list[data-text-alignment='left'] .m-content-object--footer-price {
        text-align: left
    }
}

.highlight-grid__list .m-content-object .m-content-object--infos {
    padding: 20px
}

@media (min-width: 768px) {
    .highlight-grid__list .m-content-object.column1 {
        width: 100%;
        flex-direction: row
    }
    .highlight-grid__list .m-content-object.column1 .m-content-object___img {
        width: 50%;
        flex-shrink: 0
    }
    .highlight-grid__list .m-content-object.column1 .m-content-object--infos {
        padding: 20px
    }
    .highlight-grid__list .m-content-object.column2 {
        width: 50%;
        padding: 0 9px
    }
    .highlight-grid__list .m-content-object.column2 .m-content-object--infos {
        padding: 20px
    }
    .highlight-grid__list .m-content-object.column3 {
        width: 33.33%;
        padding: 0 9px
    }
    .highlight-grid__list .m-content-object.column3 .m-content-object--infos {
        padding: 20px
    }
    .highlight-grid__list .m-content-object.column4 {
        width: 50%;
        padding: 0 9px
    }
    .highlight-grid__list .m-content-object.column4 .m-content-object--infos {
        padding: 20px
    }
    .highlight-grid__list .m-content-object.column4 .m-content-object--footer-price {
        display: flex;
        align-items: baseline
    }
    .highlight-grid__list .m-content-object.column4 .m-content-object--footer-price .lead-rates-price {
        margin: 0 0.25em
    }
    .highlight-grid__list .m-content-object.column4 .btn {
        min-width: 0;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .highlight-grid__list .m-content-object.column1 {
        align-items: center
    }
    .highlight-grid__list .m-content-object.column1 .m-content-object___img {
        width: 33%;
        padding: 60px
    }
    .highlight-grid__list .m-content-object.column1 .m-content-object--infos {
        display: flex;
        align-items: center;
        height: 100%;
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        padding-left: 0;
        padding-right: 0;
        padding: 0
    }
    .highlight-grid__list .m-content-object.column1 .m-content-object--infos .m-content-object__content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
    .highlight-grid__list .m-content-object.column1 .highlight-grid__price {
        width: 25%;
        min-width: 230px;
        flex-shrink: 0;
        flex-grow: 0;
        margin: 0;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    [dir='ltr'] .highlight-grid__list .m-content-object.column1 .highlight-grid__price {
        border-left: 1px solid #707070
    }
    [dir='rtl'] .highlight-grid__list .m-content-object.column1 .highlight-grid__price {
        border-right: 1px solid #707070
    }
    .highlight-grid__list .m-content-object.column1 .highlight-grid__price .m-content-object--footer-price {
        flex: 0 1 auto
    }
    .highlight-grid__list .m-content-object.column4 {
        width: 25%
    }
}

.highlight-grid__price {
    padding: 0
}

@media (min-width: 1200px) {
    .highlight-grid__price {
        justify-content: center
    }
    .highlight-grid__price .m-content-object--footer-price {
        flex: 1 1 auto
    }
    [dir='ltr'] .highlight-grid__price .m-content-object--footer-price {
        text-align: left
    }
    [dir='rtl'] .highlight-grid__price .m-content-object--footer-price {
        text-align: right
    }
}

@media (max-width: 1199px) {
    .highlight-grid__price {
        display: block
    }
    .highlight-grid__price .m-content-object--footer-price {
        text-align: center;
        font-size: 12px
    }
    .highlight-grid__price .lead-rates-price {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .highlight-grid__price a.btn {
        max-width: 100%;
        white-space: normal
    }
}

.m-detail {
    margin-top: 40px
}

.m-detail--contact,
.m-detail--schedule {
    padding: 20px 0
}

.m-detail--contact,
.m-detail--schedule {
    padding-left: 25px
}

.m-detail--contact {
    border-top: 1px solid #ccc
}

.m-detail--contact_address,
.m-detail--contact_phone,
.m-detail--contact_website {
    display: flex;
    align-items: center
}

.m-detail--contact_addressContent,
.m-detail--contact_phoneContent,
.m-detail--contact_websiteContent {
    margin-left: 20px
}

.m-detail--contact_addressContent p,
.m-detail--contact_phoneContent p,
.m-detail--contact_websiteContent p {
    margin: 0
}

.m-detail--schedule {
    border-top: 1px solid #ccc
}

.m-detail--scheduleWrap {
    display: flex
}

.m-detail--scheduleContent {
    margin-left: 20px
}

.m-detail--scheduleContent p {
    margin: 0
}

.m-detail .m-link-list {
    margin-top: 0
}

.m-detail .icon {
    height: 25px;
    width: 18px
}

.m-detail--contact__item+.m-detail--contact__item {
    margin-top: 1.25em
}

.gm-err-container img,
.gm-svpc img {
    width: auto;
    object-fit: fill
}

@media (min-width: 768px) {
    .map-full-width {
        max-height: 450px
    }
}

.infoBox img {
    width: auto;
    height: auto
}

.infoBox>img {
    width: 10px;
    opacity: 0.7;
    top: 10px;
    right: 10px
}

.infoBox .ratio-content img {
    width: 100%;
    height: 100%
}

.map__infowindow__content__col .cms-html-var[data-max-height='120'] {
    max-height: 120px
}

.map__infowindow {
    padding: 25px 20px 20px 25px;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29804)
}

.map__infowindow::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate3d(-50%, 100%, 0);
    border-top-color: #fff !important;
    border: 15px solid transparent
}

.map__infowindow::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate3d(-50%, 100%, 0);
    border-top-color: rgba(255, 255, 255, 0.75) !important;
    border: 15px solid transparent
}

.map__infowindow {
    font-size: 12px;
    line-height: 1.5
}

.map__infowindow.map__infowindow--has-content {
    width: 350px
}

@media (min-width: 1200px) {
    .map__infowindow.map__infowindow--has-content {
        width: 450px
    }
}

@media (min-width: 1200px) {
    .map__infowindow {
        font-size: 13px
    }
}

.map__infowindow__title {
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.map__infowindow__title:last-child {
    margin-bottom: 0
}

.map__infowindow__content {
    display: flex
}

.map__infowindow__content__col--image {
    width: 50%;
    flex-shrink: 0;
    margin-right: 20px
}

.map__infowindow__content__col--text {
    width: 44%
}

.map__infowindow__content__col--text .cms-html-var {
    word-wrap: break-word
}

.map__infowindow .more-link {
    margin-top: 1em
}

.map__infowindow__price-line {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.has-rate .map__infowindow__price-line {
    min-height: 45px
}

.map--simple-infowindow .map__infowindow {
    text-align: center
}

.map--simple-infowindow .si-content-wrapper {
    padding-top: 15px;
    padding-bottom: 14px
}

.map-wrapper .map-cluster {
    height: 40vw;
    min-height: 29em
}

@media (min-width: 1200px) {
    .poi2col__container {
        column-count: 2;
        column-gap: 280px
    }
}

.poi2col__item {
    display: flex
}

.poi2col__item__name {
    max-width: 80%
}

.poi2col__item__distance {
    margin-left: auto
}

.stripe__title-before-block {
    margin-bottom: 1em
}

.widget-container {
    margin-bottom: 1em
}

.widget-item {
    display: flex;
    justify-content: center;
    line-height: 0
}

.filter-hotels-columns__head {
    color: #F4F4F4;
    background: #1A1A1A;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width: 768px) {
    .filter-hotels-columns__head {
        padding: 15px 20px 15px 20px;
        flex-direction: row
    }
}

.filter-hotels-columns__head .select-wrapper {
    position: relative
}

@media (min-width: 768px) {
    .filter-hotels-columns__head .select-wrapper {
        width: 180px
    }
}

.filter-hotels-columns__head .filters-one-line {
    width: 100%;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .filter-hotels-columns__head .filters-one-line {
        width: auto;
        margin-bottom: 0
    }
}

.filter-hotels-columns__head .filter-hotels___view-controls {
    display: flex;
    justify-content: flex-end
}

.filter-hotels-columns__head .filter-hotels___view-controls .filter-hotels___view-btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    background-image: none;
    border: none;
    color: #F4F4F4
}

.filter-hotels-columns__head .filter-hotels___view-controls .filter-hotels___view-btn svg {
    margin-right: 0.5rem
}

.filter-hotels-columns__head .filter-hotels___view-controls .filter-hotels___view-btn svg path {
    fill: #F4F4F4
}

.filters-one-line__item:last-child .form-group {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .filters-one-line {
        display: flex;
        align-items: center
    }
    .filters-one-line .form-group {
        margin-bottom: 0
    }
    .filters-one-line__item {
        margin-right: 20px
    }
}

.filter-hotels-columns__body {
    background: #f7f5ef;
    padding: 30px
}

@media (min-width: 1200px) {
    .filter-hotels-columns__body {
        padding: 55px
    }
}

.filter-hotels__country {
    flex-grow: 1
}

@media (min-width: 768px) {
    .filter-hotels-columns__body {
        display: flex;
        flex-wrap: wrap
    }
    .filter-hotels__hotels.filter-hotels__hotels--two-col {
        display: flex;
        flex-wrap: wrap
    }
    .filter-hotels__hotel {
        flex-basis: 50%
    }
}

.gm-style .gm-style-iw-d {
    max-width: 100% !important;
    max-height: none !important;
    overflow: hidden !important
}

.gm-style .gm-style-iw-c {
    max-width: 100% !important;
    max-height: none !important;
    border-radius: 0;
    padding: 0
}

.gm-style .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important
}

.gm-style .gm-ui-hover-effect img {
    width: 3rem !important;
    height: 3rem !important;
    margin: 0 !important
}

.popup {
    position: relative;
    width: 32em;
    background-color: #F4F4F4;
    color: #fff
}

@media (max-width: 767px) {
    .popup {
        width: 90vw
    }
}

.popup .js-close-infowindow {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    border: 0;
    background-color: transparent
}

.popup .popup__content {
    padding: 15px;
    position: relative
}

.popup .popup__content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #F4F4F4;
    margin: auto;
    z-index: 2
}

.popup .popup__content .popup__title {
    margin-bottom: 10px;
    margin-top: 0
}

.popup .popup__content p,
.popup .popup__content .popup__description {
    font-size: 15px;
    font-family: "Roboto";
    line-height: 24px;
    color: #fff;
    margin-bottom: 0
}

.popup .popup__description {
    max-height: 120px;
    overflow: auto
}

.popup .popup__entry {
    font-size: 15px;
    font-family: "Roboto";
    line-height: 24px
}

.popup .popup__entry a {
    word-break: break-word
}

@media (max-width: 767px) {
    .popup--landing {
        width: 290px;
        transform: none;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
    }
    .popup--landing .popup__content p,
    .popup--landing .popup__content .popup__description,
    .popup--landing .popup__content {
        font-size: 14px
    }
    .popup--landing .popup__content a {
        text-decoration: none
    }
    .popup--landing .popup__content:after {
        content: none
    }
    .popup--landing .popup__actions {
        margin-top: 20px
    }
    .popup--landing .cols {
        display: block
    }
    .popup--landing .col--1of2 {
        max-width: none
    }
}

.m-popup .dialog-content {
    padding: 0
}

.m-popup-wrap {
    background-position: center;
    background-size: cover
}

@media (min-width: 768px) {
    .m-popup-wrap {
        display: flex;
        justify-content: space-between
    }
}

.m-popup-wrap_nopic {
    justify-content: center
}

.m-popup-wrap_nopic .m-popup-wrap--content {
    flex-basis: 100%;
    text-align: center
}

.m-popup-wrap--content {
    padding: 25px
}

@media (min-width: 768px) {
    .m-popup-wrap--content,
    .m-popup-wrap--img {
        flex-basis: 50%
    }
}

.m-popup-wrap--img {
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .m-popup-wrap--img {
        order: -1
    }
}

@media (max-width: 767px) {
    .m-popup-wrap--img {
        height: 240px
    }
}

.m-popup-wrap--img img {
    width: 100%;
    height: 100%
}

.m-popup .h2 {
    margin-bottom: 10px
}

.m-popup .h3 {
    margin-bottom: 20px
}

.m-popup .more-link {
    margin: 5px 0 0
}

.m-popup .stripe-btn-wrapper {
    margin-top: 20px
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    z-index: 9999
}

.cc-window {
    font-size: 13px;
    background: #F4F4F4;
    color: #1A1A1A
}

.cc-window--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.cc-window.cc-static {
    position: static
}

.cc-window {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0 !important
}

.cc-window.cc-floating .cc-window--container {
    padding: 2em
}

@media (max-width: 767px) {
    .cc-window.cc-floating .cc-window--container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cc-window.cc-banner .cc-window--container {
    padding: 1em 0;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: 0.5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    display: inline-block;
    padding: 0.2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: inherit
}

.cc-btn {
    display: block;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    margin-left: auto;
    font-size: 1em;
    opacity: 0.9
}

.cc-close svg {
    pointer-events: none
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.cc-window.cc-banner .cc-window--container {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-left: 2em;
    margin-right: 1em
}

@media (min-width: 1200px) {
    .cc-compliance {
        margin-left: 2.5em
    }
}

.cc-compliance>.cc-btn {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.cc-btn+.cc-btn {
    margin-left: 0.5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner .cc-window--container {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner .cc-window--container {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.tvs_wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0% 0px 0%
}

.tvs_wrapper:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.tvs_main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

[dir="rtl"] .quotes .slick-arrow svg {
    transform: rotate(180deg)
}

.m-spa .m-introduction-spa {
    padding-bottom: 45px
}

.m-spa .m-introduction-spa .spa-logo-container,
.m-spa .m-introduction-spa .opening-hours-container {
    width: 100%
}

.m-spa .m-introduction-spa .spa-logo-container .spa-logo-wrapper {
    margin-bottom: 25px;
    display: inline-block
}

.m-spa .m-introduction-spa .spa-logo-container .spa-logo-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.m-spa .m-introduction-spa .opening-hours-container .spa-opening-hours-wrapper {
    background-color: #F4F4F4;
    padding: 20px 45px;
    display: inline-block
}

.m-spa .m-introduction-spa .opening-hours-container .spa-opening-hours-wrapper h1,
.m-spa .m-introduction-spa .opening-hours-container .spa-opening-hours-wrapper h2,
.m-spa .m-introduction-spa .opening-hours-container .spa-opening-hours-wrapper h3 {
    color: #fff;
    text-transform: none
}

.m-spa .m-introduction-spa .opening-hours-container .spa-opening-hours-wrapper p {
    color: #fff
}

.m-spa .m-introduction-spa .m-introduction--button {
    margin-bottom: 30px
}

.m-spa .m-introduction-spa .m-introduction--video.top {
    margin-bottom: 30px
}

.m-spa .m-introduction-spa .m-introduction--video.bottom {
    margin-top: 30px
}

@media (max-width: 1199px) {
    .m-spa .m-introduction-spa .m-introduction--video.left {
        margin-bottom: 30px
    }
    .m-spa .m-introduction-spa .m-introduction--video.right {
        margin-bottom: 30px
    }
}

.m-spa .m-spas-grid .m-spas--subtitle {
    text-align: center;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 0
}

.p-spa .m-content-object--title {
    text-align: left !important
}

[dir="rtl"] .p-spa .m-content-object--title {
    text-align: right !important
}

@media (max-width: 767px) {
    .p-spa .m-content-object--footer-price.lead-rates {
        text-align: center
    }
}

[dir="rtl"] .p-spa .m-detail--contact,
[dir="rtl"] .p-spa .m-detail--schedule {
    padding-left: 0;
    padding-right: 25px
}

[dir="rtl"] .p-spa .m-detail--scheduleContent {
    margin-right: 20px;
    margin-left: 0
}

[dir="rtl"] .p-spa .m-detail--contact_addressContent,
[dir="rtl"] .p-spa .m-detail--contact_phoneContent {
    margin-left: 0;
    margin-right: 20px
}

[dir="rtl"] .p-spa .m-detail .m-link-list--link {
    padding: 10px 30px 10px 0
}

.p-spa .treatment-list .treatment-object {
    margin-top: 0px
}

.p-spa .treatment-list .treatment-object .m-content-object--infos {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.p-spa .treatment-list .treatment-object .m-content-object--infos.col-sm-9 {
    padding-top: 0px
}

@media (max-width: 767px) {
    .p-spa .treatment-list .treatment-object .m-content-object--infos.col-sm-9 {
        padding-top: 15px
    }
}

.p-spa .treatment-list .treatment-object .m-content-object--infos .m-content-object--content {
    text-align: left
}

.p-spa .treatment-list .treatment-object .m-content-object--infos .m-content-object--footer-price {
    margin-top: 1em;
    padding-top: 1em
}

@media (max-width: 767px) {
    .p-spa .treatment-list .treatment-object .m-content-object--infos .m-content-object--footer-price {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .p-spa .treatment-list .treatment-object .m-content-object--infos .detail-page__external-link {
        margin-top: 0
    }
}

.p-spa .treatment-list .treatment-object .m-content-object--footer {
    margin-top: 0px
}

.main-feature-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.main-feature-item {
    position: relative;
    box-sizing: content-box;
    margin-left: 15px;
    margin-top: 15px
}

.main-feature-item-with-link:hover {
    opacity: 0.7
}

.main-feature-item-link {
    width: 100%;
    display: inline-block;
    position: absolute;
    line-height: 100px;
    left: 0;
    top: 0;
    height: 100%
}

.main-feature-item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.main-feature-item-content-top {
    height: 60%;
    display: flex;
    align-items: flex-end
}

.main-feature-item-content-top img {
    width: 130px;
    height: 130px;
    object-fit: cover
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .main-feature-item-content-top img {
        font-family: 'object-fit:cover;'
    }
}

.main-feature-item-content-bottom {
    height: 40%;
    padding-top: 1rem;
    max-width: 100%;
    text-align: center
}

.main-feature-item-content-bottom-full {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0
}

.main-feature-item-content-bottom-full .h4 {
    margin-top: 0
}

.column3 .main-feature-item {
    flex: 0 0 30%;
    padding-bottom: 30%
}

.column4 .main-feature-item {
    flex: 0 0 21%;
    padding-bottom: 21%
}

.column5 .main-feature-item {
    flex: 0 0 18%;
    padding-bottom: 18%
}

.column6 .main-feature-item {
    flex: 0 0 15%;
    padding-bottom: 15%
}

.column4 .main-feature-item img,
.column5 .main-feature-item img,
.column6 .main-feature-item img {
    width: 85px;
    height: 85px
}

.column4 .main-feature-item-content-bottom,
.column5 .main-feature-item-content-bottom,
.column6 .main-feature-item-content-bottom {
    max-width: 75%
}

.column4 .main-feature-item-content-bottom .h4,
.column5 .main-feature-item-content-bottom .h4,
.column6 .main-feature-item-content-bottom .h4 {
    font-size: 100%
}

@media (max-width: 1199px) {
    .main-feature-item {
        flex: 0 0 33% !important;
        padding-bottom: 33% !important
    }
}

@media (max-width: 767px) {
    .main-feature-container {
        justify-content: flex-start
    }
    .main-feature-item {
        flex: 0 0 45% !important;
        padding-bottom: 45% !important;
        margin-left: 10px;
        margin-top: 10px
    }
    .column3 .main-feature-item-content-top img {
        width: 85px;
        height: 85px
    }
    .main-feature-item-content-bottom {
        max-width: 75%
    }
    .column3 .main-feature-item-content-bottom .h4 {
        font-size: 100%
    }
}

.flexible-row {
    display: flex;
    flex-wrap: wrap
}

.flexible-row .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    margin-right: 8px
}

html[dir=rtl] .flexible-row .col {
    margin-left: 8px;
    margin-right: 0
}

.flexible-row .col:last-child {
    margin-right: 0
}

html[dir=rtl] .flexible-row .col:last-child {
    margin-left: 0;
    margin-right: auto
}

.booking-mask-calendar-container .pika-lendar,
#calendar-filter-container .pika-lendar,
.bm___calendar-container .pika-lendar {
    width: 350px;
    margin: 0;
    padding-right: 35px
}

.booking-mask-calendar-container .pika-lendar:first-child,
#calendar-filter-container .pika-lendar:first-child,
.bm___calendar-container .pika-lendar:first-child {
    padding-left: 35px
}

.booking-mask-calendar-container .pika-single,
#calendar-filter-container .pika-single,
.bm___calendar-container .pika-single {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: "Roboto";
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 0;
    justify-content: center
}

.booking-mask-calendar-container .pika-single>.pika-lendar:first-child:last-child,
#calendar-filter-container .pika-single>.pika-lendar:first-child:last-child,
.bm___calendar-container .pika-single>.pika-lendar:first-child:last-child {
    width: 325px;
    padding: 0
}

.booking-mask-calendar-container .pika-table,
#calendar-filter-container .pika-table,
.bm___calendar-container .pika-table {
    width: auto;
    margin: auto
}

.booking-mask-calendar-container .pika-table th,
.booking-mask-calendar-container .pika-table td,
.booking-mask-calendar-container .pika-button,
#calendar-filter-container .pika-table th,
#calendar-filter-container .pika-table td,
#calendar-filter-container .pika-button,
.bm___calendar-container .pika-table th,
.bm___calendar-container .pika-table td,
.bm___calendar-container .pika-button {
    width: 40px;
    text-align: center
}

.booking-mask-calendar-container .pika-button,
#calendar-filter-container .pika-button,
.bm___calendar-container .pika-button {
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    border-radius: 50%;
    height: 40px
}

.booking-mask-calendar-container .pika-button:hover,
#calendar-filter-container .pika-button:hover,
.bm___calendar-container .pika-button:hover {
    background-color: #E24234;
    color: #fff
}

.booking-mask-calendar-container .is-disabled .pika-button,
.booking-mask-calendar-container .is-outside-current-month .pika-button,
#calendar-filter-container .is-disabled .pika-button,
#calendar-filter-container .is-outside-current-month .pika-button,
.bm___calendar-container .is-disabled .pika-button,
.bm___calendar-container .is-outside-current-month .pika-button {
    color: #767676;
    opacity: 1
}

.booking-mask-calendar-container .pika-table th,
#calendar-filter-container .pika-table th,
.bm___calendar-container .pika-table th {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400
}

.booking-mask-calendar-container .pika-table abbr,
#calendar-filter-container .pika-table abbr,
.bm___calendar-container .pika-table abbr {
    text-decoration: none
}

.booking-mask-calendar-container .pika-label,
#calendar-filter-container .pika-label,
.bm___calendar-container .pika-label {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400
}

.booking-mask-calendar-container .is-selected .pika-button,
#calendar-filter-container .is-selected .pika-button,
.bm___calendar-container .is-selected .pika-button {
    border-radius: 50%;
    box-shadow: none;
    background-color: #E24234;
    color: #fff
}

.booking-mask-calendar-container .is-startrange .pika-button,
#calendar-filter-container .is-startrange .pika-button,
.bm___calendar-container .is-startrange .pika-button {
    border-radius: 100% 0 0 100%;
    background-color: #E24234;
    color: #fff
}

[dir="rtl"] .booking-mask-calendar-container .is-startrange .pika-button,
[dir="rtl"] #calendar-filter-container .is-startrange .pika-button,
[dir="rtl"] .bm___calendar-container .is-startrange .pika-button {
    border-radius: 0 100% 100% 0
}

.booking-mask-calendar-container .is-endrange .pika-button,
#calendar-filter-container .is-endrange .pika-button,
.bm___calendar-container .is-endrange .pika-button {
    border-radius: 0 100% 100% 0;
    background-color: #E24234;
    color: #fff
}

[dir="rtl"] .booking-mask-calendar-container .is-endrange .pika-button,
[dir="rtl"] #calendar-filter-container .is-endrange .pika-button,
[dir="rtl"] .bm___calendar-container .is-endrange .pika-button {
    border-radius: 100% 0 0 100%
}

.booking-mask-calendar-container .is-inrange .pika-button,
#calendar-filter-container .is-inrange .pika-button,
.bm___calendar-container .is-inrange .pika-button {
    border-radius: 0;
    background-color: #E24234;
    color: #fff
}

.booking-mask-calendar-container .is-inrange .pika-button:hover,
#calendar-filter-container .is-inrange .pika-button:hover,
.bm___calendar-container .is-inrange .pika-button:hover {
    opacity: 0.9
}

.booking-mask-calendar-container .pika-select-year,
#calendar-filter-container .pika-select-year,
.bm___calendar-container .pika-select-year {
    display: none
}

.booking-mask-calendar-container .pika-next,
.booking-mask-calendar-container .pika-prev,
#calendar-filter-container .pika-next,
#calendar-filter-container .pika-prev,
.bm___calendar-container .pika-next,
.bm___calendar-container .pika-prev {
    background: #fff
}

.booking-mask-calendar-container .pika-next svg,
.booking-mask-calendar-container .pika-prev svg,
#calendar-filter-container .pika-next svg,
#calendar-filter-container .pika-prev svg,
.bm___calendar-container .pika-next svg,
.bm___calendar-container .pika-prev svg {
    font-size: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #1A1A1A;
    pointer-events: none
}

.pika-next,
.pika-prev {
    font-size: 23px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    opacity: 1;
    background: white;
    text-indent: 100%
}

.pika-next svg,
.pika-prev svg {
    font-size: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #333;
    pointer-events: none
}

.pika-title .pika-label {
    font-size: 16px
}

.pika-prev {
    left: 30px
}

.pika-next {
    right: 30px
}

#calendar-filter-container {
    cursor: default
}

#calendar-filter-container .pika-single {
    z-index: 1
}

@media (max-width: 1199px) {
    #calendar-filter-container .pika-single>.pika-lendar:first-child:last-child {
        width: 100%
    }
}

@media (max-width: 1199px) {
    #calendar-filter-container .pika-table {
        width: 100%
    }
}

[dir="rtl"] #calendar-filter-container .pika-next {
    right: -30px;
    transform: rotate(180deg)
}

[dir="rtl"] #calendar-filter-container .pika-prev {
    left: -30px;
    transform: rotate(180deg)
}

#calendar-filter-container .pika-next,
#calendar-filter-container .pika-prev {
    background: white
}

#calendar-filter-container .pika-next svg,
#calendar-filter-container .pika-prev svg {
    color: #fff
}

#calendar-filter-container .pika-button {
    cursor: default;
    color: #fff
}

#calendar-filter-container .pika-button:hover {
    background: transparent;
    color: #fff;
    cursor: default
}

@media (max-width: 1199px) {
    #calendar-filter-container .pika-button {
        margin: auto
    }
}

#calendar-filter-container .is-disabled .pika-button,
#calendar-filter-container .is-outside-current-month .pika-button {
    color: #fff
}

#calendar-filter-container .pika-table th {
    color: #fff
}

#calendar-filter-container .pika-label {
    color: #fff
}

#calendar-filter-container .is-today .pika-button {
    font-weight: bold !important
}

#calendar-filter-container .is-selected .pika-button {
    font-weight: normal;
    background: transparent;
    color: #fff;
    font-size: 14px;
    height: 40px
}

#calendar-filter-container .is-selected .pika-button:hover {
    background: transparent;
    color: #fff
}

#calendar-filter-container .is-event-selected .pika-button {
    font-weight: bold;
    border-radius: 50%;
    box-shadow: none;
    background-color: #E24234;
    color: #fff;
    cursor: pointer
}

#calendar-filter-container .is-event-selected .pika-button:hover {
    background: #E24234;
    color: #fff
}

.booking-mask-box--vertical.is-hotel-air .hotel-air___tabs-wrapper {
    position: relative
}

.booking-mask-box--vertical.is-hotel-air .hotel-air___tabs-wrapper .hotel-air___btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    padding: .25em 1em 0em 1em;
    margin-right: .35em;
    background-color: #313131;
    color: #fff;
    background-image: none;
    border: 1px solid #313131;
    border-bottom: none;
    position: relative
}

.booking-mask-box--vertical.is-hotel-air .hotel-air___tabs-wrapper .hotel-air___btn.active {
    background-color: #1A1A1A
}

.booking-mask-box--vertical.is-hotel-air .hotel-air___tabs-wrapper .hotel-air___btn .btn-icon {
    width: 1.3em;
    height: 1.5em;
    fill: #fff
}

.booking-mask-box--vertical.is-hotel-air .hotel-air___tabs-wrapper .hotel-air___btn .btn-icon.icon-bm-hotel-air {
    width: 3.1em
}

.booking-mask-box--vertical.is-hotel-air .hotel-air___tabs-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #313131;
    bottom: 0
}

.booking-mask-box--vertical.is-hotel-air .departure-city___wrapper {
    display: none
}

.booking-mask-box--vertical.is-hotel-air .departure-city___wrapper.active {
    display: flex
}

#bm-hero-container {
    position: relative
}

#bm-hero-container .booking-mask-box--vertical {
    position: absolute;
    right: 0;
    top: 109px
}

html[dir=rtl] #bm-hero-container .booking-mask-box--vertical {
    left: 0;
    right: auto
}

#bm-hero-container .booking-mask-box--vertical.is-hotel-air .hotel-air___btn {
    background-color: #313131
}

#bm-hero-container .booking-mask-box--vertical.is-hotel-air .hotel-air___btn.active {
    background-color: #1A1A1A
}

.bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] {
    right: auto;
    left: 0
}

html[dir=rtl] .bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] {
    left: auto;
    right: auto
}

html[dir=rtl] .bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] {
    right: 0;
    left: auto
}

.bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] .booking-mask-calendar-container {
    right: auto;
    left: 100%;
    margin-right: auto;
    margin-left: 18px
}

html[dir=rtl] .bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] .booking-mask-calendar-container {
    left: auto;
    right: auto
}

html[dir=rtl] .bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] .booking-mask-calendar-container {
    right: 100%;
    left: auto
}

html[dir=rtl] .bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] .booking-mask-calendar-container {
    margin-right: 18px;
    margin-left: auto
}

.bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] .booking-mask-calendar-container-arrow {
    right: auto;
    left: -17px;
    border-width: 17px 17px 17px 0;
    border-color: transparent #1A1A1A transparent transparent
}

html[dir="rtl"] .bm--in-hero #bm-hero-container .booking-mask-box-wrapper[data-position="left"] .booking-mask-calendar-container-arrow {
    left: auto;
    right: -17px;
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent #1A1A1A
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.booking-mask-box-wrapper {
    animation: 300ms ease-in-out 0s 1 fadeIn
}

.booking-mask-box-wrapper .select2-hidden-accessible {
    bottom: 0;
    visibility: initial
}

.booking-mask-box-wrapper,
.bm__tooltip,
.promoCode__tooltip {
    background: #1a1a1a;
    color: #fff;
    font-size: 1.4rem;
    width: 270px;
    text-align: center;
    z-index: 2
}

.booking-mask-box-wrapper input,
.booking-mask-box-wrapper .form-input,
.bm__tooltip input,
.bm__tooltip .form-input,
.promoCode__tooltip input,
.promoCode__tooltip .form-input {
    background: #313131;
    border: none;
    color: #fff;
    font-size: inherit
}

.booking-mask-box-wrapper input:hover,
.booking-mask-box-wrapper input:focus,
.booking-mask-box-wrapper .form-input:hover,
.booking-mask-box-wrapper .form-input:focus,
.bm__tooltip input:hover,
.bm__tooltip input:focus,
.bm__tooltip .form-input:hover,
.bm__tooltip .form-input:focus,
.promoCode__tooltip input:hover,
.promoCode__tooltip input:focus,
.promoCode__tooltip .form-input:hover,
.promoCode__tooltip .form-input:focus {
    border: none
}

.booking-mask-box-wrapper input:-moz-placeholder,
.booking-mask-box-wrapper .form-input:-moz-placeholder,
.bm__tooltip input:-moz-placeholder,
.bm__tooltip .form-input:-moz-placeholder,
.promoCode__tooltip input:-moz-placeholder,
.promoCode__tooltip .form-input:-moz-placeholder {
    color: #fff
}

.booking-mask-box-wrapper input::-moz-placeholder,
.booking-mask-box-wrapper .form-input::-moz-placeholder,
.bm__tooltip input::-moz-placeholder,
.bm__tooltip .form-input::-moz-placeholder,
.promoCode__tooltip input::-moz-placeholder,
.promoCode__tooltip .form-input::-moz-placeholder {
    color: #fff
}

.booking-mask-box-wrapper input:-ms-input-placeholder,
.booking-mask-box-wrapper .form-input:-ms-input-placeholder,
.bm__tooltip input:-ms-input-placeholder,
.bm__tooltip .form-input:-ms-input-placeholder,
.promoCode__tooltip input:-ms-input-placeholder,
.promoCode__tooltip .form-input:-ms-input-placeholder {
    color: #fff
}

.booking-mask-box-wrapper input::-webkit-input-placeholder,
.booking-mask-box-wrapper .form-input::-webkit-input-placeholder,
.bm__tooltip input::-webkit-input-placeholder,
.bm__tooltip .form-input::-webkit-input-placeholder,
.promoCode__tooltip input::-webkit-input-placeholder,
.promoCode__tooltip .form-input::-webkit-input-placeholder {
    color: #fff
}

.booking-mask-box-wrapper .select-wrapper,
.bm__tooltip .select-wrapper,
.promoCode__tooltip .select-wrapper {
    border: 0;
    background: #313131;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.booking-mask-box-wrapper .select-wrapper:hover,
.bm__tooltip .select-wrapper:hover,
.promoCode__tooltip .select-wrapper:hover {
    border: none
}

.booking-mask-box-wrapper .select-wrapper:after,
.bm__tooltip .select-wrapper:after,
.promoCode__tooltip .select-wrapper:after {
    border-color: #fff
}

.booking-mask-box-wrapper .select2-container--default .select2-selection--single,
.bm__tooltip .select2-container--default .select2-selection--single,
.promoCode__tooltip .select2-container--default .select2-selection--single {
    background: #313131
}

.booking-mask-box-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.bm__tooltip .select2-container--default .select2-selection--single .select2-selection__rendered,
.promoCode__tooltip .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.booking-mask-box-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.bm__tooltip .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.promoCode__tooltip .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #fff
}

.booking-mask-box-wrapper .select2-container:after,
.bm__tooltip .select2-container:after,
.promoCode__tooltip .select2-container:after {
    display: none
}

.booking-mask-box--vertical .flexible-row {
    align-items: flex-end;
    margin-bottom: 0.5em
}

.booking-mask-box--vertical .flexible-row:last-child {
    margin-bottom: 0
}

.booking-mask-box--vertical .flexible-row.bm-dates:last-child {
    margin-right: 0
}

@media (min-width: 768px) {
    .booking-mask-box--vertical .visible-open {
        display: none
    }
}

.booking-mask-box--vertical .visible-open .flexible-row:last-child {
    margin-bottom: 0.5em
}

.booking-mask-top-bar {
    background: #121212;
    padding-top: 0.75em;
    padding-bottom: 0.75em
}

.booking-mask-top-bar a {
    color: inherit
}

.booking-mask-form-container {
    padding: 1.35em
}

.bm-date-card {
    background: #313131;
    text-transform: uppercase;
    width: 100%;
    padding: 0.3em 0.3em 0.5em;
    border: 1px solid #313131;
    -webkit-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease
}

.bm-date-card.is-active {
    border-color: #5f5f5f
}

.bm-date-card-wrapper {
    display: flex
}

.bm-date-card-day {
    font-size: 3.5em;
    line-height: 1
}

.bm-date-card-month {
    line-height: 1
}

.bm-date-card--manual-input {
    text-transform: none;
    cursor: default
}

.bm-date-card--manual-input .form-control {
    box-shadow: none;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    text-align: center
}

.bm-date-card--manual-input .form-control[readonly] {
    background: transparent
}

.bm-input-label {
    text-align: left;
    display: block;
    margin: 0;
    font-weight: inherit
}

.bm-people {
    width: 100%
}

.bm-people+.bm-people {
    margin-left: 0.5em
}

.bm-people-wrapper {
    display: flex
}

.booking-mask-calendar-container {
    position: absolute;
    right: 100%;
    top: 0;
    min-height: 350px;
    background: #1A1A1A;
    width: 720px;
    margin-right: 18px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: transform 300ms, visibility 300ms, opacity 300ms
}

html[dir=rtl] .booking-mask-calendar-container {
    left: 100%;
    right: auto
}

.booking-mask-box-wrapper[data-months-to-show="1"] .booking-mask-calendar-container {
    width: 350px
}

html[dir=rtl] .booking-mask-calendar-container {
    margin-left: 18px;
    margin-right: auto
}

html[dir="rtl"] .booking-mask-calendar-container {
    transform: translateX(-20px)
}

.booking-mask-calendar-container.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

html[dir="rtl"] .booking-mask-calendar-container.is-visible {
    transform: translateX(0)
}

.booking-mask-calendar-container-arrow {
    position: absolute;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent #1A1A1A
}

html[dir=rtl] .booking-mask-calendar-container-arrow {
    left: -17px;
    right: auto
}

html[dir="rtl"] .booking-mask-calendar-container-arrow {
    border-width: 17px 17px 17px 0;
    border-color: transparent #1A1A1A transparent transparent
}

.checkin-input,
.checkout-input {
    display: none
}

.m-hero #bm-horizontal-hero {
    display: flex;
    width: 100%
}

.m-hero.m-hero_short #bm-horizontal-hero {
    background: #1A1A1A
}

.m-hero.m-hero_short #bm-horizontal-hero .bm___wrapper.horizontal {
    background-color: transparent
}

.m-hero.m-hero_short #bm-horizontal-hero .bm___wrapper.horizontal.large-layout {
    position: static
}

.m-hero:not(.m-hero_short) #bm-horizontal-hero {
    position: absolute;
    z-index: 600;
    bottom: 0
}

.m-hero.gp-hero #bm-horizontal-hero {
    bottom: 107px
}

@media (min-width: 1200px) {
    .bm-is-long-layout #bm-horizontal-hero {
        bottom: 2em;
        justify-content: center
    }
}

.bm-is-horizontal *::-ms-clear {
    display: none
}

.bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-long-layout.has-secondary-navigation .header--1__fake-size {
    padding-top: 224px;
    background-color: transparent
}

@media (min-width: 1200px) {
    .bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-long-layout.has-secondary-navigation .header--1__fake-size {
        padding-top: 197px
    }
}

.bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-long-layout .header--1__fake-size {
    padding-top: 197px;
    background-color: transparent
}

@media (min-width: 1200px) {
    .bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-long-layout .header--1__fake-size {
        padding-top: 142px
    }
}

.bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-large-layout.has-secondary-navigation .header--1__fake-size {
    padding-top: 257px;
    background-color: transparent
}

@media (min-width: 1200px) {
    .bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-large-layout.has-secondary-navigation .header--1__fake-size {
        padding-top: 213px
    }
}

@media (max-width: 1024px) {
    .bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-large-layout.has-secondary-navigation .header--1__fake-size {
        padding-top: 280px
    }
}

.bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-large-layout .header--1__fake-size {
    padding-top: 240px;
    background-color: transparent
}

@media (min-width: 1200px) {
    .bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-large-layout .header--1__fake-size {
        padding-top: 176px
    }
}

.bm-is-horizontal.has-no-hero.bm--collapsed.bm-is-large-layout.bm--inline-nav-bar:not(.header--fixed) .bm-collapsed-wrapper {
    display: none
}

.bm-is-long-layout .bm-collapsed-wrapper .bm___collapsed-open,
.bm-is-long-layout .bm-collapsed-wrapper .bm___collapsed-close {
    display: none
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper {
    background: #1A1A1A;
    width: 100%
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout {
    background-color: transparent;
    margin: 0 auto
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .bm___form-container {
    background-color: transparent;
    padding-top: 1.5em
}

@media (min-width: 1200px) {
    .bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .bm___form-container {
        padding-top: 1.5rem
    }
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .bm___form-container .bm___top-bar {
    display: none
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .bm___form-container:not(.has-hotel-select) .bm___details>div:not(.bm___calendar-container) {
    margin-bottom: 1.5rem
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .bm___form-container:not(.has-hotel-select) .bm___submit-wrapper {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .promoCode__wrapper {
    margin-bottom: 0
}

.bm-is-long-layout #bm-collapsed-horizontal-wrapper .bm___wrapper.horizontal.long-layout .promoCode__wrapper.has-promocode .promoCode__if-code {
    display: flex;
    height: 100%
}

.bm-is-large-layout.header--fixed.bm--below-nav-bar .bm-collapsed-wrapper {
    z-index: 101;
    background: transparent;
    box-shadow: none
}

.bm-is-large-layout.header--fixed.bm--below-nav-bar .bm-collapsed-wrapper .bm___collapsed-close {
    display: none
}

@media (max-width: 1199px) {
    .bm-is-large-layout.header--fixed.bm--below-nav-bar .bm-collapsed-wrapper .bm___collapsed-close {
        display: none
    }
}

.bm-is-large-layout.header--fixed.bm--below-nav-bar .bm___collapsed-close {
    display: inline-flex;
    align-self: baseline;
    padding-top: 0
}

.bm-is-large-layout.header--fixed.bm--below-nav-bar .bm___collapsed-close svg {
    margin-top: 7px
}

html[dir='rtl'] .bm-is-large-layout.header--fixed.bm--below-nav-bar .bm___collapsed-close {
    right: initial
}

@media (max-width: 1199px) {
    .bm-is-large-layout.header--fixed.bm--below-nav-bar .bm___collapsed-close {
        position: absolute;
        top: 15px;
        right: 3%
    }
    html[dir='rtl'] .bm-is-large-layout.header--fixed.bm--below-nav-bar .bm___collapsed-close {
        right: initial;
        left: 3%
    }
}

.bm-is-large-layout.header--fixed.bm--inline-nav-bar .bm-collapsed-wrapper .bm___collapsed-close {
    color: #fff
}

.bm-is-large-layout.header--fixed .bm-collapsed-wrapper .bm___collapsed-close {
    background: #1A1A1A;
    min-width: 190px
}

.bm-is-large-layout.header--fixed #bm-collapsed-horizontal-wrapper {
    display: none
}

.bm-is-large-layout.header--fixed #bm-collapsed-horizontal-wrapper.bm--show {
    display: block
}

@media (max-width: 1199px) {
    .bm-is-large-layout.header--fixed #bm-collapsed-horizontal-wrapper .bm___top-bar {
        margin-bottom: 15px
    }
}

.bm-is-large-layout:not(.header--fixed) .bm-collapsed-wrapper .bm___collapsed-open {
    display: none
}

.bm-is-large-layout:not(.header--fixed) .bm___collapsed-close {
    display: none
}

.bm___wrapper .select2-hidden-accessible {
    bottom: 0;
    visibility: initial
}

.bm___wrapper.horizontal.long-layout {
    max-width: 1200px;
    padding: 0 30px;
    width: auto
}

@media (max-width: 1199px) {
    .bm___wrapper.horizontal.long-layout {
        padding: 0;
        width: 100%
    }
}

.bm___wrapper.horizontal.long-layout .bm___form-container {
    display: flex;
    background: #1a1a1a;
    color: #fff;
    padding: 1.5rem 0.5rem 0 0.5rem;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (min-width: 1200px) {
    .bm___wrapper.horizontal.long-layout .bm___form-container {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.bm___wrapper.horizontal.long-layout input,
.bm___wrapper.horizontal.long-layout .form-input {
    background: #313131;
    border: none;
    color: #fff;
    font-size: inherit
}

.bm___wrapper.horizontal.long-layout input:-moz-placeholder,
.bm___wrapper.horizontal.long-layout .form-input:-moz-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.long-layout input::-moz-placeholder,
.bm___wrapper.horizontal.long-layout .form-input::-moz-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.long-layout input:-ms-input-placeholder,
.bm___wrapper.horizontal.long-layout .form-input:-ms-input-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.long-layout input::-webkit-input-placeholder,
.bm___wrapper.horizontal.long-layout .form-input::-webkit-input-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.long-layout .select-wrapper {
    border: 0px;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.bm___wrapper.horizontal.long-layout .select-wrapper:hover {
    border-color: transparent;
    border: 0px
}

.bm___wrapper.horizontal.long-layout .select-wrapper:after {
    border-color: #fff;
    pointer-events: none
}

html[dir='rtl'] .bm___wrapper.horizontal.long-layout .select-wrapper:after {
    left: 6px;
    right: auto
}

.bm___wrapper.horizontal.long-layout .select2-container--default .select2-selection--single {
    background-color: transparent
}

.bm___wrapper.horizontal.long-layout .select2-container--default .select2-selection--single .select2-selection__placeholder,
.bm___wrapper.horizontal.long-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.bm___wrapper.horizontal.long-layout .select2-container:after {
    display: none
}

.bm___wrapper.horizontal.long-layout .bm___details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}

.bm___wrapper.horizontal.long-layout .bm___details>div:not(.bm___calendar-container) {
    margin: 0 0.5em 1em 0.5em
}

.bm___wrapper.horizontal.long-layout .bm___details>div:not(.bm___calendar-container):not(.bm___top-bar) {
    flex-grow: 1
}

@media (min-width: 1200px) {
    .bm___wrapper.horizontal.long-layout .bm___details {
        flex-grow: 2
    }
}

.bm___wrapper.horizontal.long-layout .bm___top-bar {
    flex-basis: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    margin: 0 0 1em 1em
}

html[dir='rtl'] .bm___wrapper.horizontal.long-layout .bm___top-bar {
    margin: 0 1em 1em 0
}

.bm___wrapper.horizontal.long-layout .bm___top-bar .bm___rates {
    line-height: 1
}

.bm___wrapper.horizontal.long-layout .bm___top-bar .bm___rates .js-bm-rate__link {
    color: #fff
}

.bm___wrapper.horizontal.long-layout .bm___top-bar .bm__modifyBookingLink__wrapper {
    margin-top: 0px;
    line-height: 1;
    padding-left: 0.5em;
    position: relative
}

html[dir='rtl'] .bm___wrapper.horizontal.long-layout .bm___top-bar .bm__modifyBookingLink__wrapper {
    padding-right: 0.5em;
    padding-left: 0
}

.bm___wrapper.horizontal.long-layout .bm___top-bar .bm__modifyBookingLink__wrapper .js-bm-modifyBooking-open {
    color: #E24234
}

.bm___wrapper.horizontal.long-layout .bm___top-bar .bm__modifyBookingLink__wrapper .bm__tooltip.bm__modifyBookingLink__tooltip {
    background: #1A1A1A
}

.bm___wrapper.horizontal.long-layout .bm___top-bar .bm__modifyBookingLink__wrapper .bm__tooltip.bm__modifyBookingLink__tooltip input {
    border: none;
    background-color: #313131;
    color: #fff
}

.bm___wrapper.horizontal.long-layout .bm___top-bar {
    min-height: 1.1em
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper,
.bm___wrapper.horizontal.long-layout .bm___people,
.bm___wrapper.horizontal.long-layout .bm___hotel,
.bm___wrapper.horizontal.long-layout .promoCode__if-code,
.bm___wrapper.horizontal.long-layout .single-code {
    background: #313131;
    text-transform: capitalize;
    border: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    display: flex;
    align-items: center
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper.is-active,
.bm___wrapper.horizontal.long-layout .bm___people.is-active,
.bm___wrapper.horizontal.long-layout .bm___hotel.is-active,
.bm___wrapper.horizontal.long-layout .promoCode__if-code.is-active,
.bm___wrapper.horizontal.long-layout .single-code.is-active {
    border-color: #5f5f5f
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper .form-control,
.bm___wrapper.horizontal.long-layout .bm___people .form-control,
.bm___wrapper.horizontal.long-layout .bm___hotel .form-control,
.bm___wrapper.horizontal.long-layout .promoCode__if-code .form-control,
.bm___wrapper.horizontal.long-layout .single-code .form-control {
    box-shadow: none;
    padding: 0
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper,
.bm___wrapper.horizontal.long-layout .bm___people,
.bm___wrapper.horizontal.long-layout .bm___hotel {
    height: 2.8em
}

.bm___wrapper.horizontal.long-layout .bm___hotel {
    width: 14em
}

.bm___wrapper.horizontal.long-layout .bm___hotel .select-wrapper {
    width: 100%
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper {
    padding: 0 0.75rem;
    position: relative
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper.is-open {
    background-color: #1a1a1a
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper.is-open input {
    background-color: #1a1a1a
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper .calendar-icon___wrapper {
    height: 100%;
    position: absolute;
    right: 0.75rem;
    top: 0;
    display: flex;
    align-items: center;
    pointer-events: none
}

html[dir='rtl'] .bm___wrapper.horizontal.long-layout .bm___date-wrapper .calendar-icon___wrapper {
    right: auto;
    left: 0.75rem
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper .calendar-icon {
    width: 1.35em;
    height: 1.35em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.bm___wrapper.horizontal.long-layout .bm___people {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0.75rem
}

html[dir='rtl'] .bm___wrapper.horizontal.long-layout .bm___people {
    padding: 0 0.75rem 0 0
}

.bm___wrapper.horizontal.long-layout .bm___people label {
    margin-bottom: 0
}

.bm___wrapper.horizontal.long-layout .bm___people .form-input {
    pointer-events: none
}

@media (max-width: 900px) {
    .bm___wrapper.horizontal.long-layout .has-hotel-select .bm___hotel {
        flex-grow: 3;
        flex-basis: 35%
    }
    .bm___wrapper.horizontal.long-layout .has-hotel-select .bm___people {
        flex-basis: 30%;
        max-width: 30%;
        margin-top: 1.5rem
    }
}

@media (min-width: 1200px) {
    .bm___wrapper.horizontal.long-layout .has-hotel-select .bm___submit-wrapper .promoCode__wrapper {
        width: 100%
    }
}

.bm___wrapper.horizontal.long-layout .bm___date-wrapper {
    width: 9em;
    min-width: 9em;
    flex-basis: 12%
}

@media (min-width: 1200px) {
    .bm___wrapper.horizontal.long-layout .bm___date-wrapper {
        flex-basis: 12%
    }
}

.bm___wrapper.horizontal.long-layout .promoCode__wrapper {
    max-width: 14em;
    margin: 0 0.5em
}

@supports (display: grid) {
    .bm___wrapper.horizontal.long-layout .promoCode__wrapper {
        flex-grow: 1
    }
}

.bm___wrapper.horizontal.long-layout .promoCode__wrapper .promoCode__if-code {
    display: none
}

.bm___wrapper.horizontal.long-layout .promoCode__wrapper.has-promocode .promoCode__if-code {
    display: flex
}

.bm___wrapper.horizontal.long-layout .promoCode__wrapper.has-promocode .promoCode__if-no-code {
    display: none
}

.bm___wrapper.horizontal.long-layout .promoCode__wrapper .promoCode__input__clear {
    top: auto;
    height: auto
}

@supports (display: grid) {
    .bm___wrapper.horizontal.long-layout .promoCode__wrapper .promoCode__input__clear {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.bm___wrapper.horizontal.long-layout .bm___submit-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 1rem;
    justify-content: space-between
}

@media (max-width: 1199px) {
    .bm___wrapper.horizontal.long-layout .bm___submit-wrapper {
        margin-bottom: 1rem
    }
}

.bm___wrapper.horizontal.long-layout .bm___submit-wrapper.no-promo {
    justify-content: flex-end
}

.bm___wrapper.horizontal.long-layout .bm___submit-wrapper .btn-action {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 18em;
    font-size: inherit;
    min-height: calc(4rem + 2px);
    padding: 0;
    margin: 0 0.5em;
    width: auto
}

@supports (display: grid) {
    .bm___wrapper.horizontal.long-layout .bm___submit-wrapper .btn-action {
        flex-grow: 1
    }
}

.bm___wrapper.horizontal.long-layout .bm___submit-wrapper .promoCode__if-no-code {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    color: #E24234
}

.bm___wrapper.horizontal.long-layout .bm___submit-wrapper .promoCode__tooltip {
    background: #1A1A1A
}

@media (min-width: 1200px) {
    .bm___wrapper.horizontal.long-layout .bm___submit-wrapper {
        margin-top: 0rem;
        flex-grow: 1
    }
    .bm___wrapper.horizontal.long-layout .bm___submit-wrapper .promoCode__wrapper {
        margin-bottom: 1rem;
        min-height: 1.1em
    }
    @supports (display: grid) {
        .bm___wrapper.horizontal.long-layout .bm___submit-wrapper .promoCode__wrapper {
            height: auto
        }
    }
}

.bm___wrapper.horizontal.long-layout .bm___form-container.has-hotel-select .bm___submit-wrapper {
    margin-bottom: 1em;
    align-items: flex-end
}

.bm___wrapper.horizontal.long-layout .bm___form-container.has-hotel-select .bm___submit-wrapper .promoCode__wrapper {
    width: auto;
    margin-bottom: 0
}

.bm___wrapper.horizontal.large-layout {
    position: absolute;
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    padding: 1em 0
}

.m-hero--fullscreen .bm___wrapper.horizontal.large-layout {
    bottom: 0
}

.m-hero_short .bm___wrapper.horizontal.large-layout {
    bottom: 0px
}

.m-hero_short .bm___wrapper.horizontal.large-layout .pika-single {
    padding: 15px 0
}

.bm___wrapper.horizontal.large-layout .bm___form-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details {
    display: flex;
    justify-content: center
}

@media (max-width: 1199px) {
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details {
        margin: 0 auto;
        margin-top: 3em
    }
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper {
    margin-top: 0px;
    min-width: 125px;
    text-align: start
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .select-wrapper {
    background: #313131
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .select-wrapper .select2-container .select2-selection--single {
    text-align: inherit
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    padding-left: 1em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .select-wrapper:after {
    top: auto;
    bottom: 1.3em;
    right: 13px
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .js-bm-modifyBooking-open {
    color: #E24234
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .bm__tooltip.bm__modifyBookingLink__tooltip {
    background: #1a1a1a;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm__modifyBookingLink__wrapper .bm__tooltip.bm__modifyBookingLink__tooltip input {
    border: none;
    background-color: #313131;
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___date-wrapper {
    position: relative;
    cursor: pointer
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___people {
    width: 7.25em;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___people label {
    text-align: center;
    width: 100%;
    cursor: pointer;
    word-break: break-word
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container) {
    border-right: 1px solid #313131;
    padding: 0 1.2em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___top-bar .bm___rates span {
    line-height: 18px
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___top-bar .bm___rates a {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container) label {
    font-weight: bold;
    text-transform: capitalize
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card {
    background-color: transparent !important;
    border: none;
    padding: 0
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card .bm-date-card-title {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card .bm-date-card-day-month {
    min-width: 92px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 6px
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card .bm-date-card-day-month .bm-date-card-day {
    font-size: 3em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card .bm-date-card-day-month .bm-date-card-month {
    padding: 0.5em 0 0 0.5em;
    text-transform: capitalize
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card .bm-date-card-day-month:after {
    content: '';
    position: relative;
    height: 8px;
    width: 8px;
    right: 1em;
    top: 1.7em;
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all ease 0.25s
}

html[dir="rtl"] .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper .bm-date-card .bm-date-card-day-month:after {
    right: initial;
    left: 1.5em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container).bm___date-wrapper.is-open {
    background-color: #313131
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:first-child {
    padding: 0 1.2em 0 0
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper {
    position: relative;
    border: 1px solid transparent
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper .select2-container {
    margin-top: 6px;
    padding: 0 0 0 0
}

html[dir="rtl"] .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper .select2-container {
    padding: 0 0 0 1em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper .select2-container .select2-selection--single {
    background-color: transparent;
    text-align: center
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    color: #fff;
    font-size: 3em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper .select2-container:after {
    border: none
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper.select-hotel .select2-container .select2-selection--single {
    text-align: inherit
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper.select-hotel .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: inherit
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper.select-hotel:after {
    top: auto;
    bottom: 1.3em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0px;
    bottom: 2rem;
    top: auto
}

html[dir="rtl"] .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper:after {
    right: initial
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .select-wrapper:hover {
    border-color: transparent
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___hotel {
    width: 16em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper {
    margin-left: 1.2em
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper #booking-mask-promocode {
    height: 24px;
    margin-bottom: 10px
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper #booking-mask-promocode:-moz-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper #booking-mask-promocode::-moz-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper #booking-mask-promocode:-ms-input-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper #booking-mask-promocode::-webkit-input-placeholder {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.single-code input {
    background-color: #313131;
    color: #fff;
    border: 1px solid #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__if-no-code {
    padding-bottom: 10px;
    color: #E24234
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__if-code {
    padding-bottom: 4px
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__if-code input {
    background-color: #313131;
    color: #fff;
    border: 1px solid #fff;
    height: 2.2rem;
    margin-bottom: 0.8rem;
    font-style: italic
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__if-code .promoCode__input__clear {
    color: #fff;
    top: 33%
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip {
    background-color: #1a1a1a
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip .select-wrapper {
    border: none
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip .select-wrapper .select2-container .select2-selection--single {
    background-color: #313131
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip .select-wrapper .select2-container:after {
    content: none
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip .select-wrapper:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__tooltip input {
    border: none;
    background-color: #313131;
    color: #fff
}

@media (max-width: 1199px) {
    .bm___wrapper.horizontal.large-layout .bm___form-container.has-hotel-select .bm___details {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 0
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container.has-hotel-select .bm___details .bm___hotel,
    .bm___wrapper.horizontal.large-layout .bm___form-container.has-hotel-select .bm___details .bm___people {
        flex-grow: 1
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container.has-hotel-select .bm___details .bm___top-bar {
        flex-basis: 100%;
        padding: 0;
        border: 0;
        flex-direction: row
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container.has-hotel-select .bm___details .bm___hotel {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .m-hero--fullscreen .bm___wrapper.horizontal.large-layout {
        bottom: 0
    }
    .m-hero_short .bm___wrapper.horizontal.large-layout {
        bottom: 0
    }
    .has-secondary-navigation .m-hero_short .bm___wrapper.horizontal.large-layout .bm__submit-wrapper {
        margin: 5px auto !important
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container {
        display: block;
        font-size: 13px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details>div:not(.bm___calendar-container) {
        padding: 0 1em
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___hotel {
        flex-shrink: 0;
        width: 10em;
        position: relative
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___people {
        position: relative
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___top-bar {
        display: flex;
        align-items: flex-start;
        padding-left: 0em !important;
        flex-direction: column
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___top-bar .bm___rates {
        margin-right: 10px
    }
    html[dir="rtl"] .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___details .bm___top-bar .bm___rates {
        margin-right: initial;
        margin-left: 10px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper {
        width: 20vw;
        margin: 10px auto 0px;
        padding: 10px 0 0 0;
        display: flex;
        justify-content: center
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper {
        align-self: center
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.single-code input {
        width: auto;
        margin: 10px 10px 10px 0
    }
    html[dir="rtl"] .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.single-code input {
        margin: 10px 0px 10px 10px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper button.btn-link-style {
        min-width: 100px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.has-promocode .promoCode__if-code {
        margin-right: 10px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.has-promocode .promoCode__if-code .js-bm-fill-promocode {
        min-width: 150px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.has-promocode .promoCode__if-code input {
        margin-bottom: 0px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper.has-promocode .promoCode__if-code .promoCode__input__clear {
        right: 13px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper .promoCode__if-no-code {
        padding-bottom: 0px
    }
    .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper .promoCode__tooltip {
        -moz-transform: translate3d(40%, -115%, 0);
        -ms-transform: translate3d(40%, -115%, 0);
        -webkit-transform: translate3d(40%, -115%, 0);
        transform: translate3d(40%, -115%, 0)
    }
    .header--fixed .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper .promoCode__tooltip {
        top: 320px
    }
    .has-no-hero .bm___wrapper.horizontal.large-layout .bm___form-container>div.bm___submit-wrapper .promoCode__wrapper .promoCode__tooltip {
        top: 320px
    }
}

.bm___wrapper.horizontal .bm___calendar-container {
    position: absolute;
    border-right: none;
    padding: 0px;
    background-color: #313131;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    width: 345px;
    justify-content: center;
    display: flex;
    left: 0;
    z-index: 999
}

.bm___wrapper.horizontal .bm___calendar-container .bm___calendar-container-arrow {
    display: none
}

.bm___wrapper.horizontal .bm___calendar-container.is-visible .bm___calendar-container-arrow {
    display: none;
    position: absolute;
    z-index: 999;
    font-size: 32px;
    color: #1A1A1A;
    bottom: 0;
    width: 32px;
    height: 26px;
    -moz-transform: translate(-50%, 16px);
    -ms-transform: translate(-50%, 16px);
    -webkit-transform: translate(-50%, 16px);
    transform: translate(-50%, 16px);
    transform: translate(-50%, 16px)
}

.bm___wrapper.horizontal .bm___calendar-container.is-visible .bm___calendar-container-arrow path {
    color: #1A1A1A;
    fill: #1A1A1A
}

.bm___wrapper.horizontal .bm___calendar-container.is-visible.full-screen {
    width: 100%;
    position: fixed;
    z-index: 999
}

.bm___wrapper.horizontal .bm___calendar-container.is-visible.full-screen .pika-single:not(.is-hidden) {
    display: flex;
    align-items: center
}

.bm___wrapper.horizontal .bm___calendar-container.is-visible.flip .bm___calendar-container-arrow {
    bottom: auto;
    top: 0;
    -moz-transform: rotate(180deg) translate(0, 16px);
    -ms-transform: rotate(180deg) translate(0, 16px);
    -webkit-transform: rotate(180deg) translate(0, 16px);
    transform: rotate(180deg) translate(0, 16px)
}

.bm___wrapper.horizontal .bm___calendar-container .pika-single {
    border: 10px solid #1A1A1A
}

.bm___wrapper.horizontal .bm___calendar-container.double {
    width: 720px
}

.promoCode__if-code {
    display: none
}

.promoCode__wrapper {
    position: relative
}

.promoCode__wrapper.has-promocode .promoCode__if-code {
    display: block
}

.promoCode__wrapper.has-promocode .promoCode__if-no-code {
    display: none
}

@media (max-width: 767px) {
    .promoCode__wrapper {
        position: static
    }
}

.promoCode__tooltip {
    background: #1A1A1A;
    z-index: 500
}

.promoCode__tooltip .dialog-overlay {
    opacity: .5;
    background-color: #000000;
    z-index: 501
}

.promoCode__tooltip .dialog-content {
    z-index: 502;
    background: #1A1A1A;
    width: 30em
}

@media (max-width: 767px) {
    .promoCode__tooltip {
        background: rgba(0, 0, 0, 0.8)
    }
    .promoCode__tooltip .promoCode__tooltip__form {
        background: #1A1A1A;
        position: relative;
        padding: 14px;
        max-width: 100%
    }
}

.promoCode__tooltip .bm-input-label {
    margin-bottom: 5px
}

.promoCode__tooltip__close {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    font-size: 13px
}

.promoCode__input__clear {
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1199px) {
    .promoCode__input__clear {
        top: auto;
        right: auto;
        margin: -20px 0 0 6.5em
    }
}

.bm__tooltip {
    background: #1A1A1A;
    z-index: 500
}

.bm__tooltip .dialog-overlay {
    opacity: .5;
    background-color: #000000;
    z-index: 501
}

.bm__tooltip .dialog-content {
    z-index: 502;
    background: #1A1A1A;
    width: 30em
}

@media (max-width: 767px) {
    .bm__tooltip {
        background: rgba(0, 0, 0, 0.8)
    }
    .bm__tooltip__form {
        background: #1A1A1A;
        padding: 14px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .bm--in-hero .booking-mask-box-wrapper[data-position="left"] .bm__tooltip,
    [dir="rtl"] .bm__tooltip {
        font-weight: bolder
    }
}

.bm__tooltip__input-label {
    margin-bottom: 5px;
    text-align: left
}

[dir="rtl"] .bm__tooltip__input-label {
    text-align: right
}

.bm__tooltip .form-input.error {
    border: 1px solid #EB1120
}

.bm__modifyBookingLink__close {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    font-size: 13px
}

.header__items-wrapper {
    position: relative
}

.header__navigation__wrapper {
    z-index: 400
}

@media (max-width: 767px) {
    .header__navigation__wrapper {
        z-index: 1
    }
}

body:not(.bm--ready) .bm-collapsed-wrapper {
    display: block;
}

.bm-collapsed-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    background: #1A1A1A;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    z-index: 0;
}

@media (min-width: 768px) {
    .bm--inline-nav-bar .bm-collapsed-wrapper {
        margin-left: 1em;
        position: relative
    }
    .bm--inline-nav-bar .bm-collapsed-wrapper>.btn-link {
        white-space: nowrap
    }
    html[dir=rtl] .bm--inline-nav-bar .bm-collapsed-wrapper {
        margin-right: 1em;
        margin-left: 0
    }
    .bm--inline-nav-bar .bm-collapsed-wrapper.bm--show {
        align-self: baseline
    }
    .bm--inline-nav-bar .booking-mask-box-wrapper {
        top: 100%;
        position: absolute;
        right: 0
    }
    html[dir=rtl] .bm--inline-nav-bar .booking-mask-box-wrapper {
        left: 0;
        right: auto
    }
}

.bm--below-nav-bar .bm-collapsed-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    background: #1A1A1A;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    z-index: 0
}

html[dir=rtl] .bm--below-nav-bar .bm-collapsed-wrapper {
    left: 0;
    right: auto
}

@media (min-width: 768px) {
    .bm--below-nav-bar .bm-collapsed-wrapper {
        border-radius: 0
    }
    .bm--below-nav-bar .bm-collapsed-wrapper.bm--show {
        border-radius: 0
    }
}

.js-trigger-close-collapse {
    text-transform: uppercase;
    padding: 20px;
    margin-left: auto
}

html[dir=rtl] .js-trigger-close-collapse {
    margin-right: auto;
    margin-left: 0
}

.js-trigger-close-collapse svg {
    font-size: 0.75em;
    margin-left: 3px
}

.bm-collapsed-wrapper,
.bm-collapsed-wrapper .booking-mask-box-wrapper,
.bm-collapsed-wrapper .js-trigger-close-collapse {
    display: none
}

.bm--collapsed .bm-collapsed-wrapper {
    display: block
}

.bm-collapsed-wrapper.bm--show .js-trigger-open-collapse {
    display: none
}

.bm-collapsed-wrapper.bm--show .booking-mask-box-wrapper,
.bm-collapsed-wrapper.bm--show .js-trigger-close-collapse {
    display: block
}

@media (max-width: 767px) {
    body.bm--show {
        overflow: hidden
    }
    .bm-collapsed-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        background: #1A1A1A;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        z-index: 0
    }
    .bm-collapsed-wrapper>.btn {
        border-radius: 0
    }
    .bm-collapsed-wrapper {
        left: 0
    }
    .bm--in-hero .bm-collapsed-wrapper {
        display: block
    }
    .bm-collapsed-wrapper.bm--show {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: auto
    }
    .bm-collapsed-wrapper .js-trigger-close-collapse {
        position: absolute;
        top: 0;
        right: 0
    }
    .booking-mask-top-bar {
        display: none
    }
    .booking-mask-calendar-container {
        left: 0;
        right: 0;
        right: 0;
        top: 0;
        position: absolute;
        margin: auto;
        margin-right: auto;
        height: auto;
        width: 350px;
        z-index: 1;
        padding-bottom: 15rem
    }
    html[dir=rtl] .booking-mask-calendar-container {
        left: 0;
        right: 0
    }
    html[dir=rtl] .booking-mask-calendar-container {
        margin-left: auto;
        margin-right: auto
    }
    .bm--ready .header--1__fake-size {
        padding-top: 93px
    }
}

.m-carousel.m-plain-text .slick-prev:before {
    top: -30px;
    left: 40px
}

.m-carousel.m-plain-text .slick-next:before {
    top: -30px;
    right: 40px
}

.m-carousel.sl-horizontal .slick-prev:before {
    left: 0px
}

.m-carousel.sl-horizontal .slick-next:before {
    right: 0px
}

.m-footer-base_2--top {
    padding: 7px 0 5px
}

.m-footer-base_2--topWrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.m-footer-base_2--top .list-inline {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 0 0 0
}

.m-footer-base_2--top .list-inline a {
    color: inherit;
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: 400
}

[dir="ltr"] .m-footer-base_2--topLang {
    margin-left: auto
}

[dir="rtl"] .m-footer-base_2--topLang {
    margin-right: auto
}

.m-footer-base_2--topLang .language-switcher-dropdown .dropdown-toggle {
    color: inherit
}

[dir="ltr"] .m-footer-base_2--topLang .language-switcher-dropdown .dropdown-menu {
    left: auto;
    right: 0
}

[dir="rtl"] .m-footer-base_2--topLang .language-switcher-dropdown .dropdown-menu {
    left: 0;
    right: auto
}

.m-footer-base_2--topLang .icon {
    cursor: pointer
}

@media (max-width: 767px) {
    .m-footer-base_2--topWrap {
        flex-wrap: wrap;
        width: 100%
    }
    .m-footer-base_2--topWrap1 {
        flex-basis: 100%;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dcdcdc
    }
    .m-footer-base_2--top .list-inline {
        width: 100%;
        text-align: center;
        margin-left: 0
    }
    .m-footer-base_2--top .list-inline li {
        display: block;
        padding-bottom: 5px
    }
    .m-footer-base_2--top .list-inline li a {
        padding-right: 0
    }
    .m-footer-base_2--topLang {
        flex-basis: 100%;
        margin-top: 15px;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 15px
    }
    [dir="ltr"] .m-footer-base_2--topLang .language-switcher-dropdown .dropdown-menu {
        left: 0;
        right: auto
    }
    [dir="rtl"] .m-footer-base_2--topLang .language-switcher-dropdown .dropdown-menu {
        left: auto;
        right: 0
    }
}

.m-footer-base_2 {
    background: #F4F4F4;
    color: #1A1A1A
}

.m-footer-base_2 a {
    color: inherit;
    font-weight: inherit
}

.m-footer-base_2--divider {
    height: 2px;
    border-bottom: 1px solid #dcdcdc
}

@media (max-width: 767px) {
    .m-footer-base_2--divider {
        display: none
    }
}

[data-footer-name="ft2"] .page-footer__socials__title {
    display: block !important
}

.m-footer-base_2--bottom {
    padding-top: 35px;
    padding-bottom: 17px
}

.m-footer-base_2--bottom .list-inline {
    display: block;
    padding: 0 0 32px 0;
    margin-bottom: 0;
    text-align: center
}

.m-footer-base_2--bottom .list-inline>li {
    padding-left: 10px;
    padding-right: 10px
}

.m-footer-base_2--bottom .list-inline>li:last-child {
    padding-right: 0
}

.m-footer-base_2--bottom .icon {
    font-size: 32px;
    color: #1A1A1A
}

@media (max-width: 767px) {
    .m-footer-base_2--bottom .icon {
        margin: 5px 0px
    }
}

.m-footer-base_2--bottom li:hover .icon,
.m-footer-base_2--bottom li:focus .icon {
    color: #484848
}

.m-footer-base_2--bottom .p {
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 10px
}

.m-footer-base_2--bottomAddress {
    font-weight: 700
}

.m-footer-base_2--bottomAddress_contact {
    margin-bottom: 0
}

.m-footer-base_2--bottomAddress_contactTel:after {
    content: "|";
    padding-left: 10px
}

.m-footer-base_2--bottomAddress_contactMail {
    padding-left: 5px
}

.m-footer-base_2--bottomForm {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 0
}

.m-footer-base_2--bottomForm input,
.m-footer-base_2--bottomForm button {
    display: inline-block;
    vertical-align: top;
    font-size: 15px
}

.m-footer-base_2--bottomForm input {
    width: 195px;
    height: 42px;
    padding-left: 10px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.m-footer-base_2--bottomForm button {
    min-width: 1px;
    width: 168px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.m-footer-base_2--bottomForm button span {
    display: inline-block;
    vertical-align: middle
}

.m-footer-base_2--bottomCopyright {
    font-size: 13px;
    padding-top: 35px
}

@media (max-width: 767px) {
    .m-footer-base_2--bottomAddress_contact {
        margin-bottom: 0
    }
    .m-footer-base_2--bottomAddress_contactTel:after {
        content: ""
    }
    .m-footer-base_2--bottomAddress_contactTel,
    .m-footer-base_2--bottomAddress_contactMail {
        display: block;
        margin-bottom: 10px
    }
    .m-footer-base_2--bottomForm {
        width: 90%;
        margin: 0 auto
    }
    .m-footer-base_2--bottomForm input {
        width: 58%
    }
    .m-footer-base_2--bottomForm .btn {
        min-width: 0;
        width: 40%
    }
    .m-footer-base_2--bottomCopyright {
        padding-top: 30px
    }
}

.m-footer-base_1 {
    background: #F4F4F4;
    color: #1A1A1A
}

.m-footer-base_1 a {
    color: inherit;
    font-weight: inherit
}

.m-footer-base_1--topForm,
.m-footer-base_1 .list-inline {
    display: inline-block
}

.m-footer-base_1--divider {
    border-bottom: 1px solid #dcdcdc
}

@media (max-width: 767px) {
    .m-footer-base_1--divider {
        display: none
    }
}

.m-footer-base_1--top {
    padding: 0
}

.m-footer-base_1--topWrap {
    display: block
}

[dir="ltr"] .m-footer-base_1--topWrap1 {
    float: left;
    padding-right: 15px
}

[dir="rtl"] .m-footer-base_1--topWrap1 {
    float: right;
    padding-left: 15px
}

.m-footer-base_1--topWrap1 .list-inline {
    margin-bottom: 0;
    padding: 12px 0
}

.m-footer-base_1--topWrap1 .list-inline a {
    color: inherit;
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: 400
}

.m-footer-base_1--topWrap2 {
    float: right;
    padding-left: 30px
}

.m-footer-base_1--topForm {
    padding-top: 4px;
    padding-bottom: 3px
}

.m-footer-base_1--topForm input,
.m-footer-base_1--topForm button {
    display: inline-block;
    vertical-align: top;
    font-size: 15px
}

.m-footer-base_1--topForm input {
    width: 195px;
    height: 42px;
    padding-left: 10px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.m-footer-base_1--topForm button {
    min-width: 1px;
    width: 168px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.m-footer-base_1--topForm button span {
    display: inline-block;
    vertical-align: middle
}

.m-footer-base_1--topLang {
    float: left;
    padding: 11px 0
}

.m-footer-base_1--topLang .language-switcher-dropdown .dropdown-toggle {
    color: inherit
}

[dir="rtl"] .m-footer-base_1--topLang .language-switcher-dropdown .dropdown-menu {
    left: 0;
    right: auto
}

[data-footer-name="ft1"] .page-footer__socials__title {
    display: block !important;
    text-align: center
}

@media (max-width: 1024px) {
    .m-footer-base_1--topWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .m-footer-base_1--topWrap.clearfix:before {
        display: none
    }
    .m-footer-base_1--topWrap1,
    .m-footer-base_1--topLang,
    .m-footer-base_1--topWrap2 {
        float: none;
        text-align: center
    }
    [dir="ltr"] .m-footer-base_1--topLang {
        margin-left: auto
    }
    [dir="rtl"] .m-footer-base_1--topLang {
        margin-right: auto
    }
    [dir="ltr"] .m-footer-base_1--topLang .language-switcher-dropdown .dropdown-menu {
        left: auto;
        right: 0
    }
    .m-footer-base_1--topWrap1 {
        margin-left: 0
    }
    .m-footer-base_1--topWrap1 .list-inline {
        margin-bottom: 0
    }
    .m-footer-base_1--topWrap2 {
        flex-basis: 100%;
        padding-left: 0;
        margin-top: 12px
    }
}

@media (max-width: 767px) {
    .m-footer-base_1--topWrap {
        width: 100%;
        justify-content: flex-start
    }
    .m-footer-base_1--topWrap1,
    .m-footer-base_1--topLang,
    .m-footer-base_1--topWrap2 {
        float: none;
        text-align: center
    }
    .m-footer-base_1--topWrap1 {
        flex-basis: 100%;
        border-bottom: 1px solid #dcdcdc
    }
    .m-footer-base_1--topWrap1 .list-inline {
        width: 100%;
        font-size: 0;
        text-align: left
    }
    .m-footer-base_1--topWrap1 .list-inline li {
        width: 50%;
        display: inline-block;
        font-size: 1.5rem
    }
    .m-footer-base_1--topLang {
        flex-basis: 100%;
        border-bottom: 1px solid #dcdcdc
    }
    [dir="ltr"] .m-footer-base_1--topLang .language-switcher-dropdown .dropdown-menu {
        left: 0;
        right: auto
    }
    [dir="rtl"] .m-footer-base_1--topLang .language-switcher-dropdown .dropdown-menu {
        left: auto;
        right: 0
    }
    .m-footer-base_1--topWrap2 {
        flex-basis: 100%;
        margin-top: 12px
    }
    .m-footer-base_1--topWrap2 .m-footer-base_1--topForm {
        width: 90%;
        padding: 0 auto
    }
    .m-footer-base_1--topWrap2 .m-footer-base_1--topForm input {
        width: 58%
    }
    .m-footer-base_1--topWrap2 .m-footer-base_1--topForm .btn {
        min-width: 0;
        width: 40%
    }
}

.m-footer-base_1--bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
    padding-bottom: 24px
}

.m-footer-base_1--bottomSocials {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%
}

.m-footer-base_1--bottom .icon {
    font-size: 32px;
    color: #1A1A1A
}

@media (max-width: 767px) {
    .m-footer-base_1--bottom .icon {
        margin: 5px 0px
    }
}

.m-footer-base_1--bottom li:hover .icon,
.m-footer-base_1--bottom li:focus .icon {
    color: #484848
}

.m-footer-base_1--bottom .list-inline {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center
}

.m-footer-base_1--bottom .list-inline>li {
    padding-left: 10px;
    padding-right: 10px
}

.m-footer-base_1--bottom .list-inline>li:last-child {
    padding-right: 0
}

.m-footer-base_1--bottomCopyright {
    flex-basis: 100%;
    font-size: 13px;
    padding-top: 0;
    text-align: right
}

.m-footer-base_1--bottomInfos {
    order: 1;
    width: 50%;
    padding-bottom: 10px;
    text-align: left
}

.m-footer-base_1--bottom .p {
    padding-bottom: 10px;
    font-size: 1.4rem
}

.m-footer-base_1--bottomAddress {
    font-weight: 700
}

.m-footer-base_1--bottomAddress_contact {
    margin-bottom: 0
}

.m-footer-base_1--bottomAddress_contactTel:after {
    content: "|";
    padding-left: 10px
}

.m-footer-base_1--bottomAddress_contactMail {
    padding-left: 5px
}

@media (max-width: 991px) {
    .m-footer-base_1--bottom {
        width: 95%
    }
    .m-footer-base_1--bottomSocials {
        flex-basis: 40%
    }
    .m-footer-base_1--bottom .list-inline {
        padding-top: 10px
    }
    .m-footer-base_1--bottomInfos {
        flex-basis: 60%
    }
}

@media (max-width: 767px) {
    .m-footer-base_1--bottom {
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 0
    }
    .m-footer-base_1--bottomSocials {
        flex-basis: 100%;
        flex-wrap: wrap;
        padding-top: 20px;
        justify-content: center
    }
    .m-footer-base_1--bottomInfos {
        flex-basis: 100%;
        padding-bottom: 0
    }
    .m-footer-base_1--bottom .list-inline {
        flex-basis: 100%;
        padding-bottom: 35px
    }
    .m-footer-base_1--bottom .p {
        text-align: center
    }
    .m-footer-base_1--bottomCopyright {
        flex-basis: 100%;
        padding-top: 0
    }
    .m-footer-base_1--bottomAddress_contact {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .m-footer-base_1--bottomAddress_contactTel:after {
        content: ""
    }
    .m-footer-base_1--bottomAddress_contactTel {
        display: block;
        margin-bottom: 10px
    }
    .m-footer-base_1--bottomAddress_contactMail {
        display: block;
        margin-bottom: 0
    }
}

.page-footer {
    background: #F4F4F4;
    color: #1A1A1A
}

.page-footer a {
    color: inherit;
    font-weight: inherit
}

.page-footer a:visited {
    color: #1A1A1A
}

.page-footer ul {
    margin: 0
}

@media (max-width: 767px) {
    .page-footer ul.list-inline>li {
        margin: 5px 0px
    }
}

@media (min-width: 768px) {
    .page-footer ul.list-inline>li:first-child {
        padding-left: 0
    }
    .page-footer ul.list-inline>li:last-child {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .page-footer ul.list-inline>li:first-child {
        padding-top: 0
    }
    .page-footer ul.list-inline>li:last-child {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .page-footer {
        text-align: center
    }
}

[data-footer-name="ft3"] .page-footer__socials__title {
    display: block !important
}

@media (max-width: 767px) {
    .page-footer__mobile-section {
        border-bottom: 1px solid #dcdcdc
    }
    .page-footer__mobile-section--last,
    .page-footer__mobile-section {
        padding-top: 1em;
        padding-bottom: 1em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-footer__tablet-section--last,
    .page-footer__tablet-section,
    .page-footer__tablet-section--top {
        padding-top: 1em;
        padding-bottom: 1em
    }
    .page-footer__tablet-section {
        border-bottom: 1px solid #dcdcdc
    }
    .page-footer__tablet-section--top {
        border-top: 1px solid #dcdcdc
    }
}

@media (min-width: 1200px) {
    .page-footer__desktop-section {
        border-bottom: 1px solid #dcdcdc;
        padding-top: 1em;
        padding-bottom: 1em
    }
}

@media (min-width: 1200px) {
    .page-footer__top-line {
        padding-top: 0;
        padding-bottom: 0
    }
    .page-footer__top-line .footer-row {
        padding-top: .45em;
        padding-bottom: .25em;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.page-footer__language-selector {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .page-footer__links-and-selector {
        display: flex;
        align-items: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-footer__links-and-selector {
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .page-footer__language-selector:not(: first-child) {
        margin-left: 1em
    }
    [dir="rtl"] .page-footer__language-selector:not(:first-child) {
        margin-right: 1em
    }
    [dir="ltr"] .page-footer__language-selector .language-switcher-dropdown .dropdown-menu {
        left: auto;
        right: 0
    }
    [dir="rtl"] .page-footer__language-selector .language-switcher-dropdown .dropdown-menu {
        left: 0;
        right: auto
    }
}

.page-footer__links-list {
    text-transform: uppercase;
    font-weight: 400
}

.page-footer__links-list a {
    display: block;
    padding-top: .25em;
    padding-bottom: .25em
}

@media (min-width: 768px) {
    .page-footer__links-list a {
        padding-top: .5em;
        padding-bottom: .5em
    }
}

@media (max-width: 767px) {
    .page-footer__links-list li {
        text-align: center;
        display: block
    }
}

.page-footer__title {
    margin-bottom: 1em;
    font-size: 1.2em;
    color: inherit
}

.page-footer__socials {
    text-align: center;
    margin-left: auto
}

[dir="rtl"] .page-footer__socials {
    margin-right: auto;
    margin-left: inherit
}

.page-footer__socials ul {
    font-size: 2.25em
}

@media (min-width: 768px) {
    .page-footer__socials ul {
        font-size: 2em
    }
}

@media (min-width: 1200px) {
    .page-footer__socials ul {
        padding-top: 3px;
        padding-bottom: 3px;
        white-space: nowrap
    }
}

.page-footer__contact__hotel-name {
    margin-bottom: 0
}

.page-footer__copyright {
    text-align: center
}

@media (min-width: 1200px) {
    .page-footer__copyright {
        text-align: right
    }
}

.page-footer__newsletter {
    display: flex
}

.page-footer__newsletter .form-input {
    height: auto;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-footer__newsletter .btn {
    min-width: 0;
    flex-shrink: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-footer__newsletter-section {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .page-footer__newsletter-section .page-footer__title {
        margin-bottom: 0;
        margin-right: 1em
    }
}

@media (max-width: 767px) {
    .page-footer__partners {
        margin-top: 1em
    }
}

.page-footer__partners .page-footer__title {
    margin-bottom: 0
}

.slider-partners {
    width: 235px;
    text-align: center
}

@media (max-width: 767px) {
    .slider-partners {
        margin: auto
    }
    .slider-partners .slick-next {
        right: -10px
    }
    .slider-partners .slick-prev {
        left: -10px
    }
}

.slider-partners .slick-slide {
    margin-right: 1em
}

.slider-partners .slick-list {
    margin-right: -1em
}

.slider-partners>.slider__item {
    display: inline-block
}

.slider-partners .slider__item {
    width: 110px;
    max-height: 200px;
    overflow: hidden
}

.slider-partners .slider__item img {
    max-width: 100%;
    display: inline-block
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .slider-partners .slider__item img {
        width: 100%
    }
}

.slider-partners .slick-arrow {
    opacity: 0.5
}

.page-footer__copyright__content p {
    margin-bottom: 0
}

.page-footer__copyright__content a {
    text-decoration: underline
}

.fix-TEMPO-MENU a {
    margin-right: 10px
}

.m-breadcrumb--item:last-child .m-breadcrumb--link {
    pointer-events: none
}

.m-footer-base_1--topForm input,
.m-footer-base_1--topForm button,
.m-footer-base_2--bottomForm input,
.m-footer-base_2--bottomForm button {
    height: 43px
}

@media (min-width: 768px) {
    .module-grid-column1 .m-content-object {
        width: 100%;
        display: flex;
        align-items: center
    }
    .module-grid-column1 .m-content-object:first-child {
        margin-top: 0
    }
    .module-grid-column1.module-grid-column1--top .m-content-object {
        align-items: start
    }
    .module-grid-column1 .ratio-4-3 {
        width: 50%;
        flex-shrink: 0
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .module-grid-column1 .ratio-4-3 {
        width: 33%
    }
}

@media (min-width: 768px) {
    .module-grid-column1 .m-content-object--content,
    .module-grid-column1 .m-content-object--infos,
    .module-grid-column1 .m-content-object--link,
    .module-grid-column1 .m-content-object--title {
        text-align: left
    }
    .module-grid-column1 .m-content-object--infos {
        padding: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .module-grid-column1 .info-price--twolines .m-content-object--footer-price {
        text-align: left
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .module-grid-column1 .m-content-object--footer {
        text-align: left;
        display: block
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .module-grid-column1 .m-content-object--infos {
        display: flex;
        align-items: center;
        height: 100%;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0
    }
    .module-grid-column1.module-grid-column1--top .m-content-object--infos {
        align-items: start
    }
    .module-grid-column1 .m-content-object__content {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
    .module-grid-column1.module-grid-column1--large-spaces .m-content-object__content {
        padding-left: 50px
    }
    .has-dynamic-data .module-grid-column1 .js-room:not(.is-loaded) .m-content-object--footer {
        width: 25%;
        min-width: 230px
    }
    .module-grid-column1.module-grid-column1--rates-right .has-book-url .m-content-object--footer,
    .module-grid-column1.module-grid-column1--rates-right .has-rate .m-content-object--footer {
        width: 25%;
        min-width: 230px;
        flex-shrink: 0;
        flex-grow: 0;
        border-left: 1px solid #707070;
        margin: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

table.xdebug-error.xe-notice {
    position: relative;
    z-index: 9999999999
}

[data-text-alignment] {
    text-align: center
}

[data-text-alignment="center"] .h1,
[data-text-alignment="center"] .h2,
[data-text-alignment="center"] .h3,
[data-text-alignment="center"] .h4,
[data-text-alignment="center"] .h5,
[data-text-alignment="left"] .h1,
[data-text-alignment="left"] .h2,
[data-text-alignment="left"] .h3,
[data-text-alignment="left"] .h4,
[data-text-alignment="left"] .h5,
[data-text-alignment="right"] .h1,
[data-text-alignment="right"] .h2,
[data-text-alignment="right"] .h3,
[data-text-alignment="right"] .h4,
[data-text-alignment="right"] .h5 {
    text-align: inherit
}

[data-text-alignment="center"] {
    text-align: center
}

[data-text-alignment="left"] {
    /* text-align: left */
}

html[dir="rtl"] [data-text-alignment="left"] {
    text-align: right
}

[data-text-alignment="right"] {
    text-align: right
}

html[dir="rtl"] [data-text-alignment="right"] {
    text-align: left
}

[data-text-alignment-child] {
    text-align: inherit
}

.cms-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.cms-html-var,
.cms-content {
    overflow-wrap: break-word
}

.cms-html-var img,
.cms-content img {
    max-width: 100%;
    height: auto !important
}

.cms-html-var p:last-child {
    margin-bottom: 0
}

.stripe-default-padding {
    padding-top: 15px;
    padding-bottom: 15px
}

.bm--below-nav-bar.bm--collapsed .no-hero+#site-content {
    padding-top: 50px
}

.cms-custom-color h1,
.cms-custom-color .h1,
.cms-custom-color h2,
.cms-custom-color .h2,
.cms-custom-color h3,
.cms-custom-color .h3,
.cms-custom-color h4,
.cms-custom-color .h4,
.cms-custom-color h5,
.cms-custom-color .h5,
.cms-custom-color .link-block,
.cms-custom-color .lead-rates {
    color: inherit
}

.cms-custom-color-child,
.cms-custom-color-child:visited,
.cms-custom-color-child:hover {
    color: inherit
}

.cms-item:last-child {
    margin-bottom: 0
}

.cms-radius {
    overflow: hidden;
    border-radius: var(--current-radius);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width: 767px) {
    .cms-hide-mobile {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cms-hide-tablet {
        display: none
    }
}

@media (min-width: 1200px) {
    .cms-hide-desktop {
        display: none
    }
}

.has-max-lines {
    overflow: hidden;
    max-height: 72px
}

body:not(.has-dynamic-data) .js-dynamic-get-item .loader-container,
body:not(.has-dynamic-data) .js-dynamic-get-item .info-price,
body:not(.has-dynamic-data) .js-dynamic-get-rates .loader-container,
body:not(.has-dynamic-data) .js-dynamic-get-rates .info-price,
body:not(.has-dynamic-data) .js-room .loader-container,
body:not(.has-dynamic-data) .js-room .info-price {
    display: none
}

.is-loaded-failed .loader-container {
    display: none
}

.is-loaded-failed .info-price {
    display: none
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.is-loaded .loader {
    animation-play-state: paused
}

.js-room:not(.is-loaded) .js-dynamic-book-url,
.js-room:not(.is-loaded) .lead-rates,
.js-room:not(.has-book-url) .js-dynamic-book-url,
.js-room:not(.has-rate) .lead-rates,
.js-dynamic-get-item:not(.is-loaded) .js-dynamic-book-url,
.js-dynamic-get-item:not(.is-loaded) .lead-rates,
.js-dynamic-get-item:not(.has-book-url) .js-dynamic-book-url,
.js-dynamic-get-item:not(.has-rate) .lead-rates,
.js-dynamic-item:not(.is-loaded) .js-dynamic-book-url,
.js-dynamic-item:not(.is-loaded) .lead-rates,
.js-dynamic-item:not(.has-book-url) .js-dynamic-book-url,
.js-dynamic-item:not(.has-rate) .lead-rates {
    display: none
}

.js-room.has-book-url .js-dynamic-book-url,
.js-room.has-rate .lead-rates,
.js-dynamic-get-item.has-book-url .js-dynamic-book-url,
.js-dynamic-get-item.has-rate .lead-rates,
.js-dynamic-item.has-book-url .js-dynamic-book-url,
.js-dynamic-item.has-rate .lead-rates {
    animation: fadein 1s
}

.js-dynamic-get-item .loader-container,
.js-dynamic-get-rates .loader-container,
.js-room .loader-container {
    -webkit-transition: opacity 300ms, visibility 300ms;
    -o-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms
}

.js-dynamic-get-item .loader-container,
.js-dynamic-get-rates .loader-container,
.js-room .loader-container {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.js-dynamic-get-item .info-price,
.js-dynamic-get-rates .info-price,
.js-room .info-price {
    position: relative;
    min-height: 45px
}

.js-dynamic-get-item.is-loaded .info-price,
.js-dynamic-get-rates.is-loaded .info-price,
.js-room.is-loaded .info-price {
    min-height: 0
}

.js-dynamic-get-item.is-loaded .loader-container,
.js-dynamic-get-rates.is-loaded .loader-container,
.js-room.is-loaded .loader-container {
    visibility: hidden;
    opacity: 0
}