.video-placeholder,
.full-bleed-image {
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.rotate-device-notice,
.page-wrap#home-page .map-marker .hover-shape,
.page-wrap#home-page .map-marker .hover-shape span.title,
.page-wrap#home-page .animated-logo video,
.page-wrap#home-page .animated-logo img,
.info-overlap-wrap .glow-bg,
.info-overlap-wrap .overlay-content,
.info-overlap-wrap .overlay-content .info-column .text-wrap {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

@keyframes gradient-bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-webkit-keyframes gradient-bg {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 0% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes tilt-shaking {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004)
}

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

body {
    position: relative;
    color: #000000;
    background-color: #00ffff;
    text-rendering: optimizeLegibility;
    font-family: "Montserrat-Regular";
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background: #00ffff !important
}

body a {
    position: relative;
    display: inline-block;
    color: #000000;
    text-decoration: underline
}

body a:hover {
    text-decoration: none
}

@media only screen and (max-width:768px) and (orientation:portrait) {
    body {
        background: #00ffff !important;
        animation: none;
        -o-animation: none;
        -ms-animation: none;
        -moz-animation: none;
        -webkit-animation: none
    }
}

.gradient-background {
    position: fixed;
    display: none !important;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: linear-gradient(180deg, #008c9b, #98ffff, #00ffff);
    background-size: 300% 300%;
    animation: gradient-bg 15s ease infinite;
    -o-animation: gradient-bg 15s ease infinite;
    -ms-animation: gradient-bg 15s ease infinite;
    -moz-animation: gradient-bg 15s ease infinite;
    -webkit-animation: gradient-bg 15s ease infinite;
    filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    -moz-filter: blur(30px);
    -webkit-filter: blur(30px);
    z-index: 0
}

@media only screen and (max-width:768px) and (orientation:portrait) {
    .gradient-background {
        display: none
    }
}

.content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity
}

.content-wrapper.visible {
    opacity: 1
}

.lazyload-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

img:not(.alignnone),
video,
svg {
    display: block;
    width: 100%;
    height: auto
}

div {
    position: relative;
    display: block
}

.loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity
}

.loading-overlay.black {
    background-color: #000000
}

.loading-overlay.hidden {
    opacity: 0;
    pointer-events: none
}

.flickity-bg-lazyloaded .loading-overlay,
.image-loaded .loading-overlay {
    opacity: 0;
    pointer-events: none
}

.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity
}

.video-placeholder.hidden {
    opacity: 0;
    pointer-events: none
}

.full-bleed-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-attachment: fixed
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait),
screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait),
screen and (device-width:384px) and (device-height:592px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait),
screen and (device-width:360px) and (device-height:592px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:592px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait),
screen and (device-width:480px) and (device-height:800px) and (orientation:portrait),
only screen and (max-width:480px) {
    .full-bleed-image {
        background-attachment: initial
    }
}

.out-of-opacity {
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
    -o-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
    -ms-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
    -moz-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
    -webkit-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
    opacity: 0;
    will-change: opacity
}

.out-of-opacity.in-opacity {
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    margin-bottom: 1em
}

h1 {
    font-family: "WildCoastSussexBlack";
    font-size: 2.6041666667vw;
    line-height: 0.8em;
    margin-bottom: 0px
}

h2 {
    font-family: "Schoolbell-Regular";
    font-size: 2.0833333333vw;
    line-height: 1.25em;
    margin-bottom: 0px
}

h5 {
    font-family: "Montserrat-Regular";
    font-size: 1.0416666667vw;
    line-height: 1.3em;
    margin-bottom: 0px
}

p {
    font-family: "Montserrat-Regular";
    font-size: 1.25vw;
    line-height: 1.4166666667em;
    margin-bottom: 1.4166666667em
}

p strong,
p b {
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat-Black";
    text-transform: uppercase
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:not(.menu):last-child {
    margin-bottom: 0px !important
}

textarea:focus,
input:focus,
select:focus {
    outline: 0
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait),
screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait),
screen and (device-width:384px) and (device-height:592px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait),
screen and (device-width:360px) and (device-height:592px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait),
screen and (device-width:360px) and (device-height:592px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait),
screen and (device-width:480px) and (device-height:800px) and (orientation:portrait),
only screen and (max-width:480px) {
    p {
        font-size: 5.3333333333vw
    }
}

.button,
.image-caption {
    position: relative;
    display: table;
    width: auto;
    height: 3.3854166667vw;
    background-color: #000000;
    color: #ffffff;
    padding: 0 1.5625vw;
    border-radius: 1.1979166667vw;
    -o-border-radius: 1.1979166667vw;
    -ms-border-radius: 1.1979166667vw;
    -moz-border-radius: 1.1979166667vw;
    -webkit-border-radius: 1.1979166667vw;
    cursor: pointer;
    will-change: color, background-color;
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    text-decoration: none !important
}

.button span,
.image-caption span {
    display: table-cell;
    vertical-align: middle;
    font-family: "Montserrat-Black";
    text-transform: uppercase;
    font-size: 1.0416666667vw;
    line-height: 1em
}

.button.smaller-caption span,
.image-caption.smaller-caption span {
    font-size: 0.9114583333vw
}

.button:hover,
.image-caption:hover {
    background-color: #00ffff;
    color: #000000
}

.image-caption {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-color: #ffffff;
    color: #000000;
    width: 62.5%;
    text-align: center;
    cursor: default;
    transition: initial;
    -o-transition: initial;
    -ms-transition: initial;
    -moz-transition: initial;
    -webkit-transition: initial;
    overflow: hidden;
    text-overflow: ellipsis
}

.image-caption span {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 10
}

.rotate-device-notice {
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100
}

.rotate-device-notice h1 {
    font-size: 9vw;
    line-height: 0.95em;
    text-transform: uppercase
}

@media only screen and (max-width:768px) and (orientation:portrait) {
    .rotate-device-notice {
        display: block
    }
}

.page-wrap#home-page {
    overflow: hidden
}

.page-wrap#home-page .inner-page-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

@media only screen and (max-width:768px) and (orientation:portrait) {
    .page-wrap#home-page .inner-page-content {
        display: none !important
    }
}

.page-wrap#home-page img.background-map {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none
}

.page-wrap#home-page img.cuttlefish {
    position: absolute;
    width: 8.9583333333%;
    height: auto;
    left: 55.8333333333%;
    bottom: 8.5185185185%;
    z-index: 20;
    pointer-events: none
}

.page-wrap#home-page .site-description {
    position: absolute;
    width: 31.7708333333%;
    height: auto;
    bottom: 7.962962963%;
    right: 2.7916666667%;
    transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    z-index: 20
}

.page-wrap#home-page .map-marker {
    position: absolute;
    width: 6.6145833333vw;
    height: auto;
    top: 0;
    left: 0;
    z-index: 30;
    cursor: pointer
}

.page-wrap#home-page .map-marker img.marker-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
    pointer-events: none
}

.page-wrap#home-page .map-marker .hover-shape {
    position: absolute;
    width: 8.5416666667vw;
    height: auto;
    z-index: 20;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.page-wrap#home-page .map-marker .hover-shape span.title {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat-Black";
    font-size: 1.09375vw;
    line-height: 0.9047619048em;
    padding: 0 6% 0 3%
}

.page-wrap#home-page .map-marker .hover-shape span.title.smaller-title {
    font-size: 0.84vw
}

.page-wrap#home-page .map-marker.animating img.marker-img {
    animation: tilt-shaking 0.25s infinite;
    -o-animation: tilt-shaking 0.25s infinite;
    -ms-animation: tilt-shaking 0.25s infinite;
    -moz-animation: tilt-shaking 0.25s infinite;
    -webkit-animation: tilt-shaking 0.25s infinite
}

.page-wrap#home-page .map-marker:hover .hover-shape {
    opacity: 1
}

.page-wrap#home-page .rye-harbour-link {
    position: absolute;
    width: 4.7291666667vw;
    height: 2.4739583333vw;
    height: auto;
    top: 4.36%;
    left: 88%;
    z-index: 30;
    cursor: pointer
}

.page-wrap#home-page .rye-harbour-link svg {
    pointer-events: none
}

.page-wrap#home-page .rye-harbour-link svg path.bg-path {
    transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: fill 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: fill
}

.page-wrap#home-page .rye-harbour-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.page-wrap#home-page .rye-harbour-link:hover svg path.bg-path {
    fill: #00ffff
}

.page-wrap#home-page .animated-logo {
    position: absolute;
    width: 16.875%;
    height: auto;
    bottom: 5.5555555556%;
    left: 3.125%;
    z-index: 10;
    pointer-events: none
}

.page-wrap#home-page .animated-logo:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 55.5555555556%
}

.page-wrap#home-page .animated-logo video,
.page-wrap#home-page .animated-logo img {
    position: absolute;
    width: 118.5%;
    height: auto
}

@media only screen and (min-width:768px) {
    .page-wrap#home-page {
        cursor: none !important
    }

    .page-wrap#home-page * {
        cursor: none !important
    }
}

.page-wrap#home-page img.cursor-icon {
    position: fixed;
    width: 4.4791666667vw;
    height: 4.4791666667vw;
    top: -100%;
    left: -100%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: none;
    pointer-events: none;
    z-index: 40
}

@media only screen and (max-width:768px) {
    .page-wrap#home-page img.cursor-icon {
        display: none !important
    }
}

.info-overlap-wrap {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50
}

.info-overlap-wrap .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(35px);
    -o-backdrop-filter: blur(35px);
    -ms-backdrop-filter: blur(35px);
    -moz-backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px)
}

.info-overlap-wrap .glow-bg {
    position: absolute;
    display: none;
    width: calc(100% - 11.1979166667vw);
    width: -o-calc(100% - 11.1979166667vw);
    width: -ms-calc(100% - 11.1979166667vw);
    width: -moz-calc(100% - 11.1979166667vw);
    width: -webkit-calc(100% - 11.1979166667vw);
    height: calc(100% - 14.0625vw);
    height: -o-calc(100% - 14.0625vw);
    height: -ms-calc(100% - 14.0625vw);
    height: -moz-calc(100% - 14.0625vw);
    height: -webkit-calc(100% - 14.0625vw);
    box-shadow: 0px 0px 50px 18px rgba(255, 255, 255, 0.7);
    -o-box-shadow: 0px 0px 50px 18px rgba(255, 255, 255, 0.7);
    -ms-box-shadow: 0px 0px 50px 18px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 0px 50px 18px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 50px 18px rgba(255, 255, 255, 0.7);
    z-index: 19
}

.info-overlap-wrap .overlay-content {
    position: absolute;
    width: calc(100% - 9.375vw);
    width: -o-calc(100% - 9.375vw);
    width: -ms-calc(100% - 9.375vw);
    width: -moz-calc(100% - 9.375vw);
    width: -webkit-calc(100% - 9.375vw);
    height: calc(100% - 9.375vw);
    height: -o-calc(100% - 9.375vw);
    height: -ms-calc(100% - 9.375vw);
    height: -moz-calc(100% - 9.375vw);
    height: -webkit-calc(100% - 9.375vw);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity
}

@media only screen and (max-width:768px) {
    .info-overlap-wrap .overlay-content {
        width: calc(100% - 5.2083333333vw);
        width: -o-calc(100% - 5.2083333333vw);
        width: -ms-calc(100% - 5.2083333333vw);
        width: -moz-calc(100% - 5.2083333333vw);
        width: -webkit-calc(100% - 5.2083333333vw);
        height: calc(100% - 5.2083333333vw);
        height: -o-calc(100% - 5.2083333333vw);
        height: -ms-calc(100% - 5.2083333333vw);
        height: -moz-calc(100% - 5.2083333333vw);
        height: -webkit-calc(100% - 5.2083333333vw)
    }
}

.info-overlap-wrap .overlay-content .inner-content-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.info-overlap-wrap .overlay-content .image-column {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 2.0833333333vw;
    -o-border-radius: 2.0833333333vw;
    -ms-border-radius: 2.0833333333vw;
    -moz-border-radius: 2.0833333333vw;
    -webkit-border-radius: 2.0833333333vw;
    overflow: hidden;
    transform: translateZ(0);
    isolation: isolate
}

.info-overlap-wrap .overlay-content .image-column .image-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-viewport,
.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-slider {
    height: 100% !important
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-viewport {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-viewport:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.info-overlap-wrap .overlay-content .image-column .image-carousel.disabled {
    pointer-events: none !important;
    cursor: default !important
}

.info-overlap-wrap .overlay-content .image-column .image-carousel.disabled * {
    pointer-events: none !important
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .carousel-slide img.carousel-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .image-caption {
    position: absolute;
    bottom: 3.3854166667vw;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 300;
    pointer-events: none
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-prev-next-button {
    position: absolute;
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    bottom: 3.3854166667vw;
    z-index: 300;
    border-radius: 1.1979166667vw;
    -o-border-radius: 1.1979166667vw;
    -ms-border-radius: 1.1979166667vw;
    -moz-border-radius: 1.1979166667vw;
    -webkit-border-radius: 1.1979166667vw;
    background-color: #000000;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    cursor: pointer
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-prev-next-button.previous {
    left: 6%
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-prev-next-button.next {
    right: 6%
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-prev-next-button:disabled {
    display: none
}

.info-overlap-wrap .overlay-content .image-column .image-carousel .flickity-prev-next-button svg path {
    fill: #ffffff
}

.info-overlap-wrap .overlay-content .info-column {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 2.0833333333vw;
    -o-border-radius: 2.0833333333vw;
    -ms-border-radius: 2.0833333333vw;
    -moz-border-radius: 2.0833333333vw;
    -webkit-border-radius: 2.0833333333vw
}

.info-overlap-wrap .overlay-content .info-column .text-wrap {
    position: absolute;
    width: 79.6%;
    height: 84%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-right: 4.7916666667vw;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.info-overlap-wrap .overlay-content .info-column .text-wrap::-webkit-scrollbar {
    display: none
}

.info-overlap-wrap .overlay-content .info-column h1.title {
    margin-bottom: 0.7em
}

.info-overlap-wrap .overlay-content .info-column .button {
    margin-top: 2.5em
}

.info-overlap-wrap .overlay-content .info-column h5.image-credit {
    position: absolute;
    bottom: 3.3854166667vw;
    right: 2.0833333333vw;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right
}

.info-overlap-wrap .overlay-content .info-column .close-button {
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
    top: 3.125vw;
    right: 3.125vw;
    cursor: pointer;
    z-index: 50
}

.info-overlap-wrap.visible .overlay-content {
    opacity: 1;
    pointer-events: all
}
