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

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

html {
    height: 100%
}

body {
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

strong {
    font-weight: 700
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

em {
    font-style: italic
}

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

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

.richText:last-child {
    margin-bottom: 0!important
}

.slideAnim__img,
.slideAnim__text {
    transition: transform .3s ease-out
}

body.up,
html.up {
    transition: top 2s ease-out
}

main {
    transition: all .4s ease-out;
    display: block;
    transform-origin: center center;
    overflow: hidden;
    min-height: 100%
}

body {
    height: 100%;
    overflow: auto
}

@media (min-width:0) and (max-width:768px) {
    body.hidden {
        overflow: hidden
    }
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 40px
}

@media (min-width:0) and (max-width:768px) {
    .wrapper {
        padding: 0 20px
    }
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    will-change: transform;
    transform: translateZ(2px)
}

.overlay.show {
    opacity: 1;
    visibility: visible
}

.overlay .closeButton,
.overlay .closeButtonMobile {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    z-index: 4;
    cursor: pointer
}

@media (min-width:0) and (max-width:1024px) {
    .overlay .closeButton,
    .overlay .closeButtonMobile {
        font-size: 30px
    }
}

@media (min-width:0) and (max-width:768px) {
    .overlay .closeButton,
    .overlay .closeButtonMobile {
        top: 30px;
        right: 30px
    }
}

.overlay .closeButton:after,
.overlay .closeButton:before,
.overlay .closeButtonMobile:after,
.overlay .closeButtonMobile:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.overlay .closeButton:before,
.overlay .closeButtonMobile:before {
    transform: translateY(-50%) rotate(45deg)
}

.overlay .closeButton:after,
.overlay .closeButtonMobile:after {
    transform: translateY(-50%) rotate(-45deg)
}

.videoOverlay {
    background-color: rgba(0, 0, 0, .8);
    text-align: center
}

.videoOverlay .overlayContainer {
    width: 64%;
    height: 70%;
    margin: 0 auto;
    margin-top: 7%
}

.videoOverlay.show iframe,
.videoOverlay.show video {
    opacity: 1
}

.videoOverlay iframe,
.videoOverlay video {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease-in-out .5s
}

.formOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    will-change: transform;
    transform: translateZ(2px)
}

.formOverlay.open {
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    display: block
}

.formOverlay .formsContainer {
    width: 64%;
    height: 70%;
    margin: 0 auto;
    margin-top: 7%
}

@media (min-width:0) and (max-width:768px) {
    .formOverlay .formsContainer {
        width: 100%;
        margin-top: 0;
        height: 100%
    }
}

#ui-datepicker-div {
    z-index: 9999999999!important
}

.ui-datepicker-month,
.ui-datepicker-year {
    font-family: Nunito, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ff8248
}

.ui-widget-header {
    border: none;
    background: #fff;
    font-weight: 700
}

.ui-datepicker th {
    color: #ff9a19
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: none;
    background: #fff;
    font-weight: 400;
    color: #454545
}

.ui-state-default:hover {
    background-color: rgba(255, 130, 72, .7);
    color: #fff!important
}

.ui-state-default.ui-state-active {
    color: #ff8248
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #dedede
}

.datepicker--cells {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #8d8d8d
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
    color: #f9463a
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #f9463a
}

.datepicker--cell.-selected-.-focus- {
    background: #f9463a
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 20%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    z-index: 100
}

.datepicker.-from-top- {
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    transform: translateY(8px)
}

.datepicker.-from-left- {
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-title {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Nunito, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ff8248
}

.datepicker--nav-title i {
    color: #ff8248!important
}

.datepicker--nav-title:hover {
    background: transparent!important
}

.datepicker--nav-action {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover svg path {
    stroke: #ff8248
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #8d8d8d
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #f9463a;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #8d8d8d
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1)
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #8d8d8d;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(90deg, #dedede, #dedede) left .5 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb,
.datepicker--time-row input[type=range]:hover::-ms-thumb,
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb,
.datepicker--time-row input[type=range]:focus::-ms-thumb,
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #f9463a;
    border-color: #f9463a
}

.datepicker--time-row input[type=range]::-moz-range-thumb,
.datepicker--time-row input[type=range]::-ms-thumb,
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-track,
.datepicker--time-row input[type=range]::-ms-track,
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower,
.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(255, 130, 72, .2);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(255, 130, 72, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--cell-day:hover {
    background-color: rgba(255, 130, 72, .7);
    color: #fff!important
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background-color: #ff8248
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
    color: #ff8248
}

.datepicker--pointer {
    display: none
}

.account .formFields .formSectionTitle {
    margin-bottom: 85px
}

.account .formFields .formWrapper {
    padding-bottom: 85px
}

.account .formFields .cta-01:not(.facebook) {
    display: inline-block
}

.bookingSlider {
    position: relative;
    padding-top: 130px;
    background-color: #ececec
}

@media (min-width:0) and (max-width:768px) {
    .bookingSlider {
        padding-top: 75px
    }
}

.bookingSlider .slider {
    padding: 0 30px 100px;
    font-size: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all .3s ease
}

@media (min-width:0) and (max-width:768px) {
    .bookingSlider .slider {
        padding: 0 10px
    }
}

@media (min-width:0) and (max-width:512px) {
    .bookingSlider .slider {
        padding: 0 5px
    }
}
.bookingSlider .slider .bookingCard {
    display: inline-block;
    vertical-align: middle
}

.bookingSlider .item {
    max-width: 380px;
    margin: 0 10px;
    height: 600px
}

@media (min-width:0) and (max-width:768px) {
    .bookingSlider .item {
        max-width: 250px;
        height: 550px
    }
}

.bookingSlider .item:last-of-type {
    margin-right: 0
}

.bookingSlider .slick-dots {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.bookingSlider .slick-dots li button:before {
    font-size: 12px
}

.brandGrid {
    width: 100%;
    text-align: center;
    padding: 80px 0 60px
}

.brandGrid h3 {
    font-size: 30px;
    font-family: Nunito, sans-serif;
    color: #636363;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 700
}

.brandGrid ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(16.666%, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(16.666%, 1fr));
    grid-auto-rows: 200px;
    width: 90%;
    margin: 0 auto;
    transition: height .4s ease
}

@media (min-width:0) and (max-width:1024px) {
    .brandGrid ul {
        -ms-grid-columns: (minmax(25%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
        grid-auto-rows: 180px
    }
}

@media (min-width:0) and (max-width:768px) {
    .brandGrid ul {
        -ms-grid-columns: (minmax(33.333%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr));
        grid-auto-rows: 160px
    }
}

@media (min-width:0) and (max-width:512px) {
    .brandGrid ul {
        -ms-grid-columns: (minmax(50%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr))
    }
}

.brandGrid ul.open {
    height: 100%
}

.brandGrid ul.open li {
    opacity: 1;
    visibility: visible
}

.brandGrid ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: center center;
    transform: scale(1);
    transition: transform .25s ease, opacity .35s ease;
    overflow: hidden;
    border-radius: 10px
}

.brandGrid ul li:hover {
    transform: scale(1.08);
    box-shadow: 0 1px 108px -17px rgba(0, 0, 0, .2);
    z-index: 9
}

.brandGrid ul li:hover img {
    filter: grayscale(100%);
    opacity: 1
}

.brandGrid ul a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.brandGrid ul img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(100%);
    opacity: .5;
    transition: all .35s ease
}

.brandGrid .btn {
    font-size: 20px;
    font-family: Lato, sans-serif;
    text-decoration: none;
    color: #8d8d8d;
    font-weight: 700;
    position: relative;
    margin-top: 2.2%;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .brandGrid .btn {
        margin-top: 3.5%
    }
}

.brandGrid .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #8d8d8d;
    left: 0;
    bottom: -6px;
    transition: all .25s ease-in-out 0s
}

.brandGrid .btn:hover:after {
    bottom: 100%;
    opacity: 0
}

.bookingCard {
    width: 100%;
    max-width: 360px;
    height: 525px;
    box-shadow: 2px 23px 33px 0 rgba(49, 49, 49, .2);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px 50px;
    position: relative;
    text-align: center;
    background-color: #fff;
    transform: scale(1);
    transition: all .15s ease;
    z-index: 0;
    top: 40px
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard {
        width: 255px;
        max-width: 255px;
        min-width: 250px;
        height: 395px;
        padding: 0 20px 40px;
        box-shadow: 2px 20px 20px 0 rgba(49, 49, 49, .2)
    }
}

@media (min-width:0) and (max-width:512px) {
    .bookingCard {
        width: 250px!important;
        height: 395px;
        padding: 0 20px 40px;
        box-shadow: 2px 20px 20px 0 rgba(49, 49, 49, .2)
    }
}

.bookingCard:hover {
    transform: scale(1.05);
    z-index: 1
}

.bookingCard .top {
    background-color: #f15741;
    height: 80px;
    text-align: center;
    display: block;
    width: calc(100% + 40px);
    position: relative;
    margin-left: -20px
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .top {
        height: 60px
    }
}

.bookingCard .top p {
    color: #fff;
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .top p {
        font-size: 20px
    }
}

.bookingCard .middle {
    margin: 40px auto 0;
    text-align: center;
    position: relative
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .middle {
        margin: 30px auto 0
    }
}

.bookingCard .middle .price {
    font-family: Nunito, sans-serif;
    font-size: 60px;
    color: #636363;
    font-weight: 800
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .middle .price {
        font-size: 30px
    }
}

.bookingCard .middle .discount {
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #ff8248
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .middle .discount {
        font-size: 16px
    }
}

.bookingCard .middle .info {
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #8d8d8d;
    margin: 35px auto 0;
    max-width: 250px
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .middle .info {
        font-size: 16px;
        max-width: 200px;
        margin: 25px auto 0
    }
}

.bookingCard .btn-container {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    height: 110px;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .btn-container {
        bottom: 40px;
        height: 95px
    }
}

.bookingCard .btn-container:before {
    content: "";
    height: 2px;
    background-color: #f1f1f1;
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .btn-container:before {
        max-width: 225px;
        top: -20px
    }
}

.bookingCard .btn-container .cta-01 {
    background-color: #f15741;
    margin-top: 22px
}

.bookingCard .btn-container .cta-01 p {
    color: #fff
}

.bookingCard .btn-container .routes {
    position: relative;
    display: block;
    font-family: Lato, sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #8d8d8d;
    transition: all .25s ease
}

.bookingCard .btn-container .routes:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8d8d8d;
    bottom: -4px;
    pointer-events: none;
    left: 0;
    transition: all .25s ease-in-out 0s
}

@media (min-width:0) and (max-width:768px) {
    .bookingCard .btn-container .routes {
        font-size: 16px
    }
}

.bookingCard .btn-container .routes:first-of-type {
    margin-right: 0
}

.bookingCard .btn-container .routes:hover:before {
    bottom: 100%;
    opacity: 0
}

.cta-01.download,
.cta-01.translate,
.cta-01.upload {
    background-color: transparent;
    outline: none;
    z-index: 1;
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 47px;
    max-width: 47px;
    border: none;
    cursor: pointer;
    margin: 0
}

.cta-01.download img,
.cta-01.translate img,
.cta-01.upload img {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px
}

.cta-01.finish {
    background-color: #ff8248;
    padding: 18px 15px;
    border-radius: 40px;
    min-width: 160px;
    display: inline-block;
    transition: all .25s ease;
    margin: 0
}

.cta-01.finish p {
     font-size: 14px;
     color: #fff;
     min-width: 140px;
     line-height: 24px;
     font-family: Lato, sans-serif;
     font-weight: 900;
     text-transform: uppercase;
     letter-spacing: .15em;
     text-align: center;
     margin: 0;
     transition: all .35s ease
}

.uploadFotos {
    width: 100%;
    max-width: 556px;
    height: 533px;
    background-color: #fff;
    padding: 45px 22px;
    border-radius: 10px;
    text-align: center;
    margin: 0;
    position: relative
}

.uploadFotos h3 {
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase
}

.uploadFotos .description {
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #8d8d8d;
    margin: 15px auto 35px
}

.uploadFotos form {
    position: absolute;
    height: 265px;
    width: calc(100% - 44px);
    display: block;
    background-color: #e8e8e8
}

.uploadFotos form input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    outline: none;
    opacity: 0
}

.uploadFotos .imagePlaceholder {
    position: relative;
    height: 100%;
    width: 100%;
    display: block
}

.uploadFotos .imagePlaceholder .uploadImg {
    position: absolute;
    pointer-events: none;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    z-index: 1
}

.uploadFotos .imagePlaceholder p {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Lato, sans-serif;
    text-decoration: none;
    font-size: 16px;
    color: #8d8d8d;
    display: inline-block;
    transition: all .25s ease
}

.uploadFotos .imagePlaceholder p:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8d8d8d;
    bottom: -4px;
    pointer-events: none;
    left: 0;
    transition: all .25s ease-in-out 0s
}

.uploadFotos .imagesContainer {
    display: none;
    margin: 30px 35px;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    text-align: left
}

@media (min-width:0) and (max-width:768px) {
    .uploadFotos .imagesContainer {
        margin: 20px 25px;
        width: calc(100% - 50px);
        height: calc(100% - 40px)
    }
}

.uploadFotos .imagesContainer li {
    width: 63px;
    height: 47px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 27px;
    margin-bottom: 15px
}

@media (min-width:0) and (max-width:768px) {
    .uploadFotos .imagesContainer li {
        margin-right: 12px;
        margin-bottom: 12px
    }
}

.uploadFotos .imagesContainer li .close {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background-image: url(../images/dummy/closeUpload.png);
    border-radius: 50%;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat
}

.uploadFotos .imagesContainer li img {
    width: 100%
}

.uploadFotos .imagesContainer li:last-child {
    margin-right: 0
}

.uploadFotos .cta-01 {
    border: none;
    background-color: #c6c6c6;
    padding: 18px 15px;
    text-decoration: none;
    outline: none;
    border-radius: 40px;
    min-width: 160px;
    margin-top: 30px;
    transform: scale(1);
    opacity: 1;
    transition: all .25s ease
}

.uploadFotos .cta-01 p {
    font-size: 14px;
    color: #fff;
    min-width: 140px;
    line-height: 24px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .15em;
    text-align: center;
    margin: 0;
    transition: all .35s ease
}

.uploadFotos.active form input {
    display: none
}

.uploadFotos.active .imagesContainer {
    display: block
}

.uploadFotos.active .imagePlaceholder {
    display: none
}

.uploadFotos.active .cta-01 {
    background-color: #f15741
}

.sessionsTable {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 30px;
    width: 100%;
    text-align: center
}

.sessionsTable .wrapper {
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    display: block
}

.sessionsTable h3 {
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 38px
}

.sessionsTable p {
    font-family: Lato, sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #8d8d8d;
    display: inline-block;
    margin: 30px 0 40px
}

.sessionsTable table {
    display: table;
    text-align: left
}

.sessionsTable table td,
.sessionsTable table th {
    height: 45px;
    padding: 0 10px;
    position: relative;
    min-width: 200px
}

.sessionsTable table th {
    cursor: pointer
}

.sessionsTable table th p {
    font-family: Nunito, sans-serif;
    font-size: 20px;
    color: #ff8248;
    font-weight: 800
}

.sessionsTable table th span {
    display: block;
    width: 11px;
    height: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8d8d8d;
    position: absolute;
    right: 26px;
    top: 9px
}

.sessionsTable table td p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 800;
    line-height: 24px
}

.tabsContainer {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px
}

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

.tabsContainer .tabs li {
  1827	+     padding: 10px 15px;
  1828	+     cursor: pointer;
  1829	+     font-family: Lato, sans-serif
  1830	+ }

.tabsContainer .tabs li,
.tabsContainer .tabs li i {
    display: inline-block;
    color: #8d8d8d;
    position: relative
}

.tabsContainer .tabs li i {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.tabsContainer .tabs li i.code {
    background-image: url(../images/dummy/code.png)
}

.tabsContainer .tabs li i.sms {
    background-image: url(../images/dummy/sms.png)
}

.tabsContainer .tabs li i.payment {
    background-image: url(../images/dummy/payment.png)
}

.tabsContainer .tabs li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    transition: all .25s ease
}

.tabsContainer .tabs li.current {
    color: #ff8248
}

.tabsContainer .tabs li.current:after {
    background-color: #ff8248;
    width: 100%
}

.tabsContainer .tabs li.current i.code {
}

.tabsContainer .tabs li.current i.sms {
    background-image: url(../images/dummy/sms_current.png)
}

.tabsContainer .tabs li.current i.payment {
    background-image: url(../images/dummy/payment_current.png)
}

.tabsContainer .tab-content {
    display: none;
    padding: 15px;
    transition: all .25s ease;
    font-family: Lato, sans-serif;
    line-height: 24px
}

.tabsContainer .tab-content.current {
    display: inherit
}

textarea {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #8d8d8d;
    outline: none;
    border: none;
    border-bottom: 2px solid hsla(0, 0%, 55%, .5);
    min-width: 400px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block
}

textarea:-ms-input-placeholder {
    font-family: Lato, sans-serif;
    opacity: .5
}

textarea::placeholder {
    font-family: Lato, sans-serif;
    opacity: .5
}

select {
    outline: none;
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #8d8d8d;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    background: url(../images/dummy/arrow.png) no-repeat 98% 50%
}

.styled-select,
select {
    width: 100%;
    max-width: 400px
}

.styled-select {
    height: 34px;
    overflow: visible
}

.select-style select:focus {
    outline: none
}

.styled-select select::-ms-expand {
     display: none
}

.contactBar {
    padding: 85px 0;
    background-color: #efefef
}

.contactBar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1125px;
    margin: 0 auto
}

@media (min-width:0) and (max-width:768px) {
    .contactBar ul {
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 400px
    }
}

@media (min-width:0) and (max-width:512px) {
    .contactBar ul {
        max-width: 90%
    }
}

.contactBar ul li {
    text-align: center;
    position: relative;
    width: 33.333%
}

@media (min-width:0) and (max-width:768px) {
    .contactBar ul li {
        margin-bottom: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 100px
    }
}

.contactBar ul li:first-of-type {
    -ms-flex-direction: column;
    flex-direction: column
}

.contactBar ul li:nth-child(2) {
    right: 0;
    padding-left: 20px
}

@media (min-width:0) and (max-width:768px) {
    .contactBar ul li:nth-child(2) {
        padding: 0
    }
}

.contactBar ul li:last-child {
    margin-bottom: 0
}

.contactBar ul li:last-child:after {
    display: none
}

.contactBar ul li:after,
.contactBar ul li:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 90%;
    background-color: #e3e3e3
}

@media (min-width:0) and (max-width:768px) {
    .contactBar ul li:after,
    .contactBar ul li:before {
        display: none
    }
}

.contactBar ul li:before {
    display: none;
    width: 100%;
    height: 3px;
    top: auto;
    left: 0;
    transform: none;
    bottom: 0
}

@media (min-width:0) and (max-width:768px) {
    .contactBar ul li:before {
        display: block
    }
}

.contactBar ul .info {
    margin-left: 20px
}

.contactBar ul h3 {
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 55px;
    text-align: center
}

.contactBar ul h4 {
    color: #ff8248;
    margin-bottom: 15px
}

.contactBar ul a,
.contactBar ul h4 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center
}

.contactBar ul a {
    color: #636363;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.contactBar ul a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    max-width: 32px
}

.contactBar ul .btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 3px solid rgba(250, 121, 82, .5);
    display: inline-block;
    margin-bottom: 20px;
    transition: all .45s ease;
    transform: translateY(0)
}

.contactBar ul .btn:hover {
    border: 3px solid #fa7952;
    transform: translateY(-2px)
}

.contactBar ul .social-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 245px
}

.contactBar ul .social-items li {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #f15741;
    margin-right: 30px;
    min-height: 0;
    transform: translateY(0);
    transition: all .45s ease
}

.contactBar ul .social-items li:hover {
    transform: translateY(-2px);
    transition: all .45s ease;
    background-color: rgba(241, 87, 65, .5)
}

.contactBar ul .social-items li:nth-child(2) {
    padding-left: 0
}

.contactBar ul .social-items li:after,
.contactBar ul .social-items li:before {
    display: none
}

.contactBar ul .social-items li:last-child {
    margin-right: 0
}

.contentMedia {
    padding: 115px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia {
        padding: 50px 0
    }
}

.contentMedia .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1235px;
    margin: 0 auto
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia .wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contentMedia h2 {
    font-size: 60px;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia h2 {
        font-size: 30px;
        line-height: 42px
    }
}

.contentMedia article {
    margin-left: 85px
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia article {
        text-align: center;
        margin: 0 auto;
        max-width: 95%
    }
}

.contentMedia p {
    font-family: Lato, sans-serif;
    color: #636363;
    line-height: normal;
    font-size: 24px;
    margin-top: 50px;
    max-width: 525px
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia p {
        margin-top: 20px;
        font-size: 20px
    }
}

.contentMedia figure {
    width: 375px;
    height: 375px;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia figure {
        width: 205px;
        height: 205px;
        margin-bottom: 22px
    }
}

.contentMedia figure img {
    width: 100%;
    pointer-events: none
}

.contentMedia[data-media-position=right] .wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia[data-media-position=right] .wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contentMedia[data-media-position=right] figure {
    margin-left: auto
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia[data-media-position=right] figure {
        margin: 0 auto 22px
    }
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia[data-media-position=right] article {
        text-align: center;
        margin: 0 auto;
        max-width: 90%
    }
}

.contentMedia[data-media-position=right] p {
    margin-top: 30px;
    max-width: 640px;
    font-size: 16px
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia[data-media-position=right] p {
        margin-top: 20px
    }
}

.contentMedia[data-media-position=right] .subtitle {
    max-width: 580px;
    font-family: Lato, sans-serif;
    color: #f9463a;
    font-size: 24px;
    margin-top: 50px;
    font-weight: 700
}

@media (min-width:0) and (max-width:768px) {
    .contentMedia[data-media-position=right] .subtitle {
        margin-top: 25px;
        font-size: 20px
    }
}

.contentServices {
    min-height: 500px;
    text-align: center;
    padding: 220px 0;
    overflow: hidden;
    position: relative
}

@media (min-width:0) and (max-width:768px) {
    .contentServices {
        padding: 90px 0
    }
}

.contentServices .wrapper {
    max-width: 760px
}

.contentServices h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    color: #fff;
    text-transform: uppercase
}

@media (min-width:0) and (max-width:768px) {
    .contentServices h2 {
        font-size: 30px;
        line-height: 42px
    }
}

.contentServices .subtitle {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-top: 50px;
    font-weight: 700
}

@media (min-width:0) and (max-width:768px) {
    .contentServices .subtitle {
        margin-top: 26px;
        font-size: 20px;
        line-height: 26px
    }
}

.contentServices .description {
    font-family: Lato, sans-serif;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px
}

@media (min-width:0) and (max-width:768px) {
    .contentServices .description {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px
    }
}

.contentServices .parallax-window {
    min-height: 700px;
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:0) and (max-width:768px) {
    .contentServices .parallax-window {
        display: none
    }
}

.contentServices .parallax-window.mobile {
    display: none
}

@media (min-width:0) and (max-width:768px) {
    .contentServices .parallax-window.mobile {
        display: block
    }
}

.contentServices img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ctaBlock {
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    padding: 100px 0;
    position: relative
}

.ctaBlock .patternBg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/dummy/pattern.png);
    width: 100%;
    height: 100%;
    animation: a 25s linear infinite;
    z-index: 1;
    pointer-events: none;
    background-repeat: repeat;
    -webkit-transform-style: preserve-3d;
    opacity: .7
}

@media (min-width:0) and (max-width:768px) {
    .ctaBlock {
        padding: 85px 0
    }
}

.ctaBlock .wrapper {
    max-width: 680px;
    text-align: center
}

.ctaBlock h3 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .ctaBlock h3 {
        font-size: 30px;
        line-height: 42px
    }
}

.ctaBlock p {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    margin-top: 65px
}

@media (min-width:0) and (max-width:768px) {
    .ctaBlock p {
        max-width: 95%;
        margin-top: 30px
    }
}

@keyframes a {
    to {
        background-position-y: 0
    }
    0% {
        background-position-y: -1220px
    }
}

footer {
    padding: 70px 0 30px;
    background-color: #323232;
    border-top: 1px solid #929292;
    border-bottom: 1px solid #929292
}

@media (min-width:0) and (max-width:512px) {
    footer {
        padding: 60px 0 45px
    }
}

footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1125px;
    margin: 0 auto;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:0) and (max-width:1024px) {
    footer ul {
        margin-bottom: 60px
    }
}

@media (min-width:0) and (max-width:512px) {
    footer ul {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }
}

footer ul.social-items {
    width: 100%
}

@media (min-width:0) and (max-width:512px) {
    footer ul.social-items {
        height: auto;
        overflow: visible;
        display: block
    }
}

footer ul.social-items li {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 55%, .5);
    margin-right: 12px;
    transform: translateY(0);
    transition: all .35s ease
}

@media (min-width:0) and (max-width:512px) {
    footer ul.social-items li {
        margin-right: 40px;
        width: 56px;
        height: 56px;
        padding: 0
    }
}

footer ul.social-items li:last-child {
    margin-right: 0;
    padding: 0;
    border: 2px solid hsla(0, 0%, 55%, .5)
}

@media (min-width:0) and (max-width:512px) {
    footer ul.social-items li:last-child h3 {
        margin-bottom: 30px!important
    }
}

footer ul.social-items li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

footer ul.social-items li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

footer ul.social-items li:hover {
    border: 2px solid hsla(0, 0%, 94%, .5);
    transform: translateY(-2px);
    transition: border .35s ease, transform .5s ease
}

footer ul li {
    position: relative;
    width: 25%
}

@media (min-width:0) and (max-width:1024px) {
    footer ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 30px
    }
}

@media (min-width:0) and (max-width:512px) {
    footer ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        border-bottom: 3px solid #4f4f4f;
        padding: 20px 0;
        margin: 0;
        cursor: pointer
    }
}

@media (min-width:0) and (max-width:1024px) {
    footer ul li:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

footer ul li:last-child {
    border-bottom: none
}

@media (min-width:0) and (max-width:512px) {
    footer ul li:last-child {
        padding: 20px 0 0;
        cursor: default
    }
}

footer ul li a {
    font-family: Lato, sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #8d8d8d;
    display: inline-block;
    transition: all .25s ease
}

footer ul li a.phone {
    font-size: 30px;
    width: 100%
}

@media (min-width:0) and (max-width:1024px) {
    footer ul li a.phone {
        margin-bottom: 15px
    }
}

footer ul li a:hover {
    color: hsla(0, 0%, 55%, .5)
}

footer ul li h3 {
    position: relative
}

@media (min-width:0) and (max-width:512px) {
    footer ul li h3 {
        margin-bottom: 0
    }
}

footer ul li h3 span {
    display: none;
    position: absolute;
    right: 24px;
    font-weight: 700;
    top: 52%;
    transform: translateY(-50%)
}

footer ul li h3 span:after,
footer ul li h3 span:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #8d8d8d;
    display: block;
    transform-origin: center center;
    transition: all .25s ease
}

footer ul li h3 span:after {
    transform: rotate(90deg)
}

@media (min-width:0) and (max-width:512px) {
    footer ul li h3 span {
        display: block
    }
}

@media (min-width:0) and (max-width:512px) {
    footer ul li:last-child h3 {
        margin-bottom: 30px
    }
}

footer ul li.open h3 span:after {
    transform: rotate(0deg)
}

footer ul li ul {
    display: inline-block;
    margin-bottom: 0
}

@media (min-width:0) and (max-width:512px) {
    footer ul li ul {
        overflow: hidden;
        display: none;
        margin: 20px 0 10px
    }
}

footer ul li ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: none
}

@media (min-width:0) and (max-width:512px) {
    footer ul li ul li {
        text-align: center;
        padding: 0
    }
}

@media (min-width:0) and (max-width:512px) {
    footer ul li ul li:nth-last-child(-n+2) {
        margin-bottom: 10px
    }
}

@media (min-width:0) and (max-width:512px) {
    footer ul li ul li:last-child {
        padding: 0
    }
}

footer h3 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 32px
}

footer .disclaimer {
    position: relative;
    display: inline-block;
    width: 100%
}

footer .disclaimer ul {
    max-width: 100%;
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

footer .disclaimer ul li {
    width: auto
}

@media (min-width:0) and (max-width:1024px) {
    footer .disclaimer ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: left
    }
}

@media (min-width:0) and (max-width:512px) {
    footer .disclaimer ul li {
        text-align: center;
        border-bottom: none;
        padding: 0
    }
}

@media (min-width:0) and (max-width:1024px) {
    footer .disclaimer ul li:first-of-type {
        margin-bottom: 15px
    }
}

footer .disclaimer p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #8d8d8d;
    margin-right: 30px;
    line-height: 22px
}

@media (min-width:0) and (max-width:512px) {
    footer .disclaimer p {
        margin-right: 0;
        max-width: 85%;
        display: inline-block
    }
}

footer .disclaimer a {
    position: relative;
    display: inline-block
}

footer .disclaimer a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8d8d8d;
    bottom: -4px;
    pointer-events: none;
    left: 0;
    transition: all .25s ease-in-out 0s
}

@media (min-width:0) and (max-width:512px) {
    footer .disclaimer a {
        font-size: 16px
    }
}

footer .disclaimer a:first-of-type {
    margin-right: 12px
}

@media (min-width:0) and (max-width:512px) {
    footer .disclaimer a:first-of-type {
        margin: 0 6px 15px
    }
}

footer .disclaimer a:hover:before {
    bottom: 100%;
    opacity: 0
}

.formBooking {
    padding: 80px 0;
    text-align: center;
    background: #fff
}

.formBooking h3 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    color: #636363;
    margin-bottom: 50px
}

@media (min-width:0) and (max-width:768px) {
    .formBooking h3 {
        font-size: 30px;
        line-height: 42px
    }
}

.formBooking .formFields {
    max-width: 960px
}

.formBooking .formFields .cta-01:last-of-type {
    margin-top: 50px
}

@media (min-width:0) and (max-width:1024px) {
    .formBooking .formFields .formWrapper {
        max-width: 100%
    }
}

.formBooking .disclaimer {
    text-align: left;
    display: block;
    margin: 20px 0
}

.formFields {
    margin: 0 auto;
    max-width: 560px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    box-shadow: 2px 20px 20px 0 rgba(49, 49, 49, .2)
}

@media (min-width:0) and (max-width:768px) {
    .formFields {
        max-width: 100%;
        border-radius: 0
    }
}

@media (min-width:0) and (max-width:512px) {
    .formFields {
        min-height: 100vh
    }
}

.formFields .login {
    position: absolute;
    top: 125px;
    right: -40px;
    width: 170px;
    height: 212px;
    background-image: url(../images/dummy/login.png);
    z-index: 0;
    opacity: .6
}

.formFields .formWrapper {
    margin: 0 auto;
    font-size: 0;
    padding: 0 50px 60px;
    text-align: center;
    z-index: 1
}

@media (min-width:0) and (max-width:768px) {
    .formFields .formWrapper {
        padding: 0 30px 40px
    }
}

.formFields .formSectionTitle {
    color: #fff;
    background-color: #f15741;
    width: calc(100% + 100px);
    left: -50px;
    height: 80px;
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 80px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px
}

@media (min-width:0) and (max-width:768px) {
    .formFields .formSectionTitle {
        font-size: 25px
    }
}

@media (min-width:0) and (max-width:512px) {
    .formFields .formSectionTitle {
        text-align: left;
        font-size: 20px
    }
}

@media (min-width:0) and (max-width:512px) {
    .formFields .formSectionTitle h4 {
        left: 40px;
        position: relative
    }
}

.formFields .formSectionTitle:first-of-type {
    margin-top: 0
}

.formFields input,
.formFields label {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.formFields .cta-01 {
    background-color: #f15741;
    border: none;
    cursor: pointer;
    margin: 40px auto 0;
    padding: 20px 30px;
    display: block
}

.formFields .cta-01 p {
    color: #fff
}

.formFields .cta-01.facebook {
    background-color: #4566b3
}

@media (min-width:0) and (max-width:768px) {
    .formFields .formSectionTitle {
        margin-top: 30px;
        margin-bottom: 10px
    }
}

.formFields .linkContainer {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.formFields .linkContainer a {
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #ff8248;
    text-decoration: none;
    line-height: 28px
}

.formFields .linkContainer span {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 20px;
    background-color: #ff8248;
    margin: 0 12px;
    top: 2px
}

.formFields .disclaimer {
    margin-top: 10px
}

.formFields .disclaimer input {
    display: none
}

.formFields .disclaimer input:checked+label:after {
    transform: scale(1)
}

.formFields .disclaimer a {
    color: inherit
}

.formFields .disclaimer label {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    padding-left: 30px;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    position: relative
}

.formFields .disclaimer label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #8d8d8d;
    left: -3px;
    top: 0;
    border-radius: 50%
}

.formFields .disclaimer label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 7px;
    border-radius: 50%;
    background-color: #ef3c45;
    transform: scale(0)
}

.formFields .disclaimer label a {
    text-decoration: underline;
    text-decoration: underline solid Currentcolor;
    transition: text-decoration .5s ease
}

.formFields .disclaimer label a:hover {
    text-decoration: none;
    text-decoration: underline solid transparent
}

.formFields .disclaimer.error label {
    color: #f52131
}

.formFields .routesContainer {
    padding: 0!important
}

.formFields .routesContainer .routes {
    position: relative;
    text-align: left;
    width: calc(33.333% - 17px);
    border: 2px solid #ffb448;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
    margin-bottom: 25px;
    min-height: 300px;
    cursor: pointer
}

.formFields .routesContainer .routes .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1
}

.formFields .routesContainer .routes.active {
    background-color: #ffb448
}

.formFields .routesContainer .routes.active .title,
.formFields .routesContainer .routes.active li {
    color: #fff
}

@media (min-width:0) and (max-width:768px) {
    .formFields .routesContainer .routes {
        width: calc(50% - 20px)
    }
}

.formFields .routesContainer .routes:nth-of-type(3n) {
    margin-right: 0
}

@media (min-width:0) and (max-width:768px) {
    .formFields .routesContainer .routes:nth-of-type(3n) {
        margin-right: 20px
    }
}

@media (min-width:0) and (max-width:768px) {
    .formFields .routesContainer .routes:nth-of-type(2n) {
        margin-right: 0
    }
}

.formFields .routesContainer .routes .title,
.formFields .routesContainer .routes ul li {
    font-family: Nunito, sans-serif;
    color: #636363;
    font-size: 16px
}

.formFields .routesContainer .routes .title {
    font-weight: 700;
    color: #ffb448;
    text-transform: uppercase
}

.formFields .routesContainer .routes ul {
    margin-top: 15px
}

.formFields .routesContainer .routes ul li {
    margin-bottom: 7px
}

.formFields .routesContainer .routes ul li:last-child {
    margin-bottom: 0
}

.radioField,
.textField {
    vertical-align: top;
    word-break: normal;
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
    z-index: auto
}

.radioField.date i,
.textField.date i {
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 1;
    width: 47px;
    height: 47px;
    background-color: #ff8248;
    border-radius: 50%;
    background-image: url(../images/dummy/calendar.png);
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none
}

@media (min-width:0) and (max-width:768px) {
    .radioField.date i,
    .textField.date i {
        top: 9px;
        right: 0
    }
}

.radioField.half,
.textField.half {
    width: 50%;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .radioField.half,
    .textField.half {
        width: 100%
    }
}

.radioField.oneThird,
.textField.oneThird {
    width: 33.3333%;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .radioField.oneThird,
    .textField.oneThird {
        width: 100%
    }
}

.radioField.twoThirds,
.textField.twoThirds {
    width: 66.6666%;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .radioField.twoThirds,
    .textField.twoThirds {
        width: 100%
    }
}

@media (min-width:0) and (max-width:768px) {
    .radioField.half,
    .radioField.oneThird,
    .radioField.twoThirds,
    .textField.half,
    .textField.oneThird,
    .textField.twoThirds {
        display: inline-block
    }
}

.radioField.disabled,
.textField.disabled {
    pointer-events: none;
    color: hsla(0, 0%, 55%, .5)
}

.radioField.disabled label,
.textField.disabled label {
    color: hsla(0, 0%, 55%, .5)
}

.radioField.disabled input[type=email],
.radioField.disabled input[type=password],
.radioField.disabled input[type=text],
.textField.disabled input[type=email],
.textField.disabled input[type=password],
.textField.disabled input[type=text] {
    border-color: hsla(0, 0%, 89%, .5);
    color: hsla(0, 0%, 55%, .5)
}

.radioField.disabled label:before,
.textField.disabled label:before {
    border-color: hsla(0, 0%, 55%, .5)
}

.textField {
    position: relative;
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 30px 10px 20px;
    color: #8d8d8d
}

.textField label {
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #8d8d8d;
    position: absolute;
    left: -10px;
    top: 70px;
    transform: translate(20px, -40px);
    pointer-events: none;
    transform-origin: left;
    transition: transform .2s ease-out
}

.textField input {
    color: inherit!important;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    outline-color: transparent;
    outline: none;
    background-color: transparent;
    padding: 15px 0 7px;
    width: 100%;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 20px
}

.textField input:-webkit-autofill,
.textField input:-webkit-autofill:active,
.textField input:-webkit-autofill:focus,
.textField input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s
}

.textField i+input {
    padding-right: 50px
}

.textField span {
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: currentColor;
    position: absolute;
    bottom: -2px;
    right: 10px;
    display: none
}

.textField i {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 20px;
    pointer-events: none;
    color: #f52131;
    font-size: 1.5rem;
    z-index: 1
}

.textField.filled label {
    transform: translate(20px, -50px) scale(.6);
    color: #8d8d8d
}

.textField.filled input {
    border-color: #8d8d8d;
    color: #8d8d8d
}

.textField.active {
    color: #8d8d8d
}

.textField.active input {
    border-color: #ff8248
}

.textField.active label {
    transform: translate(20px, -50px) scale(.6)
}

.textField.error,
.textField.error label {
    color: #f52131
}

.textField.error input {
    border-bottom-color: #f52131
}

.textField.error span {
    display: block
}

@media (min-width:0) and (max-width:768px) {
    .textField {
        padding: 20px 0
    }
    .textField label {
        transform: translate(10px, -45px)
    }
    .textField i {
        right: 10px
    }
    .textField.active label,
    .textField.filled label {
        transform: translate(10px, -60px) scale(.9)
    }
}

.textField input[type=date] {
    padding-top: 5px;
    padding-right: 19px
}

.radioContainer {
    font-size: 0
}

.radioContainer .error .radioField {
    color: #f52131
}

.radioContainer .error .radioField:before {
    border-color: #f52131
}

.radioField {
    position: relative;
    padding: 10px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    -ms-word-break: break-all;
    color: #8d8d8d
}

.radioField input {
    display: none
}

.radioField label {
    padding-left: 52px;
    color: #8d8d8d;
    display: inline-block;
    cursor: pointer
}

.radioField label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border: 1px solid #8d8d8d;
    left: 0;
    top: -1px
}

.radioField label:after {
    display: block;
    position: absolute;
    transform-origin: center;
    transform: scale(0);
    transition: all .1s ease-out;
    color: #ff8248;
    font-family: icon-base
}

.radioField input:checked+label:after {
    transform: scale(1)
}

.radioField.error {
    color: #f52131
}

.radioField.error:before {
    border-color: #f52131
}

@media (min-width:0) and (max-width:768px) {
    .radioField {
        padding: 10px!important
    }
    .radioField label {
        padding-left: 46px
    }
    .radioField label:before {
        top: -2px
    }
}

.radioField label:before {
    border-radius: 50%
}

.radioField label:after {
    content: "\e925";
    font-size: 1.5rem;
    left: 1px;
    top: 0
}

@media (min-width:0) and (max-width:768px) {
    .radioField label:after {
        top: 0
    }
}

.notificationBar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 90px;
    transition: all .2s ease-out;
    transform: translateY(100%);
    color: #fff
}

.notificationBar .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.notificationBar .messageText {
    padding-right: 24px;
    display: inline-block;
    font-family: Lato, sans-serif
}

.notificationBar .messageText a {
    color: #fff;
    text-decoration: underline
}

.notificationBar i {
    font-size: 1.75rem;
    cursor: pointer;
    color: #fff;
    position: relative;
    width: 25px;
    height: 25px;
    top: 10px
}

.notificationBar i:after,
.notificationBar i:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    pointer-events: none
}

.notificationBar i:before {
    transform: rotate(45deg)
}

.notificationBar i:after {
    transform: rotate(-45deg)
}

.notificationBar.success {
    background-color: #4ead28
}

.notificationBar.error {
    background-color: #f9463a
}

.notificationBar.warning {
    background-color: #ff8248
}

.notificationBar.cookie,
.notificationBar.functional,
.notificationBar.info {
    background-color: #307ad5
}

.notificationBar.show {
    transform: translateY(0)
}

.closeFormButton {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 30px;
    top: 20px;
    z-index: 1
}

.closeFormButton:after,
.closeFormButton:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: center center;
    pointer-events: none;
    top: 50%;
    left: 0
}

.closeFormButton:before {
    transform: rotate(45deg)
}

.closeFormButton:after {
    transform: rotate(-45deg)
}

.formText {
    font-family: Lato, sans-serif;
    color: #636363;
    font-size: 20px;
    text-align: left;
    margin: 15px 0 25px
}

.buttonField {
    position: relative;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px
}

.buttonField.twoThirds {
    width: 66.666%;
    display: inline-block;
    margin: 0
}

@media (min-width:0) and (max-width:768px) {
    .buttonField.twoThirds {
        width: 100%;
        margin-bottom: 20px
    }
}

.buttonField.twoThirds button {
    width: calc(50% - 20px);
    margin-right: 2%;
    vertical-align: middle
}

.buttonField.twoThirds button:last-of-type {
    margin-right: 0
}

.buttonField .filter {
    display: inline-block;
    border: 2px solid #ffb448;
    padding: 9px 30px;
    background-color: transparent;
    border-radius: 20px;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    max-width: 200px;
    height: 40px
}

@media (min-width:0) and (max-width:768px) {
    .buttonField .filter {
        padding: 9px 20px
    }
}

.buttonField .filter[data-payment] {
    height: 62px;
    padding: 20px;
    max-height: 100px;
    margin-bottom: 0;
    top: 18px;
    margin-left: 5%;
    border-radius: 0;
    box-shadow: none;
    border: transparent
}

@media (min-width:0) and (max-width:768px) {
    .buttonField .filter[data-payment] {
        margin-left: 0
    }
}

.buttonField .filter[data-payment]:last-of-type {
    margin-left: 10px
}

.buttonField .filter[data-payment].active {
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

.buttonField .filter input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    cursor: pointer
}

.buttonField .filter img {
    width: 65%;
    position: relative
}

@media (min-width:0) and (max-width:768px) {
    .buttonField .filter img {
        width: 100%
    }
}

.buttonField .filter:last-of-type {
    margin-right: 0
}

.buttonField .filter.active {
    background-color: #ffb448
}

.buttonField .filter.active p {
    color: #fff
}

.buttonField .filter p {
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #ffb448;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.checkContainer.twoThirds {
    margin: 20px 0 0;
    width: 66.6666%;
    display: block;
    text-align: left
}

.hiddenField {
    display: none
}

.genericHeading {
    height: 350px;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media (min-width:0) and (max-width:768px) {
    .genericHeading {
        height: 250px
    }
}

.genericHeading .parallax-window {
    min-height: 400px;
    background: transparent
}

@media (min-width:0) and (max-width:768px) {
    .genericHeading .parallax-window {
        display: none
    }
}

.genericHeading .parallax-window.mobile {
    display: none
}

@media (min-width:0) and (max-width:768px) {
    .genericHeading .parallax-window.mobile {
        display: block
    }
}

.genericHeading img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.itemSlider {
    padding: 100px 0 30px;
    text-align: center
}

@media (min-width:0) and (max-width:768px) {
    .itemSlider .wrapper {
        padding: 0
    }
}

.itemSlider h3 {
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase
}

.itemSlider .slider,
.itemSlider ul {
    max-width: 1020px
}

.itemSlider ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 55px;
    padding-bottom: 45px;
    width: 100%
}

.itemSlider .item {
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: top;
    width: 33.333%
}

.itemSlider .item figure {
    width: 244px;
    height: 244px;
    display: inline-block
}

@media (min-width:0) and (max-width:768px) {
    .itemSlider .item figure {
        width: 210px;
        height: 210px
    }
}

.itemSlider .item figure img {
    width: 100%;
    pointer-events: none
}

.itemSlider .item h4,
.itemSlider .item p {
    font-family: Lato, sans-serif;
    color: #636363;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    max-width: 65%;
    display: inline-block
}

@media (min-width:0) and (max-width:1024px) {
    .itemSlider .item h4,
    .itemSlider .item p {
        max-width: 90%
    }
}

.itemSlider .item p {
    color: #8d8d8d;
    font-weight: 400;
    margin-top: 20px;
    font-size: 16px;
    max-height: 60px;
    overflow: hidden
}

.itemSlider .slick-slide .text {
    transition: all .25s ease
}

@media (min-width:0) and (max-width:512px) {
    .itemSlider .slick-slide .text {
        opacity: 0;
        visibility: hidden
    }
}

@media (min-width:0) and (max-width:512px) {
    .itemSlider .slick-current .text {
        opacity: 1;
        visibility: visible
    }
}

.itemSlider .slick-dots {
    width: auto;
    max-width: auto;
    margin: 0
}

.itemSlider .slick-dots li {
    margin: 0 7px
}

@media (min-width:0) and (max-width:768px) {
    .itemSlider .slick-dots li {
        margin: 0 4px
    }
}

.itemSlider .slick-dots button:before {
    font-size: 10px;
    color: #ffc0a3;
    transition: font-size .25s ease;
    opacity: 1
}

@media (min-width:0) and (max-width:768px) {
    .itemSlider .slick-dots button:before {
        font-size: 8px
    }
}

.itemSlider .slick-dots .slick-active button:before {
    color: #ff8248;
    font-size: 15px
}

.mainHeading {
    position: relative;
    height: 700px
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading {
        max-height: 550px
    }
}

.mainHeading .wrapper {
    text-align: center;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none
}

.mainHeading .wrapper h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    color: #fff;
    text-transform: uppercase;
    max-width: 750px;
    display: inline-block;
    pointer-events: auto
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading .wrapper h1 {
        font-size: 30px;
        line-height: 42px;
        max-width: 80%
    }
}

.mainHeading .wrapper a {
    pointer-events: auto
}

.mainHeading .slider {
    position: relative;
    overflow: hidden
}

.mainHeading .slider .slick-track {
    height: 700px
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading .slider .slick-track {
        height: 550px
    }
}

.mainHeading .item {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    background-size: cover
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading .item {
        background-size: auto 100%;
        background-position: 50%;
        height: 100%
    }
}

.mainHeading .slick-dots {
    bottom: 55px
}

.mainHeading .slick-dots li {
    margin: 0 7px
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading .slick-dots li {
        margin: 0 4px
    }
}

.mainHeading .slick-dots button:before {
    font-size: 10px;
    color: #fff;
    transition: all .25s ease
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading .slick-dots button:before {
        font-size: 8px
    }
}

.mainHeading .slick-dots .slick-active button:before {
    color: #fff;
    font-size: 15px;
    transition: all .25s ease
}

@media (min-width:0) and (max-width:768px) {
    .mainHeading .slick-dots .slick-active button:before {
        font-size: 10px
    }
}

.mainNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0;
    height: 100vh;
    min-height: 100vh
}

@media (min-width:0) and (max-width:768px) {
    .mainNav {
        overflow-y: auto
    }
}

.mainNav .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: rown;
    flex-direction: rown;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    height: auto
}

.mainNav .wrapper.open .login,
.mainNav .wrapper.open .logo,
.mainNav .wrapper.open .logout {
    opacity: 0;
    transition: all .35s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    z-index: 0
}

.mainNav .wrapper.open .language {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease .55s;
    pointer-events: auto;
    z-index: 10
}

.mainNav .wrapper.open .container {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease .4s
}

.mainNav .logo {
    width: auto;
    position: relative;
    opacity: 1;
    transition: all .35s ease .25s
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .logo {
        transition: all .35s ease .15s
    }
}

.mainNav .info {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.mainNav .login {
    margin-right: 35px;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease .25s
}

.mainNav .login.hide {
    display: none
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .login {
        transition: all .35s ease .15s;
        margin-right: 20px
    }
}

.mainNav .logout {
    display: none;
    margin-right: 28px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transition: all .35s ease .25s
}

.mainNav .logout:hover p.hover {
    max-height: 16px;
    opacity: 1
}

.mainNav .logout p {
    font-family: Nunito, sans-serif;
    font-size: 16px
}

.mainNav .logout p.hover {
    color: #ff8248;
    font-weight: 700;
    margin-bottom: 5px;
    max-height: 0;
    opacity: 0;
    transition: all .2s linear
}

.mainNav .logout p.name {
    color: #fff
}

.mainNav .logout.show,
.mainNav .menu {
    display: inline-block
}

.mainNav .menu {
    position: relative;
    width: 37px;
    height: 24px;
    text-decoration: none;
    cursor: pointer
}

.mainNav .menu span {
    position: relative;
    display: block;
    transform: translateY(10px);
    background: #fff;
    transition: all 0ms .2s
}

.mainNav .menu span,
.mainNav .menu span:after,
.mainNav .menu span:before {
    width: 100%;
    height: 4px;
    border-radius: 4px
}

.mainNav .menu span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    transition: bottom .2s cubic-bezier(.23, 1, .32, 1) .2s, transform .2s cubic-bezier(.23, 1, .32, 1)
}

.mainNav .menu span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    transition: top .2s cubic-bezier(.23, 1, .32, 1) .2s, transform .2s cubic-bezier(.23, 1, .32, 1)
}

.mainNav .menu span.animate {
    background: hsla(0, 0%, 100%, 0)
}

.mainNav .menu span.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .2s cubic-bezier(.23, 1, .32, 1), transform .2s cubic-bezier(.23, 1, .32, 1) .2s
}

.mainNav .menu span.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top .2s cubic-bezier(.23, 1, .32, 1), transform .2s cubic-bezier(.23, 1, .32, 1) .2s
}

.mainNav .language {
    position: absolute;
    right: 100px;
    top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    transition: opacity transform .35s ease ease .2s .4s;
    transform: translateY(15px);
    pointer-events: none
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .language {
        left: 40px;
        transition: opacity transform .35s ease ease .3s .7s
    }
}

.mainNav .language li {
    margin-right: 10px
}

.mainNav .language li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    opacity: .5;
    font-family: Lato, sans-serif;
    transition: all .25s ease
}

.mainNav .language li a:hover {
    opacity: 1
}

.mainNav .language li.last-child {
    margin-right: 0
}

.mainNav .language li.active a {
    opacity: 1
}

.mainNav .menu-info {
    height: 700px;
    background: linear-gradient(-69deg, #f52131, #ff8248 100%);
    padding: 170px 0 195px;
    position: absolute;
    top: -700px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    transition: all .45s cubic-bezier(.48, .01, 0, 1)
}

@media (min-width:0) and (max-width:1024px) {
    .mainNav .menu-info {
        min-height: 100%
    }
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info {
        position: absolute;
        height: 100%;
        padding: 110px 0 90px;
        transition: top .45s cubic-bezier(.48, .01, 0, 1) 1s, opacity .4s cubic-bezier(.48, .01, 0, 1)
    }
}

@media (min-width:0) and (max-width:512px) {
    .mainNav .menu-info {
        height: auto
    }
}

.mainNav .menu-info.open {
    top: 0;
    opacity: 1;
    transition: all .45s cubic-bezier(.48, .01, 0, 1)
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info.open {
        padding-top: 91px
    }
}

.mainNav .menu-info .container {
    position: relative;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container {
        margin: 20px auto 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mainNav .menu-info .container aside {
    display: inline-block;
    position: relative
}

.mainNav .menu-info .container aside:first-of-type {
    width: 40%;
    padding: 0 0 0 20px
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:first-of-type {
        width: 100%
    }
}

.mainNav .menu-info .container aside:first-of-type ul li {
    position: relative;
    display: block;
    margin-bottom: 15px
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:first-of-type ul li {
        margin-bottom: 8px
    }
}

.mainNav .menu-info .container aside:first-of-type ul li:last-child {
    margin-bottom: 0
}

.mainNav .menu-info .container aside:first-of-type ul li ul {
    margin-bottom: 30px
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:first-of-type ul li ul {
        margin-bottom: 20px;
        display: none
    }
}

.mainNav .menu-info .container aside:first-of-type ul li ul.social-items {
    display: block
}

.mainNav .menu-info .container aside:first-of-type ul li ul a {
    opacity: .75;
    transition: all .25s ease
}

.mainNav .menu-info .container aside:first-of-type ul li ul a:hover {
    opacity: 1
}

.mainNav .menu-info .container aside:last-of-type {
    padding: 0 0 0 14.5%;
    width: 60%
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:last-of-type {
        width: 100%;
        padding: 0 0 0 20px;
        margin-top: 40px
    }
}

.mainNav .menu-info .container aside:last-of-type:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 2px;
    height: 105%;
    background-color: hsla(0, 0%, 100%, .12);
    top: 48%;
    transform: translateY(-50%)
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:last-of-type:before {
        width: 90%;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        top: 52%
    }
}

.mainNav .menu-info .container aside:last-of-type ul.social-items {
    margin-top: 25px;
    text-align: left
}

.mainNav .menu-info .container aside:last-of-type ul.social-items li {
    width: 56px;
    height: 56px;
    display: inline-block;
    border: 3px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    margin-right: 14px;
    transition: all .25s ease;
    transform: translateY(0)
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:last-of-type ul.social-items li {
        width: 42px;
        height: 42px;
        border: 3px solid hsla(0, 0%, 100%, .6)
    }
}

.mainNav .menu-info .container aside:last-of-type ul.social-items li:last-child {
    margin-right: 0
}

.mainNav .menu-info .container aside:last-of-type ul.social-items li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    opacity: 1
}

.mainNav .menu-info .container aside:last-of-type ul.social-items li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mainNav .menu-info .container aside:last-of-type ul.social-items li:hover {
    border: 3px solid #fff;
    transform: translateY(-2px);
    transition: border .35s ease, transform .5s ease
}

.mainNav .menu-info .container aside:last-of-type ul li p {
    font-size: 24px;
    margin-top: 28px
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:last-of-type ul li p {
        margin-top: 48px
    }
}

.mainNav .menu-info .container aside:last-of-type ul li a {
    font-size: 26px;
    margin-bottom: 22px;
    display: inline-block;
    opacity: .75;
    transition: all .25s ease
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:last-of-type ul li a {
        font-size: 20px
    }
}

.mainNav .menu-info .container aside:last-of-type ul li a.phone {
    font-size: 36px
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside:last-of-type ul li a.phone {
        font-size: 30px;
        margin-top: 20px
    }
}

.mainNav .menu-info .container aside:last-of-type ul li a:hover {
    opacity: 1
}

.mainNav .menu-info .container aside h3 {
    font-family: Nunito, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

@media (min-width:0) and (max-width:768px) {
    .mainNav .menu-info .container aside h3 {
        font-size: 30px;
        margin-bottom: 14px;
        cursor: pointer
    }
}

.mainNav .menu-info .container aside a,
.mainNav .menu-info .container aside p {
    font-family: Lato, sans-serif;
    color: #fff;
    text-decoration: none
}

.modal {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    height: calc(100% - 140px);
    transform: translateZ(0);
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    background: #fff;
    will-change: transform;
    transform: translateZ(2px);
    background-color: rgba(0, 0, 0, .8)
}

.modal.formBooking .modalContainer {
    width: 85%
}

@media (min-width:0) and (max-width:1024px) {
    .modal.formBooking .modalContainer {
        width: 100%
    }
}

.modal .wrapper {
    height: auto
}

@media (min-width:0) and (max-width:768px) {
    .modal .wrapper {
        padding: 0
    }
}

@media (min-width:0) and (max-width:512px) {
    .modal .wrapper {
        height: calc(100% - 50px)
    }
}

@media (min-width:0) and (max-width:768px) {
    .modal {
        padding: 0 0 50px
    }
}

.modal .modalContainer {
    width: 64%;
    height: 70%;
    margin: 0 auto;
    margin-top: 7%
}

@media (min-width:0) and (max-width:1024px) {
    .modal .modalContainer {
        margin-top: 0
    }
}

@media (min-width:0) and (max-width:768px) {
    .modal .modalContainer {
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width:0) and (max-width:512px) {
    .modal .modalContainer {
        height: auto;
        min-height: 100%
    }
}

.modal .closeButton {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 30px;
    top: 20px;
    z-index: 1
}

.modal .closeButton:after,
.modal .closeButton:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: center center;
    pointer-events: none;
    top: 50%;
    left: 0
}

.modal .closeButton:before {
    transform: rotate(45deg)
}

.modal .closeButton:after {
    transform: rotate(-45deg)
}

.modal.open {
    opacity: 1;
    visibility: visible
}

.modal .routesContainer {
    background-color: #fff;
    margin: 0 auto;
    padding: 85px 40px 35px;
    border-radius: 10px;
    position: relative
}

@media (min-width:0) and (max-width:768px) {
    .modal .routesContainer {
        border-radius: 0
    }
}

.modal .routesContainer .closeButton:after,
.modal .routesContainer .closeButton:before {
    background-color: #323232
}

.modal .routesContainer .routes {
    text-align: left;
    width: calc(33.333% - 20px);
    border: 2px solid #ffb448;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
    margin-bottom: 25px;
    min-height: 300px;
    cursor: pointer
}

@media (min-width:0) and (max-width:768px) {
    .modal .routesContainer .routes {
        width: calc(50% - 20px);
        width: 100%
    }
}

.modal .routesContainer .routes:nth-of-type(3n) {
    margin-right: 0
}

@media (min-width:0) and (max-width:768px) {
    .modal .routesContainer .routes:nth-of-type(3n) {
        margin-right: 20px
    }
}

@media (min-width:0) and (max-width:768px) {
    .modal .routesContainer .routes:nth-of-type(2n) {
        margin-right: 0
    }
}

.modal .routesContainer .routes .title,
.modal .routesContainer .routes ul li {
    font-family: Nunito, sans-serif;
    color: #636363;
    font-size: 16px
}

.modal .routesContainer .routes .title {
    font-weight: 700;
    color: #ffb448;
    text-transform: uppercase
}

.modal .routesContainer .routes ul {
    margin-top: 15px
}

.modal .routesContainer .routes ul li {
    margin-bottom: 7px
}

.modal .routesContainer .routes ul li:last-child {
    margin-bottom: 0
}

.splash {
    width: 100%;
    min-height: 100vh;
    background-color: #f6603b;
    overflow: hidden;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    animation: b 8.5s ease-in-out forwards;
    display: none
}

.splash.active {
    display: block
}

.splash .wrapper {
    max-width: 1440px;
    text-align: center
}

.splash .wrapper,
.splash figure {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.splash figure {
    pointer-events: none;
    max-width: 500px;
    margin: 0 auto;
    -webkit-mask-image: radial-gradient(ellipse 90% 110% at 50% 50%, #000 0, transparent 76%);
    mask-image: radial-gradient(ellipse 90% 110% at 50% 50%, #000 0, transparent 76%)
}

.splash figure img {
    width: 100%
}

.splash .info {
    position: relative;
    top: -70px;
    display: inline-block
}

.splash a,
.splash h1 {
    color: hsla(0, 0%, 100%, .25);
    text-decoration: none;
    font-family: Nunito, sans-serif
}

.splash h1 {
    font-size: calc(28px + 12 * ((100vw - 320px) / 1120));
    margin: 0 auto 20px
}

.splash a {
    color: #fff;
    display: block;
    margin: 0 auto 10px;
    font-size: calc(14px + 4 * ((100vw - 320px) / 1120))
}

@keyframes b {
    0% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.btn-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.cta-01,
.ctaBase {
    background-color: #fff;
    padding: 20px 15px;
    text-decoration: none;
    outline: none;
    border-radius: 40px;
    min-width: 220px;
    margin-top: 60px;
    transform: scale(1);
    opacity: 1;
    transition: all .25s ease
}

@media (min-width:0) and (max-width:768px) {
    .cta-01,
    .ctaBase {
        padding: 15px;
        min-width: 170px;
        margin-top: 45px
    }
}

.cta-01 p,
.ctaBase p {
    font-size: 14px;
    color: #636363;
    min-width: 140px;
    line-height: 24px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .15em;
    text-align: center;
    margin: 0;
    transition: all .35s ease
}

.cta-01:hover,
.ctaBase:hover {
    transform: scale(.98);
    opacity: .88
}
