@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);

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

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

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

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

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

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

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 4rem
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: initial
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

body,
html {
    font-size: 62.5%
}

div {
    box-sizing: border-box
}

ul {
    padding-inline-start: 0
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4 {
    margin: 0
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem
}

@media screen and (max-width:500px) {
    .container {
        padding: 0 2.5rem
    }
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p {
    font-family: Montserrat, sans-serif
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 0;
    background-color: #fff
}

@media screen and (max-width:639px) {
    header {
        padding: 2.5rem 0
    }
}

@media screen and (max-width:500px) {
    header {
        padding-bottom: 2rem
    }
}

header.scrolled .container .menu nav {
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease, transform 0s linear .4s;
    transform: translateX(0)
}

header.scrolled .container .menu nav.active {
    opacity: 1;
    pointer-events: all
}

header.scrolled .container .menu .hamburger {
    opacity: 1;
    pointer-events: all;
    transition: opacity .4s ease .4s
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .container h1 {
    font-size: 3rem;
    color: #2d2c2c;
    margin: 0;
    line-height: 1;
    text-transform: uppercase
}

@media screen and (max-width:1599px) {
    header .container h1 {
        font-size: 2.4rem
    }
}

@media screen and (max-width:1279px) {
    header .container h1 {
        font-size: 2.1rem
    }
}

@media screen and (max-width:639px) {
    header .container h1 {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {
    header .container h1 {
        line-height: 1.2
    }
}

header .container h1 span {
    font-weight: 400;
    color: #d35457
}

@media screen and (max-width:500px) {
    header .container h1 span {
        display: block
    }
}

header .container .menu {
    display: flex;
    align-items: center
}

header .container .menu nav {
    transform: translateX(5rem);
    transition: opacity .4s ease .4s, transform .4s ease
}

@media screen and (max-width:1023px) {
    header .container .menu nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        transform: none;
        padding: 0 3rem;
        justify-content: center;
        align-items: center;
        display: flex;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s ease;
        z-index: 9999999999
    }
}

@media screen and (max-width:1023px) {
    header .container .menu nav.active {
        opacity: 1;
        pointer-events: all
    }
}

header .container .menu nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none
}

@media screen and (max-width:1023px) {
    header .container .menu nav ul {
        display: block;
        text-align: center
    }
}

header .container .menu nav ul li {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 1rem;
    height: 1em;
    border-right: .3rem solid #d35457
}

@media screen and (max-width:1279px) {
    header .container .menu nav ul li {
        font-size: 1.3rem
    }
}

@media screen and (max-width:1023px) {
    header .container .menu nav ul li {
        border-right: 0;
        padding: 0;
        font-size: 2.1rem;
        margin: 1em 0
    }
}

@media screen and (max-width:500px) {
    header .container .menu nav ul li {
        font-size: 1.8rem
    }
}

header .container .menu nav ul li:last-child {
    padding-right: 0;
    border-right: none
}

header .container .menu nav ul li a {
    transition: color .3s ease
}

header .container .menu nav ul li a:hover {
    color: #d35457
}

header .container .menu .hamburger {
    transform-origin: right 55%;
    transform: scale(.7);
    margin: 0 0 0 1rem;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease
}

@media screen and (max-width:1023px) {
    header .container .menu .hamburger {
        opacity: 1;
        pointer-events: all
    }
}

header .container .menu .hamburger .hamburger-inner,
header .container .menu .hamburger .hamburger-inner:after,
header .container .menu .hamburger .hamburger-inner:before {
    background-color: #d35457
}

.hero {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 3rem
}

h2 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1em;
    color: #2d2c2c
}

@media screen and (max-width:1599px) {
    h2 {
        font-size: 2.4rem
    }
}

@media screen and (max-width:500px) {
    h2 {
        font-size: 2.1rem
    }
}

p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #2d2c2c
}

#the-site .container.occupiers {
    display: flex;
    margin-bottom: 3rem
}

@media screen and (max-width:1023px) {
    #the-site .container.occupiers {
        display: block
    }
}

#the-site .container.occupiers .text {
    background: #d35457;
    padding: 3rem;
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width:1919px) {
    #the-site .container.occupiers .text {
        width: 32.5rem
    }
}

@media screen and (max-width:1439px) {
    #the-site .container.occupiers .text {
        width: 27.5rem
    }
}

@media screen and (max-width:1279px) {
    #the-site .container.occupiers .text {
        width: 25rem
    }
}

@media screen and (max-width:1023px) {
    #the-site .container.occupiers .text {
        width: 100%;
        padding-bottom: 1rem
    }
}

#the-site .container.occupiers .text * {
    color: #fff
}

#the-site .container.occupiers .text h3 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    color: #2d2c2c;
    margin-bottom: 1.5em
}

@media screen and (max-width:1919px) {
    #the-site .container.occupiers .text h3 {
        margin-bottom: 1em
    }
}

@media screen and (max-width:1439px) {
    #the-site .container.occupiers .text h3 {
        margin-bottom: .5em
    }
}

@media screen and (max-width:1919px) {

    #the-site .container.occupiers .text h2,
    #the-site .container.occupiers .text h3 {
        font-size: 2.2rem
    }
}

@media screen and (max-width:1439px) {

    #the-site .container.occupiers .text h2,
    #the-site .container.occupiers .text h3 {
        font-size: 2rem
    }
}

@media screen and (max-width:1279px) {

    #the-site .container.occupiers .text h2,
    #the-site .container.occupiers .text h3 {
        font-size: 1.8rem
    }
}

@media screen and (max-width:1023px) {

    #the-site .container.occupiers .text h2,
    #the-site .container.occupiers .text h3 {
        font-size: 2rem
    }
}

#the-site .container.occupiers .text p {
    font-weight: 700;
    margin-bottom: 2em;
    line-height: 1.4
}

@media screen and (max-width:1919px) {
    #the-site .container.occupiers .text p {
        margin-bottom: 1.5em
    }
}

@media screen and (max-width:1279px) {
    #the-site .container.occupiers .text p {
        font-size: 1.4rem
    }
}

@media screen and (max-width:1023px) {
    #the-site .container.occupiers .text p {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #the-site .container.occupiers .text p {
        margin-bottom: .5em
    }
}

#the-site .container.occupiers .text ul {
    margin: 5rem 0;
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width:1919px) {
    #the-site .container.occupiers .text ul {
        margin: 3rem 0
    }
}

@media screen and (max-width:1599px) {
    #the-site .container.occupiers .text ul {
        margin-bottom: 0
    }
}

@media screen and (max-width:1439px) {
    #the-site .container.occupiers .text ul {
        margin: 1rem 0
    }
}

@media screen and (max-width:1279px) {
    #the-site .container.occupiers .text ul {
        margin: 0
    }
}

@media screen and (max-width:1023px) {
    #the-site .container.occupiers .text ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

@media screen and (max-width:639px) {
    #the-site .container.occupiers .text ul {
        justify-content: center
    }
}

#the-site .container.occupiers .text ul li {
    text-align: center
}

@media screen and (max-width:1023px) {
    #the-site .container.occupiers .text ul li {
        flex: 0 1 25%;
        margin: 2rem 0
    }
}

@media screen and (max-width:639px) {
    #the-site .container.occupiers .text ul li {
        flex: 0 1 33.333333%
    }
}

@media screen and (max-width:500px) {
    #the-site .container.occupiers .text ul li {
        flex: 0 1 50%
    }
}

#the-site .container.occupiers .text ul li:last-child {
    margin-bottom: 0
}

@media screen and (max-width:639px) {
    #the-site .container.occupiers .text ul li:last-child {
        margin-bottom: 2rem
    }
}

#the-site .container.occupiers .text ul li img {
    max-width: 20rem;
    max-height: 8.5rem
}

@media screen and (max-width:1919px) {
    #the-site .container.occupiers .text ul li img {
        max-width: 17.5rem;
        max-height: 7.25rem
    }
}

@media screen and (max-width:1439px) {
    #the-site .container.occupiers .text ul li img {
        max-width: 14rem;
        max-height: 5.5rem
    }
}

@media screen and (max-width:1279px) {
    #the-site .container.occupiers .text ul li img {
        max-width: 11rem;
        max-height: 4rem
    }
}

#the-site .container.occupiers .img {
    width: calc(100% - 40rem)
}

@media screen and (max-width:1919px) {
    #the-site .container.occupiers .img {
        width: calc(100% - 32.5rem)
    }
}

@media screen and (max-width:1439px) {
    #the-site .container.occupiers .img {
        width: calc(100% - 27.5rem)
    }
}

@media screen and (max-width:1279px) {
    #the-site .container.occupiers .img {
        width: calc(100% - 25rem)
    }
}

@media screen and (max-width:1023px) {
    #the-site .container.occupiers .img {
        width: 100%
    }
}

#the-site .container.occupiers .img img {
    width: 100%
}

#the-site .container#accommodation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem
}

@media screen and (max-width:1279px) {
    #the-site .container#accommodation {
        flex-wrap: wrap;
        margin-bottom: 4.5rem
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation {
        margin-bottom: 3rem
    }
}

#the-site .container#accommodation .plan {
    flex: 0 1 calc(50% - 1.75rem);
    background-color: #3c3c3b;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:1279px) {
    #the-site .container#accommodation .plan {
        flex: 0 1 100%;
        order: 2;
        background-image: none !important;
        margin-top: 4.5rem
    }
}

@media screen and (max-width:767px) {
    #the-site .container#accommodation .plan {
        margin-top: 3rem
    }
}

#the-site .container#accommodation .plan img {
    display: none
}

@media screen and (max-width:1279px) {
    #the-site .container#accommodation .plan img {
        display: block
    }
}

#the-site .container#accommodation .info {
    flex: 1;
    flex: 0 1 calc(50% - 1.75rem)
}

@media screen and (max-width:1279px) {
    #the-site .container#accommodation .info {
        flex: 0 1 100%;
        order: 1
    }
}

@media screen and (max-width:639px) {
    #the-site .container#accommodation .info {
        width: calc(100vw - 6rem)
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation .info {
        width: calc(100vw - 5rem)
    }
}

#the-site .container#accommodation .info h2 {
    margin-bottom: 1.25em
}

@media screen and (max-width:1919px) {
    #the-site .container#accommodation .info h2 {
        margin-bottom: 1em
    }
}

@media screen and (max-width:1599px) {
    #the-site .container#accommodation .info h2 {
        margin-bottom: .75em
    }
}

#the-site .container#accommodation .info p {
    width: 70%;
    margin-bottom: 5em
}

@media screen and (max-width:1919px) {
    #the-site .container#accommodation .info p {
        width: 100%;
        margin-bottom: 3.5em
    }
}

@media screen and (max-width:1599px) {
    #the-site .container#accommodation .info p {
        margin-bottom: 2.5em
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation .info p {
        margin-bottom: 2em
    }
}

#the-site .container#accommodation .info .table-wrapper {
    margin-bottom: 7.5rem
}

@media screen and (max-width:1599px) {
    #the-site .container#accommodation .info .table-wrapper {
        margin-bottom: 5rem
    }
}

@media screen and (max-width:767px) {
    #the-site .container#accommodation .info .table-wrapper {
        margin-bottom: 4rem
    }
}

@media screen and (max-width:639px) {
    #the-site .container#accommodation .info .table-wrapper {
        width: calc(100vw - 6rem);
        overflow-x: auto
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation .info .table-wrapper {
        width: calc(100vw - 5rem)
    }
}

#the-site .container#accommodation .info .table-wrapper table {
    font-size: 1.4rem;
    width: 100%
}

@media screen and (max-width:1919px) {
    #the-site .container#accommodation .info .table-wrapper table {
        width: 100%
    }
}

@media screen and (max-width:639px) {
    #the-site .container#accommodation .info .table-wrapper table {
        min-width: 300px
    }
}

#the-site .container#accommodation .info .table-wrapper table thead tr th {
    text-align: right;
    vertical-align: middle;
    color: #d35457;
    border-bottom: .1rem solid #d35457;
    text-transform: uppercase;
    padding-bottom: .6em
}

#the-site .container#accommodation .info .table-wrapper table thead tr th:first-child {
    text-align: left
}

#the-site .container#accommodation .info .table-wrapper table thead:last-of-type tr th:last-child {
    border-bottom: none
}

#the-site .container#accommodation .info .table-wrapper table tbody:first-of-type tr td:last-child,
#the-site .container#accommodation .info .table-wrapper table tbody:first-of-type tr td:nth-last-child(2) {
    font-weight: 500
}

#the-site .container#accommodation .info .table-wrapper table thead tr th{
    padding-top: 30px !important;
    border-bottom: none
}

@media screen and (max-width:1919px) {
    #the-site .container#accommodation .info .table-wrapper table tbody:first-of-type tr:last-child td {
        /* padding-bottom: 4rem */
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation .info .table-wrapper table tbody:first-of-type tr:last-child td {
        /* padding-bottom: 3rem */
    }
}

#the-site .container#accommodation .info .table-wrapper table tbody:last-of-type tr td:last-child {
    border-bottom: none
}

#the-site .container#accommodation .info .table-wrapper table tbody tr td {
    text-align: right;
    border-bottom: .1rem solid #d35457;
    padding: .65em 0;
    line-height: 1;
    color: #2d2c2c;
    font-weight: 400
}

#the-site .container#accommodation .info .table-wrapper table tbody tr td:first-child {
    text-align: left;
    font-weight: 500
}

#the-site .container#accommodation .info ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none
}

@media screen and (max-width:1919px) {
    #the-site .container#accommodation .info ul {
        margin: 0 0 -4rem
    }
}

@media screen and (max-width:639px) {
    #the-site .container#accommodation .info ul {
        justify-content: center
    }
}

#the-site .container#accommodation .info ul li {
    flex: 0 1 20%;
    text-align: center;
    font-size: 1.5rem;
    color: #2d2c2c;
    text-transform: uppercase;
    padding: .5rem 1.2rem 0;
    line-height: 1.45;
    margin-bottom: 4rem;
    border-right: .3rem dotted #d35457
}

@media screen and (max-width:1919px) {
    #the-site .container#accommodation .info ul li {
        font-size: 1.3rem
    }
}

@media screen and (max-width:1599px) {
    #the-site .container#accommodation .info ul li {
        font-size: 1.2rem
    }
}

@media screen and (max-width:1439px) {
    #the-site .container#accommodation .info ul li {
        font-size: 1.1rem;
        padding: .5rem 1rem 0
    }
}

@media screen and (max-width:1279px) {
    #the-site .container#accommodation .info ul li {
        font-size: 1.2rem;
        padding: .5rem 1.2rem 0
    }
}

@media screen and (max-width:767px) {
    #the-site .container#accommodation .info ul li {
        font-size: 1.1rem;
        padding: .5rem 1rem 0
    }
}

@media screen and (max-width:639px) {
    #the-site .container#accommodation .info ul li {
        flex: 0 1 33.33333%
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation .info ul li {
        flex: 0 1 50%;
        font-size: 1.2rem;
        padding: .5rem 1.2rem 0
    }
}

#the-site .container#accommodation .info ul li:nth-child(5n) {
    border-right: none
}

@media screen and (max-width:639px) {
    #the-site .container#accommodation .info ul li:nth-child(5n) {
        border-right: .3rem dotted #d35457
    }
}

@media screen and (max-width:639px) {

    #the-site .container#accommodation .info ul li:last-child,
    #the-site .container#accommodation .info ul li:nth-child(3n) {
        border-right: none
    }
}

@media screen and (max-width:500px) {

    #the-site .container#accommodation .info ul li:last-child,
    #the-site .container#accommodation .info ul li:nth-child(3n) {
        border-right: .3rem dotted #d35457
    }
}

@media screen and (max-width:500px) {
    #the-site .container#accommodation .info ul li:nth-child(2n) {
        border-right: none
    }
}

#the-site .container#accommodation .info ul li img {
    display: block;
    max-width: 5.5rem;
    max-height: 4.5rem;
    margin: 0 auto 1.75rem
}

@media screen and (max-width:1599px) {
    #the-site .container#accommodation .info ul li img {
        max-width: 5rem;
        max-height: 4rem
    }
}

#location {
    margin-bottom: 3rem
}

#location .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    #location .container {
        display: block
    }
}

#location .container .text {
    flex: 0 1 calc(75% - 1.75rem)
}

#location .container .text h2 {
    text-transform: uppercase
}

#location .container .text p {
    width: 50%
}

@media screen and (max-width:1919px) {
    #location .container .text p {
        width: 75%
    }
}

@media screen and (max-width:1023px) {
    #location .container .text p {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #location .container .text p {
        margin-bottom: 2em
    }
}

#location .container .container {
    padding: 0;
}

#location .container .details {
    flex: 0 1 calc(25% - 1.75rem)
}

#location .container .details table {
    width: 100%;
    font-size: 1.5rem
}

@media screen and (max-width:1919px) {
    #location .container .details table {
        width: 100%
    }
}

@media screen and (max-width:1279px) {
    #location .container .details table {
        width: 100%
    }
}

#location .container .details table thead tr th {
    text-align: right;
    text-transform: uppercase;
    border-bottom: .1rem solid #d35457;
    padding: 0 0 .4em
}

#location .container .details table thead tr th:first-child {
    text-align: left
}

#location .container .details table tbody tr td {
    text-align: right;
    border-bottom: .1rem solid #d35457;
    padding: .4em 0
}

#location .container .details table tbody tr td:first-child {
    text-align: left
}

#location .container .details table tbody tr:last-child td {
    border-bottom: none
}

#location .container #map {
    margin-top: 3rem;
    padding-bottom: 27.5%;
    width: 100%
}

@media screen and (max-width:1599px) {
    #location .container #map {
        padding-bottom: 35%
    }
}

@media screen and (max-width:1279px) {
    #location .container #map {
        padding-bottom: 40%
    }
}

@media screen and (max-width:1023px) {
    #location .container #map {
        padding-bottom: 50%
    }
}

@media screen and (max-width:767px) {
    #location .container #map {
        padding-bottom: 60%
    }
}

@media screen and (max-width:639px) {
    #location .container #map {
        padding-bottom: 80%
    }
}

@media screen and (max-width:500px) {
    #location .container #map {
        padding-bottom: 105%
    }
}

#contact .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:639px) {
    #contact .container {
        display: block
    }
}

#contact .container h2 {
    font-size: 1.5rem;
    text-transform: uppercase
}

@media screen and (max-width:639px) {
    #contact .container p {
        margin-bottom: 2rem
    }
}

#contact .container .agents {
    width: 100%;
    border-top: .2rem solid #d35457;
    padding-top: 1.5rem;
    margin-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (max-width:1919px) {
    #contact .container .agents {
        margin-top: 2rem
    }
}

@media screen and (max-width:1279px) {
    #contact .container .agents {
        padding-bottom: 1rem
    }
}

#contact .container .agents p {
    margin-bottom: 2em
}

#contact .container .agents .details {
    display: flex;
    width: 100%;
    justify-content: space-between
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details.large {
        display: none
    }
}

#contact .container .agents .details.small {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details.small {
        display: flex
    }
}

#contact .container .agents .details div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details div {
        width: 50%;
        justify-content: flex-start
    }
}

@media screen and (max-width:1279px) {
    #contact .container .agents .details div {
        width: 100%;
        margin-bottom: 2rem;
        align-items: center
    }
}

@media screen and (max-width:639px) {
    #contact .container .agents .details div {
        width: 50%;
        display: block;
        margin-bottom: 0
    }
}

@media screen and (max-width:500px) {
    #contact .container .agents .details div {
        width: 100%
    }
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details div:last-child {
        margin-top: 2rem;
        width: 100%
    }
}

@media screen and (max-width:1279px) {
    #contact .container .agents .details div:last-child {
        margin-top: 0
    }
}

@media screen and (max-width:1023px) {
    #contact .container .agents .details div:last-child {
        flex-wrap: wrap
    }
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details div:last-child img {
        width: 13.1rem;
        height: auto
    }
}

@media screen and (max-width:1023px) {
    #contact .container .agents .details div:last-child p:last-child {
        width: auto;
        margin-left: 16.1rem;
        margin-top: 2rem
    }
}

@media screen and (max-width:639px) {
    #contact .container .agents .details div:last-child p:last-child {
        margin: 0
    }
}

#contact .container .agents .details img {
    height: 9rem
}

@media screen and (max-width:1919px) {
    #contact .container .agents .details img {
        height: 8rem
    }
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details img {
        margin-right: 3rem
    }
}

@media screen and (max-width:1279px) {
    #contact .container .agents .details img {
        height: auto;
        width: 13.1rem
    }
}

@media screen and (max-width:639px) {
    #contact .container .agents .details img {
        width: auto;
        height: 9rem;
        margin: 0 0 2rem
    }
}

@media screen and (max-width:500px) {
    #contact .container .agents .details img {
        height: auto;
        width: 13.1rem;
        margin: 0 0 2rem
    }
}

#contact .container .agents .details p {
    margin: 0
}

@media screen and (max-width:1599px) {
    #contact .container .agents .details p {
        margin-right: 3rem
    }
}

@media screen and (max-width:1279px) {
    #contact .container .agents .details p {
        width: 25rem
    }
}

@media screen and (max-width:1023px) {
    #contact .container .agents .details p {
        width: 18rem
    }
}

@media screen and (max-width:639px) {
    #contact .container .agents .details p {
        margin: 0 0 2rem;
        font-size: 1.4rem
    }
}

#contact .container .agents .details p a {
    transition: color .3s ease
}

#contact .container .agents .details p a:hover {
    color: #d35457
}

#video-section .container {
    margin-bottom: 3rem
}



/*

The below code wasnt included in the template and has been taken from the East Circular website

*/


#home .container.hero .text h1,
#home .container.hero .text h1 {
    font-size: 3rem
}

#home .container.hero .text {
    height: 100%;
    padding: 3rem;
    width: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

#home .container.hero .text * {
    color: #fff
}

#home .container.hero .text h3 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    color: #2d2c2c;
    margin-bottom: 1.5em
}

#home .container.hero .text p {
    font-weight: 700;
    margin-bottom: 2em;
    line-height: 1.4
}

@media screen and (max-width:1919px) {

    #home .container.hero .text h1,
    #home .container.hero .text h1 {
        font-size: 4rem
    }

    #home .container.hero .text {
        width: 60rem
    }

    #home .container.hero .text h3 {
        margin-bottom: 1em
    }

    #home .container.hero .text h2,
    #home .container.hero .text h3 {
        font-size: 2.2rem
    }

    #home .container.hero .text p {
        margin-bottom: 1.5em
    }
}

#home .container.hero .text ul {
    margin: 5rem 0;
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width:1919px) {

    #home .container.hero .text h1,
    #home .container.hero .text h1 {
        font-size: 4rem
    }

    #home .container.hero .text ul {
        margin: 3rem 0
    }
}

@media screen and (max-width:1599px) {

    #home .container.hero .text h1,
    #home .container.hero .text h1 {
        font-size: 4rem
    }

    #home .container.hero .text ul {
        margin-bottom: 0
    }
}

@media screen and (max-width:1439px) {

    #home .container.hero .text h1,
    #home .container.hero .text h1 {
        font-size: 3rem
    }

    #home .container.hero .text {
        width: 60rem
    }

    #home .container.hero .text h3 {
        margin-bottom: .5em
    }

    #home .container.hero .text h2,
    #home .container.hero .text h3 {
        font-size: 2rem
    }

    #home .container.hero .text ul {
        margin: 1rem 0
    }
}

@media screen and (max-width:1279px) {
    #home .container.hero .text {
        width: 100rem
    }

    #home .container.hero .text h1,
    #home .container.hero .text h1 {
        font-size: 3rem
    }

    #home .container.hero .text h2,
    #home .container.hero .text h3 {
        font-size: 1.8rem
    }

    #home .container.hero .text p {
        font-size: 1.4rem
    }

    #home .container.hero .text ul {
        margin: 0
    }
}

@media screen and (max-width:1023px) {
    #home .container.hero {
        display: block
    }

    #home .container.hero .text {
        width: 100%;
        padding-bottom: 1rem
    }

    #home .container.hero .text h2,
    #home .container.hero .text h3 {
        font-size: 2rem
    }

    #home .container.hero .text p {
        font-size: 1.6rem
    }

    #home .container.hero .text ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    #home .container.hero .text ul li {
        flex: 0 1 25%;
        margin: 2rem 0
    }
}

#home .container.hero .text ul li {
    text-align: center
}

@media screen and (max-width:639px) {
    #home .container.hero .text ul {
        justify-content: center
    }

    #home .container.hero .text ul li {
        flex: 0 1 33.333333%
    }
}

@media screen and (max-width:500px) {
    #home .container.hero .text p {
        margin-bottom: .5em
    }

    #home .container.hero .text ul li {
        flex: 0 1 50%
    }
}

#home .container.hero .text ul li:last-child {
    margin-bottom: 0
}

@media screen and (max-width:639px) {
    #home .container.hero .text ul li:last-child {
        margin-bottom: 2rem
    }
}

#home .container.hero .text ul li img {
    max-width: 20rem;
    max-height: 8.5rem
}

#home .container.hero .img {
    width: calc(100% - 40rem)
}

@media screen and (max-width:1919px) {
    #home .container.hero .text ul li img {
        max-width: 17.5rem;
        max-height: 7.25rem
    }

    #home .container.hero .img {
        width: calc(100% - 32.5rem)
    }
}

@media screen and (max-width:1439px) {
    #home .container.hero .text ul li img {
        max-width: 14rem;
        max-height: 5.5rem
    }

    #home .container.hero .img {
        width: calc(100% - 27.5rem)
    }
}

@media screen and (max-width:1279px) {
    #home .container.hero .text ul li img {
        max-width: 11rem;
        max-height: 4rem
    }

    #home .container.hero .img {
        width: calc(100% - 25rem)
    }
}

.valor-logo img {
    width: 33%;
    height: auto;
}