
.close {
  display: none;
}

html {
    width: auto
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: inherit;
    text-decoration: inherit
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

textarea {
    resize: none
}

sup {
    font-size: 60%
}

.site-transition {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: color-dodge;
    opacity: .5;
    z-index: 100;
    display: none;
    -webkit-transition: all .3s ease;
    -o-transition: .3s ease all;
    transition: all .3s ease
}

.site-transition,
.site-transition img {
    height: 100%;
    width: 100%
}

.site-transition--visible {
    display: inline
}

.questions {
    height: 336px;
    background-color: #190842;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.questions h2 {
    margin: 0;
    font-family: pangram-regular;
    font-size: 38px;
    font-weight: 400
}

@media (max-width:61.24em) {
    .questions h2 {
        text-align: center;
        font-size: 24px
    }
}

.questions h3 {
    margin: 0;
    margin-bottom: 39px;
    font-family: pangram-regular;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:61.24em) {
    .questions h3 {
        text-align: center
    }
}

@media (max-width:61.24em) {
    .questions {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5vw
    }
}

.smile-icon {
    height: 32px;
    width: 32px;
    padding-top: 46px;
    margin-bottom: 25px
}

@media (max-width:61.24em) {
    .smile-icon {
        padding-top: 39px
    }
}

.learn-more-faq {
    position: relative;
    bottom: 10px;
    left: calc(50% - 260px / 2);
}

.navbar-item {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-right: 64px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative
}

.navbar-item:hover {
    opacity: .8
}

.navbar-item-bold {
    font-weight: 700
}

.navigation-item-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: -20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.navigation-item-arrow--up {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px
}

.navbar-item--toggle {
    position: relative
}

.navbar-item--toggle:hover {
    opacity: 1 !important
}

.navbar {
    font-family: pangram-regular;
    text-transform: uppercase;
    height: 70px;
    width: 100%;
    max-width: 100vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    text-align: left;
    z-index: 3;
    padding-left: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    -o-transition: .6s all ease;
    transition: all .6s ease
}

@media (max-width:61.24em) {
    .navbar {
        padding: 16px;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:81.25em) {
    .navbar {
        padding: 0 calc(((100vw - 1330px) / 2) + 13px)
    }
}

.navbar-sticky {
    left: 0 !important;
    background-color: #fff;
    max-width: 100vw;
    color: #1f1c35 !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .29);
    z-index: 10
}

.navbar-sticky .navbar-burger {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

@media (min-width:81.25em) {
    .navbar-sticky {
        padding: 0 calc(((100vw - 1330px) / 2) + 13px)
    }
}

.navbar-sticky .one-hour-title {
    color: #1f1c35
}

.navbar-sticky .navigation-item-arrow {
    border-color: #1f1c35
}

.logo {
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px
}

@media (max-width:46.24em) {
    .logo {
        padding-left: 0;
        padding-top: 0
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .logo {
        padding-left: 30px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.logo-container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-go-back--hidden {
    display: none;
    width: 164px;
    height: 100%;
    text-transform: none;
    font-family: pangram-regular;
    font-size: 14px;
    position: relative;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.logo-go-back--hidden:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 2px solid #1f1c35;
    border-top: 2px solid #1f1c35;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    top: calc(50% - 10px);
    left: 0;
    cursor: pointer
}

.magnifier {
    height: 32px;
    width: 32px;
    margin-right: 7px
}

@media (max-width:46.24em) {
    .magnifier {
        height: 24px;
        width: 24px
    }
}

.logo-text {
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important
}

.one-hour-title {
    font-family: jaapokki-regular;
    font-size: 22px;
    letter-spacing: 1.4px;
    color: #fff;
    height: 24px;
    display: inline-block
}

@media (max-width:46.24em) {
    .one-hour-title {
        font-size: 14px;
        height: auto;
        line-height: 1;
        letter-spacing: 1px;
        max-width: 15px
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .one-hour-title {
        display: block;
        font-size: 18px;
        height: 32px;
        line-height: 1;
        width: 32px
    }
}

.one-hour-baseline {
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 4px;
    padding-left: 2px
}

@media (max-width:61.24em) {
    .one-hour-baseline {
        display: none
    }
}

.navbar-right {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:61.24em) {
    .navbar-right {
        display: none
    }
}

.navbar-burger {
    height: 18px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media (min-width:61.25em) {
    .navbar-burger {
        display: none
    }
}

.navigation-right-lang {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 64px
}

.navigation-right-lang .navbar-item:first-child {
    margin-right: 0
}

.navigation-lang-item {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.navigation-lang-separator {
    margin: 0 18px;
    height: 19px
}

.navigation-items {
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 8px
}

.navigation-items a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.cta-booking {
    height: 100%;
    width: 158px;
    background-color: #bca292;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    position: relative
}

.cta-booking:hover {
    opacity: .9
}

.cta-booking:hover .cta-booking-text {
    -webkit-animation: blinker 50ms linear infinite;
    animation: blinker 50ms linear infinite;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
    z-index: 2
}

.cta-booking:hover .ticket {
    z-index: 2
}

.cta-booking:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .5s cubic-bezier(1, 0, 0, 1), -webkit-transform .5s cubic-bezier(1, 0, 0, 1)
}

.cta-booking:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1f1144;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.ticket-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.ticket {
    margin-right: 12.7px
}

.navigation-scrolldown {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    color: #1f1c35;
    width: 180px;
    bottom: -290px;
    left: -46px;
    padding-top: 50px
}

.navigation-scrolldown-content {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .29)
}

.navigation-scrolldown-item {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: .3s all ease;
    transition: all .3s ease;
    cursor: pointer;
    background-color: #fff
}

.navigation-scrolldown-item:hover {
    background-color: #e9eaf2
}

.navigation-scrolldown-item--category {
    background-color: #2f2063;
    color: #fff;
    cursor: normal
}

.navigation-scrolldown-item--category:hover {
    opacity: 1 !important;
    background-color: #2f2063 !important
}

.navigation-scrolldown-item--category:first-child {
    position: relative
}

.navigation-scrolldown-item--category:first-child:before {
    content: "";
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2f2063
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.mobile-menu-overlay {
    height: calc(100vh - 70px);
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 70px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .91);
    overflow-x: hidden;
    -webkit-transition: all .6s ease;
    -o-transition: .6s all ease;
    transition: all .6s ease;
    opacity: 0;
    display: none
}

.mobile-menu {
    font-family: pangram-regular;
    text-transform: uppercase;
    position: relative;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.navigation-right-lang-mobile {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 72px;
    font-size: 18px
}

.navigation-right-lang-mobile .navbar-item {
    font-size: 18px;
    margin-right: 0 !important
}

.mobile-menu-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px
}

.mobile-menu-links-container .mobile-menu-link,
.mobile-menu-links-container a {
    margin-bottom: 24px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobile-menu-link,
.mobile-menu-links-container a {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobile-menu-link {
    position: relative
}

.mobile-menu-link-dropdown {
    margin-bottom: 24px;
    width: calc(100% + 24px);
    left: 0;
    max-height: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-menu-link-dropdown a {
    padding: 0 !important
}

.mobile-menu-link-dropdown .navigation-scrolldown-item--category {
    background-color: #2f2063 !important
}

.mobile-menu-link-dropdown .navigation-scrolldown-item {
    background: none;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: capitalize;
    padding-left: 48px
}

.mobile-menu-link-dropdown .navigation-scrolldown-item--category:first-child:before {
    display: none
}

.navigation-item-arrow--mobile {
    right: auto;
    left: 110px;
    border-color: #fff !important
}

.mobile-menu-footer {
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobile-menu-footer a {
    text-transform: capitalize
}

.mobile-menu-footer-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

.mobile-menu-footer-column a {
    margin-bottom: 20px
}

.cta-booking--mobile {
    width: calc(100% - 24px);
    height: 72px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 12px
}

.cta-booking--mobile .ticket-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px
}

.cta-booking--mobile img {
    margin-right: 0
}

.social-icons--mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.close {
    position: absolute;
    right: 16px;
    top: 20px;
    width: 32px;
    height: 32px
}

.close:after,
.close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 3px;
    background-color: #333
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hero {
    height: 98vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    font-family: pangram-regular;
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 68px
}

.hero:after {
    content: "";
    display: inline-block;
    border: 2px solid #bca292;
    width: 0;
    height: 64px;
    position: absolute;
    bottom: -32px;
    right: 50%
}

@media (max-width:61.24em) {
    .hero {
        height: 90vh
    }
}

.hero-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 560px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -webkit-animation: fadein 4s;
    animation: fadein 4s
}

.hero-title h1 {
    font-size: 104px;
    margin: 0;
    color: #bca292;
    display: block;
    letter-spacing: 4px;
    display: inline-block
}

@media (max-width:61.24em) {
    .hero-title h1 {
        font-size: 54px
    }
}

.hero-title h2 {
    font-weight: lighter;
    margin-bottom: 0;
    font-size: 23px;
    position: absolute;
    top: -38px
}

@media (max-width:61.24em) {
    .hero-title h2 {
        font-size: 18px;
        padding: 0 16px;
        top: -58px
    }
}

.escape-game-title {
    width: 255px;
    height: 84px;
    top: 80px
}

@media (max-width:61.24em) {
    .escape-game-title {
        top: 100px;
        width: 170px;
        height: 56px
    }
}

.discover-our-themes {
    position: absolute;
    bottom: 49px;
    font-size: 12px
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.landing-theme {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-left: 0px;
    margin-bottom: 26px;
    position: relative
}

@media (max-width:61.24em) {
    .landing-theme {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 8vh;
        padding: 0 5vw
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .landing-theme {
        padding-right: calc(90vw - 430px)
    }
}

.landing-theme-parallax {
    margin: 0;
    margin-right: 20px
;
}

@media (max-width:61.24em) {
    .landing-theme-parallax {
        margin: 0;
        margin-bottom: 6vh
    }
}

.landing-theme-icon-parallax {

	display:none;
}

.landing-theme--left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:61.24em) {
    .landing-theme--left {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.landing-theme-text {
    padding-top: 46px;
    position: relative
}

@media (max-width:61.24em) {
    .landing-theme-text {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: calc((90vw - 460px)/2);
        padding-right: calc((90vw - 460px)/2)
    }
}

.landing-theme-text--left {
    margin-right: 10%
}

@media (max-width:61.24em) {
    .landing-theme-text--left {
        margin-right: 0
    }
}

.landing-theme-title {
    height: 100%;
    width: 420px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.landing-theme-title h2 {
    text-transform: capitalize;
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-weight: 700;
    line-height: .92;
    color: #1f1c35;
    margin: 0;
    margin-bottom: 16px
}

.landing-theme-title h3 {
    text-transform: uppercase;
    font-family: pangram-regular;
    font-size: 14px;
    color: #1f1c35;
    display: inline-block;
    padding-left: 46px;
    position: relative;
    margin: 0;
    margin-bottom: 36px
}

.landing-theme-title h3:before {
    content: "";
    position: absolute;
    width: 31px;
    border: .4px solid #bea493;
    -webkit-transform: translate(-42px, 9px);
    -ms-transform: translate(-42px, 9px);
    transform: translate(-42px, 9px)
}

.landing-theme-title p {
    font-family: pangram-regular;
    font-size: 14px;
    color: #1f1c35;
    margin: 0
}

@media (max-width:61.24em) {
    .landing-theme-title p {
        margin-bottom: 36px
    }
}

@media (max-width:61.24em) {
    .landing-theme-title {
        width: auto
    }
}

.landing-theme-title--left {
    margin-right: 10%
}

@media (max-width:61.24em) {
    .landing-theme-title--left {
        margin-right: 0
    }
}

.landing-theme-picture {
    width: 420px;
    height: 377px;
    margin: 0 !important;
    margin-right: 10%
}

@media (max-width:61.24em) {
    .landing-theme-picture {
        width: 90vw !important;
        height: 90vw !important;
        margin: 0 !important
    }
}

.landing-theme-picture--left {
    margin: 0
}

.landing-theme-icon {
    position: absolute
}

.landing-theme-icon--1 {
    top: 28px;
    left: calc(50vw - 430px - 53.5px)
}

@media (max-width:61.24em) {
    .landing-theme-icon--1 {
        left: calc(45vw - 210px)
    }
}

@media (max-width:46.24em) {
    .landing-theme-icon--1 {
        top: 0;
        height: 60px;
        left: 12.5vw
    }
}

.landing-theme-icon--2 {
    top: 262px;
    right: -54vw
}

@media (max-width:61.24em) {
    .landing-theme-icon--2 {
        left: 45vw
    }
}

@media (max-width:46.24em) {
    .landing-theme-icon--2 {
        height: 100px;
        top: calc(90vw - 100px);
        left: 50vw
    }
}

.landing-theme-icon--bottle {
    top: 220px;
    height: 200px
}

@media (min-width:20em) and (max-width:46.24em) {
    .landing-theme-icon--bottle {
        height: 120px;
        top: 300px;
        left: 60vw
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .landing-theme-icon--bottle {
        left: 60vw
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .landing-theme-icon--bottle {
        left: 80vw;
        top: 220px
    }
}

@media (min-width:81.25em) {
    .landing-theme-icon--bottle {
        left: calc(70vw + 120px)
    }
}

@media (max-width:61.24em) {
    .learn-more-theme {
        position: static !important
    }
}

.glitch {
    position: relative
}

.glitch-covered {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #445bbd;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (max-width:46.24em) {
    .glitch-covered {
        display: none
    }
}

.glitch-covered--discover {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transition: transform 1s cubic-bezier(1, 0, 0, 1), -webkit-transform 1s cubic-bezier(1, 0, 0, 1)
}

@media (max-width:46.24em) {
    .glitch-covered--discover {
        display: none
    }
}

#glitch-covered-2 {
    background-color: #e91e7e
}

#glitch-covered-3 {
    background-color: #3bd8dc
}

.learn-more {
    width: 260px;
    height: 45px;
    font-family: pangram-regular;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.learn-more:hover {
    opacity: .8
}

.glitched:hover {
    opacity: 1 !important
}

.glitched:hover .learn-more-glitch:before {
    -webkit-animation: glitch-animation-2 3s infinite linear alternate-reverse;
    animation: glitch-animation-2 3s infinite linear alternate-reverse
}

.glitched:hover .learn-more-glitch:after {
    -webkit-animation: glitch-animation 2s infinite linear alternate-reverse;
    animation: glitch-animation 2s infinite linear alternate-reverse
}

.learn-more-glitch {
    position: relative
}

.learn-more-glitch:after,
.learn-more-glitch:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.learn-more-glitch:before {
    left: -2px;
    text-shadow: 1px 0 blue
}

.learn-more-glitch:after,
.learn-more-glitch:before {
    background: #bca292;
    clip: rect(0, 900px, 0, 0);
    color: #fff;
    content: attr(data-text);
    overflow: hidden;
    position: absolute;
    top: 0
}

.learn-more-glitch:after {
    left: 2px;
    text-shadow: -1px 0 red
}

.learn-more-glitch:hover {
    opacity: 1 !important
}

@-webkit-keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 28px, 0)
    }
    10% {
        clip: rect(7px, 9999px, 29px, 0)
    }
    20% {
        clip: rect(34px, 9999px, 8px, 0)
    }
    30% {
        clip: rect(80px, 9999px, 36px, 0)
    }
    40% {
        clip: rect(4px, 9999px, 70px, 0)
    }
    50% {
        clip: rect(43px, 9999px, 5px, 0)
    }
    60% {
        clip: rect(66px, 9999px, 22px, 0)
    }
    70% {
        clip: rect(100px, 9999px, 26px, 0)
    }
    80% {
        clip: rect(37px, 9999px, 93px, 0)
    }
    90% {
        clip: rect(83px, 9999px, 44px, 0)
    }
    to {
        clip: rect(75px, 9999px, 29px, 0)
    }
}

@keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 28px, 0)
    }
    10% {
        clip: rect(7px, 9999px, 29px, 0)
    }
    20% {
        clip: rect(34px, 9999px, 8px, 0)
    }
    30% {
        clip: rect(80px, 9999px, 36px, 0)
    }
    40% {
        clip: rect(4px, 9999px, 70px, 0)
    }
    50% {
        clip: rect(43px, 9999px, 5px, 0)
    }
    60% {
        clip: rect(66px, 9999px, 22px, 0)
    }
    70% {
        clip: rect(100px, 9999px, 26px, 0)
    }
    80% {
        clip: rect(37px, 9999px, 93px, 0)
    }
    90% {
        clip: rect(83px, 9999px, 44px, 0)
    }
    to {
        clip: rect(75px, 9999px, 29px, 0)
    }
}

@-webkit-keyframes glitch-animation {
    0% {
        clip: rect(42px, 9999px, 44px, 0)
    }
    5% {
        clip: rect(12px, 9999px, 59px, 0)
    }
    10% {
        clip: rect(48px, 9999px, 29px, 0)
    }
    15.0% {
        clip: rect(42px, 9999px, 73px, 0)
    }
    20% {
        clip: rect(63px, 9999px, 27px, 0)
    }
    25% {
        clip: rect(34px, 9999px, 55px, 0)
    }
    30.0% {
        clip: rect(86px, 9999px, 73px, 0)
    }
    35% {
        clip: rect(20px, 9999px, 20px, 0)
    }
    40% {
        clip: rect(26px, 9999px, 60px, 0)
    }
    45% {
        clip: rect(25px, 9999px, 66px, 0)
    }
    50% {
        clip: rect(57px, 9999px, 98px, 0)
    }
    55.0% {
        clip: rect(5px, 9999px, 46px, 0)
    }
    60.0% {
        clip: rect(82px, 9999px, 31px, 0)
    }
    65% {
        clip: rect(54px, 9999px, 27px, 0)
    }
    70% {
        clip: rect(28px, 9999px, 99px, 0)
    }
    75% {
        clip: rect(45px, 9999px, 69px, 0)
    }
    80% {
        clip: rect(23px, 9999px, 85px, 0)
    }
    85.0% {
        clip: rect(54px, 9999px, 84px, 0)
    }
    90% {
        clip: rect(45px, 9999px, 47px, 0)
    }
    95% {
        clip: rect(37px, 9999px, 20px, 0)
    }
    to {
        clip: rect(4px, 9999px, 91px, 0)
    }
}

@keyframes glitch-animation {
    0% {
        clip: rect(42px, 9999px, 44px, 0)
    }
    5% {
        clip: rect(12px, 9999px, 59px, 0)
    }
    10% {
        clip: rect(48px, 9999px, 29px, 0)
    }
    15.0% {
        clip: rect(42px, 9999px, 73px, 0)
    }
    20% {
        clip: rect(63px, 9999px, 27px, 0)
    }
    25% {
        clip: rect(34px, 9999px, 55px, 0)
    }
    30.0% {
        clip: rect(86px, 9999px, 73px, 0)
    }
    35% {
        clip: rect(20px, 9999px, 20px, 0)
    }
    40% {
        clip: rect(26px, 9999px, 60px, 0)
    }
    45% {
        clip: rect(25px, 9999px, 66px, 0)
    }
    50% {
        clip: rect(57px, 9999px, 98px, 0)
    }
    55.0% {
        clip: rect(5px, 9999px, 46px, 0)
    }
    60.0% {
        clip: rect(82px, 9999px, 31px, 0)
    }
    65% {
        clip: rect(54px, 9999px, 27px, 0)
    }
    70% {
        clip: rect(28px, 9999px, 99px, 0)
    }
    75% {
        clip: rect(45px, 9999px, 69px, 0)
    }
    80% {
        clip: rect(23px, 9999px, 85px, 0)
    }
    85.0% {
        clip: rect(54px, 9999px, 84px, 0)
    }
    90% {
        clip: rect(45px, 9999px, 47px, 0)
    }
    95% {
        clip: rect(37px, 9999px, 20px, 0)
    }
    to {
        clip: rect(4px, 9999px, 91px, 0)
    }
}

@-webkit-keyframes glitch-animation-2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0)
    }
    5% {
        clip: rect(52px, 9999px, 74px, 0)
    }
    10% {
        clip: rect(79px, 9999px, 85px, 0)
    }
    15.0% {
        clip: rect(75px, 9999px, 5px, 0)
    }
    20% {
        clip: rect(67px, 9999px, 61px, 0)
    }
    25% {
        clip: rect(14px, 9999px, 79px, 0)
    }
    30.0% {
        clip: rect(1px, 9999px, 66px, 0)
    }
    35% {
        clip: rect(86px, 9999px, 30px, 0)
    }
    40% {
        clip: rect(23px, 9999px, 98px, 0)
    }
    45% {
        clip: rect(85px, 9999px, 72px, 0)
    }
    50% {
        clip: rect(71px, 9999px, 75px, 0)
    }
    55.0% {
        clip: rect(2px, 9999px, 48px, 0)
    }
    60.0% {
        clip: rect(30px, 9999px, 16px, 0)
    }
    65% {
        clip: rect(59px, 9999px, 50px, 0)
    }
    70% {
        clip: rect(41px, 9999px, 62px, 0)
    }
    75% {
        clip: rect(2px, 9999px, 82px, 0)
    }
    80% {
        clip: rect(47px, 9999px, 73px, 0)
    }
    85.0% {
        clip: rect(3px, 9999px, 27px, 0)
    }
    90% {
        clip: rect(26px, 9999px, 55px, 0)
    }
    95% {
        clip: rect(42px, 9999px, 97px, 0)
    }
    to {
        clip: rect(38px, 9999px, 49px, 0)
    }
}

@keyframes glitch-animation-2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0)
    }
    5% {
        clip: rect(52px, 9999px, 74px, 0)
    }
    10% {
        clip: rect(79px, 9999px, 85px, 0)
    }
    15.0% {
        clip: rect(75px, 9999px, 5px, 0)
    }
    20% {
        clip: rect(67px, 9999px, 61px, 0)
    }
    25% {
        clip: rect(14px, 9999px, 79px, 0)
    }
    30.0% {
        clip: rect(1px, 9999px, 66px, 0)
    }
    35% {
        clip: rect(86px, 9999px, 30px, 0)
    }
    40% {
        clip: rect(23px, 9999px, 98px, 0)
    }
    45% {
        clip: rect(85px, 9999px, 72px, 0)
    }
    50% {
        clip: rect(71px, 9999px, 75px, 0)
    }
    55.0% {
        clip: rect(2px, 9999px, 48px, 0)
    }
    60.0% {
        clip: rect(30px, 9999px, 16px, 0)
    }
    65% {
        clip: rect(59px, 9999px, 50px, 0)
    }
    70% {
        clip: rect(41px, 9999px, 62px, 0)
    }
    75% {
        clip: rect(2px, 9999px, 82px, 0)
    }
    80% {
        clip: rect(47px, 9999px, 73px, 0)
    }
    85.0% {
        clip: rect(3px, 9999px, 27px, 0)
    }
    90% {
        clip: rect(26px, 9999px, 55px, 0)
    }
    95% {
        clip: rect(42px, 9999px, 97px, 0)
    }
    to {
        clip: rect(38px, 9999px, 49px, 0)
    }
}

.landing-theme {
    --color-text: #454847;
    --color-bg: #1d2121;
    --color-link: #454847;
    --color-link-hover: #fff;
    --color-info: #454847;
    --glitch-width: 40vmax;
    --glitch-height: 50vmax;
    --color-title: #fff;
    --color-subtitle: #30efbf
}

.glitch--style-1 {
    --gap-horizontal: 20px;
    --gap-vertical: 2px;
    --time-anim: 2.25s;
    --blend-mode-1: none;
    --blend-mode-2: none;
    --blend-mode-3: none;
    --blend-mode-4: none;
    --blend-mode-5: none;
    --blend-color-1: transparent;
    --blend-color-2: transparent;
    --blend-color-3: transparent;
    --blend-color-4: transparent;
    --blend-color-5: transparent
}

.glitch {
    position: relative;
    width: var(--glitch-width);
    max-width: 420px;
    height: var(--glitch-height);
    max-height: 377px;
    margin-right: 10%;
    overflow: hidden
}

.glitch__img {
    position: absolute;
    top: calc(-1 * var(--gap-vertical));
    left: calc(-1 * var(--gap-horizontal));
    width: calc(100% + var(--gap-horizontal) * 2);
    height: calc(100% + var(--gap-vertical) * 2);
    background-color: var(--blend-color-1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-blend-mode: var(--blend-mode-1)
}

.glitch__img:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2)
}

.glitch__img:nth-child(3) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3)
}

.glitch__img:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4)
}

.glitch__img:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5)
}

.glitch .glitch__img:nth-child(n+2),
.glitch__img:nth-child(n+2) {
    opacity: 0
}

.glitch .glitch__img:nth-child(2) {
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
    animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate
}

.glitch>.glitch__img:nth-child(3) {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
    animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.glitch>.glitch__img:nth-child(4) {
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
    animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.glitch--vertical:hover .glitch__img:nth-child(2) {
    -webkit-transform: translate3d(0, var(--gap-vertical), 0);
    transform: translate3d(0, var(--gap-vertical), 0);
    -webkit-animation: glitch-anim-1-vertical var(--time-anim) infinite linear alternate;
    animation: glitch-anim-1-vertical var(--time-anim) infinite linear alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.glitch--vertical:hover>.glitch__img:nth-child(3) {
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0);
    -webkit-animation: glitch-anim-2-vertical var(--time-anim) infinite linear alternate;
    animation: glitch-anim-2-vertical var(--time-anim) infinite linear alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.glitch--vertical:hover>.glitch__img:nth-child(4) {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-animation: glitch-anim-3-vertical var(--time-anim) infinite linear alternate;
    animation: glitch-anim-3-vertical var(--time-anim) infinite linear alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.glitch>.glitch__img:nth-child(5) {
    -webkit-animation: glitch-anim-flash .5s steps(1) infinite;
    animation: glitch-anim-flash .5s steps(1) infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@media (min-width:20em) and (max-width:46.24em) {
    .glitch>.glitch__img:nth-child(5) {
        -webkit-animation: none;
        animation: none
    }
}

.glitch--stopped>.glitch__img {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important
}

.glitch--stopped .glitch__img:nth-child(n+2) {
    opacity: 1
}

@-webkit-keyframes glitch-anim-1-horizontal {
    0% {
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }
    10% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }
    20% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }
    30% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }
    40% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }
    50% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }
    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }
    70% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }
    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }
    90% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }
    to {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
    }
}

@keyframes glitch-anim-1-horizontal {
    0% {
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }
    10% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }
    20% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }
    30% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }
    40% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }
    50% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }
    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }
    70% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }
    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }
    90% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }
    to {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
    }
}

@-webkit-keyframes glitch-anim-2-horizontal {
    0% {
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }
    15% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }
    22% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }
    31% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }
    45% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }
    51% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }
    63% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }
    76% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }
    81% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }
    94% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }
    to {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }
}

@keyframes glitch-anim-2-horizontal {
    0% {
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }
    15% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }
    22% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }
    31% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }
    45% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }
    51% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }
    63% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }
    76% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }
    81% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }
    94% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }
    to {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }
}

@-webkit-keyframes glitch-anim-3-horizontal {
    0% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }
    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }
    10% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }
    25% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }
    27% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }
    30% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }
    33% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }
    37% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }
    40% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }
    45% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }
    50% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }
    53% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }
    57% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }
    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }
    65% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }
    70% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }
    73% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }
    80% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }
    to {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
}

@keyframes glitch-anim-3-horizontal {
    0% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }
    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }
    10% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }
    25% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }
    27% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }
    30% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }
    33% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }
    37% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }
    40% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }
    45% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }
    50% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }
    53% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }
    57% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }
    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }
    65% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }
    70% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }
    73% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }
    80% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }
    to {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
}

@-webkit-keyframes glitch-anim-1-vertical {
    0% {
        -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
        clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%)
    }
    10% {
        -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
        clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%)
    }
    20% {
        -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
        clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%)
    }
    30% {
        -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
        clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%)
    }
    40% {
        -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
        clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%)
    }
    50% {
        -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
        clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%)
    }
    60% {
        -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
        clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%)
    }
    70% {
        -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
        clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%)
    }
    80% {
        -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
        clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%)
    }
    90% {
        -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
        clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%)
    }
    to {
        -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
        clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%)
    }
}

@keyframes glitch-anim-1-vertical {
    0% {
        -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
        clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%)
    }
    10% {
        -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
        clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%)
    }
    20% {
        -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
        clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%)
    }
    30% {
        -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
        clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%)
    }
    40% {
        -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
        clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%)
    }
    50% {
        -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
        clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%)
    }
    60% {
        -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
        clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%)
    }
    70% {
        -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
        clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%)
    }
    80% {
        -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
        clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%)
    }
    90% {
        -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
        clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%)
    }
    to {
        -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
        clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%)
    }
}

@-webkit-keyframes glitch-anim-2-vertical {
    0% {
        -webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
        clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%)
    }
    15% {
        -webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
        clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%)
    }
    22% {
        -webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
        clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%)
    }
    31% {
        -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
        clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%)
    }
    45% {
        -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
        clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%)
    }
    51% {
        -webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
        clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%)
    }
    63% {
        -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
        clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%)
    }
    76% {
        -webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
        clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%)
    }
    81% {
        -webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
        clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%)
    }
    94% {
        -webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
        clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%)
    }
    to {
        -webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
        clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%)
    }
}

@keyframes glitch-anim-2-vertical {
    0% {
        -webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
        clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%)
    }
    15% {
        -webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
        clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%)
    }
    22% {
        -webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
        clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%)
    }
    31% {
        -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
        clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%)
    }
    45% {
        -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
        clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%)
    }
    51% {
        -webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
        clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%)
    }
    63% {
        -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
        clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%)
    }
    76% {
        -webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
        clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%)
    }
    81% {
        -webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
        clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%)
    }
    94% {
        -webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
        clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%)
    }
    to {
        -webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
        clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%)
    }
}

@-webkit-keyframes glitch-anim-3-vertical {
    0% {
        -webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
        clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%)
    }
    5% {
        -webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
        clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%)
    }
    10% {
        -webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
        clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%)
    }
    25% {
        -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
        clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%)
    }
    27% {
        -webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
        clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%)
    }
    30% {
        -webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
        clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%)
    }
    33% {
        -webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
        clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%)
    }
    37% {
        -webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
        clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%)
    }
    40% {
        -webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
        clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%)
    }
    45% {
        -webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
        clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%)
    }
    50% {
        -webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
        clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%)
    }
    53% {
        -webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
        clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%)
    }
    57% {
        -webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
        clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%)
    }
    60% {
        -webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
        clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%)
    }
    65% {
        -webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
        clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%)
    }
    70% {
        -webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
        clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%)
    }
    73% {
        -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
        clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%)
    }
    80% {
        -webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
        clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%)
    }
    to {
        -webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
        clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%)
    }
}

@keyframes glitch-anim-3-vertical {
    0% {
        -webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
        clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%)
    }
    5% {
        -webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
        clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%)
    }
    10% {
        -webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
        clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%)
    }
    25% {
        -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
        clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%)
    }
    27% {
        -webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
        clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%)
    }
    30% {
        -webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
        clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%)
    }
    33% {
        -webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
        clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%)
    }
    37% {
        -webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
        clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%)
    }
    40% {
        -webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
        clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%)
    }
    45% {
        -webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
        clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%)
    }
    50% {
        -webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
        clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%)
    }
    53% {
        -webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
        clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%)
    }
    57% {
        -webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
        clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%)
    }
    60% {
        -webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
        clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%)
    }
    65% {
        -webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
        clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%)
    }
    70% {
        -webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
        clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%)
    }
    73% {
        -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
        clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%)
    }
    80% {
        -webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
        clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%)
    }
    to {
        -webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
        clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%)
    }
}

@-webkit-keyframes glitch-anim-text {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }
    10% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }
    20% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }
    35% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }
    50% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }
    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }
    70% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }
    80% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
    }
    90% {
        -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scaleX(1);
        transform: translateZ(0) scaleX(1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes glitch-anim-text {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }
    10% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }
    20% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }
    35% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }
    50% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }
    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }
    70% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }
    80% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
    }
    90% {
        -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scaleX(1);
        transform: translateZ(0) scaleX(1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes glitch-anim-flash {
    0% {
        opacity: .2;
        -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
    }
    33%,
    to {
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes glitch-anim-flash {
    0% {
        opacity: .2;
        -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
    }
    33%,
    to {
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.themes-container {
    position: relative
}

@media (max-width:61.24em) {
    .themes-container {
        padding: 0
    }
}

.rectangle-left {
    display: none;
    height: 444px;
    width: 100%;
    background-color: #f6f7fb;
    position: absolute;
    z-index: -1;
    top: 607px
}

@media (max-width:61.24em) {
    .rectangle-left {
        display: none
    }
}

.theme-picker {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 40px;
    width: 60%;
    max-width: 578px
}

@media (max-width:46.24em) {
    .theme-picker {
        display: none
    }
}

.theme-picker-item {
    background-color: #fff;
    height: 95px;
    width: 22%;
    max-width: 137px;
    color: #262341;
    font-family: pangram-regular;
    font-size: 12px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.theme-picker-item:hover {
    background-color: #ead8cc
}

.theme-picker-item:hover .theme-picker-icon--disabled {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.theme-picker-item--selected {
    background-color: #ead8cc;
    position: relative
}

.theme-picker-item--selected:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ead8cc;
    position: absolute;
    bottom: -10px
}

.theme-picker-item--selected:hover {
    opacity: 1
}

.theme-picker-icon {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all ease .3s;
    transition: all .3s ease
}

.theme-picker-icon--disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(90%);
    opacity: .7
}

.booking-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff;
    margin-bottom: 28px
}

@media (min-width:46.25em) {
    .booking-container {
        display: -ms-flexbox;
        display: flex
    }
}

.booking-rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 365px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1e0d42), to(#35266d));
    background-image: -webkit-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: -o-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: linear-gradient(0deg, #1e0d42, #35266d)
}

.booking-rectangle-pattern {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.booking-text-block h3 {
    font-family: Playfair Display, serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 22px;
    padding-top: 37px
}

.booking-text-block p {
    font-family: pangram-regular;
    font-size: 14px;
    margin: 0
}

@media (max-width:46.24em) {
    .booking-text-block p {
        padding: 0 12px
    }
}

.booking-text-block--padding {
    padding-top: 53px;
    margin-bottom: 24px
}

@media (max-width:46.24em) {
    .booking-text-block--padding {
        padding-top: 56px;
        margin-bottom: 36px
    }
}

.booking-cta {
    position: static;
    margin: 0 auto
}

.theme-popin-select-language {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 192px;
    margin: 0 auto
}

.language-select {
    width: 192px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3
}

.language-select:focus .language-select-label,
.language-select:hover .language-select-label {
    color: #1f1c35
}

.language-select:focus .Select-control,
.language-select:hover .Select-control {
    border: 1px solid #2f2063 !important
}

.language-select .Select-control {
    background-color: #fff;
    height: 50px;
    color: #7e7c8a;
    font-family: pangram-regular;
    position: relative;
    font-size: 14px;
    padding-left: 8px;
    -webkit-appearance: none;
    -webkit-transition: all .5s ease;
    -o-transition: all ease .5s;
    transition: all .5s ease;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.language-select .Select-multi-value-wrapper {
    text-align: left
}

.Select-menu-outer {
    z-index: 6;
    opacity: 1 !important;
    background-color: #fff !important
}

.Select-placeholder {
    background-color: transparent;
    z-index: 1
}

.Select-arrow-zone {
    position: absolute;
    right: 0
}

.Select-value {
    padding-top: 0 !important
}

.language-select-option {
    height: 50px !important;
    width: 190px;
    color: #7e7c8a;
    font-size: 14px !important;
    text-align: left !important;
    font-family: pangram-regular;
    -webkit-appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.language-select-option:hover {
    background-color: #dbdfe5 !important;
    font-weight: 700 !important
}

.language-select-option:active {
    color: red
}

.language-select-label {
    font-size: 14px;
    color: #7e7c8a;
    position: absolute;
    left: 8px;
    top: calc(50% - 9px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 5
}

.langage-select-label--selected {
    font-size: 10px;
    top: calc(50% - 15px);
    left: 12px
}

.select-theme-mobile {
    width: 245px;
    margin: 0 auto;
    margin-bottom: 36px !important;
    margin-top: 24px
}

.select-theme-mobile .Select-value {
    padding-top: 0 !important
}

@media (min-width:46.25em) {
    .select-theme-mobile {
        display: none
    }
}

@media (max-width:61.24em) {
    .calendar-container {
        overflow: scroll
    }
}

.booking-themes-cart-title {
    font-family: pangram-regular;
    font-size: 14px;
    font-weight: 700;
    color: #262341;
    margin-top: 0;
    margin-bottom: 32px
}

.theme-popin {
    font-family: pangram-regular;
    position: relative
}

.theme-popin h2 {
    font-size: 21px;
    margin-bottom: 6px
}

.theme-popin h3 {
    font-size: 14px;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px
}

.theme-popin h3 span {
    font-size: 26px;
    margin-left: 8px;
    line-height: .55
}

.theme-popin h4 {
    font-size: 12px;
    font-weight: 400
}

.theme-popin h4 span {
    font-size: 16px;
    font-weight: 700;
    line-height: .75;
    margin-left: 6px
}

.theme-popin p {
    font-size: 14px;
    font-weight: 700
}

.theme-popin-date {
    margin: 0;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 700
}

.theme-players-select-label {
    margin-bottom: 0
}

.theme-players-minmax {
    font-size: 12px;
    margin-bottom: 24px !important
}

.theme-language-select-label {
    margin-bottom: 10px
}

.theme-popin-icon {
    height: 61px;
    width: 61px;
    border: 2px solid #fff;
    background-color: #211c41;
    border-radius: 50%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: calc(50% - 30px);
    top: -72px
}

.theme-popin-icon img {
    height: 45px
}

.theme-popin-footer {
    height: 70px;
    background-color: #f6f7fb;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.theme-popin-cta,
.theme-popin-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-popin-cta {
    height: 45px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #bea493;
    cursor: pointer;
    border-radius: 400px;
    padding: 11px 12px;
    -webkit-transition: all .3s ease;
    -o-transition: .3s all ease;
    transition: all .3s ease
}

.theme-popin-cta:hover {
    opacity: .8
}

.theme-popin-cta--blank {
    color: #1f1c35;
    background-color: transparent;
    border: 1px solid #1f1c35
}

@media (max-width:46.24em) {
    .theme-popin-cta--blank {
        margin-right: 6px
    }
}

#booking-cta {
    padding-bottom: 30px
}

.date-picker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    width: 245px;
    z-index: 4
}

@media (max-width:46.24em) {
    .date-picker {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 30px
    }
}

.date-picker-arrow {
    width: 18px;
    height: 18px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25%;
    left: -30px;
    cursor: pointer;
    position: absolute
}

@media (max-width:46.24em) {
    .date-picker-arrow {
        left: -28px
    }
}

.date-picker-arrow--right {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -30px;
    left: auto
}

@media (max-width:46.24em) {
    .date-picker-arrow--right {
        right: -28px
    }
}

.date-picker-arrow--hidden {
    visibility: hidden
}

.calendar {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    background-color: #bca292;
    height: 40px;
    width: 38px;
    top: 1px;
    left: calc((50% - 37px) + 122.5px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.date-picker--all .DateInput_input_1 {
    padding-left: 30% !important
}

.PresetDateRangePicker_panel {
    padding: 0 22px 11px
}

.PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #00a699;
    color: #00a699;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.PresetDateRangePicker_button:active {
    outline: 0
}

.PresetDateRangePicker_button__selected {
    color: #fff;
    background: #00a699
}

.SingleDatePickerInput {
    display: inline-block;
    background-color: #fff
}

.SingleDatePickerInput__withBorder {
    border: 1px solid #dbdbdb
}

.SingleDatePickerInput__rtl {
    direction: rtl
}

.SingleDatePickerInput__disabled {
    background-color: #f2f2f2
}

.SingleDatePickerInput__block {
    display: block
}

.SingleDatePickerInput__showClearDate {
    padding-right: 30px
}

.SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
    background: #dbdbdb;
    border-radius: 50%
}

.SingleDatePickerInput_clearDate__small {
    padding: 6px
}

.SingleDatePickerInput_clearDate__hide {
    visibility: hidden
}

.SingleDatePickerInput_clearDate_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
}

.SingleDatePickerInput_clearDate_svg__small {
    height: 9px
}

.SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.SingleDatePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
}

.SingleDatePicker {
    position: relative;
    display: inline-block
}

.SingleDatePicker__block {
    display: block
}

.SingleDatePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.SingleDatePicker_picker__rtl {
    direction: rtl
}

.SingleDatePicker_picker__directionLeft {
    left: 0
}

.SingleDatePicker_picker__directionRight {
    right: 0
}

.SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff
}

.SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
    color: darken(#cacccd, 10%);
    text-decoration: none
}

.SingleDatePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_show {
    width: 22px;
    position: absolute;
    z-index: 2
}

.DayPickerKeyboardShortcuts_show__bottomRight {
    border-top: 26px solid transparent;
    border-right: 33px solid #00a699;
    bottom: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover {
    border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topRight {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #00a699;
    top: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__topRight:hover {
    border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topLeft {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #00a699;
    top: 0;
    left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft:hover {
    border-left: 33px solid #008489
}

.DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: -28px
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: -28px
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: -28px
}

.DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    margin: 33px
}

.DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2
}

.DayPickerKeyboardShortcuts_close:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_closeSvg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #82888a
}

.CalendarDay {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-align: center
}

.CalendarDay:active {
    outline: 0
}

.CalendarDay__defaultCursor {
    cursor: default
}

.CalendarDay__default {
    border: 1px solid #e4e7e7;
    color: #565a5c;
    background: #fff
}

.CalendarDay__default:hover {
    background: #e4e7e7;
    border: 1px double #e4e7e7;
    color: inherit
}

.CalendarDay__hovered_offset {
    background: #f4f5f5;
    border: 1px double #e4e7e7;
    color: inherit
}

.CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #565a5c
}

.CalendarDay__blocked_minimum_nights {
    background: #fff;
    border: 1px solid #eceeee;
    color: #cacccd
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #cacccd
}

.CalendarDay__highlighted_calendar {
    background: #ffe8bc;
    color: #565a5c
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
    background: #ffce71;
    color: #565a5c
}

.CalendarDay__selected_span {
    background: #66e2da;
    border: 1px solid #33dacd;
    color: #fff
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
    background: #33dacd;
    border: 1px solid #33dacd;
    color: #fff
}

.CalendarDay__last_in_range {
    border-right: #00a699
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
    background: #00a699;
    border: 1px solid #00a699;
    color: #fff
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
    background: #b2f1ec;
    border: 1px solid #80e8e0;
    color: #007a87
}

.CalendarDay__hovered_span:active {
    background: #80e8e0;
    border: 1px solid #80e8e0;
    color: #007a87
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
    background: #cacccd;
    border: 1px solid #cacccd;
    color: #82888a
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
    background: #fff;
    border: 1px solid #e4e7e7;
    color: #cacccd
}

.CalendarMonth {
    background: #fff;
    text-align: center;
    padding: 0 13px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0
}

.CalendarMonth_caption {
    color: #565a5c;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: top
}

.CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px
}

.CalendarMonthGrid {
    background: #fff;
    text-align: left;
    z-index: 0
}

.CalendarMonthGrid__animating {
    z-index: 1
}

.CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px
}

.CalendarMonthGrid__vertical {
    margin: 0 auto
}

.CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto;
    overflow-y: scroll
}

.CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%
}

.CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.CalendarMonthGrid_month__hidden {
    visibility: hidden
}

.DayPickerNavigation_container {
    position: relative;
    z-index: 2
}

.DayPickerNavigation_container__vertical {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 52px;
    width: 100%
}

.DayPickerNavigation_container__verticalScrollable {
    position: relative
}

.DayPickerNavigation_button {
    cursor: pointer;
    line-height: .78;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DayPickerNavigation_button__default {
    border: 1px solid #e4e7e7;
    background-color: #fff;
    color: #757575
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
    border: 1px solid #c4c4c4
}

.DayPickerNavigation_button__default:active {
    background: #f2f2f2
}

.DayPickerNavigation_button__horizontal {
    border-radius: 3px;
    padding: 6px 9px;
    top: 18px;
    position: absolute
}

.DayPickerNavigation_leftButton__horizontal {
    left: 22px
}

.DayPickerNavigation_rightButton__horizontal {
    right: 22px
}

.DayPickerNavigation_button__vertical {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 50%
}

.DayPickerNavigation_button__vertical__default {
    padding: 5px
}

.DayPickerNavigation_nextButton__vertical__default {
    border-left: 0
}

.DayPickerNavigation_nextButton__verticalScrollable {
    width: 100%
}

.DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #82888a
}

.DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #565a5c
}

.DayPicker {
    position: relative;
    text-align: left
}

.DayPicker,
.DayPicker__horizontal {
    background: #fff
}

.DayPicker__verticalScrollable {
    height: 100%
}

.DayPicker__hidden {
    visibility: hidden
}

.DayPicker__withBorder {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
    border-radius: 3px
}

.DayPicker_portal__horizontal {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%
}

.DayPicker_portal__vertical {
    position: static
}

.DayPicker_focusRegion {
    outline: 0
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top
}

.DayPicker_weekHeaders {
    position: relative
}

.DayPicker_weekHeaders__horizontal {
    margin-left: 9px
}

.DayPicker_weekHeader {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    padding: 0 13px;
    text-align: left
}

.DayPicker_weekHeader__vertical {
    left: 50%
}

.DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

.DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center
}

.DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.DayPicker_transitionContainer__horizontal {
    -webkit-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

.DayPicker_transitionContainer__vertical {
    width: 100%
}

.DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll
}

.DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle
}

.DateInput__small {
    width: 90px
}

.DateInput__block {
    width: 100%
}

.DateInput__disabled {
    background: #f2f2f2;
    color: #dbdbdb
}

.DateInput_input {
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    color: #565a5c;
    background-color: #fff;
    width: 100%;
    padding: 13px 12px 11px;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    border-left: 0
}

.DateInput_input__small {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 8px 6px
}

.DateInput_input__regular {
    font-weight: auto
}

.DateInput_input__readOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DateInput_input__focused {
    outline: 0;
    background: #fff;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #008489;
    border-left: 0
}

.DateInput_input__disabled {
    background: #f2f2f2;
    font-style: italic
}

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

.DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2
}

.DateInput_fangShape {
    fill: #fff
}

.DateInput_fangStroke {
    stroke: #dbdbdb;
    fill: transparent
}

.DateRangePickerInput {
    background-color: #fff;
    display: inline-block
}

.DateRangePickerInput__disabled {
    background: #f2f2f2
}

.DateRangePickerInput__withBorder {
    border: 1px solid #cacccd
}

.DateRangePickerInput__rtl {
    direction: rtl
}

.DateRangePickerInput__block {
    display: block
}

.DateRangePickerInput__showClearDates {
    padding-right: 30px
}

.DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle
}

.DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #565a5c;
    height: 24px;
    width: 24px
}

.DateRangePickerInput_arrow_svg__small {
    height: 19px;
    width: 19px
}

.DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.DateRangePickerInput_clearDates__small {
    padding: 6px
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
    background: #dbdbdb;
    border-radius: 50%
}

.DateRangePickerInput_clearDates__hide {
    visibility: hidden
}

.DateRangePickerInput_clearDates_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
}

.DateRangePickerInput_clearDates_svg__small {
    height: 9px
}

.DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.DateRangePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
}

.DateRangePicker {
    position: relative;
    display: inline-block
}

.DateRangePicker__block {
    display: block
}

.DateRangePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.DateRangePicker_picker__rtl {
    direction: rtl
}

.DateRangePicker_picker__directionLeft {
    left: 0
}

.DateRangePicker_picker__directionRight {
    right: 0
}

.DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.DateRangePicker_picker__fullScreenPortal {
    background-color: #fff
}

.DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
    color: darken(#cacccd, 10%);
    text-decoration: none
}

.DateRangePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.SingleDatePicker {
    width: 245px;
    z-index: 3
}

.SingleDatePickerInput {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #fff
}

.SingleDatePickerInput:active,
.SingleDatePickerInput:focus,
.SingleDatePickerInput:focus-within {
    border: 1px solid #bca292
}

.DateInput {
    width: 245px
}

.DateInput,
.DateInput_input {
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    z-index: 1
}

.DateInput_input {
    padding: 0;
    position: relative;
    font-family: pangram-regular;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 50%;
    text-align: left;
    padding-left: 38%
}

.DateInput_input__focused {
    border: none
}

.DateInput_fang_1 {
    display: none
}

.SingleDatePicker_picker__directionLeft_2 {
    top: -390px !important;
    left: -13px !important;
    padding-top: 100px;
    background-color: transparent
}

.SingleDatePicker_picker__directionLeft_2:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 50%
}

@media (max-width:46.24em) {
    .SingleDatePicker_picker__directionLeft_2 {
        top: -379px !important
    }
}

@media (max-width:46.24em) {
    .DayPicker_transitionContainer {
        height: 268px !important
    }
}

.CalendarMonth_caption {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 6px
}

.CalendarMonth_caption,
.CalendarMonthGrid {
    font-family: pangram-regular
}

.CalendarDay {
    border: none
}

.CalendarDay:hover {
    border-radius: 50%;
    border: none
}

.CalendarDay__selected,
.CalendarDay__selected:hover {
    background-color: #2f2063;
    border-radius: 50%
}

.DayPicker_weekHeader {
    font-family: pangram-regular;
    text-transform: uppercase
}

.DayPicker__withBorder {
    height: 280px
}

@media (max-width:46.24em) {
    .DayPicker__withBorder {
        height: 268px
    }
}

.DayPickerNavigation_button {
    width: 24px;
    height: 24px;
    border: none
}

.DayPickerNavigation_button:hover {
    border: none
}

.DayPickerNavigation_svg__horizontal {
    display: none
}

.DayPickerNavigation_button__horizontal:after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 5px
}

.DayPickerNavigation_rightButton__horizontal:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.date-picker-week-of {
    color: #fff;
    font-size: 14px;
    font-family: pangram-regular;
    font-weight: 700;
    position: absolute;
    top: 13px;
    left: 22px;
    z-index: 0;
    text-align: right;
    min-width: 81px
}

@-moz-document url-prefix() {
    .date-picker-week-of {
        left: 18px
    }
}

.date-picker-day-of {
    width: 70px;
    text-align: right;
    left: 12px;
    top: 31%
}

.CalendarDay {
    font-size: 12px
}

.theme-calendar {
    width: 870px;
    color: #000;
    font-family: pangram-regular;
    border-spacing: 0;
    margin-bottom: 36px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .16), 0 1px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16), 0 1px 6px rgba(0, 0, 0, .23);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:61.24em) {
    .theme-calendar {
        width: auto
    }
}

.theme-calendar--single-theme {
    position: relative
}

.theme-calendar--single-theme:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 47px;
    background-color: transparent;
    top: 0;
    left: 25%;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .2)
}

.theme-calendar-header {
    font-size: 14px;
    color: #1f1c35;
    font-weight: 700;
    background-color: #f3f5ff
}

.theme-calendar-header th {
    height: 44.5px;
    width: 140px
}

@media (max-width:46.24em) {
    .theme-calendar-header th {
        font-size: 12px;
        width: 80vw
    }
}

.theme-calendar-body td {
    height: 39.7px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all ease .5s;
    transition: all .5s ease
}

.theme-calendar-unavailable {
    background: -webkit-repeating-linear-gradient(315deg, #f7f6fb, #f7f6fb 5px, #fff 10px, #fff 0);
    background: -o-repeating-linear-gradient(315deg, #f7f6fb, #f7f6fb 5px, #fff 10px, #fff 10px);
    background: repeating-linear-gradient(135deg, #f7f6fb, #f7f6fb 5px, #fff 10px, #fff 0);
    cursor: default !important
}

@media (max-width:46.24em) {
    .theme-calendar-unavailable {
        width: 4px
    }
}

.theme-calendar--selected {
    font-weight: 700;
    color: #fff;
    background-color: #eb1480 !important;
    cursor: default !important
}

.theme-calendar-body--la .theme-calendar--selected {
    background-color: #425abf !important
}

.theme-calendar-body--abattoir .theme-calendar--selected {
    background-color: #30dade !important
}

.theme-calendar--all {
    position: relative
}

.theme-calendar--all:before {
    top: 0
}

.theme-calendar--all:after,
.theme-calendar--all:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 47px;
    background-color: transparent;
    left: 25%;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .2);
    z-index: 2
}

.theme-calendar--all:after {
    top: 166px
}

.theme-calendar-header--all {
    font-size: 14px;
    font-weight: 400;
    color: #1f1c35
}

.theme-calendar-header--all span {
    font-weight: 700
}

.theme-calendar-body--all td {
    width: 120px;
    height: 56.8px !important
}

.theme-calendar-theme-name {
    width: 250px !important;
    font-family: pangram-regular;
    font-size: 14px;
    font-weight: 700;
    color: #1f1c35
}

.theme-calendar-theme-name img {
    margin-left: 10px;
    margin-right: 12px
}

@media (max-width:46.24em) {
    .theme-calendar-theme-name {
        font-size: 11px
    }
}

.theme-calendar-row--la .theme-calendar--selected {
    background-color: #425abf !important
}

.theme-calendar-row--abattoir .theme-calendar--selected {
    background-color: #30dade !important
}

.theme-calendar-cell-all:hover {
    opacity: .8;
    color: #fff;
    font-weight: 700
}

.theme-calendar-cell-all--la:hover {
    background-color: #425abf !important
}

.theme-calendar-cell-all--vbn:hover {
    background-color: #eb1480 !important
}

.theme-calendar-cell-all--abattoir:hover {
    background-color: #30dade !important
}

.themes-cart {
    position: relative;
    width: 870px;
    color: #000;
    font-family: pangram-regular;
    color: #1f1c35;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px
}

.themes-cart p:first-child {
    margin-bottom: 36px
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .themes-cart {
        width: 98vw
    }
}

@media (min-width:20em) and (max-width:46.24em) {
    .themes-cart {
        width: auto;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

.themes-cart--vbn {
    margin-bottom: 100px
}

@media (max-width:46.24em) {
    .themes-cart--vbn {
        margin-bottom: 26px
    }
}

.themes-cart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    font-weight: 700;
    position: relative
}

@media (max-width:46.24em) {
    .themes-cart-header {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 12px
    }
}

.themes-cart-header-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.themes-cart-header-title img {
    margin-right: 12px
}

.themes-cart-action-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.themes-cart-action {
    height: 100%;
    width: 56px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0
}

.themes-cart-action span {
    font-size: 11px
}

.themes-cart-action:hover {
    opacity: .8
}

.themes-cart-delete {
    border: none
}

.themes-cart-content {
    border: 1px solid #e6e6e6;
    border-top: none;
    height: 56px
}

@media (max-width:46.24em) {
    .themes-cart-content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 12px
    }
}

.themes-cart-info {
    margin: 0;
    list-style: none;
    padding: 0 12px;
    height: 100%;
    font-size: 14px;
    position: relative
}

.themes-cart-info,
.themes-cart-info li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.themes-cart-info li {
    margin-right: 12px
}

.themes-cart-info li img {
    margin-right: 8px
}

.themes-cart-info li span {
    margin-right: 4px
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .themes-cart-info {
        font-size: 12px;
        padding-right: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:46.24em) {
    .themes-cart-info {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .themes-cart-info li {
        margin-right: 0;
        margin-bottom: 12px;
        padding-left: 16px
    }
    .themes-cart-info li img {
        position: absolute;
        left: 6px
    }
}

.themes-cart-info-row {
    display: -ms-flexbox;
    display: flex
}

.themes-cart-price {
    font-size: 22px;
    font-weight: 700;
    line-height: .55;
    color: #262341;
    position: absolute;
    right: 0;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

@media (max-width:46.24em) {
    .themes-cart-price {
        position: relative;
        margin-top: 12px
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .themes-cart-price {
        font-size: 18px
    }
}

.themes-cart-info-title {
    font-weight: 700
}

.themes-cart-option {
    height: 76px;
    background-color: #ebeaff;
    border-left: 4px solid #eb147a;
    width: 98%;
    position: absolute;
    left: 1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 14px;
    padding-left: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:46.24em) {
    .themes-cart-option {
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        width: 96%;
        left: 2%;
        padding: 12px 14px
    }
}

.themes-cart-option--active {
    padding-left: 12px
}

.themes-cart-option--active .themes-cart-option-content:before,
.themes-cart-option--active .themes-cart-option-content img,
.themes-cart-option--active .themes-cart-option-content p,
.themes-cart-option--active .themes-cart-option-content span,
.themes-cart-option--active .themes-cart-option-icon {
    display: none
}

.themes-cart-option-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.themes-cart-option-content img {
    margin-right: 12px
}

.themes-cart-option-content:before {
    content: "";
    position: absolute;
    height: 39px;
    width: 39px;
    border-left: 1px solid #b5b2d6;
    border-bottom: 1px solid #b5b2d6;
    left: -44px;
    top: -12px
}

@media (max-width:46.24em) {
    .themes-cart-option-content:before,
    .themes-cart-option-content img {
        display: none
    }
}

.themes-cart-option-text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:46.24em) {
    .themes-cart-option-text-container {
        text-align: left;
        margin-bottom: 6px;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.themes-cart-option-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.themes-cart-option-text h4 {
    font-size: 14px;
    margin: 0;
    margin-right: 12px
}

.themes-cart-option-text p {
    font-size: 12px;
    margin: 0
}

@media (max-width:46.24em) {
    .themes-cart-option-text {
        text-align: left
    }
    .themes-cart-option-text h4 {
        margin-bottom: 0
    }
}

.themes-cart-option-price {
    font-size: 18px;
    line-height: .67;
    -ms-flex-align: start;
    align-items: flex-start
}

.themes-cart-option-cta,
.themes-cart-option-price {
    font-weight: 700;
    color: #1f1c35;
    display: -ms-flexbox;
    display: flex
}

.themes-cart-option-cta {
    height: 45px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 400px;
    padding: 11px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #1f1c35;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.themes-cart-option-cta:hover {
    opacity: .8
}

@media (max-width:46.24em) {
    .themes-cart-option-cta {
        width: 100%
    }
}

.customization-learn-more--booking {
    margin-bottom: 0 !important
}

@media (max-width:46.24em) {
    .customization-learn-more--booking {
        margin-bottom: 12px !important
    }
    .customization-learn-more--booking .question-mark {
        padding-left: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.themes-cart-cta {
    position: static;
    bottom: -100%;
    left: calc(50% - 85px)
}

@media (max-width:46.24em) {
    .themes-cart-cta {
        margin: 0 auto
    }
}

.fade-enter {
    opacity: .01
}

.fade-enter.fade-enter-active {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.fade-leave {
    opacity: 1
}

.fade-leave.fade-leave-active {
    opacity: .01;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.fade-appear {
    opacity: .01
}

.fade-appear.fade-appear-active {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.pop-in {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    font-family: pangram-regular
}

@media (max-width:46.24em) {
    .pop-in {
        height: 100vh
    }
}

.pop-in-inner {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    margin: auto;
    background: #fff;
    width: 684px;
    height: 651px;
    z-index: 999;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px
}

@media (max-width:46.24em) {
    .pop-in-inner {
        left: 2vw;
        right: 2vw;
        width: 96vw;
        max-width: 684px;
        max-height: 98%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.pop-in-header {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Playfair Display, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.09;
    color: #1f1c35;
    margin-bottom: 6px
}

@media (max-width:46.24em) {
    .pop-in-title {
        font-size: 20px;
        padding: 0 12px;
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.pop-in-baseline {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 160px;
    color: #1f1c35
}

@media (max-width:46.24em) {
    .pop-in-baseline {
        margin-bottom: 120px;
        font-size: 13px
    }
}

.pop-in-close {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer
}

.pop-in-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pop-in-close:after,
.pop-in-close:before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #1f1c35;
    width: 2px
}

.pop-in-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media (max-width:46.24em) {
    .pop-in-close {
        top: -28px;
        right: 16px
    }
}

.pop-in-content {
    height: 323px;
    width: 100%;
    color: #fff;
    background-color: #2f2063;
    padding: 125px 31px 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative
}

.pop-in-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0
}

.pop-in-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.pop-in-content p:nth-child(5) {
    margin-top: 13px
}

@media (max-width:46.24em) {
    .pop-in-content {
        padding: 12px;
        height: auto
    }
    .pop-in-content p {
        font-size: 13px
    }
}

.pop-in-custom-container {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 31px;
    width: 100%;
    top: -105px;
    left: 0
}

@media (max-width:46.24em) {
    .pop-in-custom-container {
        top: -90px;
        padding: 0 12px
    }
}

.pop-in-custom-label {
    position: absolute;
    text-align: center;
    width: 90%;
    top: -40px;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1f1c35
}

@media (max-width:46.24em) {
    .pop-in-custom-label {
        font-size: 14px !important;
        top: -28px
    }
}

.pop-in-custom-card {
    width: 197px;
    height: 216px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .13);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #1f1c35;
    text-align: center
}

@media (max-width:46.24em) {
    .pop-in-custom-card {
        width: 92px;
        height: 98px
    }
}

.pop-in-custom-icon {
    height: 184px;
    width: 159px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto
}

@media (max-width:46.24em) {
    .pop-in-custom-icon {
        width: 70px;
        height: 59px
    }
}

.pop-in-footer {
    height: 83px;
    font-size: 16px;
    font-weight: 700;
    color: #1f1c35;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:46.24em) {
    .pop-in-footer {
        font-size: 14px;
        height: 64px
    }
}

.pop-in-inner--small {
    width: 411px;
    height: 411px;
    color: #1f1c35
}

@media (max-width:46.24em) {
    .pop-in-inner--small {
        width: 96vw;
        max-width: 411px
    }
}

.pop-in-close--small {
    height: 20px;
    width: 20px;
    top: 10px;
    right: 10px
}

.pop-in-limit {
    height: 101px
}

.theme-customization-option {
    height: 246px;
    width: 620px;
    background-color: #2f2063;
    color: #fff;
    text-align: center;
    padding: 30px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 200px;
    position: relative
}

.theme-customization-option h3 {
    font-family: Playfair Display, serif;
    font-size: 26px;
    font-weight: 700;
    color: #bca292;
    margin-top: 0
}

.theme-customization-option h4 {
    font-size: 16px;
    font-weight: 700
}

.theme-customization-option p {
    font-size: 14px
}

.theme-customization-option p:last-child {
    font-size: 13px;
    font-weight: 700;
    color: #bca292;
    position: relative;
    display: inline-block;
    margin-top: 0;
    cursor: pointer
}

@media (max-width:46.24em) {
    .theme-customization-option {
        width: 100vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.question-mark {
    position: absolute;
    border: 2px solid #bca292;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: -1px;
    right: -30px
}

.theme-gallery-video--vbn {
    background-size: 175%;
    background-position: 100%
}

@media (min-width:81.25em) {
    .theme-hero-cover--vbn {
        background-position: 50%
    }
}

.theme-presentation-text-wrapper--vbn {
    height: 480px !important
}

.theme-presentation-text--vbn {
    margin-bottom: 64px !important
}

#relaxed-unicorn {
    position: absolute;
    top: -190px;
    left: 105px
}

@media (max-width:46.24em) {
    #relaxed-unicorn {
        width: 50vw;
        top: -21vw;
        left: 25vw
    }
}

.players-picker {
    width: 120px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin-top: 12px
}

.players-picker img {
    -o-user-select: none
}

.players-picker-action,
.players-picker img {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.players-picker-action {
    position: absolute;
    height: 27px;
    width: 27px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    left: -39px
}

.players-picker-action--add {
    left: 130px
}

.Select {
    position: relative
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
    display: none !important
}

.Select input::-ms-clear,
.Select input::-ms-reveal {
    display: none !important
}

.Select,
.Select div,
.Select input,
.Select span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: .35
}

.Select.is-disabled>.Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled>.Select-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.Select.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.Select.is-open>.Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.Select.is-searchable.is-focused:not(.is-open)>.Select-control,
.Select.is-searchable.is-open>.Select-control {
    cursor: text
}

.Select.is-focused>.Select-control {
    background: #fff
}

.Select.is-focused:not(.is-open)>.Select-control {
    border-color: #007eff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
    background: #fff
}

.Select.has-value.is-clearable.Select--single>.Select-control .Select-value {
    padding-right: 42px
}

.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,
.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333
}

.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,
.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: none;
    text-decoration: underline
}

.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus {
    background: #fff
}

.Select.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover>.Select-arrow {
    border-top-color: #666
}

.Select.Select--rtl {
    direction: rtl;
    text-align: right
}

.Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Select-control:hover {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.Select-control .Select-input:focus {
    outline: none;
    background: #fff
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.Select-input>input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 17px;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.is-focused .Select-input>input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading,
.Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin .4s infinite linear;
    animation: Select-animation-spin .4s infinite linear;
    height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn .2s;
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #d0021b
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative
}

.Select-control>:last-child {
    padding-right: 5px
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block
}

.Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left
}

@-webkit-keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, .04);
    color: #333
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    color: #333
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right: 10px
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, .24);
    color: #007eff;
    display: inline-block;
    font-size: .9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, .08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, .24)
}

.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right: 5px
}

.Select--multi.Select--rtl .Select-value-icon {
    border-right: none;
    border-left: 1px solid #c2e0ff;
    border-left: 1px solid rgba(0, 126, 255, .24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #fcfcfc
}

@keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.special-occasions {
    padding-top: 56px;
    height: 844px;
    background-color: #f6f7fb;
    position: relative
}

.special-occasions h2 {
    margin: 0;
    text-align: center;
    font-family: Playfair Display, serif;
    font-size: 36px;
    font-weight: 700;
    color: #2b2654;
    width: 100%;
    margin-bottom: 86px
}

@media (max-width:61.24em) {
    .special-occasions h2 {
        margin-bottom: 24px
    }
}

@media (max-width:61.24em) {
    .special-occasions {
        padding: 10vw 5vw;
        height: auto
    }
}

.occasions-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:61.24em) {
    .occasions-block {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center
    }
}

.occasion {
    position: relative
}

@media (max-width:61.24em) {
    .occasion {
        margin-bottom: 48px
    }
}

.occasion-team-building {
    margin-right: 123px
}

@media (max-width:61.24em) {
    .occasion-team-building {
        margin-right: 0
    }
}

.occasion-picture {
    height: 336px;
    width: 336px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:61.24em) {
    .occasion-picture {
        display: none
    }
}

.occasion-square {
    position: relative;
    height: 320px;
    width: 320px;
    opacity: .93;
    top: 48px;
    left: 91px
}

.occasion-square h3 {
    text-transform: uppercase;
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-size: 26px;
    padding-left: 39px;
    margin: 0;
    margin-bottom: 24px
}

.occasion-square h4 {
    font-weight: 400;
    font-size: 18px;
    padding-top: 74px;
    margin: 0
}

.occasion-square h4,
.occasion-square p {
    font-family: pangram-regular;
    padding-left: 39px
}

.occasion-square p {
    font-size: 14px;
    padding-right: 39px
}

@media (max-width:61.24em) {
    .occasion-square {
        top: 0;
        left: 0;
        height: 90vw;
        width: 90vw;
        max-height: 320px;
        max-width: 320px
    }
}

.occasion-square--tb {
    background-color: #ead8cc;
    color: #1f1c35
}

.occasion-square--gc {
    background-color: #2f2164;
    color: #fff
}

.learn-more-occasions {
    position: absolute;
    bottom: -22.5px;
    left: calc(50% - 170px / 2)
}

.go-up-button {
    width: 170px;
    height: 45px;
    font-family: pangram-regular;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f1c35;
    border-radius: 30px;
    border: 1px solid #1f1c35;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:61.24em) {
    .go-up-button {
        display: none
    }
}

.go-up-button img {
    margin-right: 6px
}

.contact {
    height: 263px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1e0d42), to(#35266d));
    background-image: -webkit-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: -o-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: linear-gradient(0deg, #1e0d42, #35266d);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8%
}

@media (max-width:61.24em) {
    .contact {
        height: auto;
        padding: 0 15%
    }
}

@media (min-width:81.25em) {
   /* .contact {
        padding: 0 calc((100vw - 1330px)/2)
    }*/
}

.contact-text {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding-top: 53px
}

@media (max-width:46.24em) {
    .contact-text {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .contact-text {
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.contact-text-block {
    font-family: pangram-regular;
    font-size: 13px
}

.contact-text-block h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.contact-text-block:first-child {
    margin-left: 30px
}

@media (max-width:61.24em) {
    .contact-text-block {
        padding: 0 6px
    }
    .contact-text-block:first-child {
        margin-bottom: 24px;
        margin-left: 0
    }
    .contact-text-block p:last-child {
        margin-bottom: 0
    }
}

.contact-text-block--left {
    margin-right: 12vw
}

@media (max-width:61.24em) {
    .contact-text-block--left {
        margin-right: 0
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .contact-text-block--left {
        margin-right: 6vw
    }
}

.contact-map {
    height: 200px;
    width: 35vw;
    padding-top: 35px
}

@media (max-width:61.24em) {
    .contact-map {
        display: none
    }
}

.contact-marker {
    position: absolute;
    left: -27px;
    height: 25px;
    width: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #211e36;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2px;
    padding-top: 1px
}

.footer {
    height: 65px;
    background-color: #14092d;
    color: #fff;
    font-family: pangram-regular;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 44px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer p {
    margin: 0;
    margin-right: 13px;
    text-transform: uppercase
}

@media (max-width:46.24em) {
    .footer p {
        font-size: 14px
    }
}

@media (max-width:61.24em) {
    .footer {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 24px
    }
}

@media (min-width:81.25em) {
    .footer {
        padding: 0 calc((100vw - 1330px)/2)
    }
}

.footer-social {
    -ms-flex-align: center;
    align-items: center
}

.footer-social,
.social-icons {
    display: -ms-flexbox;
    display: flex
}

.social-icons {
    color: #fff
}

.social-icons i {
    height: 20px;
    width: 20px
}

.icon-container {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 11px;
    cursor: pointer;
    color: #fff !important
}

.icon-container:hover {
    opacity: .8;
    color: #fff
}

.footer-navigation {
    list-style-type: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.footer-navigation li {
    text-transform: uppercase;
    margin-right: 36px;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:61.24em) {
    .footer-navigation li {
        margin-right: 12px
    }
}

.footer-navigation li a {
    color: #fff;
    text-decoration: none
}

.footer-navigation li:hover {
    opacity: .8
}

.footer-navigation li:last-child {
    margin-right: 0
}

@media (max-width:61.24em) {
    .footer-navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@charset "UTF-8";
.booking {
    height: 100vh
}

.booking .pop-in-inner {
    padding-bottom: 0 !important
}

.booking .logo-container:hover .logo {
    display: none
}

.booking .logo-container:hover .logo-go-back--hidden {
    display: inline-block
}

.navbar-booking {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .29);
    position: relative !important
}

.navbar-booking h1 {
    margin: 0;
    width: 220px;
    font-family: Playfair Display, serif;
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    color: #1f1c35;
    text-align: left
}

@media (max-width:46.24em) {
    .navbar-booking h1 {
        font-size: 18px;
        text-align: center
    }
}

.logo-booking {
    padding: 0 !important
}

.booking-pricing {
    cursor: pointer;
    position: relative;
    margin-right: 39px
}

.booking-pricing span:first-child {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    color: #1f1c35
}

@media (max-width:46.24em) {
    .booking-pricing {
        display: none
    }
}

.question-mark--booking {
    position: absolute;
    border: 2px solid #bca292;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 0;
    right: -28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar {
    opacity: 0;
    font-family: pangram-regular;
    z-index: 11 !important;
    height: 100%;
    width: 344px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f6f7fb;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: .5s ease all;
    transition: all .5s ease
}

.sidebar-header {
    height: 70px;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.sidebar-header p {
    margin: 0;
    font-family: Playfair Display, serif;
    font-size: 20px;
    font-weight: 700;
    color: #1f1c35
}

.sidebar-close-button {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 2px solid #1f1c35;
    border-top: 2px solid #1f1c35;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: calc(50% - 10px);
    left: 17px;
    cursor: pointer
}

.sidebar-ribbon {
    height: 140px;
    color: #fff;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1e0d42), to(#35266d));
    background-image: -webkit-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: -o-linear-gradient(bottom, #1e0d42, #35266d);
    background-image: linear-gradient(0deg, #1e0d42, #35266d);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 8px
}

.sidebar-ribbon p {
    margin: 0;
    font-size: 14px;
    width: 301px;
    z-index: 5
}

.sidebar-ribbon-pattern {
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    z-index: 4;
    height: 100%;
    width: 100%
}

.sidebar-box {
    height: 206px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(18, 14, 57, .11);
    box-shadow: 0 0 4px 0 rgba(18, 14, 57, .11);
    padding: 22px;
    font-size: 14px;
    margin-bottom: 8px
}

.sidebar-box h4 {
    margin-bottom: 2px
}

.sidebar-box p {
    margin: 0
}

.sidebar-box-text {
    margin-bottom: 8px !important
}

.cart-container {
    background-color: #f6f7fb
}

.booking-princing--hidden {
    visibility: hidden
}

.cart {
    font-family: pangram-regular;
    font-size: 14px;
    color: #1f1c35;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 70px);
    max-width: 1330px;
    background-color: #f6f7fb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.cart h2 {
    font-size: 16px;
    font-weight: 700
}

.cart-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1330px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10%
}

@media (max-width:46.24em) {
    .cart-wrapper {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0
    }
}

.cart-form-container {
    width: 574px;
    padding-left: 43px;
    margin-bottom: 215px
}

@media (max-width:46.24em) {
    .cart-form-container {
        width: 100%;
        padding: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 75px
    }
}

.cart-form-container--hidden {
    visibility: hidden
}

.cart-form-go-back {
    margin-top: 17px;
    margin-bottom: 21px;
    margin-left: 12px;
    font-size: 11px;
    position: relative;
    cursor: pointer
}

.cart-form-go-back:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-left: 2px solid #1f1c35;
    border-top: 2px solid #1f1c35;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 4px;
    left: -8px;
    cursor: pointer
}

.cart-form-title {
    margin-top: 0;
    margin-bottom: 7px
}

.cart-form-fields-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:46.24em) {
    .cart-form-fields-container {
        margin-bottom: 24px
    }
}

.cart-form-fields-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    width: 100%
}

.cart-form-fields-row .form-field:first-child {
    margin-right: 15px
}

@media (max-width:46.24em) {
    .cart-form-fields-row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
    .cart-form-fields-row .form-field {
        margin-bottom: 6px
    }
}

.cart-form-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px
}

.cart-form-checkbox:checked {
    margin-bottom: 0
}

.cart-form-checkbox label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.cart-form-corporate {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: .3s all ease;
    transition: all .3s ease
}

.cart-form-checkbox--checked {
    margin-bottom: 0
}

.cart-form-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #dbdfe5;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    margin: 0;
    margin-right: 8px
}

.cart-form-check:focus {
    outline: none
}

.cart-form-check:checked {
    background-color: #2f2063
}

.cart-form-check:checked:after {
    content: "\2714";
    position: absolute;
    color: #fff;
    left: 2px;
    top: -1px;
    font-size: 14px
}

.cart-form-check--error {
    background-color: hsla(0, 95%, 70%, .3);
    border: 1px solid #fb6a69
}

.cart-form-send-to-players-button {
    font-size: 14px;
    font-weight: 700;
    color: #1f1c35;
    width: 100%;
    height: 43px;
    border: 1px solid #1f1c35;
    border-radius: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.cart-form-send-to-players-button img {
    margin-right: 12px
}

.cart-form-send-to-players-button:hover {
    opacity: .8
}

@media (max-width:46.24em) {
    .cart-form-send-to-players-button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px
    }
}

.cart-form-send-to-players,
.cart-form-send-to-players--hide {
    -webkit-transition: all .5s ease;
    -o-transition: all ease .5s;
    transition: all .5s ease
}

.cart-form-send-to-players--hide {
    display: none
}

.cart-summary {
    background-color: #fff;
    height: 100%;
    width: 353px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 215px
}

@media (max-width:46.24em) {
    .cart-summary {
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        background-color: #ebeaff
    }
}

.cart-summary-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:46.24em) {
    .cart-summary-header {
        display: none !important
    }
}

.cart-summary-header--mobile {
    font-size: 11px;
    background-color: #ebeaff !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-summary-header--mobile p {
    position: relative
}

.cart-summary-header--mobile .cart-summary-header-price {
    font-size: 15px;
    font-weight: 700
}

@media (min-width:46.25em) {
    .cart-summary-header--mobile {
        display: none !important
    }
}

.reveal-order-arrow {
    border: solid #1f1c35;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 3px;
    right: -20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.reveal-order-arrow--up {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px
}

.cart-items-collapsible {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    position: relative
}

.cart-items-collapsible .cart-item:last-child {
    margin-bottom: 0
}

@media (max-width:46.24em) {
    .cart-items-collapsible {
        max-height: 0;
        display: none
    }
}

.cart-summary-section {
    border-bottom: 1.5px solid #eff0f6;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    background-color: #fff
}

.cart-summary-section,
.cart-summary-section-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cart-summary-section-label p {
    margin: 0;
    height: 16px
}

.cart-summary-section--icon {
    height: 16px;
    width: 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: 50%
}

.cart-summary-coupon {
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    position: relative
}

.cart-summary-coupon:focus {
    border: 1px solid red
}

.cart-summary-coupon input {
    margin-left: 40px;
    opacity: .55;
    font-family: pangram-regular;
    font-size: 13px;
    -webkit-appearance: none;
    outline: none;
    border: none
}

.cart-summary-coupon span {
    height: 31px;
    width: 31px;
    position: absolute
}

@media (max-width:46.24em) {
    .cart-summary-coupon {
        display: none !important
    }
}

.cart-summary-coupon--mobile {
    display: none !important
}

@media (max-width:46.24em) {
    .cart-summary-coupon--mobile {
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0 6px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 12px);
        left: 6px
    }
    .cart-summary-coupon--mobile span {
        top: 8px
    }
}

.cart-summary-coupon-total-price--mobile {
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:46.24em) {
    .cart-summary-coupon-total-price--mobile {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.cart-summary-coupon--has-coupon-top {
    margin-bottom: 0
}

.cart-summary-coupon--valid {
    color: #bca292;
    display: -ms-flexbox;
    display: flex
}

.cart-summary-coupon--valid p {
    margin-top: 0;
    margin-bottom: 0
}

.cart-summary-coupon--valid-code {
    margin-left: 40px;
    font-size: 13px;
    font-weight: 700
}

.cart-summary-coupon--valid-discount {
    font-size: 18px;
    font-weight: 700;
    line-height: .67
}

.cart-summary-coupon--invalid-message {
    color: red;
    font-size: 11px;
    width: 353px;
    text-align: center;
    margin: 0;
    margin-bottom: 12px;
    position: absolute;
    top: 2px
}

@media (max-width:46.24em) {
    .cart-summary-coupon--invalid-message {
        display: none
    }
}

.cart-summary-coupon--invalid-message--mobile {
    width: 100%;
    display: inline-block !important;
    bottom: 42px;
    top: auto
}

@media (min-width:61.25em) {
    .cart-summary-coupon--invalid-message--mobile {
        display: none !important
    }
}

.cart-summary-fixed {
    position: fixed;
    bottom: 0;
    background-color: #fff
}

@media (max-width:46.24em) {
    .cart-summary-fixed {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
}

.cart-summary-coupon-submit {
    height: 37px;
    background-color: #dde1f4;
    border-radius: 2px;
    padding: 12px 8px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    font-weight: 700
}

.cart-summary-coupon-submit:hover {
    opacity: .8
}

.cart-summary-total-price {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    padding: 12px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 353px
}

.cart-summary-total-price label {
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 12px
}

@media (max-width:46.24em) {
    .cart-summary-total-price {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
}

.cart-cta {
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    background-color: #bca292;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 67px;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:46.24em) {
    .cart-cta {
        padding: 0 46px
    }
}

.cart-cta--disabled {
    background-color: #dcdcdc
}

.cart-summary-error {
    color: #fff;
    background-color: #fb6a69;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cart-summary-error p {
    font-size: 11px;
    font-weight: 700
}

.cart-item-section {
    border-bottom: 1.5px solid #eff0f6;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

@media (max-width:46.24em) {
    .cart-item-section {
        background-color: #ebeaff
    }
}

.cart-item-header {
    font-size: 13px;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.cart-item-close {
    position: absolute;
    right: 12px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: .3;
    cursor: pointer
}

.cart-item-close:hover {
    opacity: 1
}

.cart-item-close:after,
.cart-item-close:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #333
}

.cart-item-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cart-item-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cart-item-details {
    padding: 0 !important
}

.cart-item-details .cart-item-details-block:first-child {
    -ms-flex-positive: 3;
    flex-grow: 3
}

.cart-item-details .cart-item-details-block:last-child {
    border: none
}

.cart-item-details-block {
    height: 100%;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1.5px solid #eff0f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px
}

.cart-item-details-block:first-child {
    padding: 0 14px
}

@media (max-width:46.24em) {
    .cart-item-details-block {
        font-size: 11px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 6px !important
    }
}

.cart-item-price {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-item-customization {
    position: relative;
    background-color: #ebeaff;
    border-left: 4px solid #eb147a;
    border-size: border-box;
    padding: 10px 0 10px 30px;
    border-bottom: 1.5px solid #eff0f6
}

.cart-item-customization span {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.cart-item-customization h3,
.cart-item-customization p {
    margin: 0
}

.cart-item-customization p {
    font-size: 11px
}

.cart-item-customization p:first-child {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 4px
}

.cart-item-customization h3 {
    font-size: 18px
}

.cart-item-customization label {
    margin-top: 8px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.cart-item-customization img {
    position: absolute;
    height: 24px;
    left: 8px;
    top: 7px
}

.cart-item-customization--customized {
    background-color: #fff
}

.cart-item-customization-price--checked {
    padding-right: 12px
}

.customization-learn-more {
    font-size: 12px;
    font-weight: 700;
    color: #bca292;
    position: relative;
    display: inline-block;
    margin-top: 0;
    cursor: pointer
}

.form-field {
    background-color: #fff;
    height: 50px;
    width: 280px;
    color: #7e7c8a;
    font-family: pangram-regular;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: .3s all ease;
    transition: all .3s ease
}

@media (max-width:46.24em) {
    .form-field {
        width: 100%
    }
}

.form-field--text-area {
    height: 105px;
    width: 100%;
    margin-bottom: 13px
}

.form-field--text-area .form-field-input {
    padding-top: 20px
}

.form-field-input {
    height: 100%;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #dbdfe5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #1f1c35;
    padding-top: 8px;
    -webkit-transition: all .5s ease;
    -o-transition: .5s ease all;
    transition: all .5s ease;
    font-family: pangram-regular !important
}

.form-field-input:focus,
.form-field-input:hover {
    border: 2px solid #2f2063;
    outline: none
}

.form-field-input:focus~.form-field-label {
    top: 8px;
    font-size: 10px
}

textarea:focus~.form-field-label {
    display: none
}

.form-field-input--error,
.form-field-input--error:focus,
.form-field-input--error:hover {
    border: 2px solid #fb6a69
}

.form-field-label {
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    -o-transition: .2s ease all;
    transition: all .2s ease;
    top: 15px;
    left: 13px
}

.form-field-label--active {
    top: 8px;
    font-size: 10px
}

.form-field-error-message {
    color: #f25554;
    font-size: 12px;
    position: absolute;
    width: 250px;
    bottom: -18px;
    left: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.form-field-error-message-cross {
    height: 10px;
    width: 10px;
    border: 1px solid #f25554;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.form-field-error-message-cross:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form-field-error-message-cross:after,
.form-field-error-message-cross:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 1px;
    background-color: #f25554;
    top: 1px;
    left: 4.5px
}

.form-field-error-message-cross:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.theme,
.theme-hero {
    font-family: pangram-regular;
    position: relative
}

.theme-hero {
    height: 98vh;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 68px
}

@media (min-width:81.25em) {
    .theme-hero {
        height: 710px
    }
}

.theme-hero-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 95%, 50% 100%, 48% 95%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 95%, 50% 100%, 48% 95%, 0 95%)
}

.theme-hero-cover:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

@media (max-width:81.24em) {
    .theme-hero-cover {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 95%, 50% 98%, 48% 95%, 0 95%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 52% 95%, 50% 98%, 48% 95%, 0 95%)
    }
}

@media (min-width:81.25em) {
    .theme-hero-cover {
        background-position: 50%
    }
}

.theme-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.theme-title h1 {
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-weight: 700;
    line-height: .92;
    color: #fff;
    text-transform: none;
    margin-top: 16px
}

@media (max-width:46.24em) {
    .theme-title {
        text-align: center
    }
}

.theme-logo {
    height: 70px;
    width: 70px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto
}

.play-video-button {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    border: 1px solid #fff;
    height: 40px;
    width: 164px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: .3s ease all;
    transition: all .3s ease
}

.play-video-button:hover {
    opacity: .8
}

.play-video-icon {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.fa-play {
    font-size: 8px
}

.theme-infobar {
    width: 50vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    bottom: 100px
}

@media (max-width:81.24em) {
    .theme-infobar {
        bottom: 75px
    }
}

@media (max-width:46.24em) {
    .theme-infobar {
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20vw;
        bottom: 55px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.theme-infobar-unit {
    position: relative
}

@media (max-width:46.24em) {
    .theme-infobar-unit {
        width: 40vw;
        margin-bottom: 12px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.theme-infobar-icon {
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px
}

@media (max-width:46.24em) {
    .theme-infobar-icon {
        left: -24px
    }
}

.theme-infobar-parameter {
    font-size: 16px;
    font-weight: 700
}

@media (max-width:46.24em) {
    .theme-infobar-parameter {
        font-size: 12px
    }
}

.theme-infobar-data {
    font-size: 14px;
    text-transform: none
}

@media (max-width:46.24em) {
    .theme-infobar-data {
        font-size: 12px
    }
}

.theme-presentation-text-wrapper {
    position: relative;
    height: 400px;
    width: 615px;
    margin: 0 auto
}

@media (max-width:46.24em) {
    .theme-presentation-text-wrapper {
        width: 100vw;
        height: 550px
    }
}

.theme-presentation-text {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #1f1c35;
    text-align: justify;
    margin-bottom: 150px;
    background-color: #fff;
    position: absolute;
    top: -120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 56px 72px
}

.theme-presentation-text p:first-child {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0
}

@media (max-width:46.24em) {
    .theme-presentation-text {
        padding: 56px 24px
    }
}

.theme-presentation-disclaimer {
    height: 75px;
    width: 482px;
    margin: 0 auto;
    background-color: #ebeaff;
    border-radius: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.64;
    margin-top: 40px
}

.theme-presentation-disclaimer img {
    margin-right: 12px
}

@media (max-width:46.24em) {
    .theme-presentation-disclaimer {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        line-height: 1.2
    }
}

.theme-gallery-container {
    width: 100%;
    background-color: #f6f7fc;
    position: relative;
    padding: 95px 0
}

.theme-gallery-container:before {
    content: "";
    position: absolute;
    background-color: #bca292;
    height: 68px;
    width: 2px;
    border: none;
    left: 50%;
    top: -34px
}

@media (max-width:46.24em) {
    .theme-gallery-container {
        padding-bottom: 0;
        padding-top: 45px
    }
}

.theme-gallery-label {
    font-family: Playfair Display, serif;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #1f1c35;
    font-weight: 700;
    position: absolute;
    top: -100px
}

.theme-gallery {
    height: 620px;
    width: 1024.6px;
    margin: 0 auto;
    position: relative
}

@media (max-width:46.24em) {
    .theme-gallery {
        width: 100vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.theme-gallery-testimonial {
    width: 389px;
    color: #1f1c35
}

@media (max-width:46.24em) {
    .theme-gallery-testimonial {
        width: 100%
    }
}

.theme-gallery-testimonial-comment {
    font-family: Playfair Display, serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 12px
}

@media (max-width:46.24em) {
    .theme-gallery-testimonial-comment {
        font-size: 20px
    }
}

.theme-gallery-testimonial-author {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.theme-gallery-testimonial-author span {
    margin-right: 12px
}

.theme-gallery-testimonial-author .fa-tripadvisor {
    width: 38px;
    font-size: 32px;
    color: #bca292
}

.theme-gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (max-width:46.24em) {
    .theme-gallery-image {
        width: 100% !important;
        height: 50vw !important;
        position: relative !important;
        margin-bottom: 24px
    }
}

.theme-gallery-video {
    width: 489.2px;
    height: 348.6px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.theme-gallery-picture-1 {
    width: 591px;
    height: 421.1px;
    position: absolute;
    top: 0;
    right: 0
}

.theme-gallery-picture-2 {
    width: 239.8px;
    height: 170.9px;
    position: absolute;
    bottom: 0;
    right: 267.8px
}

@media (max-width:46.24em) {
    .theme-gallery-picture-2 {
        right: 0
    }
}

.theme-gallery-picture-3 {
    width: 239.8px;
    height: 170.9px;
    position: absolute;
    bottom: 0;
    right: 0
}

.navbar--theme {
    left: 32px
}

.theme-other-themes {
    background-color: #f6f7fb;
    padding: 56px 0
}

.theme-other-themes h3 {
    font-family: Playfair Display, serif;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1f1c35
}

@media (max-width:46.24em) {
    .theme-other-themes {
        padding-top: 0
    }
}

.theme-other-themes-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 90vw;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width:46.24em) {
    .theme-other-themes-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (min-width:46.25em) and (max-width:61.24em) {
    .theme-other-themes-container {
        width: 95vw
    }
}

@media (min-width:61.25em) and (max-width:81.24em) {
    .theme-other-themes-container {
        width: 90vw
    }
}

@media (min-width:81.25em) {
    .theme-other-themes-container {
        width: 75vw
    }
}

.theme-other-themes-card {
    width: 30vw;
    max-width: 490px;
    min-width: 330px;
    color: #fff;
    height: 210px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.theme-other-themes-card h4 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 28px
}

.theme-other-themes-card:hover .theme-other-themes-picture {
    -webkit-transform: scale(1.5)
}

@media (max-width:46.24em) {
    .theme-other-themes-card {
        margin-bottom: 24px;
        min-width: 80vw
    }
}

.theme-other-themes-picture {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .3s ease
}

.theme-other-themes-picture:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .4)
}

.theme-other-themes-card--vbn:after {
    background: rgba(0, 0, 0, .1) !important
}

.theme-other-themes-card-text {
    position: absolute;
    bottom: 28px;
    left: 28px
}

.theme-other-themes-baseline {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-left: 50px
}

.theme-other-themes-baseline:after {
    content: "";
    position: absolute;
    border: 1px solid #bea493;
    top: 50%;
    left: -50px;
    width: 30px
}

.theme-gallery-play-button {
    font-size: 18px;
    position: absolute;
    border-radius: 50%;
    height: 66px;
    width: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    top: calc(50% - 33px);
    left: calc(50% - 33px)
}

.tb {
    font-family: pangram-regular
}

.tb-hero {
    height: 464px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tb-hero:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 0
}

.tb-hero-title {
    text-align: center;
    color: #fff;
    z-index: 1
}

.tb-hero-title h1 {
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    margin-bottom: 0;
    margin-top: 0
}

.tb-hero-title p {
    margin: 0;
    font-size: 20px;
    font-weight: 700
}

.tb-content-container {
    position: relative;
    height: 2100px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:46.24em) {
    .tb-content-container {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }
}

.tb-content {
    position: absolute;
    z-index: 1;
    width: 938px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 24px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    top: -80px;
    left: calc(50vw - 938px / 2);
    text-align: center
}

.tb-content h2 {
    font-family: Playfair Display, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.69;
    color: #1f1c35
}

.tb-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0
}

.tb-content p {
    font-size: 14px;
    line-height: 1.43;
    color: #1f1c35;
    margin: 0 auto;
    margin-bottom: 36px;
    max-width: 700px
}

@media (max-width:46.24em) {
    .tb-content {
        width: 100vw;
        position: static
    }
    .tb-content .tb-content-block {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .tb-content .tb-content-block~.tb-content-block {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .tb-content p {
        margin-bottom: 12px
    }
}

.tb-ticket {
    height: 74px;
    width: 284px;
    background-color: #ead8cc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
    color: #1f1c35;
    margin: 0 auto;
    position: relative;
    margin-bottom: 41px
}

.tb-ticket span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.17
}

.tb-ticket:after,
.tb-ticket:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    top: 25px
}

.tb-ticket:before {
    left: -12px
}

.tb-ticket:after {
    right: -12px
}

@media (max-width:46.24em) {
    .tb-ticket {
        width: 100%
    }
}

.tb-content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 58px
}

@media (max-width:46.24em) {
    .tb-content-block {
        margin-bottom: 24px
    }
    .tb-content-block p:first-child {
        margin-top: 0
    }
}

.tb-content-block-image {
    height: 260px;
    width: 392px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (max-width:46.24em) {
    .tb-content-block-image {
        width: 100%;
        margin-bottom: 24px
    }
}

.tb-content-block-text {
    max-width: 390px;
    text-align: left
}

.tb-content-block-text p {
    margin-top: 0
}

.tb-content-block-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 28px
}

.tb-content-block-text li {
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: .5px solid #b4b1d5
}

.tb-content-block-text li p {
    margin: 0
}

.tb-content-block-text li:last-child {
    border-bottom: none
}

@media (max-width:46.24em) {
    .tb-content-block-text p {
        margin-top: 0 !important
    }
}

.tb-content-block-text:first-child p:first-child {
    margin-top: 16px
}

.tb-content-block-text:last-child p {
    margin-bottom: 0
}

.tb-content-block-text:last-child p:first-child {
    margin-bottom: 16px
}

.tb-content-block-icon {
    width: 36px;
    height: 36px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 12px
}

.tb-toggle-list {
    text-align: left
}

.tb-toggle-list .faq-answer--open {
    max-height: 320px
}

.tb-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 400px;
    margin: 0 auto
}

.tb-form h3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #1f1c35
}

.tb-form .form-field {
    margin-bottom: 12px;
    width: 100%
}

.tb-form .form-field-input {
    -webkit-appearance: none
}

@media (max-width:46.24em) {
    .tb-form h3 {
        text-align: center;
        width: 100%
    }
}

.tb-form-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:46.24em) {
    .tb-form-row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 14px;
        height: 112px
    }
}

.tb-form-cell {
    width: 192px;
    position: relative
}

.tb-form-cell img {
    position: absolute;
    right: 15px;
    top: 15px
}

@media (max-width:46.24em) {
    .tb-form-cell {
        width: 100%;
        height: 50px
    }
}

.tb-select-hour {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 192px
}

@media (max-width:46.24em) {
    .tb-select-hour {
        width: 100%
    }
}

.hour-select {
    width: 192px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hour-select:focus .hour-select-label,
.hour-select:hover .hour-select-label {
    color: #1f1c35
}

.hour-select:focus .Select-control,
.hour-select:hover .Select-control {
    border: 1px solid #2f2063 !important
}

.hour-select .Select-control {
    background-color: #fff;
    height: 50px;
    color: #7e7c8a;
    font-family: pangram-regular;
    position: relative;
    font-size: 14px;
    padding-left: 8px;
    -webkit-appearance: none;
    -webkit-transition: all .5s ease;
    -o-transition: all ease .5s;
    transition: all .5s ease;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hour-select .Select-multi-value-wrapper {
    text-align: left
}

.hour-select .Select-placeholder {
    background-color: transparent;
    z-index: 1
}

.hour-select .Select-arrow-zone {
    position: absolute;
    right: 0;
    top: 18px;
    display: none
}

.hour-select .Select-menu-outer {
    overflow: hidden
}

@media (max-width:46.24em) {
    .hour-select {
        width: 100%
    }
}

.hour-select-option {
    height: 50px !important;
    width: 190px;
    color: #7e7c8a;
    font-size: 14px !important;
    text-align: left !important;
    font-family: pangram-regular;
    -webkit-appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px !important
}

.hour-select-option:hover {
    background-color: #dbdfe5 !important;
    font-weight: 700 !important
}

.hour-select-option:active {
    color: red
}

.hour-select-label {
    font-size: 14px;
    color: #7e7c8a;
    position: absolute;
    left: 8px;
    top: calc(50% - 15px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:46.24em) {
    .hour-select-label {
        top: calc(50% - 10px);
        left: 12px
    }
}

.hour-select-label--selected {
    font-size: 10px;
    top: calc(50% - 24px);
    left: 12px
}

@media (max-width:46.24em) {
    .hour-select-label--selected {
        top: calc(50% - 18px);
        left: 12px
    }
}

.date-picker--tb {
    position: absolute;
    top: 0;
    height: 50px;
    width: 192px;
    padding: 0;
    margin: 0
}

.date-picker--tb .date-picker-arrow {
    display: none !important
}

.date-picker--tb .SingleDatePicker {
    width: 192px;
    height: 50px;
    background-color: transparent;
    border: none
}

.date-picker--tb .SingleDatePickerInput {
    border: none;
    height: 50px
}

.date-picker--tb .DateInput {
    width: 100%;
    padding: 0
}

.date-picker--tb .DateInput input {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    opacity: 0
}

.date-picker--tb .calendar,
.date-picker--tb .date-picker-day-of {
    display: none
}

@media (max-width:61.24em) {
    .date-picker--tb,
    .date-picker--tb .DateInput_input,
    .date-picker--tb .SingleDatePicker {
        width: 100%
    }
    .date-picker--tb .SingleDatePicker_picker__directionLeft_2 {
        left: calc(((100vw - 48px) - 269px) / 2) !important
    }
}

@media (max-width:61.24em) {
    .date-picker-tb-wrapper {
        width: 100%
    }
}

#tb-form-date-picker-input {
    position: absolute;
    top: 23px;
    left: 12px;
    font-size: 14px;
    line-height: 1.43;
    color: #1f1c35;
    display: none
}

.tb-form-date-picker-input--active {
    display: inline !important
}

.tb-options-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    margin-bottom: 34px
}

@media (max-width:46.24em) {
    .tb-options-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 212px;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.tb-option {
    width: 92px;
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    font-size: 12px;
    color: #1f1c35;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: .3s ease all;
    transition: all .3s ease
}

@media (max-width:46.24em) {
    .tb-option {
        margin-bottom: 24px
    }
}

.tb-option--selected {
    color: #fff;
    background-color: #2f2063;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .13)
}

.tb-option--selected .tb-option-check {
    visibility: visible
}

.tb-option--selected .tb-option-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.tb-option-check {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    visibility: hidden
}

.tb-option-icon {
    height: 36px;
    width: 36px;
    background-position: 50%;
    background-repeat: no-repeat
}

.tb-form-cta {
    width: 288px;
    height: 45px;
    font-family: pangram-regular;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto
}

.tb-form-cta:hover {
    opacity: .8
}

@media (max-width:46.24em) {
    .tb-form-cta {
        width: 100%
    }
}

.faq-answer-header {
    height: 50px;
    background-color: #f6f7fb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 19px;
    cursor: pointer;
    margin-bottom: 10px
}

.faq-answer-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1f1c35;
    margin: 0
}

@media (max-width:46.24em) {
    .faq-answer-header {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 50px
    }
    .faq-answer-header h3 {
        width: 75%
    }
}

.faq-answer-arrow-circle {
    width: 30px;
    height: 30px;
    border: 1.5px solid #1f1c35;
    border-radius: 50%;
    position: relative
}

.faq-answer-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 25%;
    left: 32%;
    border-left: 1.5px solid #1f1c35;
    border-top: 1.5px solid #1f1c35;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .3s ease;
    -o-transition: .3s all ease;
    transition: all .3s ease
}

.faq-answer-arrow--down {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all ease .3s;
    transition: all .3s ease;
    padding: 0 19px;
    font-size: 14px
}

.faq-answer--open {
    max-height: 200px
}

@media (max-width:46.24em) {
    .faq-answer--open {
        max-height: 500px
    }
}

.popin-expiration .pop-in-inner {
    height: 257px;
    width: 680px;
    background-color: #bca292;
    color: #fff
}

@media (max-width:46.24em) {
    .popin-expiration .pop-in-inner {
        left: 2vw;
        right: 2vw;
        width: auto !important;
        max-height: 98%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.popin-expiration .pop-in-close {
    top: -11px;
    right: 16px
}

.popin-expiration .pop-in-close:after,
.popin-expiration .pop-in-close:before {
    background-color: #fff
}

.popin-expiration h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

.popin-expiration p {
    font-size: 14px;
    font-weight: 400;
    padding: 0 20%
}

.popin-expiration-cta {
    width: 307px;
    height: 45px;
    background-color: #2f2063;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    margin: 0 auto;
    border-radius: 500px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.36;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popin-expiration-cta:hover {
    opacity: .8
}

.popin-confirmation .pop-in-inner {
    padding: 24px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.faq {
    width: 100%;
    height: 100vh;
    font-family: pangram-regular;
    color: #1f1c35
}

.faq-pattern-container {
    height: 464px;
    width: 100%;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.faq-pattern-container:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 0
}

.faq-hero-title {
    text-align: center;
    color: #fff;
    z-index: 1
}

.faq-hero-title h1 {
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    margin-bottom: 0;
    margin-top: 0
}

.faq-hero-title p {
    margin: 0;
    font-size: 20px;
    font-weight: 700
}

@media (max-width:46.24em) {
    .faq-hero-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px
    }
}

.faq-pattern {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    background-position: 50%
}

.faq-pattern,
.faq-pattern-illustration {
    position: absolute;
    background-size: cover
}

.faq-pattern-illustration {
    width: 675px;
    height: 361px;
    bottom: 0;
    left: calc(50% - 675px/2)
}

.faq-content-container {
    position: relative;
    min-height: 290px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fb), to(#dde1ed));
    background-image: -webkit-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: -o-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: linear-gradient(0deg, #f6f7fb, #dde1ed);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.faq-content {
    position: absolute;
    top: -80px;
    left: calc(50% - 469px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
    width: 938px;
    padding: 0 56px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:46.24em) {
    .faq-content {
        width: 100vw;
        position: static
    }
}

.faq-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    border-bottom: 1px solid #979797
}

@media (max-width:46.24em) {
    .faq-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        height: 160px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.faq-nav-item {
    font-size: 18px;
    width: 144px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase
}

.faq-nav-item--selected {
    color: #bea493;
    font-weight: 700;
    border-bottom: 3px solid #bca292
}

@media (max-width:46.24em) {
    .faq-nav-item--selected {
        border: none
    }
}

.gift-card {
    font-family: pangram-regular;
    color: #1f1c35
}

.gift-card-cover {
    width: 100%;
    height: 465px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 464px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:46.24em) {
    .gift-card-cover {
        background-position: center 0;
        height: 375px
    }
}

@media (min-width:81.25em) {
   /* .gift-card-cover {
        background-position: center -7vw
    }*/
}

.gift-card-container {
    height: auto;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fb), to(#dde1ed));
    background-image: -webkit-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: -o-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: linear-gradient(0deg, #f6f7fb, #dde1ed);
    position: relative
}

@media (max-width:46.24em) {
    .gift-card-container {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.gift-card-content {
    position: relative;
    top: -80px;
    left: calc(50% - 469px);
    max-width: 938px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
    padding: 43px 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gift-card-content h2 {
    text-align: center;
    font-family: Playfair Display, serif;
    font-size: 24px;
    font-weight: 700;
    color: #1f1c35;
    margin-bottom: 25px;
    position: relative
}

@media (max-width:46.24em) {
    .gift-card-content h2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px
    }
}

@media (max-width:46.24em) {
    .gift-card-content {
        position: static;
        padding: 24px 0
    }
}

.gift-card-content-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px
}
.gift-card-content-text a {
    color:#bca292;
}

.gift-card-content-text p {
    margin-bottom: 23px
}

.gift-card-content-text p:first-child {
    font-weight: 700
}

@media (max-width:46.24em) {
    .gift-card-content-text {
        padding: 0 24px
    }
}

.gift-card-players-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 58px
}

@media (max-width:46.24em) {
    .gift-card-players-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px
    }
}

.gift-card-player-card {
    width: 193px;
    height: 151px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gift-card-player-card:hover {
    background-color: #2f2063;
    color: #fff
}

.gift-card-player-card:hover .gift-card-player-validation-circle {
    border-color: #fff
}

@media (max-width:46.24em) {
    .gift-card-player-card {
        margin-bottom: 24px;
        width: 175px;
        height: 140px
    }
}

.gift-card-player-card--selected {
    background-color: #2f2063;
    color: #fff
}

.gift-card-player-card--selected .gift-card-player-validation-circle {
    border-color: #fff
}

.gift-card-player-card--selected .gift-card-player-validation-circle .fa-check {
    display: inline
}

.gift-card-player-info {
    height: 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    position: relative
}

.gift-card-player-info p {
    margin: 0
}

.gift-card-player-info p:last-child {
    font-size: 16px;
    font-weight: 700
}

.gift-card-player-info:before {
    left: -4px
}

.gift-card-player-info:after,
.gift-card-player-info:before {
    content: "";
    position: absolute;
    bottom: -4px;
    background-color: #fff;
    height: 8px;
    width: 8px;
    border-radius: 50%
}

.gift-card-player-info:after {
    right: -4px
}

.gift-card-player-validation {
    border-top: 1px dashed rgba(0, 0, 0, .18);
    width: 100%;
    height: 25%
}

.gift-card-player-validation,
.gift-card-player-validation-circle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.gift-card-player-validation-circle {
    height: 18px;
    width: 18px;
    border: 1px solid #1f1c35;
    border-radius: 50%
}

.gift-card-player-validation-circle .fa-check {
    color: #fff;
    height: 60%;
    width: 60%;
    display: none
}

.gift-card-games {
    font-size: 14px;
    width: 350px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 58px
}

@media (max-width:46.24em) {
    .gift-card-games {
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px
    }
}

.gift-card-game-unit {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gift-card-game-unit:hover,
.gift-card-unit--selected {
    font-weight: 700
}

.gift-card-unit--selected .gift-card-player-validation-circle {
    background-color: #2f2063
}

.gift-card-unit--selected .gift-card-player-validation-circle .fa-check {
    display: inline
}

.gift-card-games-validation .gift-card-player-validation-circle {
    margin-right: 6px
}

.gift-card-shipping {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 33px
}

@media (max-width:46.24em) {
    .gift-card-shipping {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px
    }
}

.gift-card-shipping-mode {
    height: 91px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gift-card-shipping-mode:hover {
    opacity: .8
}

.gift-card-shipping-mode--selected {
    background-color: #35266d;
    color: #fff
}

.gift-card-shipping-mode--selected:hover {
    opacity: 1
}

.gift-card-shipping-mode--selected .gift-card-player-validation-circle {
    border-color: #fff
}

.gift-card-shipping-mode--selected .gift-card-player-validation-circle .fa-check {
    display: inline
}

.gift-card-shipping-validation {
    margin: 0 20px
}

.gift-card-shipping-text p {
    margin: 0;
    margin-bottom: 12px
}

.gift-card-cta,
.gift-card-shipping-text span {
    font-weight: 700
}

.gift-card-cta {
    margin: 0 auto;
    max-width: 288px;
    height: 45px;
    font-family: pangram-regular;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 12px
}

.gift-card-cta:hover {
    opacity: .8
}

@media (max-width:46.24em) {
    .gift-card-cta {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 75vw
    }
}

.gift-card-error {
    font-family: pangram-regular;
    text-align: center;
    color: #fb6a69;
    font-size: 12px;
    display: inline;
    width: 100%;
    position: absolute;
    left: 0;
    visibility: visible
}

.gift-card-step {
    position: absolute;
    height: 1px;
    width: 1px;
    padding-top: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -100px
}

.confirmation {
    font-family: pangram-regular
}

.booking-pricing--hidden {
    visibility: hidden
}

.booking-rectangle-confirmation {
    position: relative
}

.booking-rectangle-pattern-confirmation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px
}

.confirmation-title-container {
    text-align: center;
    color: #fff
}

.confirmation-title-container h1 {
    font-size: 28px;
    margin-top: 0;
    font-weight: 400
}

.confirmation-wrapper {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: relative
}

.confirmation-container {
    width: 100%;
    height: 294px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .13);
    position: absolute;
    top: -80px;
    left: 0;
    text-align: center;
    color: #1f1c35;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 12%
}

.confirmation-container h4 {
    margin-top: 0;
    font-size: 16px
}

.confirmation-container p {
    font-size: 14px;
    margin-bottom: 39px
}

@media (min-width:61.25em) {
    .confirmation-container {
        width: 937px;
        left: calc((100% - 937px) /2)
    }
}

.confirmation-cta {
    height: 45px;
    width: 245px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.confirmation-cta:hover {
    opacity: .8
}

.cookie-banner {
    width: 96vw;
    margin: 0 2vw;
    height: 69px;
    opacity: .91;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .37);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .37);
    position: fixed;
    top: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

@media (max-width:61.24em) {
    .cookie-banner {
        width: 100vw;
        margin-left: 0
    }
}

.cookie-icon {
    height: 32px;
    width: 32px
}

@media (max-width:61.24em) {
    .cookie-icon {
        padding-top: 16px
    }
}

.cookie-text {
    display: -ms-flexbox;
    display: flex
}

.cookie-text img {
    margin-left: 23px;
    margin-right: 6.5px
}

.cookie-text p {
    font-family: Arial;
    color: #2b2654;
    font-size: 13px
}

@media (max-width:61.24em) {
    .cookie-text p {
        padding-left: 12px
    }
}

.cookie-text a {
    font-weight: 700;
    color: #bea493;
    text-decoration: none
}

.cookie-text a:hover {
    opacity: .8
}

.accept-cookies-button {
    width: 170px;
    height: 45px;
    font-family: pangram-regular;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 17px
}

.accept-cookies-button:hover {
    opacity: .8
}

@media (max-width:46.24em) {
    .accept-cookies-button-text {
        display: none
    }
}

.accept-cookies-button-text--mobile {
    display: none
}

@media (max-width:46.24em) {
    .accept-cookies-button-text--mobile {
        display: block
    }
}

.navigation-scrolldown {
  display: none;
}

.alignright {
    float: right;
    margin: 0.35em 0 0.35em 1.5em;
}
.alignleft {
    float: left;
    margin: 0.35em 1.5em 0.35em 0;
}
/*# sourceMappingURL=main.6417a9eb.css.map*/


        @-webkit-keyframes blinker {
            50% {
                opacity: 0
            }
        }

        @keyframes blinker {
            50% {
                opacity: 0
            }
        }

        @font-face {
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype')
        }

        @font-face {
            font-family: Roboto;
            font-style: normal;
            font-weight: 400;
            src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
        }

        @font-face {
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype')
        }

        @font-face {
            font-family: Roboto;
            font-style: normal;
            font-weight: 700;
            src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype')
        }

        @font-face {
            font-family: jaapokki-regular;
            src: url(../static/media/Jaapokki-Regular.bf89b1e7.otf) format("opentype")
        }

        html {
            width: auto
        }

        body {
            margin: 0;
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        a {
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            color: inherit;
            text-decoration: inherit
        }

        .site-transition {
            position: fixed;
            top: 0;
            left: 0;
            mix-blend-mode: color-dodge;
            opacity: .5;
            z-index: 100;
            display: none;
            -webkit-transition: all .3s ease;
            -o-transition: .3s ease all;
            transition: all .3s ease
        }

        .site-transition,
        .site-transition img {
            height: 100%;
            width: 100%
        }

        .navbar-item {
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            margin-right: 64px;
            cursor: pointer;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            position: relative
        }

        .footer-navigation li:hover,
        .navbar-item:hover {
            opacity: .8
        }

        .navbar-item-bold {
            font-weight: 700
        }

        .navigation-item-arrow {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: absolute;
            top: 4px;
            right: -20px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .navbar-item--toggle {
            position: relative
        }

        .navbar-item--toggle:hover {
            opacity: 1 !important
        }

        .navbar {
            font-family: pangram-regular;
            text-transform: uppercase;
            height: 70px;
            width: 100%;
            max-width: 100vw;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: fixed;
            top: 0;
            text-align: left;
            z-index: 3;
            padding-left: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .6s ease;
            -o-transition: .6s all ease;
            transition: all .6s ease
        }

        @media (max-width:61.24em) {
            .navbar {
                padding: 16px;
                -ms-flex-align: center;
                align-items: center
            }
        }

        @media (min-width:81.25em) {
            .navbar {
                padding: 0 calc(((100vw - 1330px)/ 2) + 13px)
            }
        }

        .logo {
            display: -ms-flexbox;
            display: flex;
            padding-top: 14px
        }

        @media (max-width:46.24em) {
            .logo {
                padding-left: 0;
                padding-top: 0
            }
        }

        @media (min-width:46.25em) and (max-width:61.24em) {
            .logo {
                padding-left: 30px;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: start;
                align-items: flex-start
            }
        }

        .magnifier {
            height: 32px;
            width: 32px;
            margin-right: 7px
        }

        @media (max-width:46.24em) {
            .magnifier {
                height: 24px;
                width: 24px
            }
        }

        .logo-text {
            height: 32px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none !important
        }

        .one-hour-title {
            font-family: jaapokki-regular;
            font-size: 22px;
            letter-spacing: 1.4px;
            color: #fff;
            height: 24px;
            display: inline-block
        }

        @media (max-width:46.24em) {
            .one-hour-title {
                font-size: 14px;
                height: auto;
                line-height: 1;
                letter-spacing: 1px;
                max-width: 15px
            }
        }

        @media (min-width:46.25em) and (max-width:61.24em) {
            .one-hour-title {
                display: block;
                font-size: 18px;
                height: 32px;
                line-height: 1;
                width: 32px
            }
        }

        .one-hour-baseline {
            text-transform: capitalize;
            font-size: 12px;
            letter-spacing: 4px;
            padding-left: 2px
        }

        @media (max-width:61.24em) {
            .one-hour-baseline {
                display: none
            }
        }

        .navbar-right {
            display: -ms-flexbox;
            display: flex
        }

        @media (max-width:61.24em) {
            .navbar-right {
                display: none
            }
        }

        .navbar-burger {
            height: 18px;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

        @media (min-width:61.25em) {
            .navbar-burger {
                display: none
            }
        }

        .navigation-right-lang {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-right: 64px
        }

        .navigation-right-lang .navbar-item:first-child {
            margin-right: 0
        }

        .navigation-lang-item {
            font-weight: 700;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: end;
            align-items: flex-end
        }

        .navigation-lang-separator {
            margin: 0 18px;
            height: 19px
        }

        .navigation-items {
            height: 34px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: end;
            align-items: flex-end;
            padding-top: 8px
        }

        .navigation-items a {
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }

        .cta-booking,
        .ticket-container {
            display: -ms-flexbox;
            display: flex;
            height: 100%
        }

        .cta-booking {
            background-color: #bca292;
            cursor: pointer;
            font-weight: 700;
            font-size: 14px;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #fff;
            position: relative;
            width: 158px
        }

        .cta-booking:hover {
            opacity: .9
        }

        .cta-booking:hover .cta-booking-text {
            -webkit-animation: blinker 50ms linear infinite;
            animation: blinker 50ms linear infinite;
            -webkit-animation-iteration-count: 5;
            animation-iteration-count: 5;
            z-index: 2
        }

        .cta-booking:hover .ticket {
            z-index: 2
        }

        .cta-booking:hover:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            transition: transform .5s cubic-bezier(1, 0, 0, 1), -webkit-transform .5s cubic-bezier(1, 0, 0, 1)
        }

        .cta-booking:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #1f1144;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
            transform-origin: 0 100%
        }

        .ticket-container {
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%
        }

        .ticket {
            margin-right: 12.7px
        }

        .navigation-scrolldown-item {
            height: 40px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all .3s ease;
            -o-transition: .3s all ease;
            transition: all .3s ease;
            cursor: pointer;
            background-color: #fff
        }

        .navigation-scrolldown-item:hover {
            background-color: #e9eaf2
        }

        .navigation-scrolldown-item--category {
            background-color: #2f2063;
            color: #fff;
            cursor: normal
        }

        .navigation-scrolldown-item--category:hover {
            opacity: 1 !important;
            background-color: #2f2063 !important
        }

        .navigation-scrolldown-item--category:first-child {
            position: relative
        }

        .navigation-scrolldown-item--category:first-child:before {
            content: "";
            position: absolute;
            top: -7px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #2f2063
        }

        .mobile-menu-overlay {
            height: calc(100vh - 70px);
            width: 100%;
            position: fixed;
            z-index: 10;
            left: 0;
            top: 70px;
            background-color: #000;
            background-color: rgba(0, 0, 0, .91);
            overflow-x: hidden;
            -webkit-transition: all .6s ease;
            -o-transition: .6s all ease;
            transition: all .6s ease;
            opacity: 0;
            display: none
        }

        .mobile-menu {
            font-family: pangram-regular;
            text-transform: uppercase;
            position: relative;
            top: 0;
            width: 100%;
            color: #fff;
            padding: 16px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .mobile-menu-links-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            height: 50%;
            border-bottom: 1px solid #fff;
            margin-bottom: 24px
        }

        .mobile-menu-links-container .mobile-menu-link {
            margin-bottom: 24px;
            width: auto;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .mobile-menu-link,
        .mobile-menu-links-container a {
            padding: 0 16px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .mobile-menu-links-container a {
            margin-bottom: 24px;
            width: auto
        }

        .mobile-menu-link {
            position: relative
        }

        .mobile-menu-link-dropdown {
            margin-bottom: 24px;
            width: calc(100% + 24px);
            left: 0;
            max-height: 0;
            display: none;
            overflow: hidden;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .mobile-menu-link-dropdown a {
            padding: 0 !important
        }

        .mobile-menu-link-dropdown .navigation-scrolldown-item--category {
            background-color: #2f2063 !important
        }

        .mobile-menu-link-dropdown .navigation-scrolldown-item {
            background: 0 0;
            text-align: left;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-transform: capitalize;
            padding-left: 48px
        }

        .mobile-menu-link-dropdown .navigation-scrolldown-item--category:first-child:before {
            display: none
        }

        .navigation-item-arrow--mobile {
            right: auto;
            left: 110px;
            border-color: #fff !important
        }

        .mobile-menu-footer {
            display: -ms-flexbox;
            display: flex;
            padding: 0 16px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .mobile-menu-footer a {
            text-transform: capitalize
        }

        .mobile-menu-footer-column {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 50%
        }

        .mobile-menu-footer-column a {
            margin-bottom: 20px
        }

        .cta-booking--mobile {
            width: calc(100% - 24px);
            height: 72px;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 24px;
            padding: 0 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            left: 12px
        }

        .cta-booking--mobile .ticket-container {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 120px;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 18px
        }

        .cta-booking--mobile img {
            margin-right: 0
        }

        .contact,
        .social-icons--mobile {
            display: -ms-flexbox;
            display: flex
        }

        .social-icons--mobile {
            width: 100%;
            -ms-flex-pack: center;
            justify-content: center
        }

        .contact {
            height: 263px;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#1e0d42), to(#35266d));
            background-image: -webkit-linear-gradient(bottom, #1e0d42, #35266d);
            background-image: -o-linear-gradient(bottom, #1e0d42, #35266d);
            background-image: linear-gradient(0deg, #1e0d42, #35266d);
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 8%
        }

        @media (max-width:61.24em) {
            .contact {
                height: auto;
                padding: 0 15%
            }
        }

        @media (min-width:81.25em) {
            .contact {
                padding: 0 calc((100vw - 1330px)/ 2)
            }
        }

        .contact-text {
            display: -ms-flexbox;
            display: flex;
            color: #fff;
            padding-top: 53px
        }

        @media (max-width:46.24em) {
            .contact-text {
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 25px 0
            }
        }

        @media (min-width:46.25em) and (max-width:61.24em) {
            .contact-text {
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 100%
            }
        }

        .contact-text-block {
            font-family: pangram-regular;
            font-size: 13px
        }

        .contact-text-block h4 {
            margin: 0;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            position: relative
        }

        .contact-text-block:first-child {
            margin-left: 30px
        }

        @media (max-width:61.24em) {
            .contact-text-block {
                padding: 0 6px
            }
            .contact-text-block:first-child {
                margin-bottom: 24px;
                margin-left: 0
            }
            .contact-text-block p:last-child {
                margin-bottom: 0
            }
        }

        .contact-text-block--left {
            margin-right: 12vw
        }

        @media (max-width:61.24em) {
            .contact-text-block--left {
                margin-right: 0
            }
        }

        @media (min-width:61.25em) and (max-width:81.24em) {
            .contact-text-block--left {
                margin-right: 6vw
            }
        }

        .contact-map {
            height: 200px;
            width: 41vw;
            padding-top: 35px
        }

        @media (max-width:61.24em) {
            .contact-map {
                display: none
            }
        }

        .contact-marker,
        .footer {
            display: -ms-flexbox;
            display: flex
        }

        .contact-marker {
            position: absolute;
            left: -27px;
            width: 25px;
            font-size: 12px;
            font-weight: 700;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 2px;
            padding-top: 1px;
            height: 25px;
            -ms-flex-pack: center;
            justify-content: center;
            color: #211e36
        }

        .footer {
            height: 65px;
            background-color: #14092d;
            color: #fff;
            font-family: pangram-regular;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 44px;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .footer p {
            margin: 0 13px 0 0;
            text-transform: uppercase
        }

        @media (max-width:46.24em) {
            .footer p {
                font-size: 14px
            }
        }

        @media (max-width:61.24em) {
            .footer {
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center;
                height: auto;
                padding: 24px
            }
        }

        @media (min-width:81.25em) {
            .footer {
                padding: 0 calc((100vw - 1330px)/ 2)
            }
        }

        .footer-social,
        .social-icons {
            display: -ms-flexbox;
            display: flex
        }

        .footer-social {
            -ms-flex-align: center;
            align-items: center
        }

        .social-icons {
            color: #fff
        }

        .footer-navigation,
        .icon-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center
        }

        .icon-container {
            border: 1px solid #fff;
            border-radius: 50%;
            height: 28px;
            width: 28px;
            margin-right: 11px;
            cursor: pointer;
            color: #fff !important;
            -ms-flex-pack: center;
            justify-content: center
        }

        .icon-container:hover {
            opacity: .8;
            color: #fff
        }

        .footer-navigation {
            list-style-type: none;
            padding: 0;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .footer-navigation li {
            text-transform: uppercase;
            margin-right: 36px;
            font-size: 12px;
            cursor: pointer;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media (max-width:61.24em) {
            .footer-navigation li {
                margin-right: 12px
            }
        }

        .footer-navigation li a {
            color: #fff;
            text-decoration: none
        }

        .footer-navigation li:last-child {
            margin-right: 0
        }

        @media (max-width:61.24em) {
            .footer-navigation {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-pack: center;
                justify-content: center
            }
        }

        .gift-card {
            font-family: pangram-regular;
            color: #1f1c35
        }

        .gift-card-cover {
            width: 100%;
            height: 465px;
            background-position: top;
            background-size: cover;
            background-repeat: no-repeat
        }

        @media (max-width:46.24em) {
            .gift-card-cover {
                background-position: center 0;
                height: 375px
            }
        }

        @media (min-width:81.25em) {
            .gift-card-cover {
                background-position: center -7vw
            }
        }

        .gift-card-container {
            height: auto;
            min-height: 400px;
            width: 100%;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fb), to(#dde1ed));
            background-image: -webkit-linear-gradient(bottom, #f6f7fb, #dde1ed);
            background-image: -o-linear-gradient(bottom, #f6f7fb, #dde1ed);
            background-image: linear-gradient(0deg, #f6f7fb, #dde1ed);
            position: relative
        }

        @media (max-width:46.24em) {
            .gift-card-container {
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content
            }
        }

        .gift-card-content {
            top: -80px;
            left: calc(50% - 469px);
            max-width: 938px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, .09);
            padding: 43px 58px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

.gift-card-content h2 {
    text-align: left;
    font-family: Playfair Display, serif;
    font-size: 25px;
    font-weight: 700;
    color: #1f1c35;
    margin-bottom: 25
px
;
    position: relative;
}

        @media (max-width:46.24em) {
            .gift-card-content h2 {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 24px
            }
            .gift-card-content {
                position: static;
                padding: 24px 0
            }
        }

        .gift-card-content-text {
            text-align: left;
            font-size: 14px;
            font-weight: 400;
            padding: 0;
        }

        .gift-card-content-text p {
            margin-bottom: 23px;
			line-height: 20px;;
        }

        .gift-card-content-text p:first-child {
            font-weight: 700
        }

        @media (max-width:46.24em) {
            .gift-card-content-text {
                padding: 0 24px
            }
        }

        .gift-card-players-container {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            margin-bottom: 58px
        }

        @media (max-width:46.24em) {
            .gift-card-players-container {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 24px
            }
        }

        .gift-card-player-card {
            width: 193px;
            height: 151px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
            cursor: pointer;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .gift-card-player-card:hover {
            background-color: #2f2063;
            color: #fff
        }

        .gift-card-player-card:hover .gift-card-player-validation-circle {
            border-color: #fff
        }

        @media (max-width:46.24em) {
            .gift-card-player-card {
                margin-bottom: 24px;
                width: 175px;
                height: 140px
            }
        }

        .gift-card-player-info {
            height: 75%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 14px;
            position: relative
        }

        .gift-card-player-info p {
            margin: 0
        }

        .gift-card-player-info p:last-child {
            font-size: 16px;
            font-weight: 700
        }

        .gift-card-player-info:before {
            left: -4px
        }

        .gift-card-player-info:after,
        .gift-card-player-info:before {
            content: "";
            position: absolute;
            bottom: -4px;
            background-color: #fff;
            height: 8px;
            width: 8px;
            border-radius: 50%
        }

        .gift-card-player-info:after {
            right: -4px
        }

        .gift-card-player-validation,
        .gift-card-player-validation-circle {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center
        }

        .gift-card-player-validation {
            border-top: 1px dashed rgba(0, 0, 0, .18);
            width: 100%;
            height: 25%
        }

        .gift-card-player-validation-circle {
            height: 18px;
            width: 18px;
            border: 1px solid #1f1c35;
            border-radius: 50%
        }

        .gift-card-player-validation-circle .fa-check {
            color: #fff;
            height: 60%;
            width: 60%;
            display: none
        }

        .gift-card-games {
            font-size: 14px;
            width: 350px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 auto 58px
        }

        @media (max-width:46.24em) {
            .gift-card-games {
                width: auto;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 24px
            }
        }

        .gift-card-game-unit {
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .gift-card-game-unit:hover {
            font-weight: 700
        }

        .gift-card-games-validation .gift-card-player-validation-circle {
            margin-right: 6px
        }

        .gift-card-shipping {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 33px
        }

        @media (max-width:46.24em) {
            .gift-card-shipping {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 24px
            }
        }

        .gift-card-shipping-mode {
            height: 91px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, .18);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 20px;
            font-size: 14px;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .accept-cookies-button:hover,
        .cookie-text a:hover,
        .gift-card-cta:hover,
        .gift-card-shipping-mode:hover {
            opacity: .8
        }

        .gift-card-shipping-validation {
            margin: 0 20px
        }

        .gift-card-shipping-text p {
            margin: 0 0 12px
        }

        .cookie-text a,
        .gift-card-cta,
        .gift-card-shipping-text span {
            font-weight: 700
        }

        .gift-card-cta {
            margin: 0 auto;
            max-width: 288px;
            height: 45px;
            font-family: pangram-regular;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            background-color: #bca292;
            -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
            box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
            border-radius: 30px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            padding: 0 12px
        }

        @media (max-width:46.24em) {
            .gift-card-cta {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                max-width: 75vw
            }
        }

        .gift-card-step {
            position: absolute;
            height: 1px;
            width: 1px;
            padding-top: 200px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: -100px
        }

        .cookie-banner {
            width: 96vw;
            margin: 0 2vw;
            height: 69px;
            opacity: .91;
            background-color: #fff;
            -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .37);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, .37);
            position: fixed;
            top: calc(100vh - 80px);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            z-index: 99
        }

        @media (max-width:61.24em) {
            .cookie-banner {
                width: 100vw;
                margin-left: 0
            }
        }

        .cookie-icon {
            height: 32px;
            width: 32px
        }

        @media (max-width:61.24em) {
            .cookie-icon {
                padding-top: 16px
            }
        }

        .accept-cookies-button,
        .cookie-text {
            display: -ms-flexbox;
            display: flex
        }

        .cookie-text img {
            margin-left: 23px;
            margin-right: 6.5px
        }

        .cookie-text p {
            font-family: Arial;
            color: #2b2654;
            font-size: 13px
        }

        @media (max-width:61.24em) {
            .cookie-text p {
                padding-left: 12px
            }
        }

        .cookie-text a {
            color: #bea493;
            text-decoration: none
        }

        .accept-cookies-button {
            width: 170px;
            height: 45px;
            font-family: pangram-regular;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            background-color: #bca292;
            -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
            box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .19);
            border-radius: 30px;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            margin-right: 17px
        }

        @media (max-width:46.24em) {
            .accept-cookies-button-text {
                display: none
            }
        }

        .accept-cookies-button-text--mobile {
            display: none
        }

        @media (max-width:46.24em) {
            .accept-cookies-button-text--mobile {
                display: block
            }
        }
		.gift-card-content-text ul {
			list-style-type: circle;
		}
.gm-err-container {
            height: 100%;
            width: 100%;
            display: table;
            background-color: #e0e0e0;
            position: relative;
            left: 0;
            top: 0
        }

        .gm-err-content {
            border-radius: 1px;
            padding-top: 0;
            padding-left: 10%;
            padding-right: 10%;
            position: static;
            vertical-align: middle;
            display: table-cell
        }

        .gm-err-content a {
            color: #4285f4
        }

        .gm-err-icon {
            text-align: center
        }

        .gm-err-title {
            margin: 5px;
            margin-bottom: 20px;
            color: #616161;
            font-family: Roboto, Arial, sans-serif;
            text-align: center;
            font-size: 24px
        }

        .gm-err-message {
            margin: 5px;
            color: #757575;
            font-family: Roboto, Arial, sans-serif;
            text-align: center;
            font-size: 12px
        }

        .gm-err-autocomplete {
            padding-left: 20px;
            background-repeat: no-repeat;
            background-size: 15px 15px
        }
.gm-style .gm-style-cc a,
        .gm-style .gm-style-cc span,
        .gm-style .gm-style-mtc div {
            font-size: 10px
        }
    </style>
    <style type="text/css">
        @media print {
            .gm-style .gmnoprint,
            .gmnoprint {
                display: none
            }
        }

        @media screen {
            .gm-style .gmnoscreen,
            .gmnoscreen {
                display: none
            }
        }
.gm-style-pbc {
            transition: opacity ease-in-out;
            background-color: rgba(0, 0, 0, .45);
            text-align: center
        }

        .gm-style-pbt {
            font-size: 22px;
            color: #fff;
            font-family: Roboto, Arial, sans-serif;
            position: relative;
            margin: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }
 svg:not(:root).svg-inline--fa {
            overflow: visible
        }

        .svg-inline--fa {
            display: inline-block;
            font-size: inherit;
            height: 1em;
            overflow: visible;
            vertical-align: -.125em
        }

        .svg-inline--fa.fa-lg {
            vertical-align: -.225em
        }

        .svg-inline--fa.fa-w-1 {
            width: .0625em
        }

        .svg-inline--fa.fa-w-2 {
            width: .125em
        }

        .svg-inline--fa.fa-w-3 {
            width: .1875em
        }

        .svg-inline--fa.fa-w-4 {
            width: .25em
        }

        .svg-inline--fa.fa-w-5 {
            width: .3125em
        }

        .svg-inline--fa.fa-w-6 {
            width: .375em
        }

        .svg-inline--fa.fa-w-7 {
            width: .4375em
        }

        .svg-inline--fa.fa-w-8 {
            width: .5em
        }

        .svg-inline--fa.fa-w-9 {
            width: .5625em
        }

        .svg-inline--fa.fa-w-10 {
            width: .625em
        }

        .svg-inline--fa.fa-w-11 {
            width: .6875em
        }

        .svg-inline--fa.fa-w-12 {
            width: .75em
        }

        .svg-inline--fa.fa-w-13 {
            width: .8125em
        }

        .svg-inline--fa.fa-w-14 {
            width: .875em
        }

        .svg-inline--fa.fa-w-15 {
            width: .9375em
        }

        .svg-inline--fa.fa-w-16 {
            width: 1em
        }

        .svg-inline--fa.fa-w-17 {
            width: 1.0625em
        }

        .svg-inline--fa.fa-w-18 {
            width: 1.125em
        }

        .svg-inline--fa.fa-w-19 {
            width: 1.1875em
        }

        .svg-inline--fa.fa-w-20 {
            width: 1.25em
        }

        .svg-inline--fa.fa-pull-left {
            margin-right: .3em;
            width: auto
        }

        .svg-inline--fa.fa-pull-right {
            margin-left: .3em;
            width: auto
        }

        .svg-inline--fa.fa-border {
            height: 1.5em
        }

        .svg-inline--fa.fa-li {
            width: 2em
        }

        .svg-inline--fa.fa-fw {
            width: 1.25em
        }

        .fa-layers svg.svg-inline--fa {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0
        }

        .fa-layers {
            display: inline-block;
            height: 1em;
            position: relative;
            text-align: center;
            vertical-align: -.125em;
            width: 1em
        }

        .fa-layers svg.svg-inline--fa {
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .fa-layers-counter,
        .fa-layers-text {
            display: inline-block;
            position: absolute;
            text-align: center
        }

        .fa-layers-text {
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .fa-layers-counter {
            background-color: #ff253a;
            border-radius: 1em;
            color: #fff;
            height: 1.5em;
            line-height: 1;
            max-width: 5em;
            min-width: 1.5em;
            overflow: hidden;
            padding: .25em;
            right: 0;
            text-overflow: ellipsis;
            top: 0;
            -webkit-transform: scale(.25);
            transform: scale(.25);
            -webkit-transform-origin: top right;
            transform-origin: top right
        }

        .fa-layers-bottom-right {
            bottom: 0;
            right: 0;
            top: auto;
            -webkit-transform: scale(.25);
            transform: scale(.25);
            -webkit-transform-origin: bottom right;
            transform-origin: bottom right
        }

        .fa-layers-bottom-left {
            bottom: 0;
            left: 0;
            right: auto;
            top: auto;
            -webkit-transform: scale(.25);
            transform: scale(.25);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left
        }

        .fa-layers-top-right {
            right: 0;
            top: 0;
            -webkit-transform: scale(.25);
            transform: scale(.25);
            -webkit-transform-origin: top right;
            transform-origin: top right
        }

        .fa-layers-top-left {
            left: 0;
            right: auto;
            top: 0;
            -webkit-transform: scale(.25);
            transform: scale(.25);
            -webkit-transform-origin: top left;
            transform-origin: top left
        }

        .fa-lg {
            font-size: 1.33333em;
            line-height: .75em;
            vertical-align: -.0667em
        }

        .fa-xs {
            font-size: .75em
        }

        .fa-sm {
            font-size: .875em
        }

        .fa-1x {
            font-size: 1em
        }

        .fa-2x {
            font-size: 2em
        }

        .fa-3x {
            font-size: 3em
        }

        .fa-4x {
            font-size: 4em
        }

        .fa-5x {
            font-size: 5em
        }

        .fa-6x {
            font-size: 6em
        }

        .fa-7x {
            font-size: 7em
        }

        .fa-8x {
            font-size: 8em
        }

        .fa-9x {
            font-size: 9em
        }

        .fa-10x {
            font-size: 10em
        }

        .fa-fw {
            text-align: center;
            width: 1.25em
        }

        .fa-ul {
            list-style-type: none;
            margin-left: 2.5em;
            padding-left: 0
        }

        .fa-ul>li {
            position: relative
        }

        .fa-li {
            left: -2em;
            position: absolute;
            text-align: center;
            width: 2em;
            line-height: inherit
        }

        .fa-border {
            border: solid .08em #eee;
            border-radius: .1em;
            padding: .2em .25em .15em
        }

        .fa-pull-left {
            float: left
        }

        .fa-pull-right {
            float: right
        }

        .fa.fa-pull-left,
        .fab.fa-pull-left,
        .fal.fa-pull-left,
        .far.fa-pull-left,
        .fas.fa-pull-left {
            margin-right: .3em
        }

        .fa.fa-pull-right,
        .fab.fa-pull-right,
        .fal.fa-pull-right,
        .far.fa-pull-right,
        .fas.fa-pull-right {
            margin-left: .3em
        }

        .fa-spin {
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear
        }

        .fa-pulse {
            -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8)
        }

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

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

        .fa-rotate-90 {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .fa-rotate-180 {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .fa-rotate-270 {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg)
        }

        .fa-flip-horizontal {
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1)
        }

        .fa-flip-vertical {
            -webkit-transform: scale(1, -1);
            transform: scale(1, -1)
        }

        .fa-flip-horizontal.fa-flip-vertical {
            -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1)
        }

        :root .fa-flip-horizontal,
        :root .fa-flip-vertical,
        :root .fa-rotate-180,
        :root .fa-rotate-270,
        :root .fa-rotate-90 {
            -webkit-filter: none;
            filter: none
        }

        .fa-stack {
            display: inline-block;
            height: 2em;
            position: relative;
            width: 2em
        }

        .fa-stack-1x,
        .fa-stack-2x {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0
        }

        .svg-inline--fa.fa-stack-1x {
            height: 1em;
            width: 1em
        }

        .svg-inline--fa.fa-stack-2x {
            height: 2em;
            width: 2em
        }

        .fa-inverse {
            color: #fff
        }

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

        .sr-only-focusable:active,
        .sr-only-focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto
        }
        .gm-style {
            font: 400 11px Roboto, Arial, sans-serif;
            text-decoration: none
        }

        .gm-style img {
            max-width: none
        }

hr {   border-width: 0px !important;}
@media (max-width:480px) {
	.alignright{
    float: none !important;
    margin: 0 px;
height: auto;
    width: 100%;
    margin: 0;
}
	.alignright img{
height: auto;
    width: 100%;
    margin: 0;
}
.gift-card-content h2 {
    font-size: 30px;
    padding: 0px  !important;
    line-height: auto;
}
.landing-theme {
    margin-bottom: 10px ;
    padding: 0;
}
.landing-theme-text {
    padding-top: 16 px;
}
}
.sib-form {
    font-size: 12px !important;
    padding: 0px !important;
    margin: 0 !important;
}
.sib-form .entry__field {

    margin: 0 !important;
}

@import url(https://cdn.rawgit.com/psoaresbj/fonts/master/css/pangram.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);
@font-face {
    font-family: jaapokki-regular;
    src: url(/static/media/Jaapokki-Regular.bf89b1e7.otf) format("opentype")
}
@font-face {
    font-family: pangram-regular;
    src: url(/static/media/Pangram-Regular.otf) format("opentype")
}